/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

@font-face {
  font-family: "supply";
  src: url(../fonts/TRSupply-Book.woff);
}
body,
h1 {
  font-family: "supply", Times;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.015em;
}

body {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.title {
  line-height: 1.4em;
}

p {
  line-height: 1.4em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.smc {
  font-feature-settings: "smcp";
}

nav,
p {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}

ul#project-list .title {
  font-size: 1.2em;
}
ul#project-list .n,
ul#project-list .p,
ul#project-list .y,
ul#project-list .year {
  font-feature-settings: "tnum";
}
ul#project-list .y {
  text-align: right;
}

.n,
.p,
.y,
.infos {
  font-feature-settings: "tnum";
}

.work-list {
  font-feature-settings: "tnum";
}

@media screen and (min-width: 800px) {
  body,
h1 {
    font-size: 1.2em;
  }
}
body,
html {
  color: #ccc;
  background-color: white;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1720px) {
  #container {
    width: 1680px;
  }
}

main {
  background-color: white;
  z-index: 1;
  padding-bottom: 2%;
}

::-moz-selection {
  background: grey;
  /* WebKit/Blink Browsers */
}

::selection {
  background: grey;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: grey;
  /* Gecko Browsers */
}

h1 {
  color: #444;
  margin: 0;
}
h1 .smc {
  color: #bbb;
}

p {
  margin-bottom: 1.4em;
}

section {
  margin: 4em 2%;
}

section.site-title {
  width: 90%;
  margin: 10em auto 0 auto;
}

section.sub-title {
  width: 90%;
  margin: 6em auto 0 auto;
}

article {
  padding-bottom: 3em;
  background-color: white;
}
article.kontakt {
  margin: 7em auto 0 auto;
}
article h1 {
  width: 96%;
  margin: 4em auto;
}
article.publication {
  color: #444;
}

.overflow {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

header#header {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
header#header .wrapper {
  width: 100%;
  max-width: 1680px;
  z-index: 999;
  position: relative;
}
header#header .wrapper .logo {
  z-index: 9999999999;
  width: 96%;
  padding: 2% 2% 0 2%;
  max-width: 1680px;
  position: relative;
}
header#header #header-bar {
  z-index: 999;
  width: 100%;
  margin-top: 2%;
  position: absolute;
  top: 2.5em;
  width: 96%;
  padding: 0 2%;
  transition: top 0.3s;
}
header#header #header-bar.hidden {
  top: -150px;
}
header#header #header-bar nav#navbar {
  color: #bbb;
}
header#header #header-bar nav#navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 15px;
}
header#header #header-bar nav#navbar ul > * {
  display: inline-block;
}
header#header #header-bar .title {
  color: #bbb;
  margin-left: 12.5%;
  display: flex;
  justify-content: space-between;
  width: 87.5%;
}
header#header #header-bar .title > * {
  display: inline-block;
}
header#header #header-bar .title .location {
  display: none;
}
header#header #header-bar nav {
  display: none;
}
header#header #header-bar.show nav {
  display: block;
}
header#header #header-bar.show nav#navbar {
  color: #bbb;
  margin-left: 11.75%;
}
header#header #header-bar.show .title {
  display: none;
}

body.show header#header {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
}

body.home #header-bar nav#navbar {
  display: block;
  margin-left: 0;
  opacity: 0;
  transition: none;
  transform: translateY(50px);
}
body.home .logo {
  font-size: 1.9em;
  transition: none;
}
body.home footer {
  display: none;
}
body.home .burger {
  display: none;
}
body.home #list {
  transition: none;
  transform: translateY(50px);
  opacity: 0;
}
body.home #header #header-bar {
  transition: opacity 0.5s 2.5s;
  opacity: 1;
}
body.home #header.animate .logo {
  font-size: 1em;
  transition: font-size 0.5s 2.3s;
}
@media screen and (min-width: 800px) {
  body.home #header.animate .logo {
    font-size: 1.2em;
  }
}
body.home #header.animate #header-bar nav#navbar {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s 2.3s, opacity 0.5s 2.3s;
}
body.home #header.animate #list {
  opacity: 1;
  transition: transform 0.5s 2.5s, opacity 0.5s 2.5s;
  top: 0;
  transform: translateY(0);
}

