@font-face {
  font-family: "ALTRiviera-Regular";
  src: url("../fonts/ALTRiviera-Regular.woff") format("woff");
}
@font-face {
  font-family: "ALTRiviera-Italic";
  src: url("../fonts/ALTRiviera-Italic.woff") format("woff");
}
html {
  font-size: 30px;
}
@media (max-width: 1600px) {
  html {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.margin-1 {
  margin-top: 0.73rem;
}

.margin-2 {
  margin-top: 1.1rem;
}

.margin-3 {
  margin-top: 1.46rem;
}

.margin-4 {
  margin-top: 2rem;
}

.margin-5 {
  margin-top: 2.5rem;
}

.margin-6 {
  margin-top: 2.83rem;
}

.margin-8 {
  margin-top: 3.5rem;
}

.margin-9 {
  margin-top: 4.16rem;
}

.margin-10 {
  margin-top: 5.5rem;
}

.margin-11 {
  margin-top: 7.33rem;
}

.margin-12 {
  margin-top: 8.8rem;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "ALTRiviera-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  background-color: #ACD3FD;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: none;
}

body::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: 3.66rem;
  -webkit-hyphens: none;
          hyphens: none;
}

h2 {
  font-size: 2.66rem;
}

h3 {
  font-size: 1.66rem;
}

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: #000000;
  text-decoration: unset;
}

a:hover u, .imprint-link:hover {
  color: #FFFFFF;
}

.invert {
  background-color: #000000;
  color: #FFFFFF;
}

.invert a {
  color: #FFFFFF;
}

img {
  display: block;
}

button {
  background: none;
  border: none;
}

.padding-top {
  padding-top: 5.5rem;
}

.center {
  text-align: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  gap: 12px;
}

.gap-2 {
  gap: 1.1rem;
}

.column {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.half-width {
  width: 50%;
}

.uppercase {
  text-transform: uppercase;
}

.content {
  position: relative;
  padding: 12px calc(24px + 1.66rem) 5.5rem;
}

u {
  text-decoration: underline;
  text-underline-offset: 0.06rem;
  text-decoration-thickness: 0.06rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.83rem 1.66rem;
}

p:not(:first-of-type) {
  margin-top: 1.3em;
}

.text-container h2 {
  margin-bottom: 2rem;
}

.text-container h3 {
  margin-bottom: 1.3rem;
}

.text-container h2:not(:first-child), .text-container h3:not(:first-child) {
  margin-top: 1.3rem;
}

.text-big {
  font-size: 1.33rem;
}

.text-medium {
  font-size: 2.33rem;
}

.small-text {
  font-size: 0.66rem;
}

.blue-text {
  color: #7EBCFF;
}

.desc {
  line-height: 1.2;
}

.copyright {
  font-size: 0.4rem;
}

figcaption {
  margin-top: 0.75em;
}

.page-link {
  align-items: center;
  padding: 0.75em 0.9em 0.55em;
  border-radius: 1rem;
  justify-content: space-between;
  border: 2px solid #000000;
  transition: all 0.1s ease;
}

.page-link span {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1;
}

.page-link svg {
  width: 0.73rem;
  margin-bottom: 0.1em;
  transition: all 0.1s ease;
}

.page-link svg path {
  fill: none;
  stroke: #FFFFFF;
}

.page-link.blue {
  background-color: #ACD3FD;
  border: 2px solid #ACD3FD;
}

.page-link.blue svg path {
  stroke: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .page-link:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #000000;
  }
  .page-link:hover svg {
    transform: translateX(12px);
  }
  .page-link:hover svg path {
    stroke: #000000;
  }
}
.page-arrow path {
  fill: none;
  stroke: #000000;
  stroke-linejoin: round;
  stroke-width: 4;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.no-hyphens {
  -webkit-hyphens: none;
          hyphens: none;
}

#error, #audios {
  height: 100vh;
}

#audios {
  display: flex;
  flex-direction: column;
}

#audios main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#error footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#audios .audio-player {
  width: 100%;
}

