/**
 * site.css
 *
 * Base site styles
 * 
 * @author jjarolim, adwerba
 */
/**
 * 1.0 Fonts
 * 2.0 Default Styles
 * 3.0 Header
 * 4.0 Stage
 * 4.1 Canvas, innerhalb der die Fahrzeuge platziert werden
 * 4.2 Ueberschrift
 * 4.3 Inhalt unter dem Fahrzeug
 * 4.4 Call To Action
 * 5.0 Form
 * 6.0 MINI All In
 * 7.0 Footer
 */
/* 1.0 Fonts, colors */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.01.2016, 14:26:48
    Author     : m.neuhold
*/
/*@font-face {
	font-family: 'mini-icons';
	src: url("../fonts/mini-icons.eot");
	src: url("../fonts/mini-icons.eot?#iefix") format("embedded-opentype"); 
}

@font-face {
	font-family: "mini-headline";
	src: url("../fonts/minihd-webfont.eot");
	src: url("../fonts/minihd-webfont.eot?#iefix") format("embedded-opentype"), 
	     url("../fonts/minihd-webfont.ttf") format("truetype"), 
	     url("../fonts/minihd-webfont.svg#MINITypeHeadlineBold") format("svg"), 
	     url("../fonts/minihd-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal; 
}*/
@font-face {
  font-family: mini-sans-black;
  src: url("../fonts/mini_sans-black-web.eot");
  src: url("../fonts/mini_sans-black-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_sans-black-web.woff") format("woff"), url("../fonts/mini_sans-black-web.ttf") format("truetype"); }
@font-face {
  font-family: mini-sans-medium;
  src: url("../fonts/mini_sans-medium-web.eot");
  src: url("../fonts/mini_sans-medium-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_sans-medium-web.woff") format("woff"), url("../fonts/mini_sans-medium-web.ttf") format("truetype"); }
