:root {
  --_farbe---kräftiges-blau: #1d3d91;
  --_farbe---rosa: #f7c1d0;
  --_farbe---kräftiges-rot: #e62644;
  --_farbe---schwaches-blau: #a4bce3;
  --_farbe---dunkles-blau: #1b335b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.startseite {
  height: 100vh;
}

.container {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: static;
}

.time-for-change {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 90px;
  line-height: 90px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--_farbe---kräftiges-blau);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: objektiv-mk2, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  width: 100vw;
  max-width: 1500px;
  height: 100vh;
  margin-top: -317px;
}

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

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 5vw;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-down-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  vertical-align: bottom;
  margin-top: -100px;
  display: block;
  position: static;
}

.navbar {
  background-color: #fff;
  width: 100vw;
  height: 50px;
  position: fixed;
}

.navbar.men-leiste {
  position: fixed;
}

.navbar.navigationsleiste {
  height: 100px;
  position: relative;
  inset: auto 0% 0%;
}

.navbar.navigationsleiste.nebenseite {
  background-color: var(--_farbe---rosa);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100px;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.hauptseite {
  color: var(--_farbe---kräftiges-rot);
  width: 100vw;
  height: 100vh;
}

.image-2 {
  vertical-align: middle;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.brand {
  justify-content: flex-start;
  align-items: flex-end;
  width: 150px;
  height: 80px;
  margin-top: 10px;
  display: inline-block;
}

.brand.w--current {
  margin-top: 9px;
  margin-bottom: 0;
  position: absolute;
}

.container-3 {
  width: 100vw;
  height: 50px;
  position: relative;
}

.nav-link {
  height: 50px;
  font-family: objektiv-mk2, sans-serif;
}

.nav-link.w--current {
  color: var(--_farbe---kräftiges-blau);
  -webkit-text-stroke-color: var(--_farbe---kräftiges-blau);
  font-weight: 700;
}

.nav-link-2 {
  height: 50px;
  font-family: objektiv-mk2, sans-serif;
}

.nav-link-2.w--current {
  color: var(--_farbe---kräftiges-rot);
}

.nav-link-3 {
  height: 50px;
  font-family: objektiv-mk2, sans-serif;
}

.nav-link-3.w--current {
  color: var(--_farbe---kräftiges-rot);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  width: auto;
  height: auto;
  max-height: 80%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-4 {
  width: 100%;
  height: 100%;
}

.image-3 {
  width: auto;
  height: 100%;
  overflow: clip;
}

.uhr-men {
  width: 100%;
  height: 100%;
}

.uhr-men.bildergrid {
  transition: opacity .2s;
  position: relative;
}

.uhr-men.bildergrid:hover {
  opacity: 1;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.image-4 {
  aspect-ratio: 1;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.image-5, .link-block-5, .link-block-6, .image-6, .image-7 {
  width: 100%;
  height: 100%;
}

.plakate {
  background-color: var(--_farbe---rosa);
  color: var(--_farbe---kräftiges-blau);
  width: 100vw;
  height: auto;
  padding-bottom: 50px;
}

.image-8 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.image-9, .image-10 {
  width: 100%;
  height: 100%;
}

.bold-text {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -100px;
  font-family: objektiv-mk2, sans-serif;
  font-weight: 400;
  line-height: 90px;
  display: flex;
  position: static;
}

.section {
  background-color: var(--_farbe---schwaches-blau);
  width: 100vw;
  height: 100vh;
  padding-bottom: 50px;
}

.section-2 {
  background-color: var(--_farbe---rosa);
  width: 100vw;
  height: 100vh;
}

.section-3 {
  background-color: var(--_farbe---rosa);
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.text-block-2 {
  color: var(--_farbe---kräftiges-rot);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.men-uhr {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 80vh;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11, .image-12 {
  width: 100%;
  height: 100%;
}

.container-6 {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
}

.text-block-3 {
  aspect-ratio: auto;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: objektiv-mk2, sans-serif;
  display: flex;
  position: relative;
}

.image-13 {
  max-width: 15%;
  margin-top: 0;
  margin-bottom: 5%;
}

.image-14 {
  max-width: none;
  max-height: 80%;
  margin-top: 7px;
}

.image-15, .image-16 {
  max-height: 100%;
}

.image-17 {
  width: 100%;
}

.image-18 {
  height: auto;
}

.image-19 {
  aspect-ratio: auto;
  vertical-align: baseline;
  transform-style: preserve-3d;
  max-width: none;
  height: 25vh;
  max-height: 100vh;
  margin-top: 0;
  margin-bottom: -150px;
  padding-top: 0;
  position: relative;
  transform: scale3d(2, .9, 1);
}

.footer-dark {
  background-color: var(--_farbe---schwaches-blau);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  max-width: none;
  max-height: none;
}

.footer-brand.w--current {
  max-width: 40%;
  height: 100%;
  max-height: none;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  padding-left: 50px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: objektiv-mk2, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: objektiv-mk2, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-20 {
  max-width: 200px;
  max-height: none;
}

.section-4 {
  height: 40vh;
}

.image-21 {
  background-color: var(--_farbe---rosa);
  margin-top: 100px;
}

.container-8 {
  object-fit: cover;
  width: 100vw;
  max-width: 300px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.image-22 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin-left: 0;
  display: block;
  transform: translate(0);
}

.text-block-4 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 66vw;
  height: 20vw;
  margin-left: 33vw;
  display: flex;
}

.interview-frage {
  color: var(--_farbe---kräftiges-blau);
  margin-top: 0;
  margin-left: 0;
  font-family: objektiv-mk2, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.interview-frage.foto {
  margin-top: 200px;
  margin-left: 15vw;
}

.interview-frage._5 {
  text-align: right;
  position: absolute;
}

.interview-frage._7 {
  color: var(--_farbe---rosa);
  position: absolute;
}

.interview-antwort {
  color: var(--_farbe---kräftiges-blau);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: objektiv-mk2, sans-serif;
  font-size: 12px;
}

.interview-antwort._1 {
  margin-left: -12vw;
}

.uhrzeiger-forschung {
  opacity: 0;
  width: auto;
  height: 100%;
  margin-top: 60px;
  margin-left: 217px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-45deg);
}

.uhrzeiger-forschung:hover {
  opacity: 1;
}

.uhrzeiger-forschung.uhr-bild {
  opacity: 0;
  margin-top: 60px;
  margin-left: 100px;
  transform: scale(1)rotate(45deg);
}

.uhr-bild:hover {
  opacity: 1;
}

.image-23 {
  vertical-align: baseline;
  width: 25vw;
  max-width: none;
  height: auto;
  margin: 0 37.5vw auto;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-menu, .nav-menu-2, .nav-menu-3, .nav-menu-4, .nav-menu-5 {
  margin-top: 17px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: .5fr auto auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  margin-top: 100px;
  margin-left: 20vw;
  display: grid;
}

.text-block-5 {
  margin-top: 0;
  font-family: objektiv-mk2, sans-serif;
}

.text-block-6 {
  font-family: objektiv-mk2, sans-serif;
}

.container-9 {
  width: 100%;
  height: 100%;
}

.text-block-7 {
  margin-top: 20px;
  font-family: objektiv-mk2, sans-serif;
}

.text-block-8 {
  margin-top: 60px;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  font-family: objektiv-mk2, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.uhrzeiger-interview {
  opacity: 0;
  width: auto;
  height: 100%;
  margin-top: -60px;
  margin-left: 217px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(45deg);
}

.uhrzeiger-interview:hover {
  opacity: 1;
}

.uhrzeiger-interview.uhr-bild {
  opacity: 0;
  margin-left: 100px;
  transform: scale(1)rotate(45deg);
}

.uhrzeiger-fotoserie {
  opacity: 0;
  width: auto;
  height: 100%;
  margin-top: -60px;
  margin-left: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-45deg);
}

.uhrzeiger-fotoserie:hover {
  opacity: 1;
}

.uhrzeiger-fotoserie.uhr-bild {
  opacity: 0;
  margin-top: 60px;
  margin-left: 100px;
  transform: scale(1)rotate(45deg);
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: 20px 1fr;
  grid-template-columns: 20vw 20vw 20vw 20vw 80px;
  width: 80vw;
  margin-top: 0;
  margin-left: 10vw;
  padding-top: 130px;
  position: absolute;
}

.garten-im-tagesverlauf {
  background-color: var(--_farbe---rosa);
  width: auto;
  max-width: none;
  height: 100vh;
  position: static;
  overflow: hidden;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  margin-left: 100vw;
  padding-bottom: 0;
  position: relative;
}

.section-5._1 {
  width: auto;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  overflow: hidden;
}

.section-5._2 {
  margin-top: -100vh;
  margin-bottom: 0;
  padding-top: 20px;
}

.section-5._3 {
  margin-top: -100vh;
  margin-bottom: 0;
  margin-left: 200vw;
  padding-top: 20px;
}

.container-11 {
  margin-bottom: 0;
  position: relative;
}

.image-24 {
  width: 50px;
  margin-left: 30px;
  transform: rotate(-90deg);
}

.text-block-10 {
  margin-top: 100px;
  margin-left: 10vw;
}

.text-block-10.interview-frage {
  height: 30px;
  margin-top: 100px;
  margin-bottom: -130px;
  position: relative;
}

.text-block-10.interview-frage._1 {
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 15vw;
}

.text-block-10.interview-frage.karte-beschrifung {
  text-transform: uppercase;
  margin-top: 50vh;
  margin-bottom: 0;
  margin-left: 15vw;
}

.link-block-7 {
  transition: opacity .2s;
}

.link-block-7.w--current {
  transition-property: none;
}

.section-6 {
  background-color: var(--_farbe---rosa);
  width: 100vw;
  height: 100vh;
}

.flex-block {
  width: 100vw;
  height: 100vh;
}

.flex-block-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  margin-left: 100vw;
}

.horizontal-wrapper {
  background-color: var(--_farbe---rosa);
  width: 300vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide {
  flex: none;
  order: 0;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  display: block;
  position: relative;
}

.section-7 {
  background-color: var(--_farbe---rosa);
  width: 100vw;
  height: 380vh;
  padding-bottom: 50px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 20vw 40vw;
  justify-content: center;
  width: 70vw;
  margin-left: auto;
}

.image-25 {
  max-width: none;
  max-height: 80vh;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: 80vh;
  grid-template-columns: 40vw 20vw;
  place-content: center;
  width: 70vw;
  margin-top: 50px;
  margin-left: auto;
}

.image-26 {
  max-width: none;
  max-height: 80vh;
  margin-top: 0;
}

.text-block-11 {
  text-align: left;
  margin-left: auto;
}

.container-12 {
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 310px;
  display: flex;
  position: relative;
}

.container-12.foto {
  margin-top: 350px;
}

.image-27 {
  width: 100%;
  margin: auto;
  position: absolute;
}

.image-27.winter {
  opacity: 0;
  transition: opacity .2s;
}

.image-27.winter:hover {
  opacity: 100;
}

.image-27.raus {
  opacity: 0;
  transition: opacity .2s;
}

.image-27.raus:hover {
  opacity: 100;
}

.image-27.tag {
  width: auto;
  max-width: none;
  max-height: 80vh;
}

.image-27.nacht {
  opacity: 0;
  width: auto;
  max-width: none;
  max-height: 80vh;
  transition: opacity .2s;
}

.image-27.nacht:hover {
  opacity: 100;
}

.section-8 {
  background-color: var(--_farbe---rosa);
  height: 430vh;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  width: 80vw;
  margin-top: 100px;
  margin-left: 10vw;
}

.container-13 {
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: none;
  margin-top: 300px;
  display: flex;
}

.container-13.karte {
  margin-top: 40vh;
}

.grid-7 {
  grid-column-gap: 31px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: repeat(auto-fit, 28vw) 28vw;
  place-content: center;
  width: 70vw;
  margin-top: 50vh;
  margin-left: 15vw;
}

.container-14 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-28 {
  margin-top: 0;
  display: block;
}

.booklet {
  color: var(--_farbe---kräftiges-rot);
}

@media screen and (max-width: 991px) {
  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container-7 {
    max-width: none;
  }
}

#w-node-ad06ecc5-0ef9-9191-ccba-1920fadd479f-586e8bfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad06ecc5-0ef9-9191-ccba-1920fadd47a8-586e8bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71708de1-33ac-7903-4bc2-a5c1eca6ae62-57a23921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71708de1-33ac-7903-4bc2-a5c1eca6ae6f-57a23921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9533a7a-186b-ceed-fe3a-b3143f7b08cc-82a01c37, #w-node-_624b0b79-0551-81d1-739b-1aed51b26604-82a01c37, #w-node-_69c77e2c-24c6-546f-5059-3f35c638ce7a-82a01c37 {
  place-self: center;
}

#w-node-_48dbf1b4-a20a-75c4-c852-d2ec911aa4ed-82a01c37 {
  justify-self: auto;
}

#w-node-_3e0354ec-f752-edd9-ce7a-6a23b939a52e-82a01c37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e0354ec-f752-edd9-ce7a-6a23b939a53b-82a01c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fba3550e-5870-297e-896e-2236b3b02e06-c0e7da78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fba3550e-5870-297e-896e-2236b3b02e13-c0e7da78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609be44e-2f78-2e8c-7da7-1497b6b3bb63-bd554249 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_609be44e-2f78-2e8c-7da7-1497b6b3bb70-bd554249 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