@media (max-width: 1200px) {
  .grid .grid-9, .grid .grid-8, .grid .grid-7, .grid .grid-6, .grid .grid-5, .grid .grid-4, .grid .grid-3 {
    grid-column: span 12;
  }
  .half-width {
    width: 100%;
  }
  .card h3 {
    font-size: 2.66rem;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.33rem;
  }
  h2 {
    font-size: 1.66rem;
  }
  h3 {
    font-size: 1.33rem;
  }
  .card h3 {
    font-size: 1.66rem;
  }
  .text-medium {
    font-size: 1.33rem;
  }
  .content {
    padding: 12px 12px 5.5rem;
  }
}
@media (max-width: 480px) {
  nav h1.text-big {
    font-size: 1rem;
  }
}
.audio-player, .player-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  background: #ACD3FD;
  padding: 0.9em 0.7em;
  border-radius: 1rem;
  width: 95%;
  -webkit-hyphens: none;
          hyphens: none;
  transition: all 0.1s ease;
}

.audio-player .play-btn {
  transition: all 0.1s ease;
}

.audio-player .play-btn:hover {
  transform: scale(1.1);
}

.audio-player.invert {
  background: #000000;
}

.play, .pause {
  height: 1.46rem;
  width: 1.46rem;
  cursor: pointer;
}

.play path, .pause rect {
  fill: #FFFFFF;
}

.pause, .seek {
  display: none;
}

.seek {
  width: 100%;
}

.icon {
  width: 1.66rem;
}

.audio-player div {
  flex: 1;
}

.audio-text span:nth-of-type(2) {
  display: none;
}

@media (max-width: 1800px) {
  .card .audio-text span:first-of-type {
    display: none;
  }
  .card .audio-text span:nth-of-type(2) {
    display: block;
  }
}
@media (max-width: 1440px) {
  .card .audio-text span:first-of-type {
    display: block;
  }
  .card .audio-text span:nth-of-type(2) {
    display: none;
  }
}
.video-site {
  position: relative;
  padding: calc(24px + 2.16rem) calc(24px + 1.66rem) 5.5rem;
}

.video-player {
  position: relative;
  width: 100%;
}

.video-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-section .grid {
  gap: 2.83rem 1.1rem;
}

.preview-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.preview-container .image-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .video .preview-container {
  border-radius: 2.4rem;
}

.video-section .grid .grid-12 .preview-container, .video-section .grid .grid-12 .video-container {
  grid-column: span 8;
  aspect-ratio: 9/7;
  border-radius: 2.4rem;
}

.video-section .grid .grid-6 .preview-container {
  aspect-ratio: 9/5;
  border-radius: 1.33rem;
}

.video-section .grid .grid-12 .video-content {
  grid-column: span 4;
}

.video-section .grid .grid-6 .video-content {
  margin-top: 2rem;
}

.video-content {
  display: flex;
  flex-direction: column;
  gap: 1.46rem;
}

.preview-container .player-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.preview-container .player-btn:hover {
  transform: translate(-50%, -50%) scale(1.02);
}

