@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "OPRPupil-Regular";
  src: url("../fonts/OPRPupil-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EKRoumald-Roman";
  src: url("../fonts/EKRoumald-Roman.woff2") format("woff2"), url("../fonts/EKRoumald-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EKRoumald-Italic";
  src: url("../fonts/EKRoumald-Italic.woff2") format("woff2"), url("../fonts/EKRoumald-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EKRoumald-Bold";
  src: url("../fonts/EKRoumald-Bold.woff2") format("woff2"), url("../fonts/EKRoumald-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EKRoumald-BoldItalic";
  src: url("../fonts/EKRoumald-BoldItalic.woff2") format("woff2"), url("../fonts/EKRoumald-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.full-height {
  position: relative;
  width: 100%;
  min-height: 100dvh;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.flex-between-end {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(12, 1fr);
}

.column-width {
  width: calc((100vw - 66px) / 12);
}

.grid-halfcolumn-padding {
  padding-right: calc((100vw - 66px) / 12 / 2);
}

.grid-item-1 {
  grid-column: span 1;
}

.grid-item-2 {
  grid-column: span 2;
}

.grid-item-3 {
  grid-column: span 3;
}

.grid-item-4 {
  grid-column: span 4;
}

.grid-item-5 {
  grid-column: span 5;
}

.grid-item-6 {
  grid-column: span 6;
}

.grid-item-7 {
  grid-column: span 7;
}

.grid-item-8 {
  grid-column: span 8;
}

.grid-item-9 {
  grid-column: span 9;
}

.grid-item-10 {
  grid-column: span 10;
}

.grid-item-11 {
  grid-column: span 11;
}

.grid-item-12 {
  grid-column: span 12;
}

.grid-item-1-1 {
  grid-column: 1/span 1;
}

.grid-item-1-2 {
  grid-column: 2/span 1;
}

.grid-item-1-3 {
  grid-column: 3/span 1;
}

.grid-item-1-4 {
  grid-column: 4/span 1;
}

.grid-item-1-5 {
  grid-column: 5/span 1;
}

.grid-item-1-6 {
  grid-column: 6/span 1;
}

.grid-item-1-7 {
  grid-column: 7/span 1;
}

.grid-item-1-8 {
  grid-column: 8/span 1;
}

.grid-item-1-9 {
  grid-column: 9/span 1;
}

.grid-item-1-10 {
  grid-column: 10/span 1;
}

.grid-item-1-11 {
  grid-column: 11/span 1;
}

.grid-item-1-12 {
  grid-column: 12/span 1;
}

.grid-item-2-1 {
  grid-column: 1/span 2;
}

.grid-item-2-2 {
  grid-column: 2/span 2;
}

.grid-item-2-3 {
  grid-column: 3/span 2;
}

.grid-item-2-4 {
  grid-column: 4/span 2;
}

.grid-item-2-5 {
  grid-column: 5/span 2;
}

.grid-item-2-6 {
  grid-column: 6/span 2;
}

.grid-item-2-7 {
  grid-column: 7/span 2;
}

.grid-item-2-8 {
  grid-column: 8/span 2;
}

.grid-item-2-9 {
  grid-column: 9/span 2;
}

.grid-item-2-10 {
  grid-column: 10/span 2;
}

.grid-item-2-11 {
  grid-column: 11/span 2;
}

.grid-item-2-12 {
  grid-column: 12/span 2;
}

.grid-item-3-1 {
  grid-column: 1/span 3;
}

.grid-item-3-2 {
  grid-column: 2/span 3;
}

.grid-item-3-3 {
  grid-column: 3/span 3;
}

.grid-item-3-4 {
  grid-column: 4/span 3;
}

.grid-item-3-5 {
  grid-column: 5/span 3;
}

.grid-item-3-6 {
  grid-column: 6/span 3;
}

.grid-item-3-7 {
  grid-column: 7/span 3;
}

.grid-item-3-8 {
  grid-column: 8/span 3;
}

.grid-item-3-9 {
  grid-column: 9/span 3;
}

.grid-item-3-10 {
  grid-column: 10/span 3;
}

.grid-item-3-11 {
  grid-column: 11/span 3;
}

.grid-item-3-12 {
  grid-column: 12/span 3;
}

.grid-item-4-1 {
  grid-column: 1/span 4;
}

.grid-item-4-2 {
  grid-column: 2/span 4;
}

.grid-item-4-3 {
  grid-column: 3/span 4;
}

.grid-item-4-4 {
  grid-column: 4/span 4;
}

.grid-item-4-5 {
  grid-column: 5/span 4;
}

.grid-item-4-6 {
  grid-column: 6/span 4;
}

.grid-item-4-7 {
  grid-column: 7/span 4;
}

.grid-item-4-8 {
  grid-column: 8/span 4;
}

.grid-item-4-9 {
  grid-column: 9/span 4;
}

.grid-item-4-10 {
  grid-column: 10/span 4;
}

.grid-item-4-11 {
  grid-column: 11/span 4;
}

.grid-item-4-12 {
  grid-column: 12/span 4;
}

.grid-item-5-1 {
  grid-column: 1/span 5;
}

.grid-item-5-2 {
  grid-column: 2/span 5;
}

.grid-item-5-3 {
  grid-column: 3/span 5;
}

.grid-item-5-4 {
  grid-column: 4/span 5;
}

.grid-item-5-5 {
  grid-column: 5/span 5;
}

.grid-item-5-6 {
  grid-column: 6/span 5;
}

.grid-item-5-7 {
  grid-column: 7/span 5;
}

.grid-item-5-8 {
  grid-column: 8/span 5;
}

.grid-item-5-9 {
  grid-column: 9/span 5;
}

.grid-item-5-10 {
  grid-column: 10/span 5;
}

.grid-item-5-11 {
  grid-column: 11/span 5;
}

.grid-item-5-12 {
  grid-column: 12/span 5;
}

.grid-item-6-1 {
  grid-column: 1/span 6;
}

.grid-item-6-2 {
  grid-column: 2/span 6;
}

.grid-item-6-3 {
  grid-column: 3/span 6;
}

.grid-item-6-4 {
  grid-column: 4/span 6;
}

.grid-item-6-5 {
  grid-column: 5/span 6;
}

.grid-item-6-6 {
  grid-column: 6/span 6;
}

.grid-item-6-7 {
  grid-column: 7/span 6;
}

.grid-item-6-8 {
  grid-column: 8/span 6;
}

.grid-item-6-9 {
  grid-column: 9/span 6;
}

.grid-item-6-10 {
  grid-column: 10/span 6;
}

.grid-item-6-11 {
  grid-column: 11/span 6;
}

.grid-item-6-12 {
  grid-column: 12/span 6;
}

.grid-item-7-1 {
  grid-column: 1/span 7;
}

.grid-item-7-2 {
  grid-column: 2/span 7;
}

.grid-item-7-3 {
  grid-column: 3/span 7;
}

.grid-item-7-4 {
  grid-column: 4/span 7;
}

.grid-item-7-5 {
  grid-column: 5/span 7;
}

.grid-item-7-6 {
  grid-column: 6/span 7;
}

.grid-item-7-7 {
  grid-column: 7/span 7;
}

.grid-item-7-8 {
  grid-column: 8/span 7;
}

.grid-item-7-9 {
  grid-column: 9/span 7;
}

.grid-item-7-10 {
  grid-column: 10/span 7;
}

.grid-item-7-11 {
  grid-column: 11/span 7;
}

.grid-item-7-12 {
  grid-column: 12/span 7;
}

.grid-item-8-1 {
  grid-column: 1/span 8;
}

.grid-item-8-2 {
  grid-column: 2/span 8;
}

.grid-item-8-3 {
  grid-column: 3/span 8;
}

.grid-item-8-4 {
  grid-column: 4/span 8;
}

.grid-item-8-5 {
  grid-column: 5/span 8;
}

.grid-item-8-6 {
  grid-column: 6/span 8;
}

.grid-item-8-7 {
  grid-column: 7/span 8;
}

.grid-item-8-8 {
  grid-column: 8/span 8;
}

.grid-item-8-9 {
  grid-column: 9/span 8;
}

.grid-item-8-10 {
  grid-column: 10/span 8;
}

.grid-item-8-11 {
  grid-column: 11/span 8;
}

.grid-item-8-12 {
  grid-column: 12/span 8;
}

.grid-item-9-1 {
  grid-column: 1/span 9;
}

.grid-item-9-2 {
  grid-column: 2/span 9;
}

.grid-item-9-3 {
  grid-column: 3/span 9;
}

.grid-item-9-4 {
  grid-column: 4/span 9;
}

.grid-item-9-5 {
  grid-column: 5/span 9;
}

.grid-item-9-6 {
  grid-column: 6/span 9;
}

.grid-item-9-7 {
  grid-column: 7/span 9;
}

.grid-item-9-8 {
  grid-column: 8/span 9;
}

.grid-item-9-9 {
  grid-column: 9/span 9;
}

.grid-item-9-10 {
  grid-column: 10/span 9;
}

.grid-item-9-11 {
  grid-column: 11/span 9;
}

.grid-item-9-12 {
  grid-column: 12/span 9;
}

.grid-item-10-1 {
  grid-column: 1/span 10;
}

.grid-item-10-2 {
  grid-column: 2/span 10;
}

.grid-item-10-3 {
  grid-column: 3/span 10;
}

.grid-item-10-4 {
  grid-column: 4/span 10;
}

.grid-item-10-5 {
  grid-column: 5/span 10;
}

.grid-item-10-6 {
  grid-column: 6/span 10;
}

.grid-item-10-7 {
  grid-column: 7/span 10;
}

.grid-item-10-8 {
  grid-column: 8/span 10;
}

.grid-item-10-9 {
  grid-column: 9/span 10;
}

.grid-item-10-10 {
  grid-column: 10/span 10;
}

.grid-item-10-11 {
  grid-column: 11/span 10;
}

.grid-item-10-12 {
  grid-column: 12/span 10;
}

.grid-item-11-1 {
  grid-column: 1/span 11;
}

.grid-item-11-2 {
  grid-column: 2/span 11;
}

.grid-item-11-3 {
  grid-column: 3/span 11;
}

.grid-item-11-4 {
  grid-column: 4/span 11;
}

.grid-item-11-5 {
  grid-column: 5/span 11;
}

.grid-item-11-6 {
  grid-column: 6/span 11;
}

.grid-item-11-7 {
  grid-column: 7/span 11;
}

.grid-item-11-8 {
  grid-column: 8/span 11;
}

.grid-item-11-9 {
  grid-column: 9/span 11;
}

.grid-item-11-10 {
  grid-column: 10/span 11;
}

.grid-item-11-11 {
  grid-column: 11/span 11;
}

.grid-item-11-12 {
  grid-column: 12/span 11;
}

.grid-item-12-1 {
  grid-column: 1/span 12;
}

.grid-item-12-2 {
  grid-column: 2/span 12;
}

.grid-item-12-3 {
  grid-column: 3/span 12;
}

.grid-item-12-4 {
  grid-column: 4/span 12;
}

.grid-item-12-5 {
  grid-column: 5/span 12;
}

.grid-item-12-6 {
  grid-column: 6/span 12;
}

.grid-item-12-7 {
  grid-column: 7/span 12;
}

.grid-item-12-8 {
  grid-column: 8/span 12;
}

.grid-item-12-9 {
  grid-column: 9/span 12;
}

.grid-item-12-10 {
  grid-column: 10/span 12;
}

.grid-item-12-11 {
  grid-column: 11/span 12;
}

.grid-item-12-12 {
  grid-column: 12/span 12;
}

.balance {
  text-wrap: balance;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.main-padding-sides {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.main-padding {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.padding-sides-m {
  padding-left: 18px;
  padding-right: 18px;
}

.padding-xxl {
  padding: 72px 0;
}

.padding-xl {
  padding: 48px 0;
}

.padding-top-xl {
  padding-top: 48px;
}

.padding-bottom-xl {
  padding-bottom: 48px;
}

.padding-bottom-xxxl {
  padding-bottom: 144px;
}

.margin-top-xs {
  margin-top: 6px;
}

.margin-top-s {
  margin-top: 12px;
}

.margin-top-m {
  margin-top: 24px;
}

.margin-top-l {
  margin-top: 32px;
}

.margin-top-xl {
  margin-top: 48px;
}

.margin-top-xxl {
  margin-top: 72px;
}

.margin-bottom-m {
  margin-bottom: 24px;
}

.margin-bottom-xl {
  margin-bottom: 48px;
}

.margin-bottom-xxl {
  margin-bottom: 72px;
}

.margin-bottom-xxxl {
  margin-bottom: 144px;
}

.gap-4 {
  gap: 24px;
}

.desktop {
  display: block;
}
@media (max-width: 480px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .grid-item-10-2 {
    grid-column: span 12;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

html, body {
  overscroll-behavior-x: none;
  background-color: rgb(242, 242, 242);
  font-size: 12px;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  html, body {
    font-size: 12px;
  }
}

body {
  font-family: "EKRoumald-Roman";
  color: rgb(0, 0, 0);
  letter-spacing: 0.02rem;
}
@media (hover: hover) and (pointer: fine) {
  body {
    overflow-y: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-size: 3.5rem;
  font-family: "EKRoumald-Bold";
}
@media (max-width: 1024px) {
  h1, h2, h3, h4, h5 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  h1, h2, h3, h4, h5 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "EKRoumald-Roman";
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: unset;
}

.text-default {
  font-size: 12px;
  letter-spacing: 0.02rem;
  -webkit-text-stroke: 0.3px;
}
@media (max-width: 768px) {
  .text-default {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .text-default {
    font-size: 12px;
  }
}

.text-l {
  font-size: 2rem;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .text-l {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .text-l {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .text-l {
    font-size: 1.5rem;
  }
}

.text-xl {
  font-size: 3.5rem;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .text-xl {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .text-xl {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .text-xl {
    font-size: 2.25rem;
  }
}

.regular {
  font-family: "EKRoumald-Roman";
}

.bold {
  font-family: "EKRoumald-Bold";
}

p:not(:last-child) {
  margin-bottom: 18px;
}

img::-moz-selection {
  background: none;
  -moz-user-select: none;
       user-select: none;
}

img::selection {
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a:not(nav a, .pagination a, #text-about-sidenotes a, .project-link, .book a, .maps-link a, .cookie-banner-container a, .booking-form a, #imprint-content a, #legal-content a) {
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.more-switch:not(.pagination .more-switch), .less-switch:not(.pagination .less-switch) {
  font-size: 1rem;
}

.sidenotes a:not(#text-about-sidenotes a)::before, .more-switch a:not(.info)::before, #equipment-text a:not(.overlay-wrapper a)::before {
  display: inline-block;
  content: "(  +  )  ";
}

.less-switch a:not(.info)::before {
  display: inline-block;
  content: "(  -  )  ";
}

.linkstyle1 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.isHover {
  opacity: 1 !important;
  filter: unset !important;
  z-index: 10;
}

.hover {
  opacity: 0.1 !important;
  filter: blur(0.5px) !important;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  background-color: rgb(81, 0, 255);
  color: rgb(242, 242, 242);
  padding: 12px 18px;
  transition: all 0.2s ease-in-out;
}
button:hover {
  background-color: #4100cc;
}

#logo {
  animation-name: fade-in-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.loader {
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.overlay {
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fade-out-top {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fade-out-bottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes moveLogo {
  to {
    transform: translateX(0);
  }
}
@keyframes expandLogo {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes widthLogo {
  from {
    width: 82px;
  }
  to {
    width: 291px;
  }
}
input,
textarea,
select {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  transition: all 0.2s ease-in-out;
}

input {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(0, 0, 0, 0.5) 2px solid;
  padding: 6px 12px;
  margin-bottom: 18px;
}
input[type=radio], input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: rgba(0, 0, 0, 0.5) 2px solid;
  border-radius: 3px; /* Apply a small border radius */
  background-color: transparent;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: rgb(81, 0, 255); /* Optional: Highlight when checked */
  border-color: rgb(81, 0, 255);
}
input:focus {
  border-color: rgb(81, 0, 255);
}

textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(0, 0, 0, 0.5) 2px solid;
  padding: 6px 12px;
  margin-bottom: 18px;
}

section {
  position: relative;
}

header {
  padding: 12px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  letter-spacing: 0.02rem;
  mix-blend-mode: difference;
}
header .header-nav a, header .header-nav p, header .header-nav span {
  display: inline-block;
  color: rgb(242, 242, 242);
}
header .header-nav p.active, header .header-nav a.active {
  font-family: "EKRoumald-Italic";
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 1.01rem;
}
@media (max-width: 768px) {
  header .header-nav {
    display: flex;
    justify-content: space-between;
  }
}
@media (hover: hover) {
  header .header-nav a:not(.language-switch):hover {
    font-family: "EKRoumald-Italic";
    text-transform: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-size: 1.01rem;
  }
}

footer {
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  pointer-events: none;
  letter-spacing: 0.04rem;
}
footer li {
  pointer-events: none;
}
footer a {
  pointer-events: all;
}
footer .more {
  cursor: pointer;
  display: none;
  font-family: "EKRoumald-Roman";
  pointer-events: all;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.2rem;
  color: rgb(242, 242, 242);
}
@media (max-width: 768px) {
  footer .more {
    display: block;
  }
}
footer .flex-col {
  gap: 1rem;
  flex-direction: column;
  align-items: end;
}
footer #meta-nav {
  font-family: "OPRPupil-Regular", sans-serif;
  font-size: 0.8rem;
  display: flex;
  gap: 1rem;
  align-items: end;
}
footer #meta-nav li {
  pointer-events: all;
}
footer #meta-nav li a, footer #meta-nav li p {
  color: rgb(242, 242, 242);
}
@media (max-width: 768px) {
  footer #meta-nav {
    display: none;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  footer #meta-nav {
    font-size: 1rem;
  }
}
footer #meta-nav p.active, footer #meta-nav a.active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  footer #meta-nav a:hover, footer #meta-nav p:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
footer #logo {
  position: relative;
  height: 40px;
}
footer #logo .logo-hover {
  position: relative;
  max-width: 82px;
  height: 40px;
  overflow: hidden;
  transition: max-width 0.2s ease-in-out;
}
footer #logo svg {
  pointer-events: none;
  height: 100%;
}
footer #logo svg path {
  fill: rgb(26, 26, 24);
}
footer #logo svg .logo-2 {
  transform: translateX(-150px);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
footer #logo svg .logo-3 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.2s ease-in-out;
  transition: clip-path 0.2s ease-in-out;
  transition: clip-path 0.2s ease-in-out, -webkit-clip-path 0.2s ease-in-out;
  will-change: clip-path;
}
footer #logo svg .logo-2.animate {
  transform: translateX(0);
}
footer #logo svg .logo-3.animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (hover: hover) {
  footer #logo .logo-hover:hover {
    max-width: 291px;
  }
  footer #logo .logo-hover:hover .logo-2 {
    transform: translateX(0);
  }
  footer #logo .logo-hover:hover .logo-3 {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 768px) {
  footer #logo {
    height: 25px;
  }
  footer #logo .logo-hover {
    max-width: 51.25px;
    height: 25px;
  }
  footer #logo .logo-hover:hover {
    max-width: 181.875px;
  }
}
footer #logo.animate .logo-hover {
  max-width: 291px;
}
@media (max-width: 768px) {
  footer #logo.animate .logo-hover {
    max-width: 181.875px;
  }
}

.nav-footer {
  right: 0;
  mix-blend-mode: difference;
}

#animation-logo {
  height: 40px;
  transform: translateX(calc(50% - 41px));
}
#animation-logo svg {
  height: 100%;
}
#animation-logo svg path {
  fill: rgb(26, 26, 24);
}
#animation-logo svg .logo-2 {
  transform: translateX(-150px);
  will-change: transform;
}
#animation-logo svg .logo-3 {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  will-change: clip-path;
}

