:root {
  --black: black;
  --white: white;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

a {
  text-decoration: underline;
}

.ber-ikido-btn {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Nunito, sans-serif;
  text-decoration: none;
  display: flex;
}

.ber-ikido {
  color: #169cd2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.los-geht-s {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.header {
  grid-column-gap: 42px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  text-decoration: none;
  display: flex;
}

.header-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 442px;
  display: flex;
}

.text {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.7617px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 27.6797px;
  left: 0;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.76px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 83.6113px;
  left: 0;
}

.text-2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
}

.text-3 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
}

.los-gehts {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.was-ist-ein-erfahrungsraum {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 15.3403px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20.6602px;
  left: 392px;
}

.text-5 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.error-41998b3c-b4bf-6053-8180-fd4ec3965827 {
  margin-left: -103px;
  margin-right: 16px;
  padding-left: 0;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-0 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94.96deg, #69b9ff 0%, #8fb339 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-3 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.footer-partners {
  grid-row-gap: 67px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 130%;
  min-width: 5px;
  margin-right: -26px;
  padding: 80px 0;
  text-decoration: none;
  display: block;
}

.frame-427318178 {
  grid-column-gap: 124px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-427318177 {
  grid-row-gap: 67px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konzortium {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konsortium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.frame-427318179 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-13 {
  object-fit: cover;
}

.frame-427318180 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gef-rdert-vom {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 204px;
  text-decoration: none;
  display: flex;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  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;
}

.grid {
  grid-template-rows: auto auto;
}

.grid-2 {
  grid-template-rows: auto;
}

.header-2 {
  grid-column-gap: 42px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  text-decoration: none;
  display: flex;
}

.header-text-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 442px;
  display: flex;
}

.text-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.7617px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 27.6797px;
  left: 0;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.76px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 83.6113px;
  left: 0;
}

.text-7 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
}

.text-8 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
}