@font-face {
  font-family: mini-serif;
  src: url("../fonts/mini_serif-black-web.eot");
  src: url("../fonts/mini_serif-black-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_serif-black-web.woff") format("woff"), url("../fonts/mini_serif-black-web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: mini-serif-bold;
  src: url("../fonts/mini_serif-bold-web.eot");
  src: url("../fonts/mini_serif-bold-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_serif-bold-web.woff") format("woff"), url("../fonts/mini_serif-bold-web.ttf") format("truetype"); }
@font-face {
  font-family: mini-serif-italic;
  src: url("../fonts/mini_serif-italic-web.eot");
  src: url("../fonts/mini_serif-italic-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_serif-italic-web.woff") format("woff"), url("../fonts/mini_serif-italic-web.ttf") format("truetype"); }
@font-face {
  font-family: mini-serif-regular;
  src: url("../fonts/mini_serif-regular-web.eot");
  src: url("../fonts/mini_serif-regular-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_serif-regular-web.woff") format("woff"), url("../fonts/mini_serif-regular-web.ttf") format("truetype"); }
@font-face {
  font-family: mini-icon;
  src: url("../fonts/md-icon.woff"); }
/* 2.0 Default Styles */
/*$highlight: #c36a0e;*/
/*$color_highlight: #c36a0e;*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.01.2016, 14:35:44
    Author     : m.neuhold
*/
.button {
  display: inline-block;
  padding: 10px 43px;
  margin-top: 30px;
  width: auto;
  transition: all 0.6s;
  font-family: mini-sans-black, sans-serif;
  font-size: 17px;
  background-color: #000000;
  color: white;
  border: 2px solid;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center; }
  .button:hover {
    background-image: none;
    color: white;
    text-decoration: none;
    background-color: #265e85; }
  .button:focus, .button:active, .button:visited {
    color: white;
    text-decoration: none;
    background-color: #265e85;
    /*		border: 0;*/
    outline: 0; }
  .button.button--blue {
    background-color: #2168d2;
    background-position: left 0px; }
  .button.button--small {
    padding: 5px 8px;
    font-size: 14px; }
  .button.button--wide {
    padding: 6px;
    display: block; }
    @media (min-width: 768px) {
      .button.button--wide {
        padding: 6px 79px;
        display: inline-block; } }
  .button.button--black {
    background-color: black;
    border-color: black;
    color: white; }
    .button.button--black:hover {
      background-color: white;
      border-color: black;
      color: black; }
  .button.button--grey {
    background-color: #dadada;
    color: black;
    border-color: #dadada; }
    .button.button--grey:hover {
      background-color: black;
      color: white;
      border-color: black; }
  .button.button--orange {
    background-color: #ed9300;
    color: white;
    border-color: #ed9300; }
    .button.button--orange:hover {
      background-color: #dadada;
      color: black;
      border-color: #dadada; }
  .button.button--cabrio {
    background-color: #89887e;
    border-color: #89887e;
    color: white; }
    .button.button--cabrio:hover {
      background-color: white;
      color: black;
      border-color: white; }
  .button.button--clubman {
    background-color: #89887e;
    border-color: #89887e;
    color: white; }
    .button.button--clubman:hover {
      background-color: white;
      color: black;
      border-color: white; }
  .button.button--countryman {
    background-color: #004f71;
    border-color: #004f71;
    color: white; }
    .button.button--countryman:hover {
      background-color: white;
      color: black;
      border-color: white; }
  .button.button--white {
    background-color: white;
    color: black;
    border-color: white; }
    .button.button--white:hover {
      background-color: transparent;
      color: white;
      border-color: white; }

.button-showroom, .button-showroom2 {
  position: absolute;
  top: 10px;
  left: 25px; }

body {
  background: #ffffff;
  color: #000000;
  font-family: mini-serif-regular, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000; }

.center {
  text-align: center; }

h1, h2, h3, h4, h5 {
  font-family: mini-serif-bold;
  margin: 0;
  padding: 0;
  line-height: 1em; }
  h1 .light, h1.light, h2 .light, h2.light, h3 .light, h3.light, h4 .light, h4.light, h5 .light, h5.light {
    font-family: mini-serif-regular; }

h1 {
  font-size: 30px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 65px; } }

h2 {
  font-size: 19px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 35px; } }

h1, h2, h3 {
  text-transform: uppercase; }

strong {
  font-weight: normal;
  font-family: mini-serif-bold, serif; }

.highlight {
  color: #265e85;
  font-family: mini-serif-bold, serif; }

@media (max-width: 768px) {
  ul {
    padding-left: 20px; } }
a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

/* 5.0 Form */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.01.2016, 14:37:54
    Author     : m.neuhold
*/
/**
 * Bootstrap overrides
 */
.form-control {
  border-radius: 0; }
  .form-control:focus {
    border-color: #265e85;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 94, 133, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 94, 133, 0.6); }
  .has-error .form-control {
    border-width: 2px; }

.dataprivacy label {
  display: inline; }

.has-error .form-control {
  border-width: 2px; }
.has-error label {
  color: #a94442; }
.has-error .help-block {
  display: none; }

.form-group {
  margin-bottom: 0; }

.form-success {
  font-size: 18px; }

.form {
  /*padding-top: 20px;*/
  padding-bottom: 30px; }
  .form label {
    font-weight: normal;
    text-transform: uppercase; }
  .form .dataprivacy label {
    text-transform: none; }
  .form ul.messages {
    background-color: rgba(38, 94, 133, 0.8);
    color: #ffffff;
    padding: 20px 40px; }
    .form ul.messages li {
      list-style-type: square; }
  .form .row {
    padding-top: 10px; }
  .form h1 {
    font-size: 40px;
    color: white; }
    @media (min-width: 768px) {
      .form h1 {
        font-size: 60px; } }
  .form h2 {
    font-size: 25px;
    color: #265e85;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .form h2 {
        font-size: 40px; } }
  .form .col-description h3 {
    font-size: 24px;
    color: white;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .form .col-description h3 {
        font-size: 32px; } }
  .form .col-description h4 {
    font-family: "mini-headline";
    font-size: 21px;
    line-height: 1em;
    color: #13c3ea;
    margin-bottom: 15px; }
  .form .col-description img {
    margin-bottom: 40px; }
  .form .col-description p {
    margin-bottom: 10px;
    text-align: justify; }
  .form .col-description p.disclaimer {
    color: #666;
    font-style: italic; }

/* 6.0 Additional Content */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.05.2017, 15:27:30
    Author     : Philipp Kodicek
*/
header .header-bar {
  padding: 30px 0; }
  header .header-bar .logo {
    margin-right: 50px; }
    @media (min-width: 992px) {
      header .header-bar .logo {
        float: left; } }
  header .header-bar .menu {
    margin-top: 30px; }
    @media (min-width: 992px) {
      header .header-bar .menu {
        margin-top: 0; } }
    header .header-bar .menu a {
      color: black;
      font-size: 15px;
      font-family: mini-sans-medium;
      margin-right: 30px;
      text-transform: uppercase;
      line-height: 30px;
      display: block; }
      @media (min-width: 768px) {
        header .header-bar .menu a {
          line-height: 88px;
          display: inline-block; } }
header .keyvisual {
  overflow: hidden;
  /*max-height: 500px;*/ }
  header .keyvisual .backgrounds {
    position: relative; }
    header .keyvisual .backgrounds .background {
      width: 25%;
      height: 500px;
      float: left;
      /*transition: all 1s ease-out;*/
      border-right: 2px solid white;
      background-repeat: no-repeat;
      background-size: cover; }
      header .keyvisual .backgrounds .background.current {
        width: 70%; }
      header .keyvisual .backgrounds .background.left, header .keyvisual .backgrounds .background.right {
        width: 10%; }
      header .keyvisual .backgrounds .background.background-freigeist {
        background-image: url("/resources/images/key_visual/background-freigeist.jpg"); }
      header .keyvisual .backgrounds .background.background-individualist {
        background-image: url("/resources/images/key_visual/background-individualist.jpg");
        background-position-x: 25%; }
        header .keyvisual .backgrounds .background.background-individualist.current {
          background-position-x: 10%; }
        header .keyvisual .backgrounds .background.background-individualist.left {
          background-position-x: 10%; }
        header .keyvisual .backgrounds .background.background-individualist.right {
          background-position-x: 70%; }
      header .keyvisual .backgrounds .background.background-gentleman {
        background-image: url("/resources/images/key_visual/background-gentleman.jpg");
        background-position-x: 50%; }
        header .keyvisual .backgrounds .background.background-gentleman.current {
          background-position-x: 20%; }
        header .keyvisual .backgrounds .background.background-gentleman.left {
          background-position-x: 20%; }
        header .keyvisual .backgrounds .background.background-gentleman.right {
          background-position: 80%; }
      header .keyvisual .backgrounds .background.background-abenteurer {
        background-image: url("/resources/images/key_visual/background-abenteurer.jpg");
        background-position-x: 75%;
        border-right: none; }
        header .keyvisual .backgrounds .background.background-abenteurer.current {
          background-position-x: 30%; }
        header .keyvisual .backgrounds .background.background-abenteurer.right {
          background-position: 90%; }
  header .keyvisual .cars {
    width: 100%;
    height: 188px;
    background-image: url("/resources/images/key_visual/cars.png");
    /*margin-top: 363px;*/
    margin-top: -137px;
    position: relative;
    z-index: 999; }
    header .keyvisual .cars .car {
      height: 100%;
      width: 25%;
      float: left;
      margin-top: -137px; }
  header .keyvisual .color-bar {
    width: 100%;
    height: 10px;
    background-color: white;
    transition: all 1s; }
    header .keyvisual .color-bar.color-freigeist {
      background-color: #89887e; }
    header .keyvisual .color-bar.color-individualist {
      background-color: #ed9300; }
    header .keyvisual .color-bar.color-gentleman {
      background-color: #3d0016; }
    header .keyvisual .color-bar.color-abenteurer {
      background-color: #004f71; }

/* 
    Created on : 18.05.2017, 11:31:25
    Author     : Philipp Kodicek
*/
section.intro {
  margin-top: 20px; }
  @media (min-width: 768px) {
    section.intro {
      margin-top: 60px; } }
  section.intro .intro-dates {
    margin-top: 20px; }
    @media (min-width: 768px) {
      section.intro .intro-dates {
        margin-top: 60px; } }
    section.intro .intro-dates .intro-date, section.intro .intro-dates .intro-location {
      font-size: 16px;
      /*line-height: 17px;*/
      font-family: mini-serif-bold, serif;
      margin: 0; }
      @media (min-width: 768px) {
        section.intro .intro-dates .intro-date, section.intro .intro-dates .intro-location {
          font-size: 35px;
          line-height: 41px; } }
      section.intro .intro-dates .intro-date .light, section.intro .intro-dates .intro-location .light {
        font-size: 14px;
        /*line-height: 18px;*/
        font-family: mini-serif; }
        @media (min-width: 768px) {
          section.intro .intro-dates .intro-date .light, section.intro .intro-dates .intro-location .light {
            font-size: 25px;
            line-height: 25px; } }
    section.intro .intro-dates .intro-date {
      margin-top: 10px; }
      @media (min-width: 768px) {
        section.intro .intro-dates .intro-date {
          margin-top: 0; } }
  section.intro .intro-content {
    margin-top: 20px;
    font-size: 18px; }
    @media (min-width: 768px) {
      section.intro .intro-content {
        margin-top: 60px;
        font-size: 21px;
        line-height: 25px; } }

/* 
    Created on : 18.05.2017, 13:14:51
    Author     : Philipp Kodicek
*/
section.type-select {
  margin-top: 60px; }
  @media (min-width: 768px) {
    section.type-select {
      margin-top: 140px; } }
  section.type-select .slick-tabs {
    margin: 30px auto; }
    section.type-select .slick-tabs .slick-dots {
      position: static;
      text-align: left; }
      section.type-select .slick-tabs .slick-dots li {
        width: 100%;
        height: auto;
        font-family: mini-serif-bold;
        font-size: 18px;
        border-bottom: 5px solid #cdcdcd;
        text-transform: uppercase;
        transition: all 0.5s;
        margin: 10px 0 0; }
        @media (min-width: 768px) {
          section.type-select .slick-tabs .slick-dots li {
            width: auto;
            font-size: 33px;
            border-size: 10px;
            margin: 0 50px 0 0; } }
        section.type-select .slick-tabs .slick-dots li:last-of-type {
          margin-right: 0; }
        section.type-select .slick-tabs .slick-dots li.slick-active {
          border-color: #099ee1; }
  @media (min-width: 992px) {
    section.type-select article.type {
      padding-bottom: 100px; } }
  section.type-select article.type .type-info {
    font-family: mini-serif-regular, serif;
    font-size: 18px; }
    @media (min-width: 768px) {
      section.type-select article.type .type-info {
        font-size: 21px;
        line-height: 25px; } }
  @media (min-width: 992px) {
    section.type-select article.type .car {
      position: absolute;
      bottom: -100px;
      right: -400px;
      z-index: 1; } }
  section.type-select .words {
    margin-bottom: 20px; }

/* 
    Created on : 18.05.2017, 14:19:51
    Author     : Philipp Kodicek
*/
section.type-finder {
  margin-top: 20px; }
  @media (min-width: 768px) {
    section.type-finder {
      margin-top: 70px; } }
  section.type-finder .step {
    margin-top: 40px; }
    section.type-finder .step .step-nr {
      float: left;
      font-size: 80px;
      line-height: 54px;
      font-family: mini-serif-bold; }
    section.type-finder .step .step-hl {
      text-transform: none;
      display: inline; }
    section.type-finder .step .checkbox-group {
      /*width: 50%;*/
      float: left; }
      @media (min-width: 768px) {
        section.type-finder .step .checkbox-group {
          margin: 10px 0 0; } }
      section.type-finder .step .checkbox-group.full-width {
        /*width: 100%;*/ }
      section.type-finder .step .checkbox-group label {
        margin: 10px 40px 0 0;
        font-family: mini-serif-regular, serif;
        font-weight: normal;
        font-size: 16px;
        display: block; }
        @media (min-width: 768px) {
          section.type-finder .step .checkbox-group label {
            font-size: 21px; } }
        section.type-finder .step .checkbox-group label input {
          margin-right: 10px; }
    @media (min-width: 768px) {
      section.type-finder .step .button {
        position: absolute;
        bottom: 0; } }
    section.type-finder .step.step--1 .step-nr {
      margin-right: 20px; }
    section.type-finder .step.step--2 {
      display: none;
      transition: all 1s; }
      @media (min-width: 768px) {
        section.type-finder .step.step--2 .step-nr {
          float: right;
          margin-right: 80px; } }
      section.type-finder .step.step--2 .button {
        left: -180px; }
    section.type-finder .step.step--3 {
      display: none;
      transition: all 1s; }
      section.type-finder .step.step--3 .step-nr {
        margin-right: 20px; }
  section.type-finder .button.submit {
    float: right; }

/* 
    Created on : 18.05.2017, 15:09:16
    Author     : Philipp Kodicek
*/
section.type-result {
  margin-top: 70px;
  background: black;
  color: white;
  padding: 60px 0;
  display: none; }
  section.type-result .type-description {
    font-size: 21px;
    font-family: mini-serif-regular; }
    section.type-result .type-description .button {
      margin-top: 25px; }
  section.type-result .alternatives {
    margin-top: 60px; }
    section.type-result .alternatives .alternatives-hl {
      text-transform: none; }
    section.type-result .alternatives .alternative {
      text-align: center;
      padding-top: 60px; }
      @media (min-width: 1200px) {
        section.type-result .alternatives .alternative {
          padding: 30px 30px 30px 0; } }
      section.type-result .alternatives .alternative img {
        margin: 0 auto; }

/* 
    Created on : 18.05.2017, 16:41:25
    Author     : Philipp Kodicek
*/
footer {
  margin-top: 220px; }
  footer .social a {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: left;
    border: 2px solid black;
    margin-right: 10px;
    font-family: mini-icon; }
    footer .social a.facebook:before {
      content: "\EA34"; }
    footer .social a.youtube:before {
      content: "\EB2A"; }
    footer .social a.instagram:before {
      content: "\EA46"; }
    footer .social a:hover {
      color: black;
      background: white; }
  footer .links {
    margin: 30px 0; }
    @media (min-width: 768px) {
      footer .links {
        text-align: right;
        margin-top: -40px; } }
    footer .links a {
      color: black;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 12px; }

footer nav {
  border-top: 1px dotted #353535;
  border-bottom: 1px dotted #353535;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px; }
  footer nav a {
    color: #666;
    font-size: 11px;
    padding-right: 15px; }
  footer nav a:hover {
    color: #a9a9a9; }

.headline-pre strong {
  display: block;
  font-family: mini-serif-bold,serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px; }

/* 7.0 Footer */
.disclaimer {
  color: #666;
  /*font-style: italic;*/
  font-size: 13px;
  padding-bottom: 20px; }

.modal .modal-content {
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  /*		border: 1px solid #000000;
  		border: 1px solid rgba(0,0,0,.2);*/ }
.modal .close {
  color: #000000;
  text-shadow: none;
  opacity: 1;
  font-size: 30px; }

/*# sourceMappingURL=site.css.map */