@media (max-width: 1440px) {
  .video-section .grid .grid-12 .video-content, .video-section .grid .grid-12 .preview-container, .video-section .grid .grid-12 .video-container {
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .video-site {
    padding: calc(24px + 2.16rem) 12px 5.5rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  pointer-events: none;
}

.home-link {
  display: block;
  pointer-events: all;
}

.home-link img {
  width: 1.66rem;
}

.nav img {
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menu {
  height: 2.16rem;
  cursor: pointer;
  pointer-events: all;
}

.nav-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: scroll;
  background-image: url("../svg/nav-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  transition: height 0.5s ease;
}

.nav-overlay.active {
  height: 100vh;
  height: 100dvh;
  visibility: visible;
  pointer-events: auto;
}

.nav-overlay.closing {
  height: 0;
}

.nav-overlay-content {
  position: absolute;
  top: 0;
  padding: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 0.83rem;
  z-index: 1;
}

.nav-overlay .desc {
  color: #FFFFFF;
}

.close-wrapper {
  height: 2.16rem;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  width: 1.66rem;
  height: 1.66rem;
  cursor: pointer;
}

.nav-content {
  position: relative;
  padding: 12px calc(24px + 1.66rem) 0;
  height: 100%;
  overflow-y: auto;
}

.nav-content-wrapper {
  display: flex;
  flex-direction: column;
  grid-column: 4/10;
}

.haus-screen {
  position: relative;
  width: 100%;
  height: 100%;
}

.haus-svg path {
  fill: #ACD3FD;
}

.haus-content {
  position: relative;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  flex-direction: column;
}

.haus-svg {
  position: relative;
  width: 100%;
  z-index: -1;
  margin-bottom: -1px;
}

.top {
  position: relative;
  display: flex;
}

.top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.top-content .text-big {
  width: 50%;
}

.haus-content .top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.nav-content-wrapper .bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.1rem;
  background-color: #ACD3FD;
  border-radius: 0 0 1.66rem 1.66rem;
}

.sections-nav {
  display: flex;
  flex-direction: column;
  gap: 0.73rem;
  width: 100%;
}

.sections-nav:nth-of-type(2) {
  margin-top: 2rem;
  flex: 1;
  justify-content: end;
}

.nav-block {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 0.66rem;
  border: 2px solid #FFFFFF;
  padding: 0.6rem 0.6rem 0.4rem;
}

.nav-block.invert {
  background-color: #000000;
  border: 2px solid #000000;
}

@media (hover: hover) and (pointer: fine) {
  .nav-block:hover {
    border: 2px solid #000000;
  }
  .nav-block.invert:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #000000;
  }
}
.nav-block br {
  display: none;
}

@media (max-width: 1440px) {
  .nav-content-wrapper {
    grid-column: 3/11;
  }
}
@media (max-width: 1024px) {
  .nav-content-wrapper {
    grid-column: span 12;
  }
  .nav-content .haus-svg.desktop {
    display: none;
  }
  .nav-content .haus-svg.mobile {
    display: block;
  }
  .nav-overlay .desc.desktop {
    display: none;
  }
  .nav-content {
    padding: 12px;
  }
  .nav-block br {
    display: block;
  }
  .nav-overlay {
    background-image: unset;
    background-color: #888888;
  }
}
footer {
  padding: 0.83rem 1.66rem;
  margin-top: 1.66rem;
}

.logo {
  width: 15vw;
  min-width: 200px;
}

footer div {
  position: relative;
}

.footer-flex {
  align-items: end;
}

.footer-link-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  right: 0;
  gap: 0.73rem;
}

@media (max-width: 1024px) {
  .footer-link-container {
    position: relative;
  }
}
.consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 12px;
  z-index: 9999;
  background: #000000;
  color: #FFFFFF;
  border-radius: 1rem 1rem 0 0;
}

.btn {
  border: 2px solid #000000;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.btn.primary {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.btn.secondary {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.btn.primary:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn.secondary:hover {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.video-player {
  width: 100%;
  height: 100%;
}

.vimeo-placeholder {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  text-align: center;
  align-content: center;
}

.vimeo-placeholder button {
  padding: 12px;
  border-radius: 1rem;
  border: 2px solid #000000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cookie-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-container, .home-flex-container {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 50%;
}

.home-container.mobile {
  display: none;
}

.home-container > .flex {
  align-items: flex-start;
}

.card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1rem;
  width: 100%;
  padding: 0.73rem;
}

.card.w2 {
  padding: 1.1rem;
}

.card.no-bg, .card.home {
  background-color: unset;
}

.card.no-bg {
  padding: 2rem;
  margin-top: 14.66rem;
}

.home-flex-container .card {
  width: 100%;
}

.card.no-bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 999px 999px 1rem 1rem;
  z-index: -1;
}

.card .haus-svg path {
  fill: #FFFFFF;
}

.card.w2 .top {
  margin: 0 -1.1rem;
}

.card.w2 .card-content {
  margin: 0 -1.1rem -1.1rem;
}