.los-gehts-2 {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.educator-browsing-view {
  grid-row-gap: 38px;
  background-color: #90c149;
  border: 0 solid #c2c2c2;
  border-bottom-width: 1px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 719px;
  padding-top: 76px;
  padding-bottom: 76px;
  display: flex;
}

.text-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.oeroverview {
  grid-column-gap: 42px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.overviewtext {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 442px;
  display: flex;
  position: static;
}

.text-11 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.7617px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 27.6797px;
  left: 0;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.76px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 83.6113px;
  left: 0;
}

.title {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-decoration: none;
}

.textinfo {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
}

.los-gehts-3 {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.buttontext {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -6px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mission-statement-section {
  grid-row-gap: 24px;
  background-color: #169cd2;
  border: 0 solid #c2c2c2;
  border-bottom-width: 1px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding: 80px;
  text-decoration: none;
  display: flex;
}

.mission-cards {
  grid-column-gap: 42px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.unsere-mission {
  grid-row-gap: 16px;
  background-color: #169cd2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 532px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.frame-427318181 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 26.666px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 229.277px;
  left: 166px;
}

.unsere-mission-title {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #169cd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.text-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.weitere-details {
  grid-column-gap: 2px;
  color: #1a1b1fb3;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.weitere-details.details_ausblenden {
  overflow: hidden;
}

.weitere-details.weitere-details-2, .weitere-details.weitere-details-3 {
  cursor: pointer;
}

.weitere-details.card1 {
  cursor: pointer;
  overflow: hidden;
}

.weitere-details.blue1, .weitere-details.blue3 {
  cursor: pointer;
}

.text-14 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.unsere-mission-title-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 26.666px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 229.277px;
  left: 95.4609px;
}

.text-15 {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.die-hier {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.wir-m-chten-dass-die-heranwachsende-generation-informiert-und-verantwortungsbewusst-mit-den-k-nstlicher-intelligenz-ki-umgeht-0 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.wir-m-chten-dass-die-heranwachsende-generation-informiert-und-verantwortungsbewusst-mit-den-k-nstlicher-intelligenz-ki-umgeht-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.die-hier-verf-gbaren-ergebnisse-wurden-im-projekt-ikido---interaktive-ki-erfahrungsr-ume-f-r-digitale-souver-nit-t-jugendlicher-entwickelt-ikido-wird-gef-rdert-vom-bundesministerium-f-r-familie-senioren-frauen-und-jugend-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: underline;
}

.sie-unsere {
  color: #1a1b1f;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Patua One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.mission-statement-section-2 {
  grid-row-gap: 24px;
  background-color: #169cd2;
  border: 0 solid #c2c2c2;
  border-bottom-width: 1px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 80px;
  text-decoration: none;
  display: flex;
}

.frame-427318182 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 26.666px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 229.277px;
  left: 166px;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #169cd2;
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #169cd2;
  object-fit: fill;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Patua One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.text-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.text-19 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.unsere-mission-title-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 26.666px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 229.277px;
  left: 95.4609px;
}

.wir-m-chten-dass-die-heranwachsende-generation-informiert-und-verantwortungsbewusst-mit-den-k-nstlicher-intelligenz-ki-umgeht-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.die-hier-verf-gbaren-ergebnisse-wurden-im-projekt-ikido---interaktive-ki-erfahrungsr-ume-f-r-digitale-souver-nit-t-jugendlicher-entwickelt-ikido-wird-gef-rdert-vom-bundesministerium-f-r-familie-senioren-frauen-und-jugend-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: underline;
}

.text-span {
  opacity: 1;
  background-color: #11d8eb73;
  border-radius: 14px;
  text-decoration: none;
}

.text-span.bluehighlight {
  text-align: left;
  background-color: #ffffff73;
}

.text-span.half-highlight {
  background-color: #fff;
  display: block;
}

.bluehighlight.text-span {
  object-fit: none;
}

.educator-browsing-view-2 {
  grid-row-gap: 76px;
  background-color: #90c149;
  border: 0 solid #c2c2c2;
  border-bottom-width: 1px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 76px;
  padding-bottom: 76px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.verfugbaren-formate {
  grid-column-gap: 87px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 90px;
  text-decoration: none;
  display: flex;
}

.formate-cards {
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid #c7d59f;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 280px;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.visual-part {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 130.513px;
  height: 151px;
  text-decoration: none;
  display: flex;
}

.descriptive-part {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 113%;
  text-decoration: none;
}

.text-23 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-23._2 {
  overflow: visible;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  transform: rotate(0);
}

.vectors-wrapper-21.details-ausblenden {
  transform: rotate(-90deg);
}

.button-discover {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 192.744px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -61.2939px;
  left: 7.62793px;
  overflow: visible;
}

.time-2-day {
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid #c7d59f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 280px;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 151px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -20.0703px;
  left: -13.6377px;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 190.323px;
  height: 151px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -67.4941px;
  left: -36.5808px;
}

.ki-bilderkennung-1-tages {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 16px #cfcfcf80;
}

.card-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.name-tags {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.module-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ki-bilderkennung {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

._1-tages-workshop {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tags {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag-1 {
  grid-column-gap: 10px;
  background-color: #169cd280;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tag-1.ki-bilder1tag {
  background-color: #169cd2;
}

.ki-grundlagen {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag-2 {
  grid-column-gap: 10px;
  background-color: #169cd280;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tag-2.ki-bilder1tag {
  background-color: #169cd2;
}

.training-von-ki {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag-3 {
  grid-column-gap: 10px;
  background-color: #169cd280;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tag-3.ki-bilder1tag {
  background-color: #169cd2;
}

.ki-entwicklungsherausforderung {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.time-and-modus {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._4-5-5-5-stunden {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.modus-indicator {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.moderatorgef-hrter {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.module-description {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.short-description {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.details {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.quick-stack {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.card-content-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.name-tags-2 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.module-name-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-26 {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tags-2 {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag-4 {
  grid-column-gap: 10px;
  background-color: #169cd280;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.time-and-modus-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator-2 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-30 {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.module-description-2 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.short-description-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.weitere-details-2 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #1a1b1fb3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.generative-ki-card {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 16px #cfcfcf80;
}

.card-image {
  background-color: #2e2e2e80;
  background-image: url('../images/Card-Image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c2c2c2;
  width: 100%;
  min-height: 194px;
}

.bald-verf-gbar {
  color: #fffc;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.generative-ki {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.workshop {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.large-language-models {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.chatgpt, .prompt-engineering {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.teilnehmer-gesteuert {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.selbstgesteuertes {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.error-c209d30e-790f-578b-3a58-8f8c0ce17f4d {
  color: #1a1b1fb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.was-ist-ein-erfahrungsraum-2 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 14px 140px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-29 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 15.3403px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20.6602px;
  left: 392px;
}

.section_header {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Patua One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.error-a056f092-4792-9c10-2db7-b549eb21defc {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-4 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-5 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94.96deg, #69b9ff 0%, #8fb339 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.ein-erfahrungsraum-besteht-aus-interaktiven-experimenten-mit-ki-tools-mitsamt-dazugeh-rigen-daten-und-didaktischen-formaten-der-r-umlichen-aufteilung-f-r-die-gruppen-sowie-den-materialien-f-r-die-trainer-kurzum-aus-allem-was-sie-ben-tigen-um-ein-wirkungsvolles-lernerlebnis-zu-schaffen-6 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.half-highlight {
  text-align: center;
  background-image: linear-gradient(#0000 50%, #68a7af 50%, #ffac24 50% 50%, #e1ab40 50%, #ffac247a 50%);
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
  line-height: 100%;
}

.cell {
  outline-offset: 0px;
  outline: 3px #333;
}

.image-14 {
  border-radius: 8px 8px 0 0;
}

.image-15 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

._1-tages-workshop-card {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.module-5 {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 16px #cfcfcf80;
}

.card-image-2 {
  object-fit: cover;
  border: 1px solid #c2c2c2;
}

.card-content-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-35 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag-1-1 {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-37 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-38 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-39 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.card-content-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-41 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-44 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-45 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.image-16 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.makerspace {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.card-image-3 {
  object-fit: cover;
  background-color: #2e2e2e80;
  border: 1px solid #c2c2c2;
}

.card-content-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-47 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-48 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-50 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-51 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-52 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.image-17 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-info-alignment {
  border-radius: 8px;
}

.erfahrung-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

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

.container-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Readex Pro, sans-serif;
  display: flex;
}

.erfahrung-image {
  text-align: center;
  padding-bottom: 48px;
}

.erfahrung-column {
  margin-top: 100px;
}

.heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Patua One, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.columns {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.footer-partners-2 {
  grid-row-gap: 67px;
  background-color: #fcfcfc0a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 108px 108px 80px;
  text-decoration: none;
  display: flex;
}

.frame-427318183 {
  grid-column-gap: 124px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.projektpartner-assoziierte {
  grid-row-gap: 67px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konzortium-2 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konsortium-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.frame-427318185 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-18 {
  object-fit: cover;
}

.frame-427318186 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gef-rdert-vom-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 204px;
  text-decoration: none;
  display: flex;
}

.div {
  outline-offset: 0px;
  background-color: #b6b6b6;
  border: 1px #000;
  outline: 3px #555;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.section {
  margin-bottom: 60px;
}

.text-block {
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  font-size: 20px;
}

.text-block-3 {
  text-align: center;
  flex: 0 auto;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
}

.text-block-4 {
  text-align: center;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-19 {
  width: 192.744px;
  position: absolute;
}

.image-20 {
  width: 192.744px;
}

.tag-3-2 {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.ki-erfahrungsraume {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.footer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-family: Readex Pro, sans-serif;
}

.section-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 50px;
}

.text-block-6 {
  font-family: Patua One, sans-serif;
}

.bold-text, .bold-text-2 {
  font-family: Inter, sans-serif;
}

.konzortium-3 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konsortium-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.frame-427318187 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-21 {
  object-fit: cover;
}

.frame-427318188 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-22 {
  object-fit: cover;
}

.assoziierte-partner {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center start;
  text-decoration: none;
  display: grid;
}

.assoziierte-partner-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.frame-427318189 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-23 {
  object-fit: cover;
}

.gef-rdert-vom-3 {
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 204px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.image-24 {
  object-fit: cover;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.frame-427318190 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-25 {
  object-fit: cover;
}

.konzortium-4 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-427318191 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-26 {
  object-fit: cover;
}

.image-27 {
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
  object-fit: cover;
  flex: 1;
  align-self: auto;
}

.flex-block-2 {
  margin-left: 40px;
  margin-right: 40px;
}

.grid-4 {
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
}

.card {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin-right: 19px;
  text-decoration: none;
  display: block;
  box-shadow: 8px 8px 16px #cfcfcf80;
}

.card.hidden {
  opacity: 1;
}

.card.baldverfugbarcard {
  cursor: default;
}

.card-images {
  mix-blend-mode: normal;
  object-fit: cover;
  border: 0 solid #c2c2c2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  position: static;
}

.card-contents {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.card-contents.hidden {
  opacity: .6;
}

.name-tags-3 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.module-name-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #1a1b1f;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-55 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tags-3 {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag-details {
  grid-column-gap: 10px;
  background-color: #169cd2b3;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tag-details.hidden {
  opacity: 1;
}

.tag-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.time-and-modus-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator-3 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.module-description-3 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.short-description-3 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.weitere-details-3 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

._2-tages-workshop-card {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  box-shadow: 8px 8px 16px #cfcfcf80;
}

.card-image-5 {
  object-fit: cover;
  border: 1px solid #c2c2c2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text-60 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.text-61 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tags-4 {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag-5 {
  grid-column-gap: 10px;
  background-color: #169cd2;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.tag-5.tag-details {
  background-color: #169cd2b3;
  border-radius: 5px;
  padding-top: 4px;
}

.text-62 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.time-and-modus-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator-4 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.module-description-4 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.short-description-4 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.ki-exploratorium {
  border-radius: 8px;
}

.image-wrapper {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: relative;
}

.heading-2 {
  color: #fffc;
  position: absolute;
  inset: 5px auto auto 5%;
}

.heading-2.bald {
  z-index: 2;
  color: #f00c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: flex;
  top: 0;
  left: 0%;
}

.erfahrung-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.student-erfahrung {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.erfahrungen-teilnehmer {
  text-align: center;
  padding-top: 60px;
}

.overview {
  margin-top: 88px;
  margin-bottom: 85px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.divider-footer {
  background-color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin: 50px 10px 100px;
  padding-top: 0;
}

.section-6 {
  margin-top: 10px;
}

.frame-427318192 {
  grid-column-gap: 124px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-images {
  grid-row-gap: 67px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konzortium-5 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.konsortium-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.frame-427318194 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-28 {
  object-fit: cover;
}

.frame-427318195 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gef-rdert-vom-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 204px;
  text-decoration: none;
  display: flex;
}

.property-1-default {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.herunterladen {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.module-page-version-1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.module-page-body {
  grid-column-gap: 2px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.module-image {
  height: 100%;
}

.module-body {
  grid-column-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.module-all-text {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.module-basic-info {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.module-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.text-66 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
}

.tags-5 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.tag-6 {
  grid-column-gap: 10px;
  background-color: #169cd2b3;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.time_age_tools {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator-5 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.kompetenzensec {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.titlesections {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.titlesections.half-highlight {
  text-align: left;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.titlesections.v-4title {
  padding-bottom: 7px;
  font-size: 20px;
}

.text-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1f;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.frame-427318214 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.downloads-area {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 317px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-427318207 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427318204 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427318215 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427318200 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.folien-f-r-die-leitung-des-workshops {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.herunterladen-2 {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.property-1-variant2 {
  grid-row-gap: 16px;
  background-color: #169cd2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 413.33px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.rectangle-271 {
  background-color: #fff;
  position: absolute;
  top: 228.67px;
  left: 35.8799px;
}

.magnifiyng-glass {
  background-color: #fff;
  border-radius: 120px;
}

.was-kann-ich-hier-finden {
  color: #169cd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.error-1d5085fb-ee27-ad0b-0f63-3902851621b7, .error-f6cba0a9-dba8-b396-5c0c-5f26d7dc06a5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.details-ausblenden-white {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.details-ausblenden {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer-section {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-divide {
  color: #c2c2c2;
  background-color: #c2c2c2;
  margin: 60px 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.projektpartner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: flex-start;
  place-items: center;
  display: grid;
  position: static;
}

.gef-rdertvom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  margin-top: 60px;
  display: grid;
}

.eipcm-image {
  box-sizing: border-box;
}

.bundesministerium-image {
  vertical-align: top;
  padding-top: 20px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-3 {
  color: var(--black);
  padding-right: 40px;
  font-family: Patua One, sans-serif;
}

.quick-stack-2 {
  margin-left: 40px;
}

.cards-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.erfahrungen-block {
  text-align: center;
  align-self: center;
}

.erfahrung-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.interaktiven-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.overview-wrapper {
  flex-flow: row;
  display: flex;
}

.button {
  background-color: #169cd2;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
}

.button.button-placement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.button.btn-layout {
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button.btn-layout:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button.btn-layout:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.uber-ikido-btn {
  color: #19bcfc;
  text-align: center;
  background-color: #fff;
  border: 5px solid #169cd2;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 700;
}

.losgehtbtn {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.losgehtbtn:hover {
  color: #169cd2;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  border: 4px solid #169cd2;
}

.losgehtbtn:active {
  border-width: 5px;
  box-shadow: inset 10px 7px 5px #0003;
}

.link-block {
  padding-left: 0;
  padding-right: 24px;
  text-decoration: none;
}

.text-block-7 {
  overflow: visible;
}

.div-block-2 {
  display: none;
  overflow: visible;
}

.cell-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
}

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

.image-29 {
  padding-top: 25px;
}

.d {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 24px 44px;
  text-decoration: none;
  display: flex;
}

.ikido_logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 148.222px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.about {
  color: #169cd2;
  -webkit-text-stroke-color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  font-family: Readex Pro, sans-serif;
  font-size: 17px;
  transition: opacity .2s;
  display: flex;
}

.about:hover {
  color: #fff;
  -webkit-text-stroke-color: #169cd2;
  background-color: #169cd2;
  border-color: #fff;
}

.about:active {
  -webkit-text-stroke-color: #169cd2;
  box-shadow: inset 10px 7px 5px #0003;
}

.text-block-9 {
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.more-info {
  overflow: hidden;
}

.details-aus {
  color: #000;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

._2-textblock {
  margin-top: 1rem;
}

._2-textblock.info-text, ._3-textblock.info-text {
  display: none;
}

.ausblenden-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.ausblenden-details._2tag {
  cursor: pointer;
}

.ausblenden-details.andereoptionen {
  display: none;
  overflow: hidden;
}

.ausblenden-details.card1 {
  cursor: pointer;
  overflow: hidden;
}

.info-text {
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.info-text._1-textblock, .info-text.tooldetails1-info-text {
  display: none;
  overflow: hidden;
}

.card3info {
  overflow: hidden;
}

.white-on-blue {
  color: #fff;
  text-align: center;
  flex-flow: column;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.extended1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.extended3, .blueausblenden1 {
  display: none;
  overflow: visible;
}

.blueausblenden3 {
  display: flex;
}

.frame-427318216 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427318217 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-427318218 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.folien-f-r-die-leitung-des-workshops-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.materialenbtn {
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.materialenbtn:hover {
  color: #169cd2;
  background-color: #fff;
}

.materialenbtn:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.text-block-10 {
  color: #000;
  text-decoration: none;
}

.woraussec {
  cursor: pointer;
  display: flex;
}

.materialsec {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: baseline;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.accordion-wrapper.v-4_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  border-radius: 0;
  align-self: flex-start;
  font-size: 10px;
}

.accordion {
  cursor: pointer;
}

.accordion-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  display: inline-flex;
}

.accordion-content.text-formatting-accord-content {
  font-size: 15px;
}

.accordion-content.text-formatting-accord-content.v4-1-content {
  font-size: 15px;
  line-height: 20px;
}

.text-block-11 {
  font-size: 15px;
}

.text-block-11.v4-1accord-header {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.arrow-materialien {
  transform: translate(0);
}

.arrow-materialien.geschlossen-list {
  transform: rotate(-90deg);
}

.content-accord {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.details-ausblenden-text {
  color: #fff;
  font-size: 14px;
  display: none;
}

.blue-border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #169cd2b3;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.bolding-text, .kompetenz-text {
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
}

.kompetenz-div, .kompetenz-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kompetenz-section {
  margin-top: 60px;
}

.quick-stack-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.ausblenden3 {
  color: #1a1b1f;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.weitere3, .weitere2 {
  color: #1a1b1f;
  font-size: 12px;
  text-decoration: none;
}

.ausblenden2 {
  color: #1a1b1f;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.weitere1 {
  color: #1a1b1f;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.ausblenden1 {
  color: #1a1b1f;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.unsere-mission-ausblenden.text-19 {
  display: none;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #169cd2;
  flex-flow: column;
  align-items: flex-start;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.geschlossen-list {
  color: #000;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.geschlossen-sec {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  cursor: pointer;
  display: none;
}

.bold-text-3 {
  font-family: Readex Pro, sans-serif;
}

.hover-underline {
  border-bottom: 0 solid #000;
  text-decoration: none;
}

.link {
  -webkit-text-stroke-color: black;
}

.link-2 {
  color: #000;
  background-color: #000;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  display: flex;
}

.weitereblue2 {
  color: #fff;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.unsere-mission-extra.extra-info-format {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  display: none;
}

.hier-finden-div {
  display: block;
}

.hier-finden-text {
  color: #fff;
  text-align: center;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: none;
}

.hier-finden-ausblenden {
  color: #fff;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
}

.weitere-details-heir {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.hier-details-ausblenden {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.link-block-2 {
  align-self: auto;
  padding-right: 24px;
  text-decoration: none;
}

.text-span-2 {
  border: 0 #000;
  text-decoration: none;
}

.div-block-5 {
  display: block;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.gehtes-section {
  margin-bottom: 60px;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex: 0 auto;
}

.container-4, .container-5 {
  max-width: 1000px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-11 {
  display: inline-block;
  overflow: hidden;
}

.link-4 {
  text-decoration: none;
}

.div-block-12 {
  background-color: #d80b0b;
  height: 2px;
  transform: translate(-100%);
}

.underline-wrapper {
  overflow: hidden;
}

.animated-underline {
  background-color: var(--black);
  height: 2px;
  transform: translate(-100%);
}

.animated-underline.white-underline {
  background-color: var(--white);
}

.modal {
  z-index: 10;
  object-fit: cover;
  background-color: #00000003;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.mask {
  height: 550px;
}

._1tagimgs {
  cursor: pointer;
}

.modal-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  object-fit: cover;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 77vh;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.modal-content {
  background-color: #fff0;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.image-30 {
  vertical-align: baseline;
  object-fit: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: inline-flex;
  overflow: visible;
}

.image-31 {
  width: 100%;
}

.mask-2 {
  width: 100%;
  height: 500px;
}

.modal-setup {
  z-index: 999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100vh;
  display: none;
  position: static;
  inset: 0%;
  overflow: visible;
}

.modal-setup:active {
  display: block;
}

.slide-3 {
  width: auto;
  height: 100vh;
}

.modal-container {
  z-index: auto;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-container.modal2, .modal-container.modal3, .modal-container.modal4 {
  display: none;
}

.mask-3 {
  background-color: #000000b3;
  height: 100vh;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-32 {
  width: 100%;
}

.left-arrow {
  top: 50px;
  transform: translate(0);
}

.image-33 {
  object-fit: contain;
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: 585px;
  display: inline-block;
}

.image-33.adjusted-height {
  width: 100%;
  max-width: 64%;
  min-height: 0;
  max-height: none;
  position: absolute;
  top: 95px;
}

.image-33.adjusted-height.taller-img {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  position: absolute;
  top: 10px;
  bottom: auto;
}

.slider-features {
  z-index: 0;
  box-sizing: border-box;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-features.img1 {
  display: block;
}

.slider-features.img2, .slider-features.img4, .slider-features.img3 {
  display: none;
}

.icon {
  -webkit-text-fill-color: inherit;
  background-color: #169cd2;
  background-clip: padding-box;
  border: 0 #000;
  border-radius: 5px;
}

.slide-setup {
  vertical-align: baseline;
}

.slide-comp {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  -webkit-text-fill-color: inherit;
  background-color: #169cd2;
  background-clip: padding-box;
  border-radius: 5px;
  margin-left: 35px;
}

.close-modal-btn {
  z-index: 40;
  color: #fff;
  cursor: pointer;
  background-color: #169cd2;
  border: 3px solid #169cd2;
  border-radius: 100%;
  margin-top: 60px;
  margin-right: 75px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0 0% auto auto;
}

.close-modal-btn:hover {
  color: #169cd2;
  background-color: #fff;
  border-width: 3px;
  border-color: #169cd2;
}

.close-modal-btn:active {
  color: #169cd2;
  background-color: #fff;
  border: 1px solid #169cd2;
  border-radius: 100%;
  box-shadow: inset 10px 5px 5px #0003;
}

.close-modal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image-34 {
  cursor: pointer;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 59vh;
  display: block;
}

.slide1imgs {
  background-color: #0000;
  background-image: url('../images/1-Day-Online-Img1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 0;
  max-height: 525px;
  position: absolute;
}

.slide-4 {
  background-image: url('../images/1-Day-Online-Img2.png');
  background-position: 50%;
  background-size: contain;
}

.slider-build {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  max-height: none;
  margin-top: 100px;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.slider-build.slide-feats {
  height: 85vh;
}

.div-slide {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.img-slide {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  margin-top: 0;
  display: block;
}

.sliderimg2.slide-feats {
  background-color: #0000;
  width: 100%;
  height: 85vh;
  display: none;
}

.slide-div-feat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 105px;
  display: flex;
}

.slide-div-feat.taller-img {
  margin-top: 68px;
}

.sliderimg3.slider-setup {
  background-color: #0000;
  width: 100%;
  height: 85vh;
  display: none;
}

.slider-set {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: none;
}

.image-36 {
  height: 70vh;
}

.icon-3 {
  background-color: #169cd2;
}

.icon-3.nav-features {
  cursor: pointer;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-3.nav-features:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-3.nav-features:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-4 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-4:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-4:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-5 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-5:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-5:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-6 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-6:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-6:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-7 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-7:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-7:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-8 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-8:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-8:active {
  box-shadow: inset 10px 2px 5px #0003;
}

.icon-9 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-9:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-9:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-10 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-10:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-10:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-11 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-11:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-11:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-12 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-12:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-12:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-13 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 22px;
}

.icon-13:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-13:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-14 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-14:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-14:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-15 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-15:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-15:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-16 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-16:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-16:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-17 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-17:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-17:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.icon-18 {
  cursor: pointer;
  background-color: #169cd2;
  border: 1px solid #169cd2;
  border-radius: 20px;
}

.icon-18:hover {
  color: #169cd2;
  background-color: #fff;
}

.icon-18:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.slide-5 {
  width: 100%;
  height: auto;
}

.slide-mask {
  width: 100%;
}

.m {
  z-index: 10;
  background-color: #000000c4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.button-2 {
  z-index: 99;
  position: absolute;
  inset: 15% 5% auto auto;
}

.mask-slider {
  width: 100%;
  max-width: none;
  height: auto;
}

.leftarrowslide {
  cursor: pointer;
  background-color: #169cd2;
  border: 3px solid #169cd2;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
}

.leftarrowslide:hover {
  color: #169cd2;
  background-color: #fff;
}

.leftarrowslide:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.rightarrowslide {
  cursor: pointer;
  background-color: #169cd2;
  border: 3px solid #169cd2;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.rightarrowslide:hover {
  color: #169cd2;
  background-color: #fff;
}

.rightarrowslide:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.nav-placement {
  margin-top: 2rem;
  position: static;
}

.div-slide-wrapper {
  z-index: 10;
  background-color: #0000009e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
}

.bald {
  color: #ffffffab;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 21px;
  line-height: 36px;
  position: absolute;
}

.about-header {
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.contents {
  flex-flow: column;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.text-block-13 {
  margin-top: 60px;
  font-family: Readex Pro, sans-serif;
  font-size: 51px;
  line-height: 36px;
  display: flex;
}

.text-details {
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 23px;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.text-block-14 {
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 36px;
  display: flex;
}

.text-span-3 {
  text-decoration: underline;
}

.section-12 {
  flex-flow: column;
  display: flex;
}

.link-5 {
  color: #000;
}

.time_age_tools-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-indicator-6 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.age-indicator {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-75 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.heading-4 {
  color: var(--black);
  font-family: Patua One, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.heading-5 {
  font-family: Patua One, sans-serif;
}

.text-block-15 {
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.project-intro {
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-results {
  margin-top: 60px;
}

.heading-6 {
  font-size: 36px;
}

.frame-427318257 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.trainerinnen-einbezogen {
  grid-row-gap: 16px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 471px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.frame-427318258 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 68.459px;
  height: 54.959px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 155.52px;
  left: 115.771px;
}

.unsere-mission-title-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  text-decoration: none;
  display: flex;
}

.text-76 {
  color: #169cd2;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.results_subtext {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80.8613px;
  height: 54.959px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 155.52px;
  left: 109.07px;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 128.289px;
  height: 54.959px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 158px;
  left: 85.3555px;
}

.text-77 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.jugendliche-einbezogen {
  grid-row-gap: 16px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 471px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 128.29px;
  height: 54.959px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 158px;
  left: 85.3555px;
}

.trainerinnen-einbezogen-0 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.trainerinnen-einbezogen-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.kontakt {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-49 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20.7617px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 14.2383px;
  left: 0;
}

.text-78 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.kontakt-frame {
  grid-column-gap: 108px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.kontakt-info {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.e-mail {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.0626px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.kontakt-text {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.ikido-webpage-link {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 62.5px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text-1 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
}

.contacts {
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
}

.section-14 {
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-15 {
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.results_head_bold {
  color: #169cd2;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Patua One, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #000;
}

.materialpreviewbutton {
  z-index: 9999;
  pointer-events: none;
  cursor: pointer;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: none;
  position: relative;
  top: 40px;
}

.materialpreviewbutton:hover {
  color: #169cd2;
  background-color: #fff;
}

.materialpreviewbutton:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.image-37 {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.link-block-4 {
  padding-left: 10px;
}

.welche-tools {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 14px 140px;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-no-link {
  text-transform: uppercase;
  cursor: default;
  background-color: #169cd2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
  top: 16px;
}

.button-no-link.button-placement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.button-no-link.btn-layout {
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link.btn-layout:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link.btn-layout:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link.btn-layout-no-link-rotate-left {
  pointer-events: none;
  object-fit: contain;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(-3deg);
}

.button-no-link.btn-layout-no-link-rotate-left:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link.btn-layout-no-link-rotate-left:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link.btn-layout-no-link-rotate-right {
  pointer-events: none;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(3deg);
}

.button-no-link.btn-layout-no-link-rotate-right:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link.btn-layout-no-link-rotate-right:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.weitere-details-centered {
  grid-column-gap: 2px;
  color: #1a1b1fb3;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.weitere-details-centered.details_ausblenden {
  overflow: hidden;
}

.weitere-details-centered.weitere-details-2, .weitere-details-centered.weitere-details-3 {
  cursor: pointer;
}

.weitere-details-centered.card1 {
  cursor: pointer;
  overflow: hidden;
}

.weitere-details-centered.blue1, .weitere-details-centered.blue3 {
  cursor: pointer;
}

.cell-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.play-icon {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: scale-down;
  order: 1;
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

.image-39 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  vertical-align: bottom;
  cursor: pointer;
  object-fit: scale-down;
  display: block;
}

.tooldetails1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1b1fb3;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.tooldetails1.details_ausblenden {
  overflow: hidden;
}

.tooldetails1.weitere-details-2, .tooldetails1.weitere-details-3 {
  cursor: pointer;
}

.tooldetails1.card1 {
  cursor: pointer;
  overflow: hidden;
}

.tooldetails1.blue1, .tooldetails1.blue3 {
  cursor: pointer;
}

.tooldetails1-hide {
  color: #1a1b1f;
  align-self: flex-start;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.tooldetails1-show {
  color: #1a1b1f;
  align-self: flex-start;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
}

.tooldetails1-arrow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  transform: rotate(0);
}

.tooldetails1-arrow.details-ausblenden {
  transform: rotate(-90deg);
}

.tooldetails1-underline-wrapper {
  text-align: center;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tooldetails1-info {
  display: block;
}

.tooldetails1-infotext {
  color: #333;
  text-align: center;
  text-transform: none;
  max-width: 376px;
  padding-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.tooldetails1-infotext._1-textblock, .tooldetails1-infotext.tooldetails1-info-text {
  display: none;
  overflow: hidden;
}

.info-text-copy {
  font-family: Readex Pro, sans-serif;
  font-weight: 300;
}

.info-text-copy._1-textblock, .info-text-copy.tooldetails1-info-text {
  display: none;
  overflow: hidden;
}

.tooldetails2 {
  grid-column-gap: 0px;
  color: #1a1b1fb3;
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.tooldetails2.details_ausblenden {
  overflow: hidden;
}

.tooldetails2.weitere-details-2, .tooldetails2.weitere-details-3 {
  cursor: pointer;
}

.tooldetails2.card1 {
  cursor: pointer;
  overflow: hidden;
}

.tooldetails2.blue1, .tooldetails2.blue3 {
  cursor: pointer;
}

.tooldetails2-info {
  text-align: center;
  display: block;
}

.tooldetails2-infotext {
  color: #333;
  text-transform: none;
  max-width: 376px;
  padding-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.tooldetails2-infotext._1-textblock, .tooldetails2-infotext.tooldetails1-info-text {
  display: none;
  overflow: hidden;
}

.tooldetails2-hide {
  color: #1a1b1f;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.tooldetails2-show {
  color: #1a1b1f;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
}

.tooldetails2-arrow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  transform: rotate(0);
}

.tooldetails2-arrow.details-ausblenden {
  transform: rotate(-90deg);
}

.bold-text-5 {
  font-weight: 400;
}

.cell-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

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

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 16px;
  padding-bottom: 0;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: scale-down;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-block-6 {
  text-align: center;
  cursor: pointer;
  object-fit: scale-down;
  display: flex;
}

.tool1-popup-wrapper {
  z-index: 9999;
  opacity: 0;
  object-fit: fill;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-9 {
  width: 80%;
  min-width: 80%;
}

.tool2-popup-wrapper {
  z-index: 9999;
  opacity: 0;
  object-fit: fill;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-no-link-left-turn {
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: default;
  object-fit: scale-down;
  background-color: #169cd2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
  top: 40px;
  transform: rotate(-2deg);
}

.button-no-link-left-turn.button-placement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.button-no-link-left-turn.btn-layout {
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-left-turn.btn-layout:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-left-turn.btn-layout:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link-left-turn.btn-layout-no-link-rotate-left {
  pointer-events: none;
  object-fit: contain;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(-3deg);
}

.button-no-link-left-turn.btn-layout-no-link-rotate-left:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-left-turn.btn-layout-no-link-rotate-left:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link-left-turn.btn-layout-no-link-rotate-right {
  pointer-events: none;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(3deg);
}

.button-no-link-left-turn.btn-layout-no-link-rotate-right:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-left-turn.btn-layout-no-link-rotate-right:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link-right-turn {
  text-transform: uppercase;
  cursor: default;
  background-color: #169cd2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
  top: 40px;
  transform: rotate(2deg);
}

.button-no-link-right-turn.button-placement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.button-no-link-right-turn.btn-layout {
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-right-turn.btn-layout:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-right-turn.btn-layout:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link-right-turn.btn-layout-no-link-rotate-left {
  pointer-events: none;
  object-fit: contain;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(-3deg);
}

.button-no-link-right-turn.btn-layout-no-link-rotate-left:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-right-turn.btn-layout-no-link-rotate-left:active {
  box-shadow: inset 10px 7px 5px #0003;
}

.button-no-link-right-turn.btn-layout-no-link-rotate-right {
  pointer-events: none;
  background-color: #169cd2;
  border: 4px solid #169cd2;
  border-radius: 9px;
  margin-right: auto;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  position: relative;
  top: 20px;
  left: 100px;
  transform: rotate(3deg);
}

.button-no-link-right-turn.btn-layout-no-link-rotate-right:hover {
  color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.button-no-link-right-turn.btn-layout-no-link-rotate-right:active {
  box-shadow: inset 10px 7px 5px #0003;
}

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

.tagesdetails-material {
  max-width: 100%;
}

.projektpartner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: flex-start;
  place-items: center;
  display: grid;
  position: static;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-tools {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tooldetails2-copy {
  grid-column-gap: 0px;
  color: #1a1b1fb3;
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.tooldetails2-copy.details_ausblenden {
  overflow: hidden;
}

.tooldetails2-copy.weitere-details-2, .tooldetails2-copy.weitere-details-3 {
  cursor: pointer;
}

.tooldetails2-copy.card1 {
  cursor: pointer;
  overflow: hidden;
}

.tooldetails2-copy.blue1, .tooldetails2-copy.blue3 {
  cursor: pointer;
}

.ikido-approach {
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-6 {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 32px;
}

.paragraph-5 {
  text-align: left;
}

.image-9 {
  cursor: zoom-in;
}

.text-span-10 {
  object-fit: fill;
}

.text-block-small {
  margin-bottom: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ikido-news {
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-quick-stack-even {
  background-color: #e4e2e273;
  flex: 1;
}

.image-10 {
  object-fit: fill;
  width: auto;
  min-width: 300px;
}

.container-10 {
  object-fit: fill;
  background-color: #fff;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 30px auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  overflow: visible;
}

.news-quick-stack-odd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cell-11 {
  justify-content: flex-start;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
  margin-top: 50px;
}

.heading-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ikido-partners {
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-konsortium {
  margin-left: 30px;
  margin-right: 30px;
}

.container-11 {
  object-fit: fill;
  background-color: #fff;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 30px auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-9 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-link {
  clear: none;
  word-break: normal;
  overflow-wrap: normal;
  text-decoration: underline;
  display: inline;
}

.paragraph-light-table {
  opacity: .6;
}

.heading-10 {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  place-items: start stretch;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-4 {
  text-align: left;
  min-width: 100px;
  max-width: 280px;
}

.approach-image {
  max-width: 100%;
}

.news-image {
  border-radius: 16px;
  order: 0;
  max-width: 300px;
}

.news-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: start;
  padding: 8px;
  display: grid;
}

.link-text-2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.news-item-header {
  font-size: 18px;
  line-height: 30px;
}

.link-block-7, .link-block-8 {
  text-align: center;
}

.image-1-popup-wrapper {
  z-index: 9998;
  opacity: 0;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-40 {
  max-width: 800px;
  margin: 40px;
}

.link-6 {
  position: absolute;
  top: 5%;
  right: 10%;
}

.news-item-headline {
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.image-full-screen {
  z-index: 9999;
  opacity: 0;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-image-close-button {
  z-index: 9999;
  border-radius: 5px;
  position: absolute;
  top: 5%;
  right: 5%;
}

.image-8 {
  object-fit: fill;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.ueberbtn {
  color: #169cd2;
  text-align: center;
  -webkit-text-stroke-color: #169cd2;
  background-color: #fff;
  border: 4px solid #169cd2;
  border-radius: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.ueberbtn:hover {
  color: #fff;
  -webkit-text-stroke-color: #169cd2;
  background-color: #169cd2;
  border: 4px solid #169cd2;
}

.ueberbtn:active {
  border-width: 5px;
  box-shadow: inset 10px 7px 5px #0003;
}

.container-impressum {
  z-index: 9999;
  opacity: .79;
  object-fit: fill;
  background-color: #fff;
  border: 0 #000;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 30px auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: auto;
}

.heading-11 {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
}

.bold-text-6 {
  color: #000;
}

.heading-12, .heading-13 {
  color: var(--black);
}

.text-details-small {
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-xsmall {
  margin-bottom: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.image-41 {
  margin-right: 10px;
  padding-right: 0;
}

.text-link {
  vertical-align: middle;
  font-family: Readex Pro, sans-serif;
  font-size: 15px;
}

.text-block-link {
  font-size: 15px;
  text-decoration: underline;
}

.text-block-link.v4-1accord-header {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.div-block-23 {
  width: 60%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 12px;
  padding: 0 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.component-1 {
  object-fit: cover;
}

.container-13 {
  padding-left: 0;
  display: block;
}

.rectangle-293 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 383px;
  height: 155px;
  text-decoration: none;
  display: flex;
}

.frame-427318263 {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1198px;
  text-decoration: none;
  display: flex;
}

.frame-427318260 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer {
  grid-column-gap: 49px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-286 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.trainerinnen-einbezogen-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.unsere-mission-title-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.text-79 {
  color: #169cd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-427318259 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 881px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-2 {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 881px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-294 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.unsere-mission-title-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65px;
  text-decoration: none;
  display: flex;
}

.frame-427318261 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-3 {
  grid-column-gap: 49px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-295 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.frame-427318262 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 820px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-4 {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 820px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-296 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.trainerinnen-einbezogen-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.trainerinnen-einbezogen-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-427318264 {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1198px;
  text-decoration: none;
  display: flex;
}

.frame-427318265 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-5 {
  grid-column-gap: 49px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-297 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.trainerinnen-einbezogen-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.unsere-mission-title-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #169cd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-427318266 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 881px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-6 {
  grid-column-gap: 16px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 881px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-298 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.unsere-mission-title-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65px;
  text-decoration: none;
  display: flex;
}

.frame-427318267 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-7 {
  grid-column-gap: 49px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 366px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-299 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.frame-427318268 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 820px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.trainerinnen-einbezogen-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.trainerinnen-einbezogen-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-427318269 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding: 18px 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.der-teilnehmer-8 {
  grid-column-gap: 49px;
  background-color: #169cd2;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
  height: 105px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.rectangle-300 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.trainerinnen-einbezogen-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.unsere-mission-title-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #169cd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patua One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.trainerinnen-einbezogen-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.trainerinnen-einbezogen-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-276 {
  object-fit: cover;
}

.in-dieser-interaktiven-ki-erfahrungsraum-stellen-sich-die-teilnehmenden-vier-spannenden-challenges-d-2 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.in-dieser-interaktiven-ki-erfahrungsraum-stellen-sich-die-teilnehmenden-vier-spannenden-challenges-d-3 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.in-dieser-interaktiven-ki-erfahrungsraum-stellen-sich-die-teilnehmenden-vier-spannenden-challenges-d-4 {
  color: #169cd2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.kompetenz-10_erkennen-von-deepfakes-im-alltag {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.more-icon {
  object-fit: cover;
  overflow: hidden;
}

.text-82 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-block-16, .text-block-17 {
  font-family: Readex Pro, sans-serif;
}

.text-block-18 {
  mix-blend-mode: normal;
  font-family: Readex Pro, sans-serif;
  font-size: 15px;
}

.rectangle-301 {
  object-fit: cover;
}

.tag-1-einfhrung-in-textbasierte-ki-am-ersten-tag-setzen-sich-die-jugendlichen-praxisnah-mit-generati {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag-1-einfhrung-in-textbasierte-ki-am-ersten-tag-setzen-sich-die-jugendlichen-praxisnah-mit-generati-2 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tag-1-einfhrung-in-textbasierte-ki-am-ersten-tag-setzen-sich-die-jugendlichen-praxisnah-mit-generati-3 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.in-diesem-workshop-setzen-sich-die-jugendliche-praxisnah-mit-generativen-ki-systemen-auseinander-die {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.in-diesem-workshop-setzen-sich-die-jugendliche-praxisnah-mit-generativen-ki-systemen-auseinander-die-2 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.in-diesem-workshop-setzen-sich-die-jugendliche-praxisnah-mit-generativen-ki-systemen-auseinander-die-3 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-302 {
  object-fit: cover;
}

.in-diesem-workshop-setzen-sich-die-jugendliche-praxisnah-mit-generativen-ki-systemen-auseinander-die-4 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.in-diesem-workshop-setzen-sich-die-jugendliche-praxisnah-mit-generativen-ki-systemen-auseinander-die-5 {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.splide {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 940px;
  padding-left: 0;
  display: flex;
}

.div-block-24 {
  flex: none;
  padding-right: 27px;
}

.slider01_slide {
  aspect-ratio: auto;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
}

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

.slider01_mask {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  padding-left: 0;
  font-size: .5rem;
  inset: auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.section-16 {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-17 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.slide-6 {
  color: #fff;
}

.slider-3 {
  object-fit: fill;
}

.slide-7 {
  margin-bottom: 92px;
}

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

.slider-5 {
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: 47%;
}

.next-image {
  grid-row-gap: 5.5px;
  background-color: #169cd2;
  border-radius: 47.3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 36.3px;
  height: 36.3px;
  margin-top: 252px;
  text-decoration: none;
  display: flex;
}

.text-83 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.next-image-2 {
  grid-row-gap: 5.5px;
  background-color: #169cd2;
  border-radius: 47.3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36.3px;
  height: 36.3px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.next-image-3 {
  grid-row-gap: 5.5px;
  background-color: #169cd2;
  border-radius: 47.3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36.3px;
  height: 36.3px;
  margin-top: 252px;
  margin-left: 28px;
  text-decoration: none;
  display: flex;
}

.text-85 {
  clear: none;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.vector {
  object-fit: cover;
  padding-top: 17px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.bold-text-7 {
  font-weight: 400;
}

.link-block-9 {
  margin-bottom: 0;
}

.image-48 {
  object-fit: cover;
  margin-top: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-49, .image-50, .image-51, .image-52, .image-54, .image-55 {
  object-fit: cover;
}

@media screen and (min-width: 1440px) {
  .weitere-details.weitere-details-3 {
    overflow: hidden;
  }

  .vectors-wrapper-18, .vectors-wrapper-21 {
    transform: rotate(0);
  }

  .section_header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-27 {
    order: 0;
  }

  .tag-details {
    background-color: #169cd2b3;
  }

  .student-erfahrung {
    padding-top: 16px;
  }

  .module-image {
    text-align: left;
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .tag-6 {
    background-color: #169cd2b3;
  }

  .titlesections.v-4title {
    padding-bottom: 24px;
  }

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

  .vectors-wrapper-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 10px;
    height: 10px;
  }

  .gef-rdertvom {
    place-items: start;
  }

  .bundesministerium-image {
    margin-top: 20px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 36px;
  }

  .erfahrungen-block {
    text-align: center;
    width: 30%;
  }

  .erfahrung-wrapper {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .interaktiven-card-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: wrap;
    display: flex;
  }

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

  .button.button-placement {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .button.btn-layout {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .uber-ikido-btn {
    color: #169cd2;
    text-align: center;
    -webkit-text-stroke-color: #169cd2;
    background-color: #fff;
    border: 5px solid #169cd2;
    border-radius: 7px;
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .losgehtbtn {
    color: #fff;
    text-align: center;
    background-color: #169cd2;
    border: 1px #000;
    border-radius: 9px;
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
  }

  .text-block-7 {
    font-family: Readex Pro, sans-serif;
    font-weight: 300;
  }

  .text-block-8 {
    font-family: Readex Pro, sans-serif;
    font-weight: 700;
  }

  .about {
    color: #19bcfc;
    -webkit-text-stroke-color: #19bcfc;
    border-style: solid;
    border-color: #19bcfc;
  }

  .about:active {
    box-shadow: inset 10px 7px 5px #0003;
  }

  .white-on-blue {
    color: #fff;
    text-align: center;
    font-family: Readex Pro, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .extended1, .extended3 {
    overflow: hidden;
  }

  .blueausblenden1 {
    display: flex;
  }

  .blueausblenden3 {
    display: flex;
    overflow: hidden;
  }

  .ausblendenarrow {
    transform: rotate(-90deg);
  }

  .materialenbtn {
    text-align: center;
    background-color: #169cd2;
    border-color: #169cd2;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .materialenbtn:hover {
    color: #19bcfc;
    border-color: #19bcfc;
  }

  .materialenbtn:active {
    box-shadow: inset 10px 7px 5px #0003;
  }

  .text-block-10 {
    font-family: Readex Pro, sans-serif;
  }

  .woraussec {
    cursor: pointer;
    margin-top: 7px;
    display: flex;
  }

  .materialsec {
    margin-bottom: 40px;
  }

  .accordion-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .accordion-wrapper.v-4_1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-header {
    cursor: pointer;
    justify-content: flex-start;
    display: flex;
  }

  .accordion-content.text-formatting-accord-content {
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .text-block-11 {
    font-family: Readex Pro, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
  }

  .text-block-11.v4-1accord-header {
    vertical-align: baseline;
    font-size: 20px;
    line-height: 24px;
  }

  .arrow-dropdown1 {
    vertical-align: top;
    object-fit: contain;
  }

  .content-accord {
    margin-top: 10px;
    display: none;
    overflow: visible;
  }

  .underline {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    position: absolute;
    inset: auto 0% -8%;
  }

  .blue-border {
    border-width: 1px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .kompetenz-section {
    padding-top: 40px;
  }

  .div-block-6 {
    width: 100vw;
    height: 29vw;
    overflow: hidden;
  }

  .section-7 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section-8 {
    display: block;
  }

  .section-9 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100vw;
    height: 57vh;
    display: flex;
  }

  .section-10 {
    width: 100vw;
    height: 36vw;
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .text-block-12, .link-block-3 {
    color: #000;
    text-decoration: none;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .link-3 {
    color: #000;
    text-decoration: none;
  }

  .div-block-9 {
    background-color: #000;
    height: 2px;
    transform: translate(-100%);
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container-4 {
    max-width: none;
  }

  .underline-wrapper.absolute-location {
    aspect-ratio: auto;
  }

  .close-modal-btn {
    z-index: 10;
  }

  .text-details {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-14 {
    margin-top: 62px;
  }

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

  .heading-5 {
    line-height: 36px;
  }

  .text-block-15 {
    font-size: 24px;
    line-height: 32px;
  }

  .results_subtext {
    font-size: 22px;
  }

  .kontakt-text {
    line-height: 32px;
  }

  .section-15 {
    margin-left: 20px;
  }

  .ikido-montage {
    object-fit: fill;
  }

  .materialpreviewbutton {
    text-align: center;
    background-color: #19bcfc;
    border-color: #19bcfc;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .materialpreviewbutton:hover {
    color: #19bcfc;
    border-color: #19bcfc;
  }

  .materialpreviewbutton:active {
    box-shadow: inset 10px 7px 5px #0003;
  }

  .bold-text-4 {
    clear: right;
    font-size: 48px;
  }

  .welche-tools {
    text-align: center;
    display: flex;
  }

  .button-no-link.button-placement {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .button-no-link.btn-layout {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .button-no-link.btn-layout-no-link-rotate-left {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 45%;
    margin-right: auto;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .button-no-link.btn-layout-no-link-rotate-right {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .weitere-details-centered.weitere-details-3 {
    overflow: hidden;
  }

  .cell-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tooldetails1.weitere-details-3 {
    overflow: hidden;
  }

  .tooldetails1-arrow {
    transform: rotate(0);
  }

  .tooldetails1-underline-wrapper.absolute-location {
    aspect-ratio: auto;
  }

  .tooldetails2.weitere-details-3 {
    overflow: hidden;
  }

  .tooldetails2-arrow {
    transform: rotate(0);
  }

  .quick-stack-5 {
    text-align: center;
  }

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

  .quick-stack-6 {
    order: 0;
    align-self: auto;
  }

  .button-no-link-left-turn.button-placement {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .button-no-link-left-turn.btn-layout {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .button-no-link-left-turn.btn-layout-no-link-rotate-left {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 45%;
    margin-right: auto;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .button-no-link-left-turn.btn-layout-no-link-rotate-right {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .button-no-link-right-turn.button-placement {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .button-no-link-right-turn.btn-layout {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

  .button-no-link-right-turn.btn-layout-no-link-rotate-left {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 45%;
    margin-right: auto;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .button-no-link-right-turn.btn-layout-no-link-rotate-right {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
  }

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

  .projektpartner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    justify-content: start;
    place-items: center start;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    margin-left: 40px;
    padding-left: 20px;
    display: grid;
  }

  .partner-frame {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-right: 40px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-21 {
    grid-auto-flow: column;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-tools {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tooldetails2-copy.weitere-details-3 {
    overflow: hidden;
  }

  .text-block-small {
    font-size: 24px;
    line-height: 32px;
  }

  .approach-image {
    max-width: 100%;
  }

  .news-image {
    max-width: 450px;
  }

  .news-block {
    grid-template-rows: auto;
  }

  .link-text-2 {
    font-size: 24px;
    line-height: 100%;
  }

  .news-item-headline {
    font-family: Readex Pro, sans-serif;
    font-size: 24px;
  }

  .ueberbtn {
    color: #fff;
    text-align: center;
    background-color: #169cd2;
    border: 1px #000;
    border-radius: 9px;
    font-family: Readex Pro, sans-serif;
    font-size: 18px;
  }

  .text-details-small {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-xsmall {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-link {
    font-family: Readex Pro, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
  }

  .text-block-link.v4-1accord-header {
    vertical-align: baseline;
    font-size: 20px;
    line-height: 24px;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .mission-cards {
    flex-flow: wrap;
  }

  .sie-unsere {
    text-align: center;
    font-size: 31px;
  }

  .was-ist-ein-erfahrungsraum-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .error-a056f092-4792-9c10-2db7-b549eb21defc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-27 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .module-page-version-1 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .module-page-body {
    flex-flow: wrap;
  }

  .module-image {
    height: 200px;
  }

  .cards-wrapper, .interaktiven-card-wrapper {
    justify-content: center;
    align-items: center;
  }

  .overview-wrapper {
    flex-flow: wrap;
  }

  .content-accord {
    padding-bottom: 5px;
  }

  .blue-border {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-427318257 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .welche-tools {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tagesdetails-frame, .partner-frame {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    flex-flow: column;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-7 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: start stretch;
    display: flex;
  }

  .news-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .news-item-headline {
    font-family: Readex Pro, sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slider01_mask {
    width: 50%;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .sie-unsere {
    font-size: 23px;
  }

  .section_header {
    text-align: center;
  }

  .half-highlight {
    text-align: center;
    display: inline;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-27 {
    vertical-align: middle;
  }

  .module-image {
    height: 200px;
  }

  .erfahrungen-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .erfahrung-wrapper {
    flex-flow: wrap;
  }

  .div-block {
    flex-flow: wrap;
    display: flex;
  }

  .time_age_tools-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .div-block-19 {
    grid-auto-flow: column;
  }

  .div-block-21 {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .container-10 {
    text-align: center;
  }

  .section-konsortium {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-11 {
    text-align: center;
  }

  .paragraph-light-table {
    text-align: left;
  }

  .image-4 {
    width: auto;
    max-width: 200px;
    position: static;
    overflow: visible;
  }

  .news-image {
    max-width: 100%;
  }

  .news-item-headline {
    font-size: 24px;
    line-height: 36px;
  }

  .container-impressum {
    text-align: center;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }
}

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

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .title {
    font-size: 40px;
  }

  .unsere-mission {
    overflow: visible;
  }

  .sie-unsere {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .vectors-wrapper-17 {
    overflow: visible;
  }

  .was-ist-ein-erfahrungsraum-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    align-self: auto;
    padding-left: 0;
  }

  .navbar {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .assoziierte-partner {
    justify-content: center;
    min-height: 60px;
    display: flex;
  }

  .image-27 {
    margin-top: 140px;
  }

  .overview {
    padding-bottom: 10px;
  }

  .module-image {
    width: 100%;
    height: 100%;
  }

  .tags-5 {
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .time_age_tools {
    flex-flow: column;
  }

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

  .projektpartner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-auto-flow: column;
    align-content: space-between;
    display: flex;
  }

  .quick-stack-2 {
    flex: 0 auto;
  }

  .erfahrungen-block {
    flex-flow: wrap;
  }

  .overview-wrapper {
    flex-flow: wrap;
    margin-top: 100px;
  }

  .about {
    line-height: 15px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .contents {
    margin-left: 20px;
    margin-right: 20px;
  }

  .time_age_tools-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .frame-427318257 {
    grid-template-columns: 1fr;
  }

  .quick-stack-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .welche-tools {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .projektpartner-grid {
    grid-auto-flow: column;
    align-content: space-between;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .partner-frame {
    grid-auto-flow: row;
  }

  .div-block-19 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-6 {
    flex-flow: column;
    display: flex;
  }

  .news-quick-stack-odd {
    flex: 1;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .approach-image, .news-image {
    max-width: 100%;
  }

  .link-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }
}

#w-node-c388932b-ac2e-d898-08ef-e6f8c945d1f2-4e465172 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_9fa2787c-b06e-815c-1d24-0e3fa8bda3b3-4e465172, #w-node-_5cfe0aa0-6eeb-1c46-1d57-e6053ea28eb6-4e465172 {
  align-self: start;
}

#w-node-_0e1bcc94-225b-50c6-17e1-252a28f8cd4f-4e465172 {
  justify-self: auto;
}

#w-node-_0968b0b5-68ea-32de-a225-f637df893c00-1defe6cc {
  justify-self: start;
}

#w-node-_0968b0b5-68ea-32de-a225-f637df893c03-1defe6cc {
  place-self: center;
}

#w-node-_0968b0b5-68ea-32de-a225-f637df893c04-1defe6cc {
  justify-self: end;
}

#w-node-_3998a4d7-4d37-7c03-4b5e-76dc6a73d5b7-1defe6cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_3998a4d7-4d37-7c03-4b5e-76dc6a73d5b8-1defe6cc {
  justify-self: start;
}

#w-node-_3998a4d7-4d37-7c03-4b5e-76dc6a73d5bb-1defe6cc {
  place-self: center;
}

#w-node-_3093aa5b-febf-8568-8a22-f74dd6b66586-1defe6cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd008970-9818-57d7-44f7-b3d3863b40c7-7a6c74b0 {
  justify-self: start;
}

#w-node-aea16bfb-2f5f-8e27-c781-adf20cf5e4b4-52a43aba {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.75fr;
  display: none;
}

#w-node-c04f58cd-3e10-42d9-1d4b-356b0932477a-52a43aba {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ea90093-6609-ed0d-ba93-757f1d6432dc-7f317722 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa35-12d72292, #w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa36-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa3b-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa3c-12d72292 {
  justify-self: auto;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa3d-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa44-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ced2d75-2b27-29cf-9bca-79bdcf85aa45-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-be9fed85-f242-bfa5-33f3-ec0194637842-12d72292, #w-node-a2faf524-d421-f1bb-f0eb-36c23ca02397-12d72292, #w-node-f54e9bd5-634e-6233-ff04-3f0900ac1bef-12d72292, #w-node-fc621487-67d1-35a2-9377-72e7e35ff258-12d72292, #w-node-c528aa46-3f1d-fb7c-d7cb-163cae218ed8-12d72292 {
  align-self: start;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5456-12d72292, #w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5459-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a545a-12d72292 {
  place-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a545b-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5468-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5469-12d72292 {
  place-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a546a-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5472-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5473-12d72292 {
  place-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5474-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a547e-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a547f-12d72292 {
  place-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5480-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5486-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5487-12d72292 {
  place-self: center;
}

#w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5488-12d72292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ea90093-6609-ed0d-ba93-757f1d6432dc-12d72292 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c42fe6ed-9805-0cd2-da16-f3c4a8db4bca-d3921f1f, #w-node-_20ae0e07-a7e5-984d-23a5-a4aa41f05c14-f626bcad {
  justify-self: start;
}

#w-node-b6da3544-6dba-b3d4-f5a3-9c0a4fed3cad-f626bcad, #w-node-b6da3544-6dba-b3d4-f5a3-9c0a4fed3cae-f626bcad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0df11238-33eb-90e1-4054-540a125dc523-34c06bfc {
  justify-self: start;
}

#w-node-_74b3f747-422c-f204-8b1b-188755140476-34c06bfc, #w-node-_9b7e2c1f-694c-ae63-2726-f0895096417c-34c06bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3998a4d7-4d37-7c03-4b5e-76dc6a73d5b7-1defe6cc {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: auto end;
  }

  #w-node-aea16bfb-2f5f-8e27-c781-adf20cf5e4b4-52a43aba {
    display: none;
  }

  #w-node-_5ea90093-6609-ed0d-ba93-757f1d6432dc-7f317722 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-be9fed85-f242-bfa5-33f3-ec0194637842-12d72292 {
    align-self: start;
  }

  #w-node-_5ea90093-6609-ed0d-ba93-757f1d6432dc-12d72292 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c388932b-ac2e-d898-08ef-e6f8c945d1f2-4e465172 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-c388932b-ac2e-d898-08ef-e6f8c945d1f4-4e465172 {
    order: -9999;
  }

  #w-node-_3998a4d7-4d37-7c03-4b5e-76dc6a73d5b7-1defe6cc {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a545b-12d72292 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a545b-12d72292 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_99b1ac35-ffaf-f4bb-7e6f-70c3843a5480-12d72292 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


