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

@font-face {
  font-family: Ibmplexsans Local;
  src: url('../fonts/IBMPlexSans-Local-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amaticsc Local;
  src: url('../fonts/AmaticSC-local-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Local;
  src: url('../fonts/IBMPlexSans-Local-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amaticsc Local;
  src: url('../fonts/AmaticSC-local-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --blue: #bae3fa;
  --organge: #ff7500;
  --dark-blue: #58777e;
}

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

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 6em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: .9;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 1.3em;
}

a {
  color: #000;
  cursor: pointer;
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 2.4em;
  text-decoration: underline;
}

li {
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-family: rock-salt-pro, sans-serif;
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.navigation {
  background-color: var(--blue);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px 11px #00000047;
}

.nav {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  min-height: 82vh;
  margin-top: 140px;
}

.box-hero-h2 {
  background-image: url('../images/img-h1-bg1_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 50%;
  padding-top: 39px;
  padding-left: 20px;
  padding-right: 20px;
}

.box-flex-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 50%;
  padding-left: 20px;
  display: flex;
}

.box-flex-column.hero-bg-img {
  background-image: url('../images/img-cta-bg1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/img-slide01-2_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  min-height: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  left: auto;
  right: 56px;
}

.icon {
  color: #fff;
  min-width: 30px;
  max-width: 60px;
  margin-right: 40px;
  top: 88%;
}

.icon-2 {
  color: #fff;
  top: 88%;
}

.hero-cta {
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 1.3em;
}

.a-btn {
  color: var(--blue);
  background-color: #57777e;
  border: 0 solid #000;
  border-radius: 40px;
  padding: 10px 20px;
  position: relative;
  top: auto;
}

.a-btn.slide-01 {
  margin-left: 28px;
  position: absolute;
  inset: auto auto 54% 0%;
}

.a-btn.slide-02 {
  position: absolute;
  inset: auto auto 2% 5%;
}

.a-btn.slide-03 {
  position: absolute;
  inset: auto auto 5% 5%;
}

.a-btn.slide-04 {
  position: absolute;
  inset: auto auto 12% 3%;
}

.sc-mehr-als-schwimmen {
  background-image: url('../images/img-mehr-als-schwimmen-long-line1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10vh;
  padding-bottom: 10vh;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  position: relative;
}

.h2 {
  text-align: center;
  margin-bottom: 10vh;
  line-height: 1;
}

.h2.no-margin {
  margin-bottom: 0;
}

.h2.alighn-left {
  text-align: left;
  margin-top: 4vh;
  margin-bottom: 4vh;
  margin-right: auto;
}

.h2.alighn-left.big {
  font-size: 3.2em;
}

.h2.alighn-left.small-height {
  line-height: 1;
}

.h2.alighn-left.medium-height {
  line-height: 1.4;
}

.h2.preise {
  margin-bottom: 0;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper.space-around {
  justify-content: space-around;
  display: flex;
}

.wrapper.sc-staedtedreieck {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: auto;
}

.wrapper.sc-standort {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

.wrapper.footer {
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 90vw;
}

.wrapper.column.impressum {
  margin-bottom: 20vh;
}

.img-sterne-mehr-als-schwimmen {
  z-index: -2;
  width: 15em;
  position: absolute;
  top: 3.1em;
  left: 6em;
}

.img-blauer-stern-mehr-als-schwimmen {
  z-index: 1;
  width: 10em;
  position: absolute;
  inset: auto 8em 10% auto;
}

.box-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-split.kontakt {
  margin-bottom: 20px;
}

.box-split.dsgvo-impressum {
  min-width: 70%;
}

.box-split.footer-data {
  min-width: 160%;
  margin-top: 60%;
}

.img-kind-training {
  position: relative;
  top: 60px;
  left: -66px;
}

.list {
  font-family: meatball, sans-serif;
  font-size: 1.1em;
  line-height: 2;
}

.list.ueber-mich {
  width: 33vw;
}

._20vh-space {
  min-height: 20vh;
}

.sc-die-erste-inklusionsschwimmschule {
  background-image: url('../images/img-erste-inklusions-schule-staedtedreieck-long-line.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.h3-space-btm-60px {
  margin-bottom: 20px;
  font-size: 3.3em;
  line-height: 1.1;
}

.img-gruen-gelbe-brille {
  z-index: 2;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: -129px;
  left: -8%;
  right: auto;
}

.p-small {
  max-width: 40ch;
  font-size: 1.3em;
}

.p-small.blck-border {
  padding: 0 0 86px;
}

.box-blue-bg-margin-left {
  background-image: url('../images/img-erste-inklusions-schule-staedtedreieck-blue-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 810px;
  min-width: 70%;
  padding: 105px 150px 145px;
}

.box-blue-bg-margin-left.column {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: url('../images/img-standort-blue-bg_1.webp');
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 80%;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.box-blue-bg-margin-left.column.ueber-mich {
  background-image: url('../images/img-ueber-mich-blue-bg.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 194%;
  min-height: 80vh;
  padding: 12% 10% 19% 23%;
}

.box-blue-bg-margin-left.column.kontakt {
  width: 42em;
  min-width: auto;
  padding-left: 180px;
}

.box-blue-bg-margin-left.column.standort {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/img-standort-blue-bg_2.webp');
  background-position: 32%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 51.2em;
  min-width: auto;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 160px;
  padding-right: 0;
}

.sc-staedtedreieck-img-orange-stern-mehr-als-schwimmen {
  max-width: 40%;
  position: absolute;
  inset: 11% 11% auto auto;
}

.box-blck-border-bg {
  background-color: #fff;
  background-image: url('../images/img-p-long-line_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
  margin-top: 0;
  margin-left: 55px;
  padding: 254px 74px 202px 93px;
}

.box-blck-border-bg.preise {
  margin-top: 0;
  padding-top: 238px;
}

.nav-a {
  transition: color .35s ease-in-out;
}

.nav-a:hover {
  color: var(--organge);
}

.nav-a.w--current {
  color: #000;
}

.list-item {
  max-height: 60px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.list-item.ueber-mich {
  max-height: none;
  margin-bottom: 20px;
}

.sc-wrapper-break {
  background-image: url('../images/img-wrapper-break_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 80vh;
}

.sc-kontakt {
  background-image: url('../images/img-kontakt_ueber-mich-long-line-2.webp');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.img-kontakt-sternengruppe {
  z-index: 2;
  opacity: 0;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  inset: -21px auto auto;
}

.p-name {
  font-size: 3em;
  font-weight: 700;
}

.phone-link {
  cursor: pointer;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  text-decoration: none;
}

.phone-link:hover {
  color: var(--organge);
}

._40vh-space {
  min-height: 40vh;
}

.sc-ueber-mich-img-blue-stern-mehr-als-schwimmen {
  max-width: 200px;
  position: absolute;
  inset: auto auto -3% 20%;
}

.sc-socialmedia {
  background-image: url('../images/img-insta-long-line_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.box-insta-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-blue-bg-huge-margin {
  background-image: url('../images/img-erste-inklusions-schule-staedtedreieck-blue-bg.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 70%;
  padding: 140px 60px;
}

.img-kontakt-sternengruppee {
  position: absolute;
  inset: 8% auto auto;
}

.sc-standort {
  position: relative;
}

.sc-preise {
  background-image: url('../images/img-standorte-long-line.webp');
  background-position: -20%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 80vh;
  position: relative;
}

.img-sandra-kappe {
  max-width: 40%;
  margin-left: auto;
  margin-right: 0;
}

._15vh-space {
  min-height: 15vh;
}

.paragraph {
  margin-top: 1%;
  margin-left: auto;
  margin-right: 19%;
}

.paragraph.p-kurse {
  background-color: var(--blue);
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0%;
  padding: 10px;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.paragraph.p-kurse_orange {
  background-color: var(--organge);
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0%;
  padding: 10px;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.box-standort {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: sticky;
  top: 140px;
}

.h3 {
  text-align: left;
  margin-bottom: 10vh;
  line-height: 1.6;
}

.h3.no-margin {
  text-align: left;
  margin-bottom: 0;
}

.h3.no-margin.big {
  font-size: 4em;
  line-height: 1;
}

.img-icon-standort {
  z-index: -2;
  max-width: 400px;
  position: absolute;
  inset: auto 34% -6% auto;
}

.h4 {
  color: var(--dark-blue);
  text-align: left;
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  line-height: 1.6;
}

.image {
  position: absolute;
  inset: 0% auto auto 18%;
}

.a-mail {
  font-family: Ibmplexsans Local, Trebuchet MS, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  transition: color .3s;
}

.a-mail:hover {
  color: #e78b3e;
}

.footer {
  min-height: 60vh;
  margin-bottom: auto;
}

.box-footer-kontakt-infos {
  margin-bottom: 5%;
}

.blue-border {
  background-color: var(--dark-blue);
  border-radius: 20px;
  width: 3px;
  height: 40px;
}

.a--margin-btm {
  margin-bottom: 1vh;
}

.h3-datenschutz {
  text-align: center;
  margin-bottom: 10vh;
  line-height: 1.6;
}

.h3-datenschutz.alighn-left {
  text-align: left;
  margin-top: 4vh;
  margin-bottom: 4vh;
  margin-right: auto;
}

.p-datenschutz {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Bitter, serif;
}

.a-datemschutz {
  color: #0051ff;
  font-family: Bitter, serif;
}

.sc-main-datenschutz {
  overflow: hidden;
}

.slide-2 {
  background-image: url('../images/img-slide02-5_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/img-slide03-5_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.main-logo {
  width: 80px;
}

.img-logo-wpt {
  max-width: 200px;
  margin-top: 45px;
}

.img-maurice-preis {
  max-width: 50%;
  position: relative;
  top: 55px;
  right: -8%;
}

.img-standort-sternengruppe {
  position: absolute;
  inset: 8% auto auto 83px;
}

.slide-5 {
  background-color: #bbe3f9;
  padding-left: 5%;
}

.p-huge {
  max-width: 40ch;
  font-size: 1.8em;
}

.h2-logo-typo {
  color: #000;
  font-size: 1em;
}

.slide-6, .slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: none;
  border-width: 1px 1px 5px;
  border-color: #000 #000 #fff;
}

.slide-10 {
  background-image: url('../images/img-slide04-8_1.webp');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h2-hero {
  color: var(--blue);
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.img-insta-post {
  max-width: 90%;
}

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

.schrift_01 {
  font-family: Pompiere, sans-serif;
  font-size: 4.38em;
  line-height: 1.1;
}

.oswald {
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
}

.link-2 {
  font-family: Pompiere, sans-serif;
  font-size: 1.4em;
}

.link-3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Pompiere, sans-serif;
  font-size: 1.5em;
}

.styleflex {
  display: flex;
}

.h2-cta {
  color: var(--dark-blue);
  font-family: Amaticsc Local, Trebuchet MS, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.kurse_big {
  font-size: 1.4em;
}

.zeiten-flex {
  justify-content: space-between;
  display: flex;
}

.box-blue-bg-margin-left_zeiten {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 810px;
  min-width: 70%;
  padding-top: 60px;
  padding-left: 140px;
  display: flex;
}

.box-blue-bg-margin-left_zeiten.column {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: url('../images/img-standort-blue-bg_1.webp');
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 80%;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.box-blue-bg-margin-left_zeiten.column.ueber-mich {
  background-image: url('../images/img-ueber-mich-blue-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 194%;
  min-height: 80vh;
  padding: 45% 10% 36% 42%;
}

.box-blue-bg-margin-left_zeiten.column.kontakt {
  width: 42em;
  min-width: auto;
  padding-left: 180px;
}

.box-blue-bg-margin-left_zeiten.column.standort {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/img-standort-blue-bg_2.webp');
  background-position: 32%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 51.2em;
  min-width: auto;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 160px;
  padding-right: 0;
}

.heading {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navigation {
    max-height: 16vh;
  }

  .nav {
    max-width: 80vw;
    max-height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    margin-top: 125px;
  }

  .box-hero-h2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-flex-column {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .box-flex-column.hero-bg-img {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    background-image: url('../images/img-cta-bg1_1.webp');
    background-position: 100%;
    background-repeat: repeat;
    background-size: auto;
    min-height: 40vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .slide-1 {
    background-position: 50% 11%;
    background-size: cover;
  }

  .icon, .icon-2 {
    top: 77%;
  }

  .a-btn.slide-01 {
    bottom: 17%;
  }

  .a-btn.slide-02 {
    bottom: 2%;
    left: 13px;
    right: auto;
  }

  .h2 {
    margin-bottom: 1vh;
    font-size: 4em;
  }

  .h2.alighn-left {
    min-height: 100%;
    margin-bottom: 2vh;
  }

  .wrapper {
    flex-flow: column;
    min-width: auto;
    max-width: 90%;
  }

  .wrapper.space-around.horizontal {
    flex-flow: row;
    max-width: 90vw;
  }

  .wrapper.sc-standort {
    padding-top: 0;
  }

  .img-sterne-mehr-als-schwimmen {
    display: none;
  }

  .box-split {
    justify-content: space-between;
    align-items: center;
  }

  .box-split.footer-data {
    margin-top: 17%;
  }

  .list.ueber-mich {
    width: 90%;
    max-width: 50ch;
  }

  ._20vh-space.hidden {
    display: none;
  }

  .sc-die-erste-inklusionsschwimmschule {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .img-gruen-gelbe-brille {
    left: auto;
    right: auto;
  }

  .box-blue-bg-margin-left.column.ueber-mich {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    min-width: 100%;
    margin-bottom: 20vh;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 0%;
  }

  .box-blue-bg-margin-left.column.standort {
    margin-top: -84px;
  }

  .sc-staedtedreieck-img-orange-stern-mehr-als-schwimmen {
    max-width: 20%;
    right: 0%;
  }

  .box-blck-border-bg {
    margin-left: 0;
  }

  .box-blck-border-bg.preise {
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
  }

  .nav-a {
    color: #fff;
  }

  .list-item.ueber-mich {
    margin-bottom: 20px;
  }

  .sc-wrapper-break {
    background-size: 110%;
    min-height: 40vh;
  }

  .sc-kontakt {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .img-kontakt-sternengruppe {
    display: none;
  }

  ._40vh-space {
    min-height: 20vh;
  }

  .sc-ueber-mich-img-blue-stern-mehr-als-schwimmen {
    display: none;
  }

  .sc-socialmedia {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 50vh;
  }

  .box-insta-card {
    justify-content: center;
    align-items: center;
  }

  .img-kontakt-sternengruppee {
    display: none;
  }

  .sc-preise {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .img-sandra-kappe {
    max-width: 550px;
    margin-top: -38%;
    overflow: hidden;
  }

  ._15vh-space {
    display: none;
  }

  .img-icon-standort {
    bottom: 16%;
    left: 60px;
    right: auto;
  }

  .nav-menu {
    color: #bbe3f9;
    background-color: #58777e;
  }

  .menu-button {
    background-color: #bbe3f9;
  }

  .menu-button.w--open {
    color: #59777e;
    background-color: #bbe3f9;
  }

  .image {
    display: none;
  }

  .icon-menu {
    font-size: 3em;
  }

  .footer {
    overflow: hidden;
  }

  .box-footer-kontakt-infos {
    margin-bottom: 0%;
  }

  .hero, .main {
    overflow: hidden;
  }

  .h3-datenschutz {
    margin-bottom: 1vh;
  }

  .h3-datenschutz.alighn-left {
    min-height: 100%;
  }

  .slide-2 {
    background-image: url('../images/img-slide02-8.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/img-slide03-6.png');
    background-position: 0 -30px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main-logo {
    margin-top: 13px;
  }

  .img-standort-sternengruppe {
    display: none;
  }

  .p-huge {
    font-size: 1.1em;
  }

  .main-navi {
    overflow: hidden;
  }

  .box-blue-bg-margin-left_zeiten.column.ueber-mich {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    min-width: 100%;
    margin-bottom: 20vh;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 0%;
  }

  .box-blue-bg-margin-left_zeiten.column.standort {
    margin-top: -84px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .box-hero-h2 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .box-flex-column {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding-left: 0;
  }

  .box-flex-column.hero-bg-img {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-image: url('../images/img-media-jetzt-im-duo-anmelden-1.png');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 18px;
  }

  .slider {
    display: none;
  }

  .icon {
    min-width: 60px;
  }

  .sc-mehr-als-schwimmen {
    background-image: none;
    background-size: auto;
    margin-bottom: 12vh;
    padding-bottom: 0;
    overflow: hidden;
  }

  .h2.no-margin {
    margin-bottom: 5vh;
    font-size: 3.2em;
  }

  .h2.alighn-left {
    margin-bottom: 3vh;
    font-size: 1.9em;
  }

  .h2.alighn-left.big {
    margin-bottom: 0;
    font-size: 1.9em;
  }

  .h2.preise {
    margin-bottom: 6vh;
  }

  .wrapper.space-around.horizontal {
    flex-flow: column;
  }

  .wrapper.column.impressum {
    font-size: .8em;
  }

  .img-blauer-stern-mehr-als-schwimmen {
    display: none;
  }

  .box-split.dsgvo-impressum {
    flex-flow: column;
  }

  .box-split.footer-data {
    min-width: 100%;
  }

  .list {
    max-width: 80vw;
    padding-left: 0;
  }

  .list.ueber-mich {
    width: 100%;
    max-width: none;
  }

  ._20vh-space {
    display: block;
  }

  .sc-die-erste-inklusionsschwimmschule {
    margin-bottom: 5vh;
    overflow: hidden;
  }

  .h3-space-btm-60px {
    max-width: 90%;
    font-size: 3em;
  }

  .p-small {
    font-size: 1.2em;
  }

  .p-small.blck-border {
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .box-blue-bg-margin-left.column.ueber-mich {
    width: 90%;
    min-height: auto;
    padding: 0%;
  }

  .box-blue-bg-margin-left.column.kontakt {
    background-image: url('../images/img-standort-blue-bg_1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .box-blue-bg-margin-left.column.standort {
    margin-top: -112px;
    overflow: hidden;
  }

  .sc-staedtedreieck-img-orange-stern-mehr-als-schwimmen {
    display: none;
  }

  .box-blck-border-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 60%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .box-blck-border-bg.preise {
    max-width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-item {
    max-height: 90%;
  }

  .sc-wrapper-break {
    display: none;
  }

  .sc-kontakt {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .img-kontakt-sternengruppe {
    display: none;
  }

  .phone-link {
    font-size: 2em;
  }

  .sc-ueber-mich-img-blue-stern-mehr-als-schwimmen {
    display: none;
  }

  .sc-socialmedia {
    margin-bottom: 20vh;
  }

  .box-blue-bg-huge-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-preise {
    min-height: auto;
    margin-bottom: 20vh;
  }

  ._15vh-space {
    min-height: 6vh;
    display: none;
  }

  .box-standort {
    padding-top: 40px;
  }

  .h3.no-margin {
    font-size: 1em;
  }

  .h3.no-margin.big {
    font-size: 5em;
  }

  .img-icon-standort {
    left: 3px;
  }

  .h4 {
    font-size: 1.7em;
  }

  .a-mail {
    font-size: 1.4em;
  }

  .icon-menu {
    font-size: 2em;
  }

  .img-logo-wpt {
    max-width: 250px;
  }

  .img-maurice-preis {
    display: none;
  }

  .p-huge {
    font-size: 1em;
  }

  .h2-logo-typo {
    display: none;
  }

  .img-insta-post {
    max-width: 60%;
  }

  .box-blue-bg-margin-left_zeiten {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .box-blue-bg-margin-left_zeiten.column.ueber-mich {
    width: 90%;
    min-height: auto;
    padding: 0%;
  }

  .box-blue-bg-margin-left_zeiten.column.kontakt {
    background-image: url('../images/img-standort-blue-bg_1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  .box-blue-bg-margin-left_zeiten.column.standort {
    margin-top: -112px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    display: none;
  }

  h2 {
    font-size: 1.6em;
  }

  .nav {
    max-width: 90vw;
  }

  .hero-grid {
    min-height: 40vh;
  }

  .box-flex-column {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .box-flex-column.hero-bg-img {
    display: none;
  }

  .icon {
    min-width: 40px;
    max-width: 49px;
    margin-bottom: 9px;
    font-size: .8em;
  }

  .a-btn {
    font-size: .4em;
  }

  .sc-mehr-als-schwimmen {
    padding-top: 0;
  }

  .h2 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 5%;
    font-size: 3em;
  }

  .h2.no-margin {
    margin-bottom: 0;
    padding-left: 10%;
  }

  .h2.alighn-left {
    margin-top: 5vh;
    padding-left: 0%;
    font-size: 1.2em;
  }

  .h2.alighn-left.big {
    font-size: 1.2em;
  }

  .h2.preise {
    margin-bottom: 5vh;
  }

  .wrapper {
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .wrapper.sc-staedtedreieck {
    max-width: 100%;
    margin-bottom: 0;
  }

  .wrapper.footer {
    max-width: 100%;
  }

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

  .img-blauer-stern-mehr-als-schwimmen {
    display: none;
    left: -2px;
    right: auto;
  }

  .box-split {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .box-split.kontakt {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    overflow: visible;
  }

  .box-split.dsgvo-impressum {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 10%;
  }

  .box-split.footer-data {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .box-split.menu {
    flex-flow: row;
  }

  .img-kind-training {
    left: -29px;
  }

  .list {
    min-width: 260px;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.6;
  }

  ._20vh-space {
    min-height: 10vh;
    display: none;
  }

  .h3-space-btm-60px {
    max-width: 20ch;
    font-size: 2.6em;
  }

  .img-gruen-gelbe-brille {
    margin-bottom: 10vh;
    top: -30px;
  }

  .p-small, .p-small.blck-border {
    min-width: 230px;
  }

  .box-blue-bg-margin-left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 90%;
    min-width: 90%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .box-blue-bg-margin-left.column.ueber-mich {
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .box-blue-bg-margin-left.column.kontakt {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 80vw;
    margin-bottom: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .box-blue-bg-margin-left.column.standort {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .sc-staedtedreieck-img-orange-stern-mehr-als-schwimmen {
    top: 8%;
    right: 5%;
  }

  .box-blck-border-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 90%;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 100px;
  }

  .box-blck-border-bg.preise {
    max-width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-item {
    max-height: 120px;
  }

  .list-item.ueber-mich {
    min-height: 100%;
    margin-bottom: 40px;
  }

  .sc-wrapper-break {
    min-height: 40vh;
    display: none;
  }

  .sc-kontakt {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .img-kontakt-sternengruppe {
    display: none;
  }

  .p-name {
    font-size: 2.3em;
  }

  .phone-link {
    font-size: 1.6em;
  }

  ._40vh-space {
    display: none;
  }

  .sc-socialmedia {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
  }

  .box-blue-bg-huge-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 10vh;
    padding-top: 100px;
    padding-left: 0;
  }

  .sc-preise {
    min-height: auto;
  }

  .img-sandra-kappe {
    margin-top: 0%;
    margin-left: 0%;
  }

  ._15vh-space {
    display: none;
  }

  .paragraph {
    min-width: 230px;
    max-width: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .paragraph.p-kurse, .paragraph.p-kurse_orange {
    max-width: 100%;
  }

  .box-standort {
    min-width: 89%;
    max-width: 90%;
    margin-bottom: 10vh;
  }

  .h3.no-margin {
    font-size: .9em;
  }

  .h3.no-margin.big {
    font-size: 3.2em;
  }

  .img-icon-standort {
    display: none;
  }

  .h4 {
    font-size: 1.3em;
  }

  .a-mail {
    margin-bottom: 20px;
    font-size: 1.1em;
  }

  .box-footer-kontakt-infos {
    width: 90vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
  }

  .blue-border {
    display: none;
  }

  .h3-datenschutz {
    text-align: left;
    padding-left: 5%;
    font-size: 1.3em;
  }

  .h3-datenschutz.alighn-left {
    padding-left: 0%;
    font-size: 1em;
  }

  .p-datenschutz, .contrain {
    max-width: 90vw;
  }

  .img-maurice-preis {
    display: none;
  }

  .p-huge {
    min-width: 230px;
  }

  .list-2 {
    padding-left: 0;
  }

  .h2-hero {
    font-size: 3em;
  }

  .img-footer-logo {
    margin-bottom: 20px;
  }

  .img-insta-post {
    max-width: 100%;
  }

  .box-blue-bg-margin-left_zeiten {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    min-width: 90%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .box-blue-bg-margin-left_zeiten.column.ueber-mich {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .box-blue-bg-margin-left_zeiten.column.kontakt {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 80vw;
    margin-bottom: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .box-blue-bg-margin-left_zeiten.column.standort {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

#w-node-_17c11cf6-6180-a6c7-c606-cefa5ce022be-8b201065 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_400c6ed1-dd56-0c9f-90aa-e8f0f368fc51-8b201065, #w-node-b226d875-6a8b-d9ef-6243-6cd045e92df4-8b201065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_17c11cf6-6180-a6c7-c606-cefa5ce022be-8b201065 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17c11cf6-6180-a6c7-c606-cefa5ce022be-8b201065 {
    order: 0;
  }

  #w-node-b226d875-6a8b-d9ef-6243-6cd045e92df4-8b201065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b226d875-6a8b-d9ef-6243-6cd045e92df4-8b201065 {
    order: 0;
  }
}


@font-face {
  font-family: 'Ibmplexsans Local';
  src: url('../fonts/IBMPlexSans-Local-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Local';
  src: url('../fonts/IBMPlexSans-Local-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaticsc Local';
  src: url('../fonts/AmaticSC-local-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Local';
  src: url('../fonts/IBMPlexSans-Local-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaticsc Local';
  src: url('../fonts/AmaticSC-local-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}