.card .top, .card .card-content {
  margin: 0 -0.73rem;
}

.card .card-content {
  padding: 0.73rem;
}

.card.w2 .card-content {
  padding: 0.73rem;
}

.card .card-content {
  background: #FFFFFF;
  border-radius: 0 0 1rem 1rem;
}

.logo-intro-container {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.logo-intro-container img {
  width: 33.3%;
  min-width: 150px;
}

.intro-text img {
  margin: 1.46rem auto;
}

.grid-half {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
  align-items: center;
}

.full-img {
  width: 100%;
  min-width: 150px;
}

.card.quote {
  background-color: unset;
}

.card h2.blue-text {
  line-height: 1;
}

.card .audio-player {
  width: 100%;
}

@media (max-width: 1440px) {
  .home-container > .flex {
    flex-direction: column;
  }
  .card .haus-svg.mobile {
    display: block;
  }
  .card .haus-svg.desktop {
    display: none;
  }
  .home-flex-container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-container {
    width: 100%;
  }
  .home-container.mobile {
    display: flex;
  }
  .home-container.desktop {
    display: none;
  }
  .card.no-bg {
    margin-top: unset;
  }
  .logo-intro-container {
    align-items: end;
  }
}
@media (max-width: 480px) {
  .logo-intro-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
#info .content:first-of-type {
  padding-bottom: unset;
}

#info .content:nth-of-type(2) {
  padding-top: 5.5rem;
}

.side-notes {
  grid-column: 8/-1;
}

.info-grid {
  gap: 4.16rem 12px;
}

.contact-grid {
  grid-column: 5/9;
}

.imprint-grid {
  grid-column: 10/-1;
}

.imprint {
  height: 1.992rem;
  align-content: end;
}

.contact-text {
  font-size: 0.8rem;
  line-height: 1.36;
}

@media (max-width: 1200px) {
  .side-notes {
    grid-column: span 12;
  }
}
@media (max-width: 1024px) {
  .contact-grid, .imprint-grid, .archive-grid .grid-3 {
    grid-column: span 12;
  }
}
.carousel-container {
  position: relative;
}
.carousel-container .carousel-block.overlap {
  position: relative;
  z-index: 0;
}
.carousel-container .carousel-block.overlap:nth-child(1) {
  z-index: 20;
}
.carousel-container .carousel-block.overlap:nth-child(2) {
  z-index: 19;
}
.carousel-container .carousel-block.overlap:nth-child(3) {
  z-index: 18;
}
.carousel-container .carousel-block.overlap:nth-child(4) {
  z-index: 17;
}
.carousel-container .carousel-block.overlap:nth-child(5) {
  z-index: 16;
}
.carousel-container .carousel-block.overlap:nth-child(6) {
  z-index: 15;
}
.carousel-container .carousel-block.overlap:nth-child(7) {
  z-index: 14;
}
.carousel-container .carousel-block.overlap:nth-child(8) {
  z-index: 13;
}
.carousel-container .carousel-block.overlap:nth-child(9) {
  z-index: 12;
}
.carousel-container .carousel-block.overlap:nth-child(10) {
  z-index: 11;
}
.carousel-container .carousel-block.overlap:nth-child(11) {
  z-index: 10;
}
.carousel-container .carousel-block.overlap:nth-child(12) {
  z-index: 9;
}
.carousel-container .carousel-block.overlap:nth-child(13) {
  z-index: 8;
}
.carousel-container .carousel-block.overlap:nth-child(14) {
  z-index: 7;
}
.carousel-container .carousel-block.overlap:nth-child(15) {
  z-index: 6;
}
.carousel-container .carousel-block.overlap:nth-child(16) {
  z-index: 5;
}
.carousel-container .carousel-block.overlap:nth-child(17) {
  z-index: 4;
}
.carousel-container .carousel-block.overlap:nth-child(18) {
  z-index: 3;
}
.carousel-container .carousel-block.overlap:nth-child(19) {
  z-index: 2;
}
.carousel-container .carousel-block.overlap:nth-child(20) {
  z-index: 1;
}

section {
  position: relative;
}

.hero-content {
  position: sticky;
  top: 0;
  margin-top: calc((1.3rem + 0.7em + 0.4em + 0.73rem) * -1);
  height: 100vh;
  z-index: 0;
}

.hero-text {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  padding: calc(24px + 2.16rem) calc(24px + 1.66rem) 0;
  height: 100vh;
  height: 100dvh;
}

.section-content {
  position: relative;
  padding: 2.5rem calc(24px + 1.66rem) 5.5rem;
}

.section-content.padding-top {
  padding-top: calc(2.16rem + 36px);
}

.background {
  position: relative;
  background-color: #ACD3FD;
  z-index: 1;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sticky-heading {
  display: inline-block;
  position: sticky;
  text-transform: uppercase;
  top: 0.73rem;
  margin-top: 0.73rem;
  left: calc(24px + 1.66rem);
  padding: 0.7em 1em 0.4em;
  border-radius: 0.66rem;
  background-color: #FFFFFF;
  z-index: 2;
}

.section-heading {
  display: inline-block;
  padding: 0.44em 0.38em 0.3em;
  margin-top: 0.4rem;
  width: 60%;
  border-radius: 1.66rem;
  background-color: #ACD3FD;
}

.site-nav {
  position: absolute;
  right: 12px;
  margin-left: 12px;
  bottom: 1.66rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.section-nav {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 0.6rem 0.6rem 0.4rem;
  text-transform: uppercase;
}

.section-nav .arrow {
  height: 2.6rem;
  width: auto;
}

.section-nav .arrow.rotate {
  transform: rotate(180deg);
}

.copyright-container {
  position: relative;
  padding: 12px 0.73rem;
}

.copyright-container .copyright {
  width: 50%;
}

.copyright-container .copyright:nth-of-type(2) {
  text-align: end;
}

.block {
  background-color: #FFFFFF;
  border-radius: 0.66rem;
  padding: 1.66rem;
}

.block figure, .block .block-image {
  width: 100%;
}

.carousel-block {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1rem;
  padding: 1.1rem;
  transition: all 0.1s ease;
}

@media (hover: hover) and (pointer: fine) {
  .carousel-block.overlap:has(.toggle-field:hover),
  .carousel-block.overlap:has(.toggle-field:focus-within) {
    transform: scale(1.01);
  }
}
.carousel-container .carousel-block.overlap {
  padding: 2.2rem 1.1rem 1.1rem;
}

.carousel-container .carousel-block.overlap:not(:first-child) {
  margin-top: -1.1rem;
}

.carousel-block .toggle-field h3 {
  line-height: 1;
}

.carousel-block .grid:first-of-type .grid-1 {
  justify-self: end;
}

.carousel-block .collapsible {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.collapse-grid {
  gap: 0 1.66rem;
}

.collapse-grid > div {
  margin-bottom: 1.1rem;
}

.toggle-field {
  cursor: pointer;
}

.toggle-arrow svg {
  width: 0.73rem;
  transition: transform 0.5s;
}

.toggle-arrow svg path {
  fill: none;
  stroke: #7EBCFF;
  stroke-linejoin: round;
  stroke-width: 4;
}

.carousel-block.active .toggle-arrow svg {
  transform: rotate(180deg);
}

.image-container {
  width: 100%;
  aspect-ratio: 3/2;
}

.image-container figure {
  width: 100%;
  height: 100%;
}

.image-container.flex figure {
  width: 50%;
  height: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-desc div {
  width: 100%;
}

.image-desc.flex div {
  width: 50%;
}

.image-desc {
  width: 100%;
}

.news-illu {
  width: 3.32rem;
}

.article-row {
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.06rem solid #000000;
  padding: 1rem 12px 1.1rem 0;
  width: 95%;
  gap: calc((100vw - (24px + 1.66rem) * 2) / 12);
}

.article-row .flex {
  align-items: center;
}

.article-subheading {
  margin-top: 12px;
}

.time-block {
  justify-content: space-between;
}

.time-block .flex {
  gap: 1.1rem;
}

.section-h2-heading {
  width: 50%;
}

.map-container {
  padding: 1.66rem 0.73rem;
}

.map-image-container {
  position: relative;
  width: 100%;
}

.map-image {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.map-image.active {
  position: relative;
  display: block;
}

.map-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.map-legend {
  line-height: 1.6;
}

.map-legend li img {
  width: 12px;
}

.map-legend li {
  display: flex;
  gap: 0.73rem;
}

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

.map-button {
  border-radius: 12px;
  border: 0.06rem solid #000000;
  padding: 0.5em 1em 0.25em;
  cursor: pointer;
}

.map-button.active {
  background-color: #000000;
  color: #FFFFFF;
}

.care-image {
  width: 75%;
}

.project-grid {
  gap: 0.6rem;
}

.project-half {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.carousel-block.project-block {
  background-color: unset;
  box-shadow: unset;
  border: 0.06rem solid #000000;
  transition: background-color 0.5s;
}

.carousel-block.project-block.active {
  background-color: #FFFFFF;
}

.project-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.984rem;
}

.project-preview h3 {
  width: 85%;
}

.toggle-arrow.project-arrow svg path {
  stroke: #000000;
}

.to-top-nav {
  position: relative;
  margin-right: calc((24px + 1.66rem) * -1);
}

.to-top-nav .site-nav-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: auto;
  margin-right: 12px;
  width: -moz-max-content;
  width: max-content;
  align-items: stretch;
}

@media (max-width: 1440px) {
  .section-heading {
    width: 80%;
  }
  .section-h2-heading {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .article-row {
    width: 100%;
  }
  .collapse-grid > div:first-of-type {
    margin-bottom: unset;
  }
  [data-scroll] {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 1024px) {
  .section-heading, .section-h2-heading {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sticky-heading {
    display: none;
  }
  .section-content {
    padding: 2.5rem 12px 5.5rem;
  }
  .hero-text {
    padding: calc(24px + 2.16rem) 12px 0;
  }
  .hero-content {
    margin-top: unset;
  }
  .carousel-block .toggle-field.grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .carousel-block .toggle-field.grid .grid-11 {
    grid-column: span 5;
  }
  .to-top-nav {
    position: relative;
    margin-right: unset;
  }
  .to-top-nav .site-nav-bottom {
    margin-right: unset;
  }
}
@media (max-width: 480px) {
  .project-preview h3 {
    font-size: 1.2rem;
  }
  .to-top-nav .site-nav-bottom {
    width: 100%;
  }
}
.fixed-heading {
  display: inline-block;
  position: fixed;
  text-transform: uppercase;
  top: 0.73rem;
  left: calc(24px + 1.66rem);
  padding: 0.7em 1em 0.4em;
  border-radius: 0.66rem;
  background-color: #FFFFFF;
  z-index: 2;
}

.archive-grid {
  gap: 0 12px;
}

.archive-headline {
  grid-column: span 8;
  align-self: end;
}

.archive-img-container {
  position: relative;
  grid-column: 10/-1;
  padding-right: 1.1rem;
}

.archive-img-container img {
  width: 100%;
}

@media (max-width: 1200px) {
  #artikel-archiv .content {
    padding: calc(24px + 2.16rem) calc(24px + 1.66rem) 5.5rem;
  }
  .archive-headline {
    grid-column: span 12;
  }
  .archive-img-container {
    padding-right: unset;
    grid-area: 1/1/1/7;
  }
}
@media (max-width: 768px) {
  #artikel-archiv .content {
    padding: calc(24px + 2.16rem) 12px 5.5rem;
  }
}
.article-grid {
  gap: 2.5rem 12px;
}

.article-info {
  grid-column: 10/-1;
  padding-right: 1.1rem;
}

.article-image {
  width: 100%;
}

@media (max-width: 1200px) {
  .article-info {
    grid-column: span 12;
  }
  .article-info.mobile {
    display: block;
  }
  .article-info.desktop {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */