@charset "UTF-8";
/* reset */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* type */
body {
  color: #3D3D3D;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 14.4pt;
  background-color: #fefefe;
}

p {
  margin-bottom: 13.2pt;
}

h1 {
  font-family: komet, sans-serif;
  font-weight: 800;
  font-size: 20pt;
  line-height: 24pt;
}

header {
  width: 100%;
  padding-top: 5pt;
  padding-bottom: 5pt;
  margin-top: 50pt;
  background-color: #fefefe;
}
header h1 {
  font-family: komet, sans-serif;
  font-weight: 800;
  font-size: 14pt;
  line-height: 14pt;
}
header a::after {
  content: none;
  margin: 0;
}
header a::before {
  content: "←";
  margin-left: 2pt;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
}

.sticky + .content {
  padding-top: 74pt;
}

h1#homepage {
  margin-top: 20pt;
}

#sub-headline {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
}

h2 {
  font-weight: 700;
  font-size: 14pt;
  line-height: 16.8pt;
  letter-spacing: 0.2pt;
}

.section-header {
  font-family: komet, sans-serif;
  font-weight: 300;
  font-size: 10pt;
  line-height: 12pt;
  letter-spacing: 0.6pt;
  text-transform: uppercase;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.caption {
  display: block;
  font-size: 10pt;
  line-height: 12pt;
  margin-top: 2pt;
  margin-bottom: 1pt;
}

a {
  text-decoration: none;
  background: #f3f3f3;
  color: #3D3D3D;
  -o-transition: background 0.1s ease-in;
  -ms-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}

a::after {
  content: "→";
  margin-left: 2pt;
}

a:hover, a:active {
  background-color: #e6e6e6;
}

.mclaren {
  color: #FF8000;
}

.porsche {
  color: #B12B28;
  background-color: #fefefe;
  font-weight: 700;
  padding: 0 2pt;
}

.jaguar {
  color: #c3ac93;
}

a.footnote {
  font-size: 10pt;
  margin-left: 1pt;
  position: relative;
  top: -1pt;
  background: #fefefe;
}

a.footnote:after {
  content: none;
  margin-left: 0;
}

a.reversefootnote:after {
  content: none;
  margin-left: 0;
}

.footnotes {
  font-size: 11pt;
  line-height: 15pt;
  margin-top: 40pt;
  padding-right: 10pt;
  padding-left: 25pt;
  width: 100%;
}
.footnotes ol {
  list-style-type: decimal;
  list-style-position: outside;
}

hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 13.2pt 0;
}

a#bottom {
  display: block;
  width: 100pt;
  text-align: center;
  margin: 0 auto;
  margin-top: 40pt;
  text-transform: upp;
}

a#bottom::after {
  content: none;
  margin: 0;
}

a#bottom::before {
  content: "←";
  margin-left: 2pt;
}

/* structure */
img {
  width: 100%;
}

a.button {
  display: block;
  margin-bottom: 14.4pt;
  background-color: transparent;
}
a.button h2:after {
  content: "→";
  margin-left: 2pt;
}

a.button:hover, a.button:active {
  background-color: #e6e6e6;
}

a.button::after {
  content: none;
  margin: 0;
}

footer {
  align-self: end;
  margin-top: 20pt;
  background-color: #3D3D3D;
  color: #fff;
  padding: 20pt 0;
  font-size: 11pt;
  line-height: 15pt;
}
footer a {
  background-color: transparent;
  color: #fefefe;
  -o-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
footer a:hover, footer a:active {
  background-color: #fefefe;
  color: #3D3D3D;
}

@media (max-width: 870px) {
  header h1 {
    margin: 0 5%;
  }
  header a {
    display: none;
  }
  #container {
    width: 90%;
    margin: 5%;
  }
  #content {
    width: 100%;
  }
  h1#homepage {
    margin: 0;
  }
  .section-header {
    margin-bottom: 5pt;
    margin-top: 20pt;
  }
  footer div {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 870px) {
  body {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  header a {
    float: left;
    margin-left: 20pt;
  }
  header h1 {
    width: 450pt;
    margin: 0 auto;
  }
  #container {
    width: 450pt;
    margin: 10pt auto 0 auto;
  }
  #content {
    width: 379pt;
    margin-left: 71pt;
    margin-top: 20pt;
  }
  .section-header {
    display: block;
    width: 150pt;
    height: 12pt;
    margin-left: -160pt;
    margin-bottom: -2pt;
    padding-top: 14.4pt;
    text-align: right;
  }
  .section-header.no-h2 {
    margin-bottom: -1.4pt;
  }
  footer div {
    width: 400pt;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=css.css.map */