body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Century Gothic";
  color: rgb(128, 128, 128);
  overflow-x: hidden;
}
body h1 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 5rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h2 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 4rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h3 {
  color: rgb(128, 128, 128);
  font-size: 3rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body header {
  background-color: var(Translucent);
  background-color: var(--translucent);
  z-index: 50;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  height: 90vh;
  margin: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: -80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position-x: 50%;
}
body header .reveal-logo .text {
  font-size: 10rem;
  width: 100%;
  text-align: center;
  color: var(MainColor);
  color: var(--main-color);
  margin-top: 7%;
}
body header .navi {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body header .navi ul {
  width: calc(100% - 8rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 2rem 4rem 2rem 4rem;
  list-style-type: none;
}
body header .navi ul li {
  color: var(MainColor);
  color: var(--main-color);
}
body header .navi ul li a {
  color: var(MainColor);
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
body header .navi ul li a:hover {
  opacity: 0.7;
}
body section {
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
body section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
body section.text {
  height: 80vh;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 115%;
}
body section.text.freisteller {
  position: relative;
  background-position: left;
}
body section.text.freisteller .bg {
  position: absolute;
  background-color: var(Translucent);
  background-color: var(--translucent);
  left: 0;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  height: 10vh;
  height: 30vh;
  bottom: 10rem;
  width: 30vw;
}
body section.text.freisteller .bg img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body section.text.freisteller .text.align-r {
  margin: 0 10vw 0 auto;
  width: 50vw;
}
body section.cards {
  background-color: var(Translucent);
  background-color: var(--translucent);
  padding: 10vh 0 10vh 0;
}
body section.cards .cardstack {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body section.cards .cardstack .card {
  padding: 1rem;
  border: 2px solid var(MainColor);
  background-color: white;
  border-radius: 15px;
}
body section.text.freisteller {
  height: 100vh;
}
body section.galerie-ext .wrapper .galerie-ext-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img {
  max-width: 100%;
  max-height: 100%;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img img {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Century Gothic";
  color: rgb(128, 128, 128);
}
body h1 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 5rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h2 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 4rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h3 {
  color: rgb(128, 128, 128);
  font-size: 3rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body header {
  background-color: var(Translucent);
  background-color: var(--translucent);
  z-index: 50;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  height: 90vh;
  margin: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: -80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position-x: 50%;
}
body header .reveal-logo .text {
  font-size: 10rem;
  width: 100%;
  text-align: center;
  color: var(MainColor);
  color: var(--main-color);
  margin-top: 7%;
}
body section {
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
body section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
body section.text {
  height: 80vh;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 115%;
}
body section.text.freisteller {
  position: relative;
  background-position: left;
}
body section.text.freisteller .bg {
  position: absolute;
  background-color: var(Translucent);
  background-color: var(--translucent);
  left: 0;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  height: 10vh;
  height: 30vh;
  bottom: 10rem;
  width: 30vw;
}
body section.text.freisteller .bg img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body section.text.freisteller .text.align-r {
  margin: 0 10vw 0 auto;
  width: 50vw;
}
body section.cards {
  background-color: var(Translucent);
  background-color: var(--translucent);
  padding: 10vh 0 10vh 0;
}
body section.cards .cardstack {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body section.cards .cardstack .card {
  padding: 1rem;
  border: 2px solid var(MainColor);
  background-color: white;
  border-radius: 15px;
}
body section.text.freisteller {
  height: 100vh;
}
body section.galerie-ext .wrapper .galerie-ext-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img {
  max-width: 100%;
  max-height: 100%;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img img {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Century Gothic";
  color: rgb(128, 128, 128);
}
body h1 {
  font-size: 5rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h2 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 4rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h3 {
  color: rgb(128, 128, 128);
  font-size: 3rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body a {
  color: var(MainColor);
  color: var(--main-color);
}
body footer .navi ul {
  list-style-type: none;
}
body footer .navi ul li a {
  color: var(MainColor);
  color: var(--main-color);
}
body header {
  background-color: var(Translucent);
  background-color: var(--translucent);
  z-index: 50;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  height: 90vh;
  margin: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: -80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position-x: 50%;
}
body header .reveal-logo .text {
  font-size: 10rem;
  width: 100%;
  text-align: center;
  color: var(MainColor);
  color: var(--main-color);
  margin-top: 7%;
}
body section {
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
body section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
body section.text {
  height: 80vh;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 115%;
}
body section.text.freisteller {
  position: relative;
  background-position: left;
}
body section.text.freisteller .bg {
  position: absolute;
  background-color: var(Translucent);
  background-color: var(--translucent);
  left: 0;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  height: 10vh;
  height: 30vh;
  bottom: 10rem;
  width: 30vw;
}
body section.text.freisteller .bg img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body section.text.freisteller .text.align-r {
  margin: 0 10vw 0 auto;
  width: 50vw;
}
body section.cards {
  background-color: var(Translucent);
  background-color: var(--translucent);
  padding: 10vh 0 10vh 0;
}
body section.cards .cardstack {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body section.cards .cardstack .card {
  padding: 1rem;
  border: 2px solid var(MainColor);
  background-color: white;
  border-radius: 15px;
}
body section.text.freisteller {
  height: 100vh;
}
body section.galerie-ext .wrapper .galerie-ext-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img {
  max-width: 100%;
  max-height: 100%;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img img {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Century Gothic";
  color: rgb(128, 128, 128);
}
body h1 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 5rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h2 {
  color: var(MainColor);
  color: var(--main-color);
  font-size: 4rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body h3 {
  color: rgb(128, 128, 128);
  font-size: 3rem;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
body header {
  background-color: var(Translucent);
  background-color: var(--translucent);
  z-index: 50;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  height: 90vh;
  margin: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: -80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position-x: 50%;
}
body header .reveal-logo .text {
  font-size: 10rem;
  width: 100%;
  text-align: center;
  color: var(MainColor);
  color: var(--main-color);
  margin-top: 7%;
}
body section {
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
body section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
body section.text {
  height: 80vh;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 115%;
}
body section.text.freisteller {
  position: relative;
  background-position: left;
}
body section.text.freisteller .bg {
  position: absolute;
  background-color: var(Translucent);
  background-color: var(--translucent);
  left: 0;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  height: 10vh;
  height: 30vh;
  bottom: 10rem;
  width: 30vw;
}
body section.text.freisteller .bg img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body section.text.freisteller .text.align-r {
  margin: 0 10vw 0 auto;
  width: 50vw;
}
body section.cards {
  background-color: var(Translucent);
  background-color: var(--translucent);
  padding: 10vh 0 10vh 0;
}
body section.cards .cardstack {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body section.cards .cardstack .card {
  padding: 1rem;
  border: 2px solid var(MainColor);
  background-color: white;
  border-radius: 15px;
}
body section.text.freisteller {
  height: 100vh;
}
body section.galerie-ext .wrapper .galerie-ext-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img {
  max-width: 100%;
  max-height: 100%;
}
body section.galerie-ext .wrapper .galerie-ext-grid .img img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */