/* CSS Document */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-family: "p22-underground";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  padding-top: 7.7rem; }

a {
  color: #f5404d;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    color: #cb333e; }

p {
  margin-bottom: 1.4em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

strong {
  font-weight: 600; }

h1 {
  margin: 0.7rem 0 0;
  display: block;
  float: left;
  margin-left: 0%;
  margin-right: -100%;
  width: 5%; }
  h1 em {
    color: #dddddd;
    font-style: normal;
    opacity: 0;
    pointer-events: none;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  h1 a:hover em {
    opacity: 1; }

h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 4rem; }

h3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3rem; }

h4 {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 3rem; }

img {
  width: 100%; }

.ss-icon {
  font-size: 4.8rem;
  line-height: .4;
  display: inline-block; }

.wrapper {
  width: 128rem;
  max-width: 90%;
  position: relative;
  margin: 0 auto; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color:#CCCCCC;
  padding: 1.3rem 2.5% 2.1rem; }
  header h1, header a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6rem; }
  header a {
    cursor: pointer;
    color: #666666; }
    header a:hover {
      color: #ffffff; }
  header h1 a {
    color: #333333;
    font-weight: 900; }
  header nav {
    text-align: center;
    display: block;
    float: left;
    margin-left: 25.73242%;
    margin-right: -100%;
    width: 48.53516%; }
    header nav li {
      display: inline;
      margin-right: 8%; }
      header nav li:last-child {
        margin-right: 0; }
  header .email {
    text-align: right;
    display: block;
    float: left;
    margin-left: 77.19727%;
    margin-right: -100%;
    width: 22.80273%;
    clear: none;
    float: none; }
    header .email p {
      margin: 0; }
    header .email a {
      background-color: #f5404d;
      color: white;
      font-weight: 600;
      padding: 1rem 2rem 0.6rem; }
      header .email a:hover {
        background-color: #cb333e; }

.content {
  text-align: center;
  background: #F1F0EE;
  background-color:#888;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%, white));
  background-image: -webkit-linear-gradient(top, #888, white);
  background-image: linear-gradient(to bottom,#888, white); }

.error .content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
  .error .content h3 {
    color: white;
    position: relative;
    top: 43%; }
.error footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

section > .wrapper {
  padding: 12rem 0;
  border-bottom: 1px solid #eeeeee; }
section#cover > .wrapper, section#contact > .wrapper {
  border: none; }

section#cover {
  display: block;
  padding: 0;
  margin: 0;
  height: 480px;
  background-size: cover;
  background-position: center center; }

section div.intro {
  padding-bottom: 8rem;
  display: block;
  float: left;
  margin-left: 8.57747%;
  margin-right: -100%;
  width: 82.84505%;
  clear: none;
  float: none; }

section#projects ul.grid {
  list-style: none;
  margin-bottom: -3%;
  *zoom: 1; }
  section#projects ul.grid:before, section#projects ul.grid:after {
    content: " ";
    display: table; }
  section#projects ul.grid:after {
    clear: both; }
  section#projects ul.grid li {
    margin-bottom: 3%;
    position: relative; }
    section#projects ul.grid li:nth-child(odd) {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 48.53516%; }
    section#projects ul.grid li:nth-child(even) {
      display: block;
      float: left;
      margin-left: 51.46484%;
      margin-right: -100%;
      width: 48.53516%;
      clear: none;
      float: none; }
  section#projects ul.grid .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(102, 102,102, 0.75);
    background-color: rgba(102, 102,102, 0.25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102,102, 0.25)), color-stop(100%, #666));
    background-image: -webkit-linear-gradient(rgba(102, 102,102, 0.25), #666);
    background-image: linear-gradient(rgba(102, 102,102, 0.25), #666);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 0, 0); }
    section#projects ul.grid .caption span {
      padding: 1rem;
      position: relative;
      top: 52%;
      opacity: 0;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  section#projects ul.grid a:hover .caption {
    opacity: 1; }
    section#projects ul.grid a:hover .caption span {
      top: 48%;
      opacity: 1; }

section#about p {
  margin: 0;
  width: 100%; }
section#about .info {
  list-style: none;
  *zoom: 1; }
  section#about .info:before, section#about .info:after {
    content: " ";
    display: table; }
  section#about .info:after {
    clear: both; }
section#about .web {
  padding-bottom: 12rem; }
  section#about .web img {
    display: block;
    width: 100%; }
section#about .info li {
  text-align: center;
  display: block;
  float: left;
  margin-left: 17.15495%;
  margin-right: -100%;
  width: 65.6901%;
  clear: none;
  float: none;
  margin-bottom: 6rem; }
  section#about .info li:last-child {
    margin-bottom: 0; }
  section#about .info li strong {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.28rem;
    font-weight: 900;
    margin-right: 0.5rem;
    display: block;
    margin-bottom: .7em; }

