@font-face {
  font-family: Vibur;
  src: url('../fonts/Vibur-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dim-grey: #747474;
  --tomato: #f16a44;
  --white: white;
  --black: black;
  --azure: #e0eff0;
}

.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;
}

.section {
  max-width: 100vw;
  padding: 10vh 10vw 0;
}

.section.intro {
  background-image: linear-gradient(#e0eff0, #e0eff000 75%);
  height: auto;
  padding: 0 10vw 15vh;
}

.section.intro.small {
  background-image: none;
}

.section.anmeldung {
  margin-bottom: 0;
  padding: 15vh 10vw 0;
  position: static;
}

.section.stage-half {
  background-color: #e0eff0;
  height: 50vh;
}

.section.slider {
  height: auto;
  padding: 15vh 50px;
}

.section.stage-title {
  background-color: #e0eff0;
  align-items: flex-end;
  height: 30vh;
  padding: 0 10vw 50px;
  display: flex;
}

.section.blick {
  background-color: #0000;
  align-items: flex-end;
  height: auto;
  padding: 10vh 10vw;
  display: block;
  position: relative;
  bottom: 0;
}

.section.ueber {
  height: auto;
  padding-bottom: 10vh;
}

.section.initiative {
  height: auto;
  padding-top: 15vh;
}

.section.aktuelles {
  padding-top: 0;
  padding-bottom: 4vh;
}

.section.aktuelles.hidden {
  display: block;
}

.stage {
  width: 100%;
  height: 100%;
  position: absolute;
}

.stage.scheune {
  z-index: 3;
  background-image: url('../images/stage_scheune.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.stage.tor {
  z-index: 4;
  background-image: url('../images/stage_TOR.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1440px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.stage.clouds {
  z-index: 1;
  background-image: url('../images/stage_wolken-01.png');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  overflow: hidden;
}

.stage.clouds.alt {
  background-image: url('../images/stage_wolken-02.png');
  background-position: 80%;
  background-size: contain;
  width: 90%;
  display: block;
}

.stage.balloon {
  z-index: 2;
  background-image: url('../images/stage_ballon.png');
  background-position: 200px 80px;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 100vw;
  height: 100%;
  display: block;
  overflow: hidden;
}

.stage.balloon.zwei {
  background-position: 39% 287px;
  background-size: 30px;
  width: 100vw;
  height: 100vh;
  display: none;
}

.stage.balloon.drei {
  z-index: 2;
  background-position: 90% 19%;
  background-size: 50px;
  height: 100%;
  display: block;
}

.stage.logo {
  display: none;
}

.stage.kind01 {
  z-index: 4;
  background-image: url('../images/stage_junge01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.stage.kind02 {
  z-index: 4;
  background-image: url('../images/stage_maedchen01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.stage.kind03 {
  background-image: url('../images/stage_maedchen02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1440px;
  display: block;
}

.body {
  background-color: #fff;
  font-family: Work Sans, sans-serif;
  overflow: visible;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
}

.brand {
  float: right;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.brand.w--current {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.heading {
  float: none;
  clear: none;
  color: #f16a44;
  text-align: center;
  text-transform: none;
  justify-content: space-between;
  align-items: baseline;
  width: auto;
  margin: 0;
  padding: 10px 7px;
  font-family: Vibur, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.nav-menu {
  color: #f16a44;
  flex-direction: row;
  flex: 0 10 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: flex;
  position: static;
  overflow: visible;
}

.container {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  color: #f16a44;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: #f16a44;
  flex: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 33px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.nav-link:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 30px;
}

.nav-link.w--current {
  color: #f16a44;
  border: 3px solid #f16a44;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-2 {
  color: #f16a44;
  flex: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 33px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-2.w--current {
  color: #f16a44;
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-3 {
  color: #f16a44;
  padding: 7px 33px;
  font-size: 16px;
}

.nav-link-3:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-4 {
  color: #f16a44;
  padding: 7px 33px;
  font-size: 16px;
}

.nav-link-4:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-5 {
  color: #f16a44;
  flex: 0 auto;
  width: auto;
  margin-left: 33px;
  margin-right: 33px;
  padding: 7px;
  font-size: 16px;
}

.nav-link-5:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  flex: 0 auto;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 7px;
  padding-right: 7px;
}

.navlink {
  color: #f16a44;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 33px;
  font-size: 16px;
}

.navlink:hover {
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.navlink.w--current {
  color: #f16a44;
  border: 3px solid #f16a44;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-2 {
  color: #f16a44;
  width: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: Work Sans, sans-serif;
  font-size: 3.7em;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.heading-2.case {
  margin-top: 0;
  margin-bottom: 60px;
}

.column {
  padding-left: 0;
  padding-right: 60px;
  position: static;
}

.text-block {
  color: #f16a44;
  text-align: left;
  column-count: 1;
  column-rule-style: none;
  column-rule-width: 1px;
  column-span: all;
  column-gap: 1.6em;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.3em;
  display: block;
}

.text-block.column {
  color: #f16a44;
  column-count: 2;
  width: 100%;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 1.8em;
}

.text-block.grey.accordion.impressum {
  font-size: 1.5em;
  line-height: 1.3em;
}

.text-block.grey.padding-bottom {
  padding-bottom: 60px;
}

.text-block.accordion {
  margin-top: 25px;
  font-size: 1.8em;
}

.text-block.intro {
  color: #f16a44;
  column-count: 2;
  margin-bottom: 100px;
  padding-right: 50px;
  font-size: 1.8em;
}

.text-block.grey {
  color: #747474;
}

.text-block.grey.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block.newsitem {
  max-width: 50%;
  margin-bottom: 40px;
}

.column-2 {
  padding-left: 0;
  padding-right: 60px;
}

.button {
  color: #f16a44;
  text-align: center;
  background-color: #0000;
  border: 3px solid #f16a44;
  border-radius: 50px;
  margin-top: 90px;
  padding: 15px 50px;
  font-size: 22px;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.button:hover {
  color: #fff;
  background-color: #f16a44;
}

.button.kontakt {
  width: 260px;
  margin-top: 30px;
}

.row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

.grid-icon {
  text-align: left;
  cursor: default;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-right: 25px;
  padding-left: 0;
  display: flex;
}

.grid-icon.left {
  justify-content: flex-end;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
}

.icon-background {
  background-color: #e0eff0;
  border-radius: 100%;
  flex: 0 auto;
  width: 475px;
  height: 475px;
  margin-left: 3px;
  position: static;
}

.image {
  width: 240px;
  height: 245px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
  position: absolute;
}

.image.icon {
  z-index: 1;
  width: 500px;
  height: 525px;
  margin-right: 0;
  padding-left: 0;
}

.column-grid {
  clear: left;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-grid.left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3 {
  color: #f16a44;
  font-family: Work Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.heading-3.spacing {
  color: var(--dim-grey);
  margin-bottom: 50px;
}

.footer {
  width: 100vw;
  height: 28.5vw;
}

.stage-header {
  background-image: url('../images/stage_scheune.png');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100vw;
  height: 50vh;
  position: absolute;
}

.stage-header.clouds {
  z-index: 1;
  background-image: url('../images/stage_wolken-01.png');
  background-position: 50% -200px;
  background-size: 1440px;
}

.slide {
  background-image: url('../images/image-slider01.jpg');
  background-position: 50% 76%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  margin-bottom: 52px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  border-radius: 25px;
  height: 540px;
}

.slide-2 {
  background-image: url('../images/image-slider01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: 540px;
  margin: 250px -150px 15vh;
  position: static;
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  display: inline-block;
}

.link-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 30px;
  margin-bottom: 55px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  background-color: #0000;
  width: 30px;
  height: 30px;
}

.text-block-3 {
  float: left;
  color: #575757;
  width: 50%;
  padding-right: 65px;
  font-size: 28px;
  line-height: 36px;
}

.details {
  height: auto;
  display: block;
  overflow: hidden;
}

.info {
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
}

.mitarbeiter {
  clear: none;
  background-color: #f16a44;
  background-image: url('../images/Edith-Yurderi.png');
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  position: relative;
  overflow: visible;
}

.mitarbeiter.conny {
  background-color: #e0eff0;
  background-image: url('../images/Conny-Pauli.png');
}

.teammember {
  cursor: pointer;
  background-image: url('../images/015_empty.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  min-width: 250px;
  height: 350px;
  display: block;
  overflow: hidden;
}

.teammember:hover {
  border-radius: 5%;
}

.teammember.edith {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 300px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: visible;
}

.teammember.judith {
  background-image: url('../images/06_bearbeitet_alternative_800px.jpg');
  background-position: 50% 100%;
}

.teammember.conny {
  background-image: url('../images/01_bearbeitet_800px.jpg');
}

.teammember.solveigh {
  background-image: url('../images/solveigh.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.jacqueline {
  background-image: url('../images/03_bearbeitet_800px.jpg');
}

.teammember._4 {
  background-image: url('../images/04_bearbeitet_800px.jpg');
}

.teammember.julia {
  background-image: url('../images/julia.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember._7 {
  background-image: url('../images/07_bearbeitet_800px.jpg');
  background-position: 50% 100%;
}

.teammember.yvonne {
  background-image: url('../images/yvonne.jpg');
  background-position: 50% 100%;
}

.teammember.steffi {
  background-image: url('../images/09_bearbeitet_alt01_800px.jpg');
}

.teammember.edithy {
  background-image: url('../images/13_bearbeitet_800px.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
}

.teammember.nicole {
  background-image: url('../images/10_bearbeitet_alternative_800px.jpg');
}

.teammember.lisa {
  background-image: url('../images/14_bearbeitet_800px.jpg');
  background-position: 50% 100%;
}

.teammember._11 {
  background-image: url('../images/11_bearbeitet_alternative_800px.jpg');
}

.teammember.aiga {
  background-image: url('../images/aiga.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.blank {
  cursor: default;
  background-image: none;
}

.teammember._12 {
  filter: grayscale(0%);
  background-image: url('../images/015_empty.jpg');
}

.teammember.ellen {
  background-image: url('../images/015_empty.jpg');
}

.teammember.gunnar {
  background-image: url('../images/gunnar-kauschke.jpg');
}

.teammember.g-ntje {
  background-image: url('../images/goentje-gust.jpg');
}

.teammember.kai {
  background-image: url('../images/kai.jpg'), url('../images/kai-vollmer.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.teammember.saskia {
  background-image: url('../images/saskia.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.jessica {
  background-image: url('../images/jessica.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.rebecca {
  background-image: url('../images/rebecca-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.johanna {
  background-image: url('../images/johannah-beckers.jpg');
}

.teammember.achim {
  background-image: url('../images/achim.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.angelika {
  background-image: url('../images/angelika.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.yulia {
  background-image: url('../images/yulia.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.marlon {
  background-image: url('../images/marlon.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.lars {
  background-image: url('../images/lars.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.vanessa {
  background-image: url('../images/vanessa.jpg'), url('../images/015_empty.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.teammember.martin {
  background-image: url('../images/martin.jpg');
  background-position: 0 0;
  background-size: cover;
}

.teammember.mareike {
  background-image: url('../images/mareike.jpg'), url('../images/015_empty.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.teammember.dorkas {
  background-image: url('../images/dorkas.jpg'), url('../images/015_empty.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.teammember.sebastian {
  background-image: url('../images/sebastian-wiele.webp');
  background-position: 50%;
}

.teammember.felix {
  background-image: url('../images/felix-knoerzer.webp');
}

.heading-5 {
  color: #000;
  margin-bottom: 0;
  line-height: 36px;
}

.heading-5.regular {
  margin-top: 0;
  font-weight: 400;
}

.grid-text {
  flex: 50%;
  height: auto;
  margin-left: 25px;
}

.grid-text.left {
  flex: 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 25px;
}

.accordion {
  max-width: 600px;
  padding-top: 0;
  position: static;
}

.accordion.kosten {
  padding-top: 0;
}

.column-3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: inline;
}

.row-2 {
  margin-bottom: 0;
}

.text-block-5 {
  color: #000;
  font-size: 28px;
  line-height: 32px;
}

.info-detail {
  margin-bottom: 38px;
}

.info-detail.kontakt {
  margin-bottom: 50px;
}

.link {
  border-bottom: 1px dotted var(--tomato);
  color: #f16a44;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.map {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/stage_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 60vh;
  margin-top: 10vh;
  margin-left: -10vw;
  text-decoration: none;
  display: block;
  position: relative;
}

.pointer {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/map_pointer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.all {
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.heading1 {
  color: #f16a44;
  width: auto;
  max-width: 39vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 3.4vw;
  display: inline-block;
}

.overview-container {
  justify-content: space-between;
  margin-bottom: 75px;
  display: block;
}

.overview-case {
  flex-direction: column;
  width: 50%;
  margin-bottom: 75px;
  padding-right: 100px;
  display: flex;
}

.overview-case.fullwidth {
  width: 100%;
}

.overview-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.counter {
  color: #f16a44;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -5px;
  font-family: Work Sans, sans-serif;
  font-size: 7em;
  line-height: 1em;
  display: inline-block;
}

.counter-link {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.header {
  width: 100vw;
  height: auto;
}

.header.stage {
  background-image: linear-gradient(#e0eff0, #e0eff0);
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.accordion-point {
  margin-bottom: 25px;
}

.case {
  clear: left;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.case-text {
  flex: 50%;
  height: auto;
  margin-left: 25px;
}

.teammember-details {
  background-image: linear-gradient(#fff0 38%, #000000ad 76%);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 120%;
  padding: 25px 25px 40%;
  display: flex;
}

.heading4 {
  color: #f16a44;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.heading5 {
  color: #fff;
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.slide-3 {
  background-image: url('../images/05_drinnen_comp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-3 {
  border-radius: 15px;
  min-height: 60vh;
  overflow: hidden;
}

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

.intro-div {
  margin-bottom: 15vh;
}

.flowerpower {
  width: 100%;
  height: 100%;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.slide-4 {
  background-image: url('../images/03_draussen_comp.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/06_fuhrpark_comp.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/04_drinnen_comp.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/02_draussen_comp.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/01_draussen_comp.jpg');
  background-position: 50%;
  background-size: cover;
}

.catcher {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--tomato), var(--tomato));
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px 20px 20px;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: translate(0);
}

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
  transition: all .4s;
}

.image-3 {
  background-color: var(--white);
  color: #fff;
}

.image-4 {
  color: #fff;
}

.button_close {
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.line1 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
  transform: rotate(45deg);
}

.line2 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
  transform: rotate(-45deg);
}

.catcher-link {
  opacity: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -.5em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.catcher-link:hover {
  text-decoration: underline;
}

.image-5 {
  width: 400px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.columns {
  align-items: flex-start;
}

.html-embed {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.text-block-new {
  color: #f16a44;
  text-align: left;
  column-count: 1;
  column-rule-style: none;
  column-rule-width: 1px;
  column-span: all;
  column-gap: 1.6em;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.3em;
  display: block;
}

.text-block-new.column {
  color: #f16a44;
  column-count: 2;
  width: 100%;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 1.8em;
}

.text-block-new.grey.accordion.impressum {
  font-size: 1.5em;
  line-height: 1.3em;
}

.text-block-new.accordion {
  margin-top: 25px;
  font-size: 1.8em;
}

.text-block-new.intro {
  color: #f16a44;
  column-count: 2;
  margin-bottom: 100px;
  padding-right: 50px;
  font-size: 1.8em;
}

.text-block-new.grey {
  color: #747474;
}

.text-block-new.grey.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-new.newsitem {
  max-width: 50%;
  margin-bottom: 40px;
}

.link-block-3 {
  margin-bottom: 4em;
}

.teamgrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  margin-bottom: 100px;
  display: grid;
}

.text-span {
  color: var(--dim-grey);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 5vh 5vw;
  }

  .section.intro {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.anmeldung {
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.stage-title {
    align-items: flex-end;
    padding-bottom: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.blick {
    padding: 5vh 5vw;
  }

  .section.ueber, .section.initiative {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .stage.scheune {
    background-position: 0;
    background-size: 120%;
    height: 100%;
  }

  .stage.tor {
    z-index: 5;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
  }

  .stage.clouds {
    background-position: 50% 30%;
  }

  .stage.clouds.alt {
    background-position: 50% 0;
    height: 70vh;
    inset: 0% 0% auto;
  }

  .stage.kind02 {
    height: 100%;
    display: block;
  }

  .stage.kind03 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .brand.mobile {
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .heading {
    font-size: 40px;
  }

  .nav-menu {
    color: #e0eff0;
    background-color: #e0eff0;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-size: 46px;
    display: flex;
  }

  .navlink {
    color: #f16a44;
    text-align: center;
    border-style: none;
    justify-content: center;
    align-items: center;
    font-family: Work Sans, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.3em;
    display: flex;
    position: static;
  }

  .navlink:hover {
    text-align: center;
    border-style: none;
    border-width: 0;
  }

  .navlink.w--current {
    color: #f16a44;
    border: 1px #000;
    font-weight: 700;
    text-decoration: none;
  }

  .heading-2 {
    font-size: 3em;
  }

  .heading-2.case {
    align-items: flex-start;
    margin-top: 50px;
    display: block;
  }

  .text-block.column, .text-block.intro {
    column-count: 1;
    padding-right: 0;
  }

  .text-block.newsitem {
    max-width: none;
  }

  .row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .grid-icon {
    justify-content: flex-start;
    margin-right: 0;
  }

  .grid-icon.left {
    justify-content: center;
    margin-left: 0;
  }

  .column-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
  }

  .column-grid.left {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer {
    height: 28.5vw;
  }

  .text-block-3 {
    width: auto;
    padding-right: 0;
  }

  .mitarbeiter {
    width: 350px;
    height: 350px;
  }

  .teammember {
    align-self: auto;
    width: 100%;
    height: 400px;
    margin-bottom: 19px;
  }

  .teammember:hover {
    border-radius: 15px;
  }

  .teammember.edith {
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .teammember.judith {
    background-position: 50% 35%;
  }

  .teammember.conny {
    background-position: 50% 40%;
  }

  .teammember.solveigh {
    background-position: 50% 30%;
  }

  .teammember.jacqueline {
    background-position: 50% 40%;
  }

  .teammember._4 {
    background-position: 50% 35%;
  }

  .teammember.julia {
    background-position: 50% 41%;
  }

  .teammember._7 {
    background-position: 50% 40%;
  }

  .teammember.yvonne, .teammember.steffi {
    background-position: 50% 32%;
  }

  .teammember.edithy {
    background-position: 50% 40%;
  }

  .teammember.nicole {
    background-position: 50% 35%;
    background-size: cover;
  }

  .teammember.lisa {
    background-position: 50% 40%;
  }

  .teammember._11, .teammember.aiga {
    background-position: 50% 30%;
  }

  .teammember-name {
    display: none;
  }

  .grid-text {
    margin-left: 0;
  }

  .grid-text.left {
    width: 100%;
    margin-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .map {
    margin-left: -5vw;
  }

  .menu-button {
    z-index: 99;
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 40px;
    height: 40px;
    margin-top: 12px;
    margin-right: 25px;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    right: 0;
  }

  .menu-button.w--open {
    color: #0000;
    cursor: pointer;
    background-color: #0000;
  }

  .menu-line {
    cursor: pointer;
    background-color: #f16a44;
    border: 2px solid #f16a44;
    border-radius: 3px;
    width: 35px;
    height: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .heading1 {
    max-width: none;
    font-size: 7vw;
    line-height: 1em;
  }

  .overview-case {
    padding-right: 25px;
  }

  .counter {
    font-size: 5em;
  }

  .counter-link {
    padding-right: 10px;
  }

  .header.stage {
    height: 70vh;
  }

  .case {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .case-text {
    margin-left: 0;
  }

  .teammember-details {
    height: 100%;
    padding-bottom: 25px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }

  .flowerpower {
    align-items: flex-end;
    width: auto;
    display: flex;
  }

  .catcher {
    transform: translate(0, -100vh);
  }

  .text-block-new.column, .text-block-new.intro {
    column-count: 1;
    padding-right: 0;
  }

  .text-block-new.newsitem {
    max-width: none;
  }

  .teamgrid {
    grid-template-columns: auto auto;
    justify-content: stretch;
    justify-items: start;
  }
}

@media screen and (max-width: 767px) {
  .section.intro {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.anmeldung {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.blick {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .stage, .stage.scheune {
    display: none;
  }

  .stage.tor {
    background-image: url('../images/stage_TOR_1.png');
    background-position: 50% 100%;
    background-size: contain;
    display: none;
  }

  .stage.balloon.zwei {
    display: none;
  }

  .stage.logo {
    z-index: 6;
    justify-content: center;
    align-items: flex-start;
    padding-top: 200px;
    display: flex;
  }

  .stage.kind01, .stage.kind02 {
    display: none;
  }

  .stage.kind03 {
    background-position: 50%;
    background-size: contain;
    display: none;
  }

  .stage.all-mobile {
    background-image: url('../images/stage_all2.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    display: block;
  }

  .navbar {
    background-color: #0000;
    height: 65px;
  }

  .brand.w--current, .brand.mobile, .heading {
    display: none;
  }

  .heading.logo {
    font-size: 10vw;
    display: block;
  }

  .nav-menu {
    height: auto;
  }

  .navlink {
    font-size: .8em;
  }

  .row {
    flex-direction: column;
  }

  .grid-icon {
    margin-right: 0;
  }

  .grid-icon.left {
    margin-left: 0;
  }

  .image.icon {
    margin-right: 0;
  }

  .map {
    background-position: 50%;
    width: 100vw;
    margin-left: -50px;
  }

  .heading1 {
    font-size: 7vw;
  }

  .overview-case {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .overview-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .header.stage {
    justify-content: center;
    display: flex;
  }

  .image-5 {
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .teamgrid {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.anmeldung {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.stage-title {
    padding-bottom: 25px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.blick {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .stage {
    height: 100vh;
    display: flex;
  }

  .stage.scheune {
    background-position: 0 60%;
    background-size: 150%;
  }

  .stage.tor {
    background-position: 50% 100%;
    background-size: contain;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .stage.clouds {
    background-position: 50% 59%;
    background-size: cover;
    height: 40vh;
    display: block;
    overflow: visible;
  }

  .stage.clouds.alt {
    background-position: 100%;
    background-size: cover;
    width: 50%;
    height: 50vh;
    display: block;
  }

  .stage.balloon {
    background-size: 36px;
  }

  .stage.balloon.zwei {
    background-position: 9% 11%;
  }

  .stage.balloon.drei {
    background-position: 0;
    display: none;
  }

  .stage.logo {
    justify-content: center;
    align-items: flex-start;
    padding-top: 150px;
    display: flex;
  }

  .stage.kind01 {
    z-index: 0;
    background-position: 50% 65%;
  }

  .stage.kind02 {
    background-position: 50% 65%;
  }

  .stage.kind03 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .stage.all-mobile {
    background-position: 50% 100%;
    background-size: contain;
    height: 100%;
  }

  .navbar {
    background-color: #0000;
  }

  .brand.mobile.w--current, .heading {
    display: none;
  }

  .heading.logo {
    z-index: 99;
    font-size: 53px;
    display: block;
    position: relative;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .6em;
    line-height: 1em;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 38px;
  }

  .heading-2.case {
    margin-bottom: 30px;
  }

  .text-block, .text-block.column {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block.accordion {
    font-size: 21px;
  }

  .text-block.intro {
    font-size: 22px;
    line-height: 25px;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.kontakt {
    width: auto;
  }

  .row {
    padding-bottom: 0;
  }

  .grid-icon {
    justify-content: center;
    margin-right: 0;
  }

  .icon-background {
    width: 230px;
    height: 230px;
    margin-left: -15px;
  }

  .image.icon {
    width: 250px;
    height: 250px;
  }

  .column-grid {
    align-items: center;
    margin-bottom: 100px;
  }

  .heading-3 {
    font-size: 1.7em;
  }

  .footer {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
    line-height: 25px;
  }

  .mitarbeiter, .mitarbeiter.conny {
    width: 250px;
    height: 250px;
  }

  .teammember {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-text {
    flex: 0 auto;
    margin-left: 0;
  }

  .grid-text.left {
    margin-right: 0;
  }

  .text-block-4, .text-block-5 {
    font-size: 21px;
  }

  .info-detail.kontakt {
    width: 100%;
  }

  .column-4 {
    padding-right: 0;
  }

  .map {
    margin-left: -25px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 10px;
  }

  .heading1 {
    margin-bottom: 0;
    font-size: 11vw;
    line-height: 1em;
  }

  .header.stage {
    height: 55vh;
    display: block;
  }

  .case {
    align-items: center;
    max-width: 100%;
    margin-bottom: 100px;
  }

  .case-text {
    flex: 0 auto;
    margin-left: 0;
  }

  .flowerpower {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 200%;
    display: flex;
    overflow: hidden;
  }

  .text-block-new, .text-block-new.column {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-new.accordion {
    font-size: 21px;
  }

  .text-block-new.intro {
    font-size: 22px;
    line-height: 25px;
  }
}


@font-face {
  font-family: 'Vibur';
  src: url('../fonts/Vibur-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}