@charset "UTF-8";
@font-face {
  font-family: "MonumentGrotesk-Medium";
  src: url("../font/ABCMonumentGrotesk-Medium.woff2") format("woff2"), url("../font/ABCMonumentGrotesk-Medium.woff") format("woff");
}
@font-face {
  font-family: "MonumentGrotesk-Regular";
  src: url("../font/ABCMonumentGrotesk-Regular.woff2") format("woff2"), url("../font/ABCMonumentGrotesk-Regular.woff") format("woff"), url("../font/ABCMonumentGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: "MonumentGrotesk-Italic";
  src: url("../font/ABCMonumentGrotesk-RegularItalic.woff2") format("woff2"), url("../font/ABCMonumentGrotesk-RegularItalic.woff") format("woff"), url("../font/ABCMonumentGrotesk-RegularItalic.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

body {
  font-family: "MonumentGrotesk-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  overscroll-behavior-y: none;
}
body.event-is-open {
  height: 100vh;
  overflow: hidden;
}

img {
  font-size: 0;
}

ul {
  list-style: none;
}

strong {
  font-weight: normal;
}

p, a, h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration: none;
  color: #9a4c21;
}

p {
  font-size: 1.015625vw;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
}
p a {
  color: #9a4c21;
  text-decoration-thickness: from-font;
  text-decoration-color: #9a4c21;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.15vw;
  /* &:hover{
    color: black;
  } */
}
p em {
  font-style: normal;
  font-family: "MonumentGrotesk-Italic";
}

h1, h2 {
  font-size: 1.65vw;
  line-height: 2vw;
}

h3, strong {
  font-family: "MonumentGrotesk-Italic";
  font-size: 1.015625vw;
  line-height: 1.25vw;
  margin-right: 0.78125vw;
}

h4, time {
  font-size: 1.015625vw;
  line-height: 1.25vw;
}

section.hidden {
  display: none;
}
section#intro {
  width: 100%;
  height: 100%;
  background: no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-align: center;
  cursor: pointer;
}
section#intro h1 {
  padding-top: 0.46875vw;
  display: inline-block;
  height: 100%;
  width: 27.27vw;
  color: #9a4c21;
}
section#navigation {
  padding: 0 0.390625vw;
  width: 27.27vw;
  position: fixed;
  top: 0;
  left: 36.36vw;
  background-color: white;
  height: 100%;
  min-height: 41vw;
  z-index: 3;
}
section#navigation nav {
  padding-top: 0.46875vw;
  text-align: center;
}
section#navigation nav ul li {
  line-height: 0;
}
section#navigation nav ul li a {
  font-size: 1.65vw;
  line-height: 2vw;
  position: relative;
}
section#navigation nav ul li a.active {
  /* &::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2vw;
    width: 100%;
    height: 1px;
    background-color: $brown;
  } */
  text-decoration-thickness: from-font;
  text-decoration-color: #9a4c21;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.35vw;
}
section#navigation nav ul li a:hover {
  /* &::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2vw;
    width: 100%;
    height: 1px;
    background-color: $brown;
  } */
  text-decoration-thickness: from-font;
  text-decoration-color: #9a4c21;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.35vw;
}
section#navigation nav ul:last-child {
  display: none;
  margin-top: 1.875vw;
  line-height: 0;
}
section#navigation nav ul:last-child li {
  display: inline;
  margin: 0 0.78125vw;
}
section#navigation nav ul:last-child li a {
  text-transform: uppercase;
  font-size: 1.015625vw;
  line-height: 1.25vw;
}
section#navigation > div {
  position: absolute;
  bottom: 0;
  padding: 0 0.78125vw 0 0.390625vw;
  width: 100%;
}
section#navigation > div div:last-child ul {
  max-height: 12.75vw;
  overflow: scroll;
}
section#navigation div p {
  margin-bottom: 2.0625vw;
}
section#navigation div > h4 {
  font-family: "MonumentGrotesk-Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-bottom: 0.5px solid #9a4c21;
  padding-bottom: 0.1171875vw;
  margin-bottom: 0.1953125vw;
}
section#navigation div ul li {
  padding-bottom: 0.1171875vw;
  margin-bottom: 0.1953125vw;
  line-height: 0;
}
section#navigation div ul li:not(:last-child) {
  border-bottom: 0.5px solid #9a4c21;
}
section#navigation div ul a {
  display: block;
  /* &:hover{
    h4, time {
      color: black;
    }
  } */
}
section#navigation div ul time:nth-child(1) span {
  margin-left: 0.390625vw;
}
section#navigation div ul time:nth-child(1) span::before {
  content: "–";
  margin-right: 0.390625vw;
}
section#navigation div ul time:nth-child(2) {
  margin-left: 0.78125vw;
}
section#navigation div ul time {
  color: #9a4c21;
}
section#navigation div ul h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #9a4c21;
}
section#content, section#ajax {
  width: 36.36vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.390625vw 0 0.78125vw;
}
section#content article ul, section#ajax article ul {
  padding: 0.3125vw 0 1.328125vw;
}
section#content article ul li, section#ajax article ul li {
  display: inline-block;
  padding-right: 0.78125vw;
}
section#content article ul li img, section#ajax article ul li img {
  height: 3.515625vw;
}
section#content article:last-child, section#ajax article:last-child {
  height: 100vh;
}
section#content article h2, section#ajax article h2 {
  padding: 0.46875vw 0 0.703125vw 0;
  text-align: left;
}
section#content article:first-child h2, section#ajax article:first-child h2 {
  padding: 0.46875vw 0 0.703125vw 0;
}
section#content article > p:last-child, section#ajax article > p:last-child {
  margin-bottom: 2.5vw;
}
section#galleries {
  width: 36.36vw;
  position: fixed;
  top: 0;
  left: 63.63vw;
}
section#galleries .gallery {
  width: 100%;
  height: calc(29.088vw - 1px);
  position: relative;
}
section#galleries .gallery.aktiv a {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
section#galleries .gallery.aktiv a img:first-child {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
section#galleries .gallery p {
  position: absolute;
  left: 0.78125vw;
  bottom: 0.46875vw;
  margin-bottom: 0;
  z-index: 1;
  color: white;
  font-feature-settings: "tnum";
}
section#galleries .gallery img {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#galleries .gallery img:first-child {
  display: block;
}
section#ajax {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: scroll;
}
section#ajax div {
  width: 36.36vw;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.234375vw;
  font-size: 0;
}
section#ajax div img {
  width: 100%;
}
section#ajax article {
  width: 36.36vw;
  padding-right: 1.5625vw;
}
section#ajax article time {
  margin-right: 0.46875vw;
}
section#ajax article ul {
  padding: 1.171875vw 0;
}

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