section#contact p {
  margin-bottom: 0;
  font-weight: 400; }
section#contact .social {
  list-style: none; }
  section#contact .social li {
    display: inline;
    margin: 0 5rem; }
  section#contact .social a {
    color: rgba(51, 51, 51, 0.1);
    display: inline-block;
    width: 48px;
    height: 48px; }
    section#contact .social a i {
      line-height: 1.4;
      position: relative;
      left: 0; }
    section#contact .social a:hover {
      color: #333333; }
    section#contact .social a[href*=twitter]:hover {
      color: #00acee; }
    section#contact .social a[href*=dribbble]:hover {
      color: #ea4c89; }
    section#contact .social a[href*=instagram]:hover {
      color: #634d40; }
    section#contact .social a[href*=facebook]:hover {
      color: #3b5998; }
    section#contact .social a[href*=behance]:hover {
      color: #053eff; }

.project ul.media {
  list-style: none;
  *zoom: 1; }
  .project ul.media:before, .project ul.media:after {
    content: " ";
    display: table; }
  .project ul.media:after {
    clear: both; }
  .project ul.media figure iframe {
    display: block; }
  .project ul.media figure figcaption {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 300;
    color: #555555;
    margin-top: 0.5rem; }
  .project ul.media li {
    margin-bottom: 3%; }
    .project ul.media li:last-child {
      margin-bottom: 0; }

.imprint {
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(245, 64, 77, 0.95);
  height: 0;
  opacity: 0;
  color: white;
  text-align: left;
  font-size: 2.4rem;
  -webkit-transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  transition: opacity 50ms linear; }
  .imprint.active {
    height: 100%;
    opacity: 1;
    left: 0; }
  .imprint .close {
    border: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: transparent;
    color: white;
    font-size: 8rem;
    font-weight: 100;
    line-height: .2;
    z-index: 2;
    padding: 3.2rem 1rem 1.2rem; }
  .imprint .wrapper {
    padding-top: 4em; }
  .imprint a {
    color: white;
    text-decoration: underline; }
  .imprint strong {
    display: inline-block;
    width: 5em; }
  .imprint p {
    margin-bottom: 1.4em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

footer {
  font-size: 1.6rem;
  text-align: center;
  color: #909090;
  background-color: #222222;
  padding: 3rem 0 2.5rem; }
  footer a {
    color: #aaaaaa; }
    footer a:hover {
      color: white; }
  footer p {
    margin: 0; }

@media only screen and (max-width: 1440px) {
  html {
    font-size: 58%; }

  body {
    padding-top: 7rem; }

  header {
    padding: 2.3rem 2.5% 2.1rem; }

  footer {
    padding: 3rem 0 2.4rem; } }
@media only screen and (max-width: 1023px) {
  h1 {
    display: block;
    float: left;
    margin-left: 0%;
    margin-right: -100%;
    width: 10%; }

  header nav {
    text-align: right;
    display: block;
    float: left;
    margin-left: 38.47656%;
    margin-right: -100%;
    width: 61.52344%;
    clear: none;
    float: none; }
  header .email {
    display: none; }

  section > .wrapper {
    padding: 6rem 0; }

  section#projects ul.grid .caption {
    display: none; }

  section div.intro {
    padding-bottom: 2rem;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    clear: none;
    float: none; }

  section#about .photo {
    padding-bottom: 6rem; }

  section#about .info li {
    margin-bottom: 3rem;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    clear: none;
    float: none; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%; }

  body {
    padding-top: 0;
    font-size: 1.92rem; }

  header {
    position: relative;
    padding: 2rem 2.5% 1.6rem; }
    header nav {
      text-align: center;
      clear: both;
      display: block;
      float: left;
      margin-left: 0;
      width: 100px;
      clear: none;
      float: none; }
      header nav li {
        margin-right: 6%; }

  .error header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }

  .ss-icon {
    font-size: 3.2rem; }

  h1 {
    text-align: center;
    margin: 0.3rem 0 1rem;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 141px;
    clear: none;
    float: none; }
    h1 em {
      display: none; }

  h2 {
    margin-bottom: 3rem; }

  h3 {
    font-size: 2.8rem; }

  h4 {
    font-size: 2.8rem; }

  .caption span {
    top: 50%; }

  section#about .info li strong {
    font-size: 1.8rem; }

  section#contact .social li {
    display: inline;
    margin: 0 0.4rem; }
    section#contact .social li a {
      height: 32px; }

  .imprint {
    font-size: 1.92rem; }
    .imprint strong {
      display: inline; } }