#animation-logo.animate {
  animation: moveLogo 1s forwards ease-in-out;
}
#animation-logo.animate .logo-2 {
  animation: moveLogo 1s forwards ease-in-out;
}
#animation-logo.animate .logo-3 {
  animation: expandLogo 1s forwards ease-in-out;
}

.pagination {
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
@media (max-width: 1024px) {
  .pagination .grid-item-3-4 {
    grid-column: 4/span 2;
  }
}
@media (max-width: 768px) {
  .pagination .grid-item-1-3 {
    grid-column: 4/span 2;
  }
  .pagination .grid-item-3-4 {
    grid-column: 6/span 5;
  }
}
.pagination .grid {
  align-items: end;
}
.pagination .infotext {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-transform: none;
}
@media (max-width: 768px) {
  .pagination .infotext {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .pagination .infotext {
    grid-column: span 12;
  }
}
.pagination .infotext p:not(:last-child) {
  margin-bottom: 32px;
}
.pagination .overlay-trigger, .pagination .overlay-close, .pagination #project-title {
  line-height: 1;
}

#midnavigation {
  padding: 12px;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  mix-blend-mode: difference;
  letter-spacing: 0.04rem;
}
#midnavigation ul {
  display: flex;
  justify-content: space-between;
}
#midnavigation ul li {
  pointer-events: all;
}
#midnavigation ul li a {
  color: rgb(242, 242, 242);
}
#midnavigation ul li a.active {
  font-family: "EKRoumald-Italic";
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 1.01rem;
}

