@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 2.0.0
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}
@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}
.typl8-tera, .typl8-giga, .typl8-mega, .typl8-alpha, .typl8-beta, h1, .typl8-gamma, h2, .typl8-delta, h3, .typl8-epsilon, .typl8-zeta, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  color: #222222;
}

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right;
}

body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

html {
  font: normal 112.5%/1.65 serif;
}

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.typl8-tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 4.56923px;
  margin-bottom: 0.25385rem;
}

.typl8-giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 5.94px;
  margin-bottom: 0.33rem;
}

.typl8-mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 7.425px;
  margin-bottom: 0.4125rem;
}

.typl8-alpha {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-bottom: 8.91px;
  margin-bottom: 0.495rem;
}

.typl8-beta, h1 {
  font-size: 48px;
  font-size: 2.66667rem;
  margin-bottom: 11.1375px;
  margin-bottom: 0.61875rem;
}

.typl8-gamma, h2 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 14.85px;
  margin-bottom: 0.825rem;
}

.typl8-delta, h3 {
  font-size: 24px;
  font-size: 1.33333rem;
  margin-bottom: 22.275px;
  margin-bottom: 1.2375rem;
}

.typl8-epsilon {
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 25.45714px;
  margin-bottom: 1.41429rem;
}

.typl8-zeta, h4, h5, h6 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 29.7px;
  margin-bottom: 1.65rem;
}

p {
  margin: auto auto 0.5em;
}

small {
  font-size: 65%;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  white-space: pre;
}
pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

code {
  white-space: pre;
  font-family: monospace;
}

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}
abbr[title]:hover {
  cursor: help;
}

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0;
}
.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.typl8-lining dd + dd:before {
  content: ", ";
}
.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.typl8-dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}
.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.typl8-dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em;
}
.typl8-pull-quote:before, .typl8-pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}
.typl8-pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}
.typl8-pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
@font-face {
  font-family: 'Lubalin';
  src: url("../fonts/LubalinGraphStd-Book.eot");
  src: local("☺"), url("../fonts/LubalinGraphStd-Book.woff") format("woff"), url("../fonts/LubalinGraphStd-Book.ttf") format("truetype"), url("../fonts/LubalinGraphStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nimbus Sans';
  src: url("../fonts/NimbusSanNovDUltLig.eot");
  src: local("☺"), url("../fonts/NimbusSanNovDUltLig.woff") format("woff"), url("../fonts/NimbusSanNovDUltLig.ttf") format("truetype"), url("../fonts/NimbusSanNovDUltLig.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
header .banner {
  font-family: 'Nimbus Sans', 'Sans Serif';
  font-size: 108px;
  line-height: 108px;
  letter-spacing: 6px;
}

body {
  font-family: 'Lubalin', 'Sans Serif';
}

.projects {
  margin-left: -22px;
  margin-right: -22px;
  padding: 0;
}
.projects .project {
  height: 260px;
  width: 350px;
  float: left;
  margin-left: 22px;
  list-style: none;
  letter-spacing: .05em;
  color: #808080;
  cursor: pointer;
}
.projects .project .thumb {
  height: 200px;
  overflow: hidden;
  background: #000;
  position: relative;
  cursor: pointer;
}
.projects .project .thumb img {
  width: 100%;
  cursor: pointer;
}
.projects .project .thumb figcaption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  color: #FFF;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  cursor: pointer;
  pointer-events: none;
}
.projects .project:hover figcaption {
  color: #FFF;
  opacity: .7;
}
.projects .project .project-info {
  margin-top: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: inherit;
}
.projects .project .project-info .title {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 0;
  color: inherit;
}
.projects .project .project-info .meta {
  font-size: 14px;
  text-transform: none;
}
.projects .project .project-info .credits {
  font-size: 14px;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  text-align: center;
  z-index: 20;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.overlay.visible {
  opacity: 1;
}
.overlay.active {
  display: block;
}
.overlay .video {
  width: 70%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay .video video {
  max-height: 90vh;
  outline: 0;
}
.overlay .video video:active {
  outline: none;
}
.overlay .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  background-image: url("../images/close_x.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

body {
  color: gray;
  position: relative;
  min-height: 100vh;
  line-height: 1.6em;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  color: black;
}

header {
  max-width: 1150px;
  margin: 0 auto;
  text-transform: uppercase;
}
header .banner {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 42px;
}
header .banner a {
  color: #000;
}
header .navbar {
  border-top: 2px solid #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 30px 16px;
}
header .navbar .short-description {
  float: left;
  display: inline;
}
header .navbar .nav {
  list-style: none;
  float: right;
}
header .navbar .nav li {
  float: left;
  margin-left: 20px;
}
header .navbar .nav li:first-child {
  float: left;
  margin-left: 0px;
}
@media (max-width: 650px) {
  header .navbar {
    text-align: center;
    padding: 16px;
  }
  header .navbar .short-description {
    float: none;
    display: block;
  }
  header .navbar .nav {
    float: none;
    padding-top: 22px;
    margin-left: 0;
  }
  header .navbar .nav li {
    float: none;
    display: inline;
  }
}

main.main {
  max-width: 1090px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
main.main .contact {
  float: right;
  font-size: 22px;
}
main.main .contact .label {
  width: 40px;
  display: inline-block;
}

footer.footer .impressum {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 1090px) {
  main.main {
    padding-left: 16px;
    padding-right: 16px;
  }

  header .banner {
    font-size: 50px;
    line-height: 50px;
  }
}
