@import url("https://use.typekit.net/wdy6ild.css");
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #ffffff;
  overflow-x: hidden;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 1.125rem;
  }
}

img {
  display: block;
}

p.large {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-right: 16px;
}

a {
  color: #ff4a46;
}

address {
  font-style: normal;
}

button {
  color: #ffffff;
  background: none;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
}

p.pad {
  margin-left: 92px;
}
@media screen and (max-width: 1300px) and (min-width: 960px) {
  p {
    margin-left: 48px;
  }
}

.logo {
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .logo {
    width: 90%;
  }
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.main-wrapper__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.container {
  position: relative;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container.pad {
  padding: 120px 80px;
}
@media screen and (max-width: 1300px) and (min-width: 960px) {
  .container.pad {
    padding: 80px 40px;
  }
}

.animated {
  transition: transform 1s ease-out, opacity 1s ease-out;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .animated {
    transform: translateY(100px);
  }
}
.animated.logo {
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.view-section {
  min-height: 100vh;
  position: relative;
  display: flex;
}
.view-section.active .animated {
  transform: translateY(0px);
  opacity: 1;
}
.view-section .delay-1 {
  transition-delay: 0s;
}
.view-section .delay-2 {
  transition-delay: 0.2s;
}
.view-section .delay-3 {
  transition-delay: 0.4s;
}
.view-section .delay-4 {
  transition-delay: 0.6s;
}

.view-section__half {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.view-section__half > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view-section__half.center {
  justify-content: center;
}
.view-section__half .container {
  margin: 0;
  max-width: 720px;
}
.view-section__half:first-child .container {
  margin-left: auto;
  padding-right: 0;
}
.view-section__half:last-child .container {
  margin-right: auto;
  padding-left: 0;
}

.hofer {
  box-sizing: border-box;
  object-position: bottom left;
  padding-top: 120px;
}

.hofer2 {
  box-sizing: border-box;
  object-position: bottom right;
  padding-top: 120px;
}

.light-wrapper {
  position: absolute;
  top: 80vh;
  width: 73vw;
  opacity: 0;
  transition: opacity 2s;
}
.light-wrapper.fadein {
  opacity: 1;
}

.light1 {
  width: 100%;
}

.light2 {
  transition: opacity 2s;
  opacity: 0;
  position: absolute;
  object-position: bottom right;
}

.toggle-impressum-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 80px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .toggle-impressum-wrapper {
    padding: 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .toggle-impressum-wrapper {
    padding: 0 42px;
  }
}
.toggle-impressum-wrapper .toggle-impressum {
  border-bottom: 2px solid #ffffff;
}

.impressum {
  box-sizing: border-box;
  padding: 80px;
  background: #00002a;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  scroll-snap-align: end;
}
.impressum .wrapper {
  display: flex;
  padding-right: 80px;
}
.impressum .wrapper .credits {
  width: 30%;
}
.impressum .wrapper .contact {
  width: 30%;
}
.impressum .wrapper .copyright {
  width: 40%;
}
@media screen and (max-width: 1300px) and (min-width: 960px) {
  .impressum p {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .impressum {
    padding: 42px;
  }
  .impressum .wrapper {
    padding-right: 42px;
  }
}
@media screen and (max-width: 800px) {
  .impressum .wrapper {
    padding-right: 0;
    flex-direction: column;
  }
  .impressum .wrapper .credits, .impressum .wrapper .contact, .impressum .wrapper .copyright {
    width: 100%;
    margin-bottom: 20px;
  }
}
.impressum .close-impressum {
  position: absolute;
  right: 0;
  top: 0;
}
.impressum.hidden {
  display: none;
}

@media screen and (max-width: 960px) {
  .view-section {
    display: flex;
    flex-direction: column;
    height: unset;
  }
  .view-section:first-of-type .view-section__half:first-child {
    min-height: 100vh;
  }

  .view-section__half {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .view-section__half:last-of-type {
    margin-top: auto;
  }
  .view-section__half > img {
    height: auto;
  }
  .view-section__half .hofer, .view-section__half .hofer2 {
    margin-top: auto;
    padding-top: 0;
    width: 100%;
    max-width: 500px;
  }
  .view-section__half .hofer {
    padding-right: 20px;
  }
  .view-section__half .hofer2 {
    padding-left: 20px;
  }
  .view-section__half .light-wrapper {
    transform: scale(1.5) translateX(15%) translateY(25%);
  }
  .view-section__half .light2 {
    opacity: 1;
  }
  .view-section__half .logo-wraper {
    padding: 0 24px;
    margin-top: 24px;
    transform: translateY(30%);
  }
  .view-section__half .container.pad {
    padding: 0;
  }
  .view-section__half p.pad {
    padding: 42px;
    margin: 0;
    margin-top: 40px;
  }

  .toggle-impressum-wrapper {
    bottom: 42px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */