/* Cachebuster: cb1 */
* {
  box-sizing: border-box;
}

body {
  background-color: #efeded;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #efeded;
  border-radius: 0 0 50px 50px;
  margin-bottom: -6rem;
}

@font-face {
  font-family: "PPNeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("woff2");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition:
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease-in-out;
}

.header-desktop.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  width: 380px;
}

.desktop-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #81b435;
}

.desktop-links a {
  color: #eef0f1;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
}

.desktop-links .current-page {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.desktop-links .current-page::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #81b435;
}

.lang-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo-mobile {
  width: 200px;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #efeded;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #efeded;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #efeded;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.menu-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-close:focus:not(:focus-visible) {
  outline: none;
}

.menu-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a:not(.main-cta) {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #26221c;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.menu-links a:not(.main-cta) + .main-cta {
  margin-top: 1.05rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #26221c;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #26221c;
  margin: 0 0.5rem;
}

.main-cta-shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.main-cta {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0.4rem;
  padding: 0.27rem 0.27rem 0.27rem 1.1rem;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143f5a;
  color: #e9eef1 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  color: #e6e6e6;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
}

.main-cta:hover {
  transform: translateY(-0.12rem) scale(1.025);
  box-shadow: 0 0.7rem 1.4rem rgba(20, 63, 90, 0.18);
}

.main-cta:active {
  transform: translateY(0) scale(0.985);
}

.cta-icon {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  overflow: hidden;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #eef0f1;
  flex: 0 0 auto;
}

.arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0.72rem;
  box-sizing: border-box;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.arrow-1 {
  transform: translate(0, 0);
}

.arrow-2 {
  transform: translate(-120%, 120%);
}

.main-cta:hover .arrow-1 {
  transform: translate(120%, -120%);
}

.main-cta:hover .arrow-2 {
  transform: translate(0, 0);
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #efeded;
  border-radius: 0 0 50px 50px;
  margin-bottom: -6rem;
  color: #26221c;
}

.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4 {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-wrapper h1 {
  font-size: 3.128rem;
  line-height: 1.05;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-wrapper h2 {
  font-size: 2.3rem;
  line-height: 1.05;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-wrapper h3 {
  font-size: 1.8rem;
  line-height: 1.1;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-wrapper h4 {
  font-size: 1.45rem;
  line-height: 1.15;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.page-wrapper p {
  color: #26221c;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
}

.projektleitung-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: #e6e6e6;
  isolation: isolate;
}

.projektleitung-hero-media,
.projektleitung-hero-gradient {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.projektleitung-hero-media {
  z-index: 1;
}

.projektleitung-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.projektleitung-hero-gradient {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.42) 0%,
      rgba(20, 59, 85, 0.2) 42%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.1) 52%,
      rgba(0, 0, 0, 0.34) 100%
    );
}

.projektleitung-hero-content {
  position: absolute;
  left: 8rem;
  bottom: 8rem;
  z-index: 3;
}

.projektleitung-hero-content h1 {
  color: #e6e6e6;
  margin: 0 0 1.4rem 0;
}

.projektleitung-hero-content p {
  max-width: 68rem;
  color: #e6e6e6;
}

.impressum-section {
  padding: 8rem;
}

.impressum-content {
  color: #26221c;
}

.impressum-content,
.impressum-content * {
  font-style: normal;
}

.impressum-content h2 {
  margin: 3.2rem 0 0.8rem 0;
}

.impressum-content h2:first-child {
  margin-top: 0;
}

.impressum-content p + p {
  margin-top: 1rem;
}

.impressum-content a {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: #81b435;
  text-decoration: none;
  padding-bottom: 0.08rem;
}

.impressum-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 1px;
  background: #81b435;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.impressum-content a:hover::before,
.impressum-content a:focus-visible::before {
  transform: scaleX(1);
}

.impressum-content a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.impressum-stand {
  margin-top: 4rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .impressum-content a::before {
    transition: none;
  }
}

.datenschutz-section {
  padding: 8rem;
}

.datenschutz-content {
  color: #26221c;
}

.datenschutz-content,
.datenschutz-content * {
  font-style: normal;
}

.datenschutz-content h2 {
  margin: 4rem 0 0.9rem 0;
}

.datenschutz-content h2:first-child {
  margin-top: 0;
}

.datenschutz-content h3 {
  margin: 2.4rem 0 0.7rem 0;
}

.datenschutz-content h4 {
  margin: 1.8rem 0 0.55rem 0;
}

.datenschutz-content p {
  line-height: 1.35;
}

.datenschutz-content p + p {
  margin-top: 1rem;
}

.datenschutz-content ul {
  margin: 1rem 0 1.4rem 0;
  padding-left: 1.2rem;
  color: #26221c;
}

.datenschutz-content li {
  color: #26221c;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.35;
  margin: 0.45rem 0;
}

.datenschutz-content a {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #81b435;
  text-decoration: none;
  padding-bottom: 0.08rem;
  overflow-wrap: anywhere;
}

.datenschutz-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 1px;
  background: #81b435;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.datenschutz-content a:hover::before,
.datenschutz-content a:focus-visible::before {
  transform: scaleX(1);
}

.datenschutz-content a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.datenschutz-stand {
  margin-top: 4rem;
}

@media (prefers-reduced-motion: reduce) {
  .datenschutz-content a::before {
    transition: none;
  }
}

.barrierefreiheit-section {
  padding: 8rem;
}

.barrierefreiheit-content {
  max-width: 64rem;
  color: #26221c;
}

.barrierefreiheit-content,
.barrierefreiheit-content * {
  font-style: normal;
}

.barrierefreiheit-content h2 {
  margin: 3.2rem 0 0.8rem 0;
}

.barrierefreiheit-content h2:first-child {
  margin-top: 0;
}

.barrierefreiheit-content p {
  line-height: 1.35;
}

.barrierefreiheit-content p + p {
  margin-top: 1rem;
}

.barrierefreiheit-content a {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #81b435;
  text-decoration: none;
  padding-bottom: 0.08rem;
  overflow-wrap: anywhere;
}

.barrierefreiheit-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 1px;
  background: #81b435;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.barrierefreiheit-content a:hover::before,
.barrierefreiheit-content a:focus-visible::before {
  transform: scaleX(1);
}

.barrierefreiheit-content a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.barrierefreiheit-stand {
  margin-top: 4rem !important;
}

footer.site-footer {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: -1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  color: #e6e6e6;
  background: #143b55;
  isolation: isolate;
}

.footer-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(20, 59, 85, 0.52) 0%,
      rgba(0, 0, 0, 0.42) 46%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.36) 100%
    );
}

.site-footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 8rem 8rem 1.4rem 8rem;
}

.site-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.site-footer-logo img {
  width: 17rem;
  height: auto;
  display: block;
}

.site-footer-top h2 {
  max-width: 38rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.site-footer-cta {
  width: fit-content;
}

.site-footer-nav {
  width: min(82rem, calc(100% - 8rem));
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 7rem;
  align-items: start;
  margin: 6.5rem auto 5.5rem auto;
}

.site-footer-column h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 0.9rem 0;
}

.site-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-column li {
  margin: 0 0 0.45rem 0;
}

.site-footer-column a {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  padding-bottom: 0.08rem;
}

.site-footer-column a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-footer-column a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-footer-column a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.site-footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.site-footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.site-footer-social-links a::before {
  display: none;
}

.site-footer-social-links img {
  display: block;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 0 0 0;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(230, 230, 230, 0) 0%,
    rgba(230, 230, 230, 0.42) 10%,
    rgba(230, 230, 230, 0.42) 90%,
    rgba(230, 230, 230, 0) 100%
  );
}

.footer-bottom p {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  transition: color 0.25s ease;
}

.credits:hover {
  color: #81b435;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer-social-links a:hover {
    transform: translateY(-0.12rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-column a::before,
  .site-footer-social-links a,
  .credits {
    transition: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .site-footer-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .header-desktop {
    padding: 1.4rem 2rem;
  }

  .nav-logo img {
    width: 19.875rem;
  }

  .desktop-links {
    gap: 1rem;
  }

  .desktop-links a {
    font-size: 1rem;
  }

  .site-footer-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media (max-width: 768px) {
  .page-wrapper {
    border-radius: 0 0 30px 30px;
    margin-bottom: -3rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .site-footer-inner {
    padding: 2.5rem 1rem 1rem 1rem;
  }

  .site-footer-top {
    display: none;
  }

  .site-footer-nav {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.35rem;
    margin: 2rem 0 1rem 0;
    text-align: left;
  }

  .site-footer-column {
    width: 100%;
    text-align: left;
  }

  .site-footer-column h3 {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
  }

  .site-footer-column a {
    font-size: 1rem;
    text-align: left;
  }

  .site-footer-social-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .footer-bottom p {
    width: 100%;
  }
}