@media screen and (min-width: 800px) {
  body.home .logo {
    font-size: 3em;
  }

  #header-bar .title .location {
    display: inline-block;
  }
}
@media screen and (min-width: 1720px) {
  header#header .wrapper {
    width: 1680px;
    margin: 0 auto;
  }
}
.footer {
  padding: 6em 0 2em 0;
}

.cover {
  display: block;
  width: 100%;
  margin: 20vh 0 0 0;
}
.cover img,
.cover figcaption {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cover figcaption {
  margin-top: 1em;
}

.big {
  margin: 4em 0 0 0;
  width: 100%;
}
.big img {
  width: 104%;
  margin: 0 0 0 -2%;
  left: 0;
}
.big figcaption {
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
}

.small {
  width: 100%;
  margin: 4em auto;
}
.small figcaption {
  margin-top: 1em;
}

.two-images {
  width: 100%;
  margin: 4em auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.two-images figure {
  flex: 0 1 49%;
}
.two-images figure img {
  width: 100%;
}
.two-images figure figcaption {
  margin-top: 1em;
}

.expl-text {
  margin: 4em 2vw 0;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 2%;
       column-gap: 2%;
  color: #444;
}

.work-list {
  margin: 4em auto 0 auto;
  width: 100%;
}
.work-list ul {
  list-style: none;
}
.work-list ul li {
  color: #444;
  border-bottom: 0.05em solid;
}
.work-list ul li span:first-child {
  color: #ccc;
  width: 51%;
  display: inline-block;
}
.work-list ul li span {
  width: 49%;
  display: inline-block;
}

.projects--overview {
  display: none;
}
.projects--overview.show {
  display: block;
}

.home .projects--overview {
  display: block;
}

@media screen and (min-width: 800px) {
  .expl-text {
    -moz-column-count: 2;
         column-count: 2;
  }

  .cover {
    margin: 8em 0 0 0;
  }

  .small,
.two-images,
.work-list {
    width: 90%;
  }

  .big,
.small,
.two-images {
    margin: 6em auto 0 auto;
  }

  .portrait-right {
    width: 44%;
    margin: 6em 5% 0 51%;
  }
  .portrait-right figcaption {
    margin-top: 1em;
  }

  .portrait-left {
    width: 44%;
    margin: 6em 51% 0 5%;
  }
  .portrait-left figcaption {
    margin-top: 1em;
  }

  .portrait-center {
    width: 44%;
    margin: 6em auto 0 auto;
  }
  .portrait-center figcaption {
    margin-top: 1em;
  }
}
table td {
  line-height: 1.2em;
}
table.cv {
  width: 96%;
  margin: 0 2vw;
}
table.cv td {
  width: 100px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.18em;
}
table.cv td:nth-child(2) {
  color: #444;
  width: auto;
  padding-left: 0.5em;
}
table.infos {
  width: 96%;
  margin: 0 2vw;
}
table.infos tr {
  border-bottom: 1px solid;
}
table.infos td {
  width: 50%;
  padding-bottom: 0.18em;
}
table.infos td.content {
  color: #444;
}

@media (min-width: 800px) {
  table.cv, table.infos {
    width: 96%;
    margin: 0 auto;
  }
  table.cv td {
    width: 50%;
  }
  table.cv td:nth-child(2) {
    width: 50%;
  }
}
h1 a {
  color: #444;
  border-bottom: none;
  padding-bottom: 0;
}

nav a {
  color: #bbb;
  border-bottom: none;
  padding-bottom: 0;
}

nav a:hover {
  color: #444;
}

ul {
  color: #444;
}

header#header section.projects ul#project-list a:hover li {
  color: #444;
}

ul:hover {
  color: #bbb;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0.18em;
}

a:hover {
  transition: color 0.4s ease-in-out;
}

.grow {
  width: auto;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.2);
}

table#project-list tr.not-linked {
  cursor: default;
}
table#project-list tr.not-linked:hover {
  color: #444;
}

body {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
#list {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.no-bg {
  background-image: none !important;
}

#cover-home {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cover-home img {
  width: 50vw;
  position: absolute;
}
#cover-home img:nth-child(1) {
  transform: translate(-10vw, -5vw);
}
#cover-home img:nth-child(2) {
  transform: translate(0, 5vw);
}
#cover-home img:nth-child(3) {
  transform: translate(10vw, 0);
}
#cover-home img.animate:nth-child(1) {
  -webkit-animation: fadeout 0.75s ease-in-out 1.5s forwards;
          animation: fadeout 0.75s ease-in-out 1.5s forwards;
}
#cover-home img.animate:nth-child(2) {
  -webkit-animation: fadeout 0.75s ease-in-out 1s forwards;
          animation: fadeout 0.75s ease-in-out 1s forwards;
}
#cover-home img.animate:nth-child(3) {
  -webkit-animation: fadeout 0.75s ease-in-out 0.5s forwards;
          animation: fadeout 0.75s ease-in-out 0.5s forwards;
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header#header section.projects {
  position: absolute;
  top: 0;
  margin: 0;
  width: 96%;
  padding: 0 2%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
header#header section.projects ul#project-list {
  margin-top: 7em;
}
header#header section.projects ul#project-list a:hover li {
  border-bottom: 1px solid #444;
}
header#header section.projects ul#project-list li {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #bbb;
  mix-blend-mode: multiply;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header#header section.projects ul#project-list li.not-linked span.linked i {
  background: none;
}
header#header section.projects ul#project-list li .break {
  flex-basis: 100%;
  height: 0;
}
header#header section.projects ul#project-list li span {
  line-height: 1.4em;
}
header#header section.projects ul#project-list li span.nr {
  width: 6%;
  padding-top: 0.25em;
}
header#header section.projects ul#project-list li span.linked {
  width: 20px;
  vertical-align: top;
  padding-top: 0.25em;
}
header#header section.projects ul#project-list li span.linked i {
  width: 9px;
  height: 9px;
  border: 1px solid #444;
  display: inline-block;
  border-radius: 100%;
  background: #444;
}
header#header section.projects ul#project-list li span.description {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  flex-wrap: wrap;
}
header#header section.projects ul#project-list li span.description .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.5em;
  padding-top: 1px;
  vertical-align: top;
  white-space: break-spaces;
}
header#header section.projects ul#project-list li span.description .location {
  padding-top: 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
header#header section.projects ul#project-list li span.description .year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  vertical-align: top;
  padding-top: 0.3em;
}
header#header section.projects ul#project-list li span.img-show {
  display: block;
  width: 100%;
  margin: 2% 0;
}
header#header section.projects ul#project-list li span.nr, header#header section.projects ul#project-list li span.location {
  display: none;
}
@media (min-width: 800px) {
  header#header section.projects ul#project-list li {
    white-space: nowrap;
  }
  header#header section.projects ul#project-list li span.linked {
    width: 4.5%;
    vertical-align: unset;
  }
  header#header section.projects ul#project-list li span.linked i {
    width: 10px;
    height: 10px;
  }
  header#header section.projects ul#project-list li span.description {
    width: 88%;
    gap: none;
    flex-wrap: nowrap;
  }
  header#header section.projects ul#project-list li span.description .title {
    width: 60%;
  }
  header#header section.projects ul#project-list li span.description .location {
    width: 20%;
    display: block;
  }
  header#header section.projects ul#project-list li span.description .year {
    width: 15%;
    text-align: right;
  }
  header#header section.projects ul#project-list li span.nr, header#header section.projects ul#project-list li span.linked {
    display: inline-block;
  }
}

.burger {
  position: absolute;
  mix-blend-mode: difference;
}

.burger--container {
  display: inline-block;
  cursor: pointer;
  margin-top: 3px;
}

.bar1,
.bar2,
.bar3 {
  width: 0.9em;
  height: 1px;
  margin: 0px;
  background-color: #444;
  transition: 0.4s;
}

.bar2,
.bar3 {
  margin-top: 6px;
}

.change .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.googlemap {
  height: 100vw;
  max-height: 900px;
}

.publication_grid {
  display: grid;
  grid-template-columns: 100%;
  width: 96%;
  margin: 0 2vw;
}
.publication_grid li {
  line-height: 1.2em;
  text-decoration: none;
  padding-bottom: 0.18em;
}
.publication_grid li:nth-child(odd) {
  border-bottom: none;
}
.publication_grid li:nth-child(even) {
  border-bottom: 1px solid #bbb;
  color: #bbb;
}
@media (min-width: 500px) {
  .publication_grid {
    grid-template-columns: 65% 35%;
  }
  .publication_grid li {
    padding-top: 0;
  }
  .publication_grid li:nth-child(odd) {
    border-bottom: 1px solid #bbb;
  }
  .publication_grid li:nth-child(even) {
    padding-left: 10px;
    color: #444;
  }
}
@media (min-width: 800px) {
  .publication_grid {
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

img {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */