/*!
 Theme Name:   Hans Neumann Studio
 Description:  Hans Neumann Studio
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.0.1
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
 * mixins
 */
/* 
 * functions
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * fonts
*/
@font-face {
  font-family: "HansNeumannNumerals-Regular";
  src: url("fonts/HansNeumannNumerals-Regular.woff") format("opentype");
  font-style: normal;
  font-stretch: normal;
}
/* 
 * global
 */
body {
  color: #000;
}

h1, h2, h3, p, a, li, input, dt, dd {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img,
video {
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none;
}

main, section, aside, div {
  position: relative;
}

/* 
 * typography
 */
body {
  font-family: "Baskerville", serif;
}

h1, h2, h3, p, a, span, li {
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  line-height: 16px;
}

h2 {
  text-transform: uppercase;
}

strong {
  font-weight: normal;
}

em, i {
  font-style: italic;
}

.project figcaption span,
.overview section > span {
  font-family: "HansNeumannNumerals-Regular";
  font-size: 30px;
  line-height: 100%;
}

.overview main section figcaption p {
  font-size: 15px;
  line-height: 16px;
}

/* 
 * layout
 */
body header {
  padding: 17px 20px 0;
}
body header a.active {
  position: relative;
}
body header a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 1px;
  left: 0;
}
body main {
  padding: 30px 20px;
}
body.home main aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
  display: none;
  pointer-events: none;
}
body.home main aside img {
  width: calc(100vw - 80px);
  transform: scale(0.85);
}
body.home main section article {
  width: 100%;
}
body.home main section article:not(:last-child) {
  margin-bottom: 30px;
}
body.home main section article a {
  display: block;
}
body.home main section article a img,
body.home main section article a video {
  width: 100%;
}
body.home main section article a span {
  display: block;
  margin-top: 4px;
}
body.home.loader main aside {
  display: flex;
  animation: fadeOut 700ms 1500ms cubic-bezier(0, 0, 0.58, 1) forwards;
}
body.home.loader main section article:nth-of-type(1) {
  opacity: 0;
  animation: fadeIn 700ms 500ms cubic-bezier(0, 0, 0.58, 1) forwards;
}
body.home.loader main section article:nth-of-type(2) {
  opacity: 0;
  animation: fadeIn 700ms 1000ms cubic-bezier(0, 0, 0.58, 1) forwards;
}
body.home.loader main section article:nth-of-type(3) {
  opacity: 0;
  animation: fadeIn 700ms 1500ms cubic-bezier(0, 0, 0.58, 1) forwards;
}
body.home.loader main section article:nth-of-type(4) {
  opacity: 0;
  animation: fadeIn 700ms 2000ms cubic-bezier(0, 0, 0.58, 1) forwards;
}
body.project main article > div:not(:first-child) {
  margin-top: 30px;
}
body.project main article > div figure img,
body.project main article > div figure video {
  width: 100%;
}
body.project main article > div figure figcaption {
  display: block;
  margin-top: 4px;
  padding-right: 15px;
}
body.project main article > div figure figcaption span {
  transform: translateY(-15px);
}
body.project main article > div.slideshow figure {
  cursor: pointer;
}
body.project main article > div.slideshow figure:not(.active) {
  display: none;
}
body.project main article > div.slideshow figure figcaption {
  display: flex;
  justify-content: space-between;
}
body.project main article > div.slideshow.reverse figure {
  cursor: w-resize;
}
body.overview main section > a,
body.overview main section > span {
  display: none;
}
body.overview main section > div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  align-items: stretch;
}
body.overview main section figure {
  position: relative;
  width: calc((100vw - 80px) / 3);
  display: flex;
  align-items: center;
  height: 100%;
}
body.overview main section figure video,
body.overview main section figure img {
  display: block;
  width: 100%;
}
body.overview main section figure figcaption {
  display: none;
}
body.overview main section div.js-prev,
body.overview main section div.js-next {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
body.overview main section div.js-prev {
  left: 0;
  cursor: w-resize;
}
body.overview main section div.js-next {
  right: 0;
  cursor: e-resize;
}
body.overview:not(.gallery) main section > div figure {
  cursor: pointer;
}
body.overview.gallery header {
  position: fixed;
  z-index: 3;
}
body.overview.gallery header nav {
  display: none;
}
body.overview.gallery main {
  padding: 0;
}
body.overview.gallery section > a,
body.overview.gallery section > span {
  position: absolute;
  display: block;
  z-index: 3;
}
body.overview.gallery section > a {
  top: 17px;
  right: 20px;
}
body.overview.gallery section > span {
  bottom: 10px;
  right: 20px;
}
body.overview.gallery section > div {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  display: inline-flex;
  flex-wrap: nowrap;
  background: white;
  gap: 0px;
}
body.overview.gallery section > div::-webkit-scrollbar {
  display: none;
}
body.overview.gallery section > div > div {
  scroll-snap-align: center;
}
body.overview.gallery section > div div.js-prev,
body.overview.gallery section > div div.js-next {
  display: block;
}
body.overview.gallery section > div figure {
  width: calc(100vw - 40px);
  height: calc(100vh - 180px);
  height: calc(var(--vh, 1vh) * 100 - 180px);
  padding: 90px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.overview.gallery section > div figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
body.overview.gallery section > div figure video {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
body.overview.gallery section > div figure figcaption {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
body.overview.gallery.disableSnapping section > div {
  scroll-snap-type: none;
}
body.information main section:not(:last-child) {
  margin-bottom: 40px;
}
body.information main section h2 {
  margin-bottom: 20px;
}
body.information main section ol {
  counter-reset: list-number;
}
body.information main section ol li {
  display: flex;
}
body.information main section ol li:before {
  counter-increment: list-number;
  content: counter(list-number);
  width: 20px;
  height: 100%;
}
body.loading * {
  cursor: wait;
}

/* 
 * media queries
 */
@media screen and (min-width: 1020px) {
  h1, h2, h3, p, a:not(.overview section > a), span, li {
    font-size: 22px;
    line-height: normal;
  }
  .project figcaption span {
    font-size: 40px;
  }
  body header {
    padding: 27px 30px 0;
    display: flex;
  }
  body header a.active:after {
    bottom: 3px;
  }
  body header > a {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 3 ) + ( ( 3 - 1 ) * 30px ));
  }
  body main {
    padding: 40px 30px;
  }
  body.home main aside img {
    width: calc( ( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 8 ) + ( ( 8 - 1 ) * 30px ) + 60px );
  }
  body.home main section {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
  }
  body.home main section article.space-col-1 {
    margin-left: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 1 ) + ( ( 1 - 1 ) * 30px ));
  }
  body.home main section article.space-col-2 {
    margin-left: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 2 ) + ( ( 2 - 1 ) * 30px ));
  }
  body.home main section article.space-col-3 {
    margin-left: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 3 ) + ( ( 3 - 1 ) * 30px ));
  }
  body.home main section article.space-col-4 {
    margin-left: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 4 ) + ( ( 4 - 1 ) * 30px ));
  }
  body.home main section article.col-2 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 2 ) + ( ( 2 - 1 ) * 30px ));
  }
  body.home main section article.col-3 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 3 ) + ( ( 3 - 1 ) * 30px ));
  }
  body.home main section article.col-4 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 4 ) + ( ( 4 - 1 ) * 30px ));
  }
  body.home main section article.col-5 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 5 ) + ( ( 5 - 1 ) * 30px ));
  }
  body.home main section article.col-6 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 6 ) + ( ( 6 - 1 ) * 30px ));
  }
  body.home main section article.col-7 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 7 ) + ( ( 7 - 1 ) * 30px ));
  }
  body.home main section article.col-8 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 8 ) + ( ( 8 - 1 ) * 30px ));
  }
  body.home.category section article.space-col-1 {
    margin-left: unset;
  }
  body.home.category section article.space-col-2 {
    margin-left: unset;
  }
  body.home.category section article.space-col-3 {
    margin-left: unset;
  }
  body.home.category section article.space-col-4 {
    margin-left: unset;
  }
  body.home.loader main aside {
    animation: fadeOut 700ms 2500ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(1) {
    opacity: 0;
    animation: fadeIn 700ms 500ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(2) {
    opacity: 0;
    animation: fadeIn 700ms 1000ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(3) {
    opacity: 0;
    animation: fadeIn 700ms 1500ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(4) {
    opacity: 0;
    animation: fadeIn 700ms 2000ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(5) {
    opacity: 0;
    animation: fadeIn 700ms 2500ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.home.loader main section article:nth-of-type(6) {
    opacity: 0;
    animation: fadeIn 700ms 3000ms cubic-bezier(0, 0, 0.58, 1) forwards;
  }
  body.project main article > div:not(:first-child) {
    margin-top: 70px;
  }
  body.project main article > div:not(:first-child).text {
    margin-top: 35px;
  }
  body.project main article > div:not(:first-child) figcaption p {
    font-size: 15px;
    line-height: 16px;
  }
  body.project main article > div figure figcaption span {
    transform: translateY(-20px);
  }
  body.project main article > div figure.col-4 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 4 ) + ( ( 4 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-5 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 5 ) + ( ( 5 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-6 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 6 ) + ( ( 6 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-7 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 7 ) + ( ( 7 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-8 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 8 ) + ( ( 8 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-9 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 9 ) + ( ( 9 - 1 ) * 30px ));
  }
  body.project main article > div figure.col-10 {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 10 ) + ( ( 10 - 1 ) * 30px ));
  }
  body.project main article > div > p {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 6 ) + ( ( 6 - 1 ) * 30px ));
  }
  body.overview main section > div {
    column-gap: 30px;
    row-gap: 75px;
    padding-bottom: 75px;
  }
  body.overview main section figure {
    width: calc((100vw - 210px) / 6);
  }
  body.overview:not(.gallery) main section figure:hover figcaption {
    display: block;
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    height: 70px;
  }
  body.overview.gallery main section > a {
    top: 34px;
    right: 30px;
  }
  body.overview.gallery main section > span {
    bottom: 20px;
    right: 30px;
  }
  body.overview.gallery main section > div {
    padding-bottom: 0px;
  }
  body.overview.gallery main section figure {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 10 ) + ( ( 10 - 1 ) * 30px ));
    height: calc(100vh - 180px);
    height: calc(var(--vh, 1vh) * 100 - 180px);
    padding: 90px calc( ( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 1 ) + ( ( 1 - 1 ) * 30px ) + 60px );
  }
  body.overview.gallery main section figure figcaption {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  body.information main {
    padding: 40px calc( ( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 3 ) + ( ( 3 - 1 ) * 30px ) + 30px );
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
  }
  body.information main section:not(:last-child) {
    margin-bottom: 60px;
  }
  body.information main section h2 {
    margin-bottom: 30px;
  }
  body.information main section:not(:first-child) {
    width: calc(( ( ( 100vw - ( ( 12 - 1 ) * 30px ) - ( 2 * 30px ) ) / 12 ) * 3 ) + ( ( 3 - 1 ) * 30px ));
  }
  body.information main section:not(:first-child) > h2, body.information main section:not(:first-child) p, body.information main section:not(:first-child) li, body.information main section:not(:first-child) span, body.information main section:not(:first-child) a {
    font-size: 15px;
    line-height: 16px;
  }
}

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