.image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
}
.image-container img {
  width: 100%;
}

.number, .caption {
  font-size: 1rem;
  text-align: center;
  padding-top: 6px;
  line-height: 1;
  pointer-events: all;
}

.big-slider {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  top: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.big-slider .drawer {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: stretch;
}
.big-slider .image-container {
  height: 78dvh;
  width: auto;
  pointer-events: none;
  display: flex;
}
.big-slider .image-container.small {
  height: 70dvh;
}
.big-slider .image-container.medium {
  height: 78dvh;
}
.big-slider .image-container.large {
  height: 85dvh;
}
.big-slider img {
  width: auto;
  height: calc(100% - (1rem + 6px));
}

.big-slider::-webkit-scrollbar {
  display: none;
}

.cursor {
  display: none;
  position: absolute;
  pointer-events: none;
  font-family: "EKRoumald-Bold";
  mix-blend-mode: difference;
  color: rgb(242, 242, 242);
  transform: translate(-50%, -50%);
}

#equipment-text a, #about-info a {
  text-decoration: unset;
  text-transform: unset;
}
#equipment-text .equipment-thumbnail, #about-info .equipment-thumbnail {
  width: 5rem;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
@media (max-width: 1024px) {
  #equipment-text .equipment-thumbnail, #about-info .equipment-thumbnail {
    width: 4.2rem;
  }
}
@media (max-width: 768px) {
  #equipment-text .equipment-thumbnail, #about-info .equipment-thumbnail {
    width: 3.3rem;
  }
}
#equipment-text .equipment-thumbnail img, #about-info .equipment-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  aspect-ratio: 1/1;
  bottom: -16px;
}
@media (max-width: 1024px) {
  #equipment-text .equipment-thumbnail img, #about-info .equipment-thumbnail img {
    bottom: -14px;
  }
}
@media (max-width: 768px) {
  #equipment-text .equipment-thumbnail img, #about-info .equipment-thumbnail img {
    bottom: -12px;
  }
}
@media (max-width: 480px) {
  #equipment-text .equipment-thumbnail img, #about-info .equipment-thumbnail img {
    bottom: -10px;
  }
}

.overlay-checkbox {
  display: none;
}

#project .overlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.overlay {
  background-color: rgba(242, 242, 242, 0.9);
  z-index: 5;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.overlay .overlay-content {
  height: 100dvh;
}
.overlay .image-container {
  width: 100%;
  height: 100%;
}
.overlay .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#project-overlay {
  height: calc(100dvh - 64px);
}
#project-overlay .overlay-content {
  min-height: 100%;
}

#project-info-switch .overlay-trigger {
  display: block;
}
#project-info-switch .overlay-checkbox:checked ~ .overlay-trigger {
  display: none;
}
#project-info-switch .overlay-close {
  display: none;
}
#project-info-switch .overlay-checkbox:checked ~ .overlay-close {
  display: block;
}

.overlay-checkbox:checked ~ .overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.overlay-close {
  cursor: pointer;
  background: none;
}

.overlay-wrapper {
  cursor: pointer;
  display: inline-block;
}

.extend-checkbox {
  display: none;
}

.extend-content {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s ease;
}

.extend-checkbox:checked ~ .extend-content {
  display: block;
  max-height: 1000px;
  pointer-events: auto;
}

.extend-open {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}

.extend-checkbox:checked ~ .extend-open {
  display: none;
}

.extend-close {
  display: none;
  width: -moz-max-content;
  width: max-content;
}

.extend-checkbox:checked ~ .extend-close {
  display: inline-block;
}

.loader {
  background-color: rgb(242, 242, 242);
  z-index: 100;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.project-link * {
  pointer-events: none;
}

.tripple-textblocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1024px) {
  .tripple-textblocks {
    grid-template-columns: repeat(1, 1fr);
  }
}

main#legal-main .sidenotes, main#contact .sidenotes {
  grid-column: span 2;
  margin-right: calc((100vw - 66px) / 12 / 2);
  z-index: 1;
}
main#legal-main .sidenotes p, main#contact .sidenotes p {
  margin-bottom: unset;
}
@media (max-width: 1024px) {
  main#legal-main .sidenotes, main#contact .sidenotes {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  main#legal-main .sidenotes, main#contact .sidenotes {
    grid-column: span 6;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 480px) {
  main#legal-main .sidenotes, main#contact .sidenotes {
    grid-column: span 12;
  }
}

main#contact .image-holder {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100vh - 96px);
  width: calc((100vw - 24px) / 12 * 10);
  padding: 12px;
  pointer-events: none;
  z-index: 0;
}
main#contact .image-holder img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main#contact .grid {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 48px);
    gap: 24px;
  }
  main#contact .image-holder {
    position: relative;
    flex: 1;
    top: unset;
    left: unset;
    transform: unset;
    height: unset;
    width: unset;
    padding: unset;
    min-height: 0;
  }
}

.rates-tables {
  border-top: 1px solid rgb(0, 0, 0);
}
.rates-tables .rates-table .table-head {
  padding: 8px 44px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
@media (max-width: 480px) {
  .rates-tables .rates-table .table-head {
    padding: 8px 36px;
  }
}
.rates-tables .rates-table .table-row {
  padding: 16px 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  display: flex;
  gap: 48px;
}
.rates-tables .rates-table .table-row .table-flex {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  .rates-tables .rates-table .table-row .table-flex {
    gap: 24px;
  }
}
.rates-tables .rates-table .table-row .table-flex:first-of-type {
  flex-grow: 1;
  gap: 12px;
}
.rates-tables .rates-table .table-row .position {
  min-width: 32px;
}
@media (max-width: 480px) {
  .rates-tables .rates-table .table-row .position {
    min-width: 24px;
  }
}
.rates-tables .rates-table .table-row .position, .rates-tables .rates-table .table-row .price, .rates-tables .rates-table .table-row .book {
  white-space: nowrap;
}
.rates-tables .rates-table .table-row .book {
  min-width: 35px;
}
.rates-tables .rates-table .table-row .description {
  text-transform: uppercase;
}
.rates-tables .rates-table .no-border {
  border: unset;
}
@media (hover: hover) {
  .rates-tables .rates-table .table-row:hover .book {
    font-family: "EKRoumald-Italic";
    text-transform: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

#services .rates-tables .table-head {
  padding: 8px 60px;
}
@media (max-width: 480px) {
  #services .rates-tables .table-head {
    padding: 8px 44px;
  }
}
#services .rates-tables .position {
  min-width: 48px;
}
@media (max-width: 480px) {
  #services .rates-tables .position {
    min-width: 32px;
  }
}

#booking {
  min-height: 100vh;
}
#booking .booking-midline {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  background-color: rgb(0, 0, 0);
  width: 1px;
}
@media (max-width: 768px) {
  #booking .booking-midline {
    display: none;
  }
}
#booking .booking-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  #booking .booking-day {
    display: none;
  }
}
#booking .booking-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#booking .day-number {
  font-size: 40rem;
  line-height: 100%;
}
@media (max-width: 1024px) {
  #booking .day-number {
    font-size: 30rem;
  }
}
@media (max-width: 768px) {
  #booking .booking-form-container {
    grid-column: span 12;
  }
}
#booking .booking-form-container .booking-form {
  position: relative;
}
#booking .booking-form-container .booking-form .form-group {
  border-bottom: 1px solid rgb(0, 0, 0);
}
#booking .booking-form-container .booking-form .form-group select {
  width: 100%;
  font-size: 2rem;
  background: none;
  border: none;
}
#booking .booking-form-container .booking-form .form-group .ui-datepicker-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
#booking .booking-form-container .booking-form .form-group .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  order: 1;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: unset;
}
#booking .booking-form-container .booking-form .form-group .ui-datepicker-header .ui-datepicker-prev {
  font-size: 2rem;
  order: 2;
}
#booking .booking-form-container .booking-form .form-group .ui-datepicker-header .ui-datepicker-next {
  font-size: 2rem;
  order: 3;
}
#booking .booking-form-container .booking-form .form-group table {
  width: 100%;
}
#booking .booking-form-container .booking-form .form-group table tr {
  display: flex;
  align-items: center;
}
#booking .booking-form-container .booking-form .form-group table th {
  font-size: 2rem;
  flex: 1;
  font-weight: 400;
}
#booking .booking-form-container .booking-form .form-group table td {
  position: relative;
  text-align: center;
  flex: 1;
  aspect-ratio: 1;
}
#booking .booking-form-container .booking-form .form-group table td a, #booking .booking-form-container .booking-form .form-group table td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  height: 90%;
  -webkit-text-stroke: 0.3px;
}
#booking .booking-form-container .booking-form .form-group table td span {
  cursor: default;
}
#booking .booking-form-container .booking-form .form-group table td a {
  cursor: pointer;
}
@media (hover: hover) {
  #booking .booking-form-container .booking-form .form-group table td a:hover {
    border: 1px solid rgb(0, 0, 0);
  }
}
#booking .booking-form-container .booking-form .form-group table td.ui-datepicker-unselectable span, #booking .booking-form-container .booking-form .form-group table td.ui-state-disabled span {
  text-decoration: line-through;
}
#booking .booking-form-container .booking-form .form-group table td.ui-datepicker-current-day a {
  border: 1px solid rgb(0, 0, 0);
}
#booking .booking-form-container .booking-form .form-group .book-btn {
  display: inline-block;
  cursor: pointer;
}
#booking .booking-form-container .booking-form .form-group .time {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#booking .booking-form-container .booking-form .form-group .time .time-section {
  position: relative;
  height: 2rem;
  width: calc(50% - 6px);
}
#booking .booking-form-container .booking-form .form-group .time .time-section .time-container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
#booking .booking-form-container .booking-form .form-group .time .time-section .time-container .checkbox {
  height: 2rem;
  aspect-ratio: 1;
  border: 1px solid rgb(0, 0, 0);
}
#booking .booking-form-container .booking-form .form-group .time .time-section .time-container.selected .checkbox {
  background-image: url("../svg/select.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#booking .booking-form-container .booking-form .form-group.error .label, #booking .booking-form-container .booking-form .form-group.error .ui-datepicker-title span {
  color: red;
}
#booking .booking-form-container .booking-form .form-group.error .error-message {
  display: block;
}
#booking .booking-form-container .booking-form .calendar-form, #booking .booking-form-container .booking-form .time-form {
  padding: 6px 0 12px;
}
#booking .booking-form-container .booking-form .book-form {
  padding: 12px 0;
}
#booking .booking-form-container .booking-form .booking-form-overlay, #booking .booking-form-container .booking-form .confirmation-overlay {
  display: none;
  position: absolute;
  background: rgb(242, 242, 242);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data, #booking .booking-form-container .booking-form .confirmation-overlay .data {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .back-btn, #booking .booking-form-container .booking-form .confirmation-overlay .data .back-btn {
  display: inline-block;
  font-size: 2rem;
  cursor: pointer;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .field, #booking .booking-form-container .booking-form .confirmation-overlay .data .field {
  margin-top: 12px;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .field input, #booking .booking-form-container .booking-form .confirmation-overlay .data .field input {
  width: 100%;
  font-size: 2rem;
  background: none;
  border: none;
  padding: unset;
  margin-bottom: unset;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .field:not(:last-of-type), #booking .booking-form-container .booking-form .confirmation-overlay .data .field:not(:last-of-type) {
  border-bottom: 1px solid rgb(0, 0, 0);
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .field.error .label, #booking .booking-form-container .booking-form .confirmation-overlay .data .field.error .label {
  color: red;
}
#booking .booking-form-container .booking-form .booking-form-overlay .data .field.error .error-message, #booking .booking-form-container .booking-form .confirmation-overlay .data .field.error .error-message {
  display: block;
}
#booking .booking-form-container .booking-form .booking-form-overlay.active, #booking .booking-form-container .booking-form .confirmation-overlay.active {
  display: block;
  opacity: 1;
}
#booking .booking-form-container .booking-form .error-message {
  display: none;
  color: red;
}

@supports (-webkit-touch-callout: none) {
  header, #midnavigation {
    -webkit-text-stroke: 0.3px;
  }
}
.cookie-banner-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: hidden;
  background: rgba(242, 242, 242, 0.9);
  color: rgb(0, 0, 0);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, -webkit-backdrop-filter 1s ease;
  transition: backdrop-filter 1s ease, opacity 1s ease;
  transition: backdrop-filter 1s ease, opacity 1s ease, -webkit-backdrop-filter 1s ease;
}
.cookie-banner-wrapper.visible {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.cookie-banner-container {
  padding: 12px;
  background: rgb(242, 242, 242);
  transition: transform 0.2s;
  pointer-events: all;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.cookie-item {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}

.cookie-link {
  text-transform: uppercase;
}

.cookie-submit-button {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.cookie-submit-button, .cookie-deny-button {
  cursor: pointer;
}

#gallery-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home section {
  width: 100%;
  height: 20vh;
  pointer-events: none;
}

.placeholder {
  height: 40vh !important;
}

#intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  width: 66%;
  transform: translate(-50%, -50%);
  text-align: center;
  filter: none !important;
}

.preview-image-container {
  position: absolute;
  width: 20%;
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.preview-image-container img {
  display: block;
  width: 100%;
}
.preview-image-container .index {
  line-height: 1;
}

main#space section {
  width: 100%;
  min-height: 50vh;
}
main#space section h1 {
  height: 0;
  display: none;
}
@media (max-width: 480px) {
  main#space section .image-container.grid-item-6 {
    grid-column: span 12;
  }
}
main#space .maps-link br {
  display: none;
}
@media (max-width: 480px) {
  main#space .maps-link br {
    display: block;
  }
}
main#space section#equipment {
  gap: calc((100vw - 66px) / 12 / 2);
}
@media (max-width: 1024px) {
  main#space section#equipment .sidenotes {
    grid-column: 1/span 3;
  }
}
@media (max-width: 768px) {
  main#space section#equipment .sidenotes {
    display: none;
    transform: translate3d(0, 0, 0) !important;
  }
}
main#space section#equipment .sidenotes p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  main#space section#equipment #equipment-text {
    grid-column: 4/span 9;
  }
}
@media (max-width: 768px) {
  main#space section#equipment #equipment-text {
    grid-column: span 12;
  }
  main#space section#equipment #equipment-text .mobile {
    display: inline-block;
    line-height: 1;
  }
}
main#space .click-gallery {
  position: relative;
  height: calc(100vh - 144px);
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  main#space .click-gallery {
    grid-column: span 12;
  }
}
main#space .click-gallery .click-image {
  display: none;
  height: 100%;
  width: 100%;
}
main#space .click-gallery .click-image:first-child {
  display: block;
}
main#space .click-gallery .flex-col {
  height: 100%;
  justify-content: center;
}
main#space .click-gallery img {
  flex: 0 1 auto;
  max-width: 100%;
  max-height: calc(100% - (1rem + 6px));
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main#space .gallery-container {
    gap: 24px 6px;
  }
  main#space .gallery-container .click-gallery {
    height: calc(100vh - 240px);
  }
}
@media (max-width: 480px) {
  main#space .gallery-container .click-gallery {
    height: calc(100vw * var(--maxAspectRatio));
    align-items: end;
  }
  main#space .gallery-container .click-gallery .click-image {
    height: unset;
  }
}
main#space .thumbnails {
  gap: 6px;
}
main#space .thumbnails .click-button {
  cursor: pointer;
}
main#space .thumbnails .click-button {
  opacity: 0.1;
}
main#space .thumbnails .click-button:hover, main#space .thumbnails .click-button.active {
  opacity: 1;
}
main#space .thumbnails .landscape {
  width: 100%;
}
main#space .thumbnails .portrait {
  width: 66.6%;
}
@media (max-width: 768px) {
  main#space .thumbnails {
    grid-column: span 12;
    flex-direction: row;
    height: 72px;
  }
  main#space .thumbnails .landscape {
    height: 66.6%;
    width: auto;
  }
  main#space .thumbnails .portrait {
    height: 100%;
    width: auto;
  }
}
main#space #booking {
  min-height: 100vh;
}
main#space #equipment-text {
  line-height: 140%;
}

main#about #imprint, main#about #legal {
  position: absolute;
  top: 0;
  pointer-events: none;
}
main#about section #text-about {
  z-index: 1;
}
main#about section #text-about #about-info {
  line-height: 140%;
}
main#about section #legal, main#about section #imprint {
  display: none;
}
main#about section .imprint-legal {
  font-family: "EKRoumald-Italic";
}
main#about section .imprint-legal.active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
main#about section .sidenotes {
  grid-column: span 2;
  margin-right: calc((100vw - 66px) / 12 / 2);
}
main#about section .sidenotes .hover-button, main#about section .sidenotes .click-button {
  cursor: default;
}
main#about section .sidenotes .click-button.active {
  font-family: "EKRoumald-Italic";
}
@media (hover: hover) {
  main#about section .sidenotes .hover-button:hover {
    font-family: "EKRoumald-Italic";
  }
}
main#about section .sidenotes p:not(:last-child), main#about section .sidenotes .sidenotes-content, main#about section .sidenotes .gallery-container {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  main#about section .sidenotes {
    grid-column: span 3;
  }
  main#about section #text-about {
    grid-column: 4/span 9;
  }
}
@media (max-width: 768px) {
  main#about section {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  main#about section #text-about {
    grid-column: span 12;
  }
  main#about section .sidenotes {
    width: 50%;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 480px) {
  main#about section .sidenotes {
    width: 100%;
  }
}

#projects .grid {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 72px 12vw;
  grid-auto-flow: row;
}
#projects .grid .project-link {
  text-align: center;
  align-self: start;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
#projects .grid .project-link img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  #projects .grid .landscape {
    margin: 0 -25%;
  }
  #projects .grid .project-link:nth-child(5n+1).landscape {
    margin-left: 0;
    margin-right: -50%;
  }
  #projects .grid .project-link:nth-child(5n).landscape {
    margin-right: 0;
    margin-left: -50%;
  }
}
@media (max-width: 1024px) {
  #projects .grid {
    grid-gap: 72px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #projects .grid {
    grid-gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}

main#services h1 {
  height: 0;
  display: none;
}
@media (max-width: 480px) {
  main#services .image-container.grid-item-4 {
    grid-column: span 12;
  }
}
main#services #photo-sessions .text-xl, main#services #portrait-grid {
  position: relative;
  z-index: 1;
}
main#services #photo-sessions .grid {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 144px 48px;
}
main#services #photo-sessions .grid .grid-item {
  cursor: default;
}
main#services #photo-sessions .grid .flex-row {
  gap: 24px;
}
@media (max-width: 480px) {
  main#services #photo-sessions .grid .flex-row {
    gap: 12px;
  }
}
main#services #photo-sessions .grid .flex-row p {
  margin-top: 2px;
}
main#services #photo-sessions .grid .index {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  main#services #photo-sessions .grid {
    grid-gap: 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  main#services #photo-sessions .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  main#services #photo-sessions .grid {
    grid-gap: 48px 24px;
  }
}
main#services .gallery-container {
  position: relative;
  z-index: 1;
}
main#services #portrait-grid.inactive {
  pointer-events: none;
}
main#services #hover-gallery {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  padding: 12px;
  pointer-events: none;
}
main#services #hover-gallery img {
  position: absolute;
  height: calc(100% - 24px);
  max-width: calc(100% - 24px);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  pointer-events: none;
}
main#services #hover-gallery img.active {
  opacity: 1;
}
main#services #hover-gallery.active {
  pointer-events: all;
}
@media (max-width: 480px) {
  main#services .align-center:not(.day-number) {
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */