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

a {
  text-decoration: underline;
}

.main-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fae100;
  color: #333f48;
}

.main-square {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 500px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #88c6bc), color-stop(89%, #fae100));
  background-image: linear-gradient(90deg, #88c6bc 25%, #fae100 89%);
}

.date {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: Helvetica, sans-serif;
  color: #333f48;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.date.text-rot {
  color: red;
}

.date.text-gelb {
  color: #fff000;
  font-weight: 700;
}

.date.text-magenta {
  color: #ff199b;
}

.date.text-cyan {
  color: #009fdf;
}

.text-big {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-right: 5%;
  padding-left: 5%;
  font-family: 'Gt flexa standard', sans-serif;
  color: #333f48;
  font-size: 55px;
  line-height: 53px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-big.text-magenta {
  color: #ff199b;
}

.text-big.text-rot {
  color: red;
  font-style: normal;
  text-transform: none;
}

.text-big.text-gelb {
  color: #fff000;
}

.text-big.text-cyan {
  color: #009fdf;
}

.text-small {
  display: inline;
  margin-top: 0px;
  color: #333f48;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-transform: none;
}

.text-small.text-rot {
  color: red;
}

.text-small.text-cyan {
  color: #009fdf;
}

.text-small.text-gelb {
  color: #fff000;
}

.text-small.text-magenta {
  color: #ff199b;
}

.text-container-event {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: pointer;
}

.fliesstext {
  display: block;
  margin-top: 0px;
  padding: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333f48;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
}

.fliesstext.text-cyan {
  color: #009fdf;
}

.fliesstext.text-magenta {
  color: #ff199b;
}

.fliesstext.text-rot {
  color: red;
}

.fliesstext.text-gelb {
  color: #fff000;
}

.logo {
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-link .logo:hover{
	transform: scale(1.05);
	transition: transform 0.25s ease-in-out;
}

.overlay-auftakt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #d79bd7;
  cursor: pointer;
}

.main-square-auftakt {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-auftakt.g-lichtgruen-flieder {
  background-image: -webkit-gradient(linear, left top, right top, from(#88c6bc), to(#d79bd7));
  background-image: linear-gradient(90deg, #88c6bc, #d79bd7);
}

.main-square-luftschloesschen {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 500px;
  background-color: #fff000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #d79bd7), color-stop(90%, #fae100));
  background-image: linear-gradient(90deg, #d79bd7 34%, #fae100 90%);
}

.overlay-luftschloesschen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fae100;
  cursor: pointer;
}

.overlay-spielluft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #88c6bc;
  cursor: pointer;
}

.main-square-spielluft {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-spielluft.g-lichtgruen-fernblau {
  background-image: -webkit-gradient(linear, left top, right top, from(#88c6bc), to(#55688b));
  background-image: linear-gradient(90deg, #88c6bc, #55688b);
}

.main-square-im-spiel {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-im-spiel.g-olive-fernblau {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, #bcca87), color-stop(91%, #55688b));
  background-image: linear-gradient(90deg, #bcca87 6%, #55688b 91%);
}

.main-square-heisse-luft {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-heisse-luft.g-olive-gelb {
  background-image: -webkit-gradient(linear, left top, right top, from(#bcca87), to(#fae100));
  background-image: linear-gradient(90deg, #bcca87, #fae100);
}

.main-square-ich-moechte {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-ich-moechte.g-olive-lichtgruen {
  background-image: -webkit-gradient(linear, left top, right top, from(#bcca87), to(#88c6bc));
  background-image: linear-gradient(90deg, #bcca87, #88c6bc);
}

.main-square-linea {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-linea.g-fernblau-flieder {
  background-image: -webkit-gradient(linear, left top, right top, from(#55688b), to(#d79bd7));
  background-image: linear-gradient(90deg, #55688b, #d79bd7);
}

.main-square-feine-bruehe {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-feine-bruehe.g-gelb-flieder {
  background-image: -webkit-gradient(linear, left top, right top, from(#fae100), color-stop(68%, #d79bd7));
  background-image: linear-gradient(90deg, #fae100, #d79bd7 68%);
}

.main-square-luft-und-liebe {
  position: relative;
  padding-top: 50%;
  padding-bottom: 50%;
  background-color: #88c6bc;
}

.main-square-luft-und-liebe.g-lichtgruen-gelb {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #88c6bc), to(#fae100));
  background-image: linear-gradient(90deg, #88c6bc 13%, #fae100);
}

.overlay-im-spiel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #55688b;
  cursor: pointer;
}

.overlay-heisse-luft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fae100;
  cursor: pointer;
}

.overlay-ich-moechte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #bcca87;
  cursor: pointer;
}

.overlay-linea {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #d79bd7;
  cursor: pointer;
}

.overlay-feine-bruehe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #bcca87;
  cursor: pointer;
}

.overlay-luft-und-liebe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #88c6bc;
  cursor: pointer;
}

.w-container {
	overflow: scroll;
	
	/* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.w-container::-webkit-scrollbar {
	 /* Hide scrollbar for Chrome, Safari and Opera */
	 display: none;
}

.logo-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #d79bd7;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(17%, #d79bd7), color-stop(93%, #88c6bc));
  background-image: linear-gradient(90deg, #d79bd7 17%, #88c6bc 93%);
}

.text-container-anmerkung {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: auto;
}

.link {
  padding-right: 9px;
  padding-left: 8px;
  color: #333f48;
  text-decoration: none;
}

.running-title-aussen {
  overflow: hidden;
  width: 100%;
  background-color: #333f48;
}

.running-title-innen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.running-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 3vh;
  font-family: 'Gt flexa compressed', sans-serif;
  color: #88c6bc;
  font-size: 12vw;
  line-height: 1;
  white-space: nowrap;
}

.text-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  color: #009fdf;
}

.warum-luftschloesschen {
  padding: 3%;
  background-image: -webkit-gradient(linear, left top, right top, from(#bcca87), to(#88c6bc));
  background-image: linear-gradient(90deg, #bcca87, #88c6bc);
}

.headline {
  font-family: 'Gt flexa standard', sans-serif;
  line-height: 38px;
  margin-top: 0;
}

.text-block {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.mitwirkende {
  padding: 3%;
  background-image: -webkit-gradient(linear, left top, right top, from(#d79bd7), color-stop(87%, #55688b));
  background-image: linear-gradient(90deg, #d79bd7, #55688b 87%);
  color: #fff000;
}

.impressum {
  padding: 3%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(36%, #d79bd7), color-stop(96%, #fae100));
  background-image: linear-gradient(90deg, #d79bd7 36%, #fae100 96%);
  color: red;
}

.datenschutz {
  padding: 3%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(22%, #bcca87), color-stop(96%, #fff000));
  background-image: linear-gradient(90deg, #bcca87 22%, #fff000 96%);
  color: #ff199b;
}

@media screen and (max-width: 991px) {
  a {
    text-decoration: none;
  }

  .main-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .date {
    font-size: 20px;
    line-height: 35px;
  }

  .date.text-rot {
    line-height: 35px;
  }

  .text-big {
    font-size: 40px;
    line-height: 38px;
  }

  .text-small {
    font-size: 22px;
    line-height: 22px;
  }

  .text-container-event {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fliesstext {
    font-size: 15px;
    line-height: 17px;
    padding: 10%;
  }

  .overlay-auftakt {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-luftschloesschen {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-spielluft {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-im-spiel {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-heisse-luft {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-ich-moechte {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-linea {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-feine-bruehe {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay-luft-und-liebe {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-container-anmerkung {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    padding-right: 9px;
    padding-left: 8px;
    color: #333f48;
    white-space: normal;
    cursor: crosshair;
  }

  .running-title {
    font-size: 18vw;
  }
}

@media screen and (max-width: 767px) {
  .main-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .date {
    font-size: 20px;
    line-height: 35px;
  }

  .date.text-rot {
    font-size: 20px;
  }

  .text-big {
    font-size: 55px;
    line-height: 51px;
  }

  .text-small {
    font-size: 25px;
    line-height: 23px;
  }

  .fliesstext {
    color: #333f48;
    font-size: 20px;
    line-height: 23px;
    padding: 7%;
  }

  .logo-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .running-title {
    font-size: 25vw;
  }

  .text-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .date {
    font-size: 18px;
    line-height: 28px;
  }

  .text-big {
    font-size: 35px;
    line-height: 33px;
  }

  .text-small {
    font-size: 20px;
    line-height: 20px;
  }

  .fliesstext {
    font-size: 15px;
    line-height: 17px;
    padding: 5%;
  }

  .logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .running-title {
    font-size: 40vw;
  }

  .text-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .warum-luftschloesschen, .mitwirkende, .impressum, .datenschutz{
  		padding: 5%;
  }  

}

@font-face {
  font-family: 'Gt flexa mono';
  src: url('../fonts/GT-Flexa-Mono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt flexa condensed';
  src: url('../fonts/GT-Flexa-Condensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt flexa standard';
  src: url('../fonts/GT-Flexa-Standard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt flexa standard';
  src: url('../fonts/GT-Flexa-Standard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLTStd-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt flexa compressed';
  src: url('../fonts/GT-Flexa-Compressed-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}