@charset "UTF-8";
/* -----  Reset & Normalization  ---------------------------------------- */

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;
  padding: 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;
}
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;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}


/* -----  Typography  ---------------------------------------- */

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}

p {
  color: #999999;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 2em;
  /*min-width: 30em;
  max-width: 33%;*/
}

a {
  color: #000000;
  text-decoration: none;
}

ul {
  list-style: square outside;
  margin-left: 1em;
}

ul li {
  color: #999999;
  margin-bottom: 1em;
  line-height: 1.4em;
}


/* -----  Components  ---------------------------------------- */

body {
  padding: 2.66em 2.66em 1em 2.66em;
  max-width: 1920px;
  margin: 0 auto;
}

.site-header {
  background-color: #ffffff;
  position: fixed;
  padding: 2.66em 0em 1em 0em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;

  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.site-header--collapsed {
  padding-top: 1em;
  padding-bottom: 1em;

  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

.site_back-to-top {
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 999;

  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.site_back-to-top--visible {
  bottom: 0px;
}
.site_back-to-top .navigation__menu__link {
  background-color: #fff;
  display: block;
  padding: 1em;
}

.navigation {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2.66em;
}
.navigation__menu {}
.navigation__menu--left {
  display: none;
  float: left;
  margin-left: 9.3em;
}
.site-header--collapsed .navigation__menu--left {
  display: inline;
}

.navigation__menu--right {
  float: right;
  margin-right: 9.3em;
}

.navigation__menu--hidden {
  display: none;
}
.navigation__menu--visible {
  display: inline;
}

.navigation__menu--logout {
  margin-right: 2em;
}


.home {}
.intro {
  margin-left: 9.3em;
  //margin-top: 4em;
  margin-bottom: 16em ;
  min-width: 40em;
  max-width: 50%;
  padding-top: 4em;
}
.intro__title {
  margin-bottom: 0.25em;
  min-width: 6em;
}


.projects {}
.projects-list {
  margin-left: 0;
}
.project-item {
  margin-bottom: 5em;
}
.project-item__link {
  display: block;
}

.description {
  margin-left: 9.3em;
  min-width: 30em;
  max-width: 33%;
}

/*.description .description__icon {
  display: inline-block;
  position: relative;
}*/
.description .description__icon img {
  margin-bottom: -0.1em;
}

img, .video {
  max-width: 100%;
}
figure {
  margin: 0 auto 5em auto;
}


.footer {}
.description__link {
  font-weight: 400;
  text-decoration: underline;
}
.copyright {
  float: right;
  margin-right: 9.3em;
  margin-top: 4em;
  margin-bottom: 1em;
  margin-left: 0;
}


.project {}
.project .description {
  margin-top: 11em;
  margin-bottom: 5em;
}
.project__content p {
  margin-left: 9.3em;
  margin-top: 0em;
  margin-bottom: 0em;
  min-width: 30em;
  max-width: 33%;
}
.project__content p + p {
  margin-top: 2em;
}
.project__content p + figure,
.project__content h2 + figure {
  margin-top: 5em;
}
.project__content p:last-child {
  margin-bottom: 7em;
}
.project__content h2 {
  margin-left: 5.815em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  min-width: 30em;
  max-width: 33%;
}
.project-nav {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 11em;
  padding: 2.66em 0;
  position: relative;
  overflow: auto;
}
.project-nav__link--next {
  float: right;
}
.project-nav__text--next {
  float: left;
  margin-right: 1em;
}
.project-nav__link--prev {
  float: left;
}
.project-nav__text--prev {
  float: right;
  margin-left: 1em;
}
.project-nav__icon {
  top: -0.25em;
  position: relative;
}
.project-nav__icon--prev img {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}


.project--images .project__content {
  overflow: auto;
  margin-bottom: 6em;
}
.project--images figure.image--half {
  display: block;
  width: 50%;
  padding: 0.25em;
  float: left;
  margin: 0;
}
.project--images figure.image--full {
  display: block;
  width: 100%;
  padding: 0.25em;
  float: left;
  margin: 0;
}
.project--images figure img {
  display: block;
}

.top-button {
  position: fixed;
  bottom: 5em;
  right: 16em;
}

.video { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
  z-index: 1;
} 
.video iframe, 
.video object, 
.video embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.login__field {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 1em;
}
.login .login__label {
  min-width: 6em;
}
.login .login__input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0.5em;
  font-size: 1em;
  letter-spacing: 0.025em;
}
.login .login__submit {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-left: 6.2em;
}
.login .alert {
  margin-bottom: 2em;
}

@media screen and (max-width: 1080px) {
  .navigation__menu--right {
    margin-right: 0em;
  }

  .copyright {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 860px) {
  body, .site-header {
    padding: 1.33em;
  }

  .intro, .description, .project__content p {
    margin-left: 10%;
    min-width: 0;
    max-width: 66%;
  }
}

@media screen and (max-width: 600px) {
  html, body {
    font-size: 13px;
  }

  body, .site-header {
    padding: 1em;
  }

  .intro, .description, .project__content p {
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
  }

  .project--protected .image--half {
    width: 100%;
  }
}