:root {
  --lavender: #e0d8eb;
  --slate-blue: #6851ff;
}

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

.menu {
  color: #fff;
  margin-left: 0;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar {
  background-color: #fff0;
  margin-top: 26px;
}

.image {
  min-width: 100%;
}

.section {
  margin-top: 0;
}

.image-2 {
  min-width: 940px;
  min-height: 10%;
}

.image-3 {
  min-width: 100%;
  min-height: 100%;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #0000;
  text-align: center;
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_08_sw-33.png');
  background-position: 50%;
  background-size: cover;
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  min-height: 897px;
  margin-top: -136px;
  padding-top: 195px;
  padding-bottom: 195px;
}

.container-2 {
  margin-top: -59px;
  padding-left: 0;
  padding-right: 71px;
}

.image-9 {
  width: 7%;
  height: 35%;
  margin-top: 89px;
}

.container-3 {
  min-width: 1400px;
}

.side-menu {
  z-index: 99999;
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.global-nav-clear {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: static;
}

.mobile-menu-link {
  z-index: 10;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
  position: relative;
}

.close-mobile-menu-button {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 2.5px;
  position: relative;
}

.burger-line {
  background-image: linear-gradient(to right, #d8d12e, #e2720a);
  border-radius: 2px;
  width: 20px;
  height: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

.global-nav-logo {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 0%;
  justify-content: center;
  align-items: flex-start;
  width: 95px;
  min-width: 83%;
  height: 95px;
  margin: 10px -200px -25px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.global-nav-wrapper {
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mobile-menu {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.hamburger-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.hero-section-mitgliedschaft {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_1328-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 960px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.global-nav-link {
  color: #313149;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  flex: none;
  min-width: 17%;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.global-nav-link:hover {
  color: #fff;
}

.nav-logo {
  object-fit: fill;
  width: 45px;
  min-width: 40%;
  margin-top: 40px;
  display: none;
  overflow: hidden;
}

.global-nav-link-text {
  z-index: 10;
  color: #fff;
  min-width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-family: freight-sans-pro, sans-serif;
  font-size: 12px;
  position: relative;
}

.global-nav-link-text:hover {
  color: #6851ff;
}

.mobile-menu-background {
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
  border-bottom-left-radius: 100%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 0;
  right: 0;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.h2 {
  color: #000;
  margin-top: 40px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 50px;
}

.text {
  color: #000;
  margin-top: 30px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text.highlight {
  font-weight: 700;
}

.image-10 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-11 {
  margin-top: 60px;
  margin-left: 170px;
  margin-right: 170px;
  display: block;
}

.section-2 {
  background-color: #000;
  margin-top: 40px;
}

.text-block {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 80px;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
}

.container-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
}

.footer:hover {
  color: #6851ff;
}

.columns {
  margin-top: 40px;
  margin-bottom: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-12 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.column {
  display: block;
}

.image-13 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-3 {
  display: none;
  overflow: hidden;
}

.image-14 {
  z-index: auto;
  display: inline-block;
  position: static;
}

.nav-link-2 {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.blue {
  color: #3b2ae5;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.nav-inner-02 {
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button.nav:hover {
  opacity: .8;
}

.button.nav._2 {
  border: 3px solid #3b2ae5;
  margin-left: 0;
  padding: 11px 20px;
}

.button.nav._2.outline {
  color: #3b2ae5;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.nav-wrapper-02 {
  opacity: 1;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  display: flex;
}

.globe {
  max-width: 50%;
  max-height: 50%;
}

.div-block {
  max-width: 15%;
  max-height: 15%;
  margin-right: 10px;
}

.div-block-2 {
  max-width: 15%;
  max-height: 15%;
  margin-right: 10px;
  display: flex;
}

.container-6 {
  display: flex;
}

.div-block-3 {
  margin-right: 10px;
  display: flex;
}

.div-block-4 {
  max-width: 50%;
  max-height: 50%;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.image-15 {
  max-width: 67%;
}

.container-7 {
  margin-top: 40px;
}

.hero-section-3-copy {
  background-color: #000;
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_08_sw-33.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 70vh;
}

.hero-section-yoga {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_0517-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.hero-section-muay-thai {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_1200-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.hero-section-sportarten {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.cms_list {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.header_left {
  color: #1c1d21;
  background-color: #f2fe9a;
  background-image: url('../images/background-svg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.04em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 28em;
  padding: 1.94em 2.24em;
  display: flex;
}

.header_left.is--yellow {
  background-color: var(--lavender);
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 35em;
  box-shadow: 1px 1px 8px #00000052;
}

.header_left.is--green, .header_left.is--blue {
  background-color: var(--lavender);
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 1px 1px 8px #00000052;
}

.header_left-contain {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #d2e9ec;
  text-align: center;
  background-color: #1c1d21;
  border-radius: .9em;
  padding: .8em 3.1em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.button-2.is--hero {
  color: #fff;
  border-radius: .9em;
  align-self: auto;
  margin-top: .9em;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
}

.button-2.is--hero:hover {
  background-color: #6851ff;
}

.heading-2 {
  font-family: freight-sans-condensed-pro-u, sans-serif;
}

.cards-head {
  color: #000;
  text-align: left;
  align-self: auto;
  font-family: freight-sans-pro, sans-serif;
}

.image-16 {
  min-width: 20%;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 90px;
}

.hero-section-probetraining {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_0642.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.form-field-label {
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.field-text {
  border-radius: 5px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.example-text {
  border-radius: 5px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.submit-button {
  background-color: #000;
  border-radius: .9em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.submit-button:hover {
  background-color: #6851ff;
}

.section-3 {
  margin-top: 0;
}

.fotocredit {
  color: #3d3d3d;
  padding-left: 40px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 10px;
}

.paragraph {
  font-family: freight-sans-pro, sans-serif;
  font-size: 10px;
}

.fotocredit-copy {
  color: #3d3d3d;
  padding-left: 170px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 10px;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.text-block-2 {
  text-align: center;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(119px, 1fr) 1fr 1fr 1fr;
}

.heading-table {
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
}

.levke {
  background-color: #dfd5ff;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.sahar {
  background-color: #f8ecef;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.micha {
  color: #fff;
  background-color: #fd8365;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.micha-basic {
  color: #fff;
  background-color: #8c94b8;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 1px 1px 8px #00000040;
}

.paragraph-2 {
  color: #fff;
}

.nusha {
  color: #fff;
  background-color: #270557;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.open-mat {
  color: #fff;
  background-color: #6b00ff;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.mac {
  background-color: #d5fff7;
  border-radius: 5px;
  padding: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 1px 1px 8px #00000040;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.hero-section-kontakt {
  background-image: linear-gradient(#000c, #fff0), url('../images/2020_07_PARKS_Laura_Leglise_0505-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 70vh;
}

.success-message {
  background-color: var(--lavender);
}

.mail, .oopsi {
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hero-section-3-copy-copy {
  background-color: #000;
  min-height: 20vh;
}

.hero-section-3-copy-copy.impressum {
  min-height: 35vh;
}

.link {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.link:hover {
  color: var(--slate-blue);
}

.globe-2 {
  flex: 0 auto;
  align-self: auto;
  max-width: 200px;
  margin-right: 10px;
}

.nav-link-2-copy {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2-copy:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.container-9, .navbar-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.navbar-5 {
  color: #3330;
  background-color: #ddd0;
}

.brand {
  color: var(--slate-blue);
}

.container-10 {
  height: 200px;
  margin-top: 10px;
}

.image-17 {
  max-width: 40%;
  margin-top: 20px;
}

.image-18 {
  max-width: 197px;
}

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

.link-block, .link-block-2 {
  display: block;
}

.hero-section-kickboxen {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.image-19, .image-20 {
  width: 15%;
}

.kickboxen {
  background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.image-21 {
  width: 10%;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .global-nav-link-text {
    padding-left: 0;
    font-size: 13px;
  }

  .columns-2 {
    width: 14.28%;
    min-width: 14.28%;
    max-width: 102%;
    min-height: 47%;
    max-height: 47%;
  }

  .nav-link-3 {
    font-size: 14px;
    display: inline-block;
  }

  .nav-link-3:hover, .nav-link-3.w--current:hover {
    color: var(--slate-blue);
  }

  .container-10 {
    width: 1300px;
    max-width: 1300px;
    margin-top: 20px;
  }

  .link-2, .link-3, .link-4, .link-5 {
    text-decoration: none;
  }

  .hero-section-kickboxen {
    background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  }

  .image-19 {
    width: 15%;
    margin-top: 20px;
  }

  .image-20 {
    width: 15%;
  }
}

@media screen and (min-width: 1920px) {
  .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-sportarten {
    background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  }

  .nav-link-3 {
    font-size: 16px;
  }

  .navbar-5 {
    background-color: #ddd0;
  }

  .container-10 {
    width: 1500px;
    max-width: 1500px;
    margin-top: 20px;
  }

  .image-18 {
    max-width: 250px;
  }

  .image-20 {
    width: 15%;
  }

  .kickboxen {
    background-image: url('../images/2020_07_PARKS_Laura_Leglise_0541-2.png');
  }
}

@media screen and (max-width: 991px) {
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .container-2 {
    margin-top: 120px;
  }

  .global-nav-clear {
    justify-content: space-between;
  }

  .mobile-menu-link {
    background-color: #0000;
    margin-top: 10px;
    font-family: freight-sans-pro, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .mobile-menu-link:hover {
    color: #6851ff;
  }

  .burger-line {
    color: var(--lavender);
    background-color: #fff;
    background-image: none;
    font-family: freight-sans-pro, sans-serif;
  }

  .global-nav-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-menu {
    object-fit: fill;
    background-color: #0000;
    min-height: 28%;
    margin-top: -426px;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .mobile-menu:active {
    background-color: #e0d8eb00;
  }

  .hamburger-button {
    margin-right: -105px;
    display: flex;
  }

  .hero-section-mitgliedschaft {
    min-height: 50vh;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .global-nav-link {
    overflow: visible;
  }

  .nav-logo {
    flex: 1;
    min-width: 60%;
    max-width: 85%;
    margin-right: -80px;
    display: inline-block;
  }

  .heading {
    font-size: 55px;
  }

  .h2 {
    font-size: 35px;
  }

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

  .image-11 {
    margin-left: 60px;
    margin-right: 40px;
  }

  .image-12, .image-13 {
    margin-left: 60px;
  }

  .navbar-2 {
    background-color: #0000;
    border: 1px solid #000;
  }

  .menu-button {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border: 1px solid #000;
  }

  .icon {
    background-color: #000;
  }

  .navbar-3 {
    background-color: #0000;
    width: 400px;
    margin-right: -70px;
    display: block;
    overflow: visible;
  }

  .menu-button-2 {
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #0000;
  }

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

  .container-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 200px;
    max-width: none;
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .icon-2:hover {
    color: #6851ff;
  }

  .nav-menu {
    color: #fff;
    text-align: right;
    background-color: #0000;
    margin-left: auto;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    position: absolute;
  }

  .nav-link {
    color: #fff;
    text-align: right;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-link:hover {
    color: #6851ff;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button-wrap {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .nav-inner-02 {
    padding: 10px 20px;
  }

  .button.nav {
    display: none;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .hero-section-3-copy, .hero-section-yoga, .hero-section-muay-thai, .hero-section-sportarten {
    min-height: 50vh;
  }

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

  .image-16 {
    min-width: 20%;
    max-width: 70%;
    margin-bottom: 55px;
  }

  .hero-section-probetraining {
    min-height: 50vh;
  }

  .form-field-label {
    font-size: 16px;
  }

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

  .submit-button {
    font-size: 16px;
  }

  .fotocredit-copy {
    padding-left: 60px;
  }

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

  .levke, .sahar, .micha, .micha-basic, .nusha {
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .open-mat {
    border-radius: 5px;
    line-height: 20px;
  }

  .mac {
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-section-kontakt {
    min-height: 50vh;
  }

  .hero-section-3-copy-copy {
    min-height: 20vh;
  }

  .hero-section-3-copy-copy.impressum {
    min-height: 30vh;
  }

  .nav-link-2-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-3 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .icon-3 {
    color: var(--slate-blue);
  }

  .container-10 {
    margin-top: 10px;
  }

  .image-18 {
    max-width: 197px;
  }

  .menu-button-4 {
    color: #0000;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #0000;
  }

  .menu-button-4.w--open:hover {
    color: var(--slate-blue);
  }

  .nav-menu-3 {
    background-color: var(--lavender);
  }

  .hero-section-kickboxen, .kickboxen {
    min-height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .container-2 {
    margin-top: 169px;
  }

  .mobile-menu-link {
    font-size: 11vw;
    line-height: 11vw;
  }

  .hero-section-mitgliedschaft {
    min-height: 35vh;
  }

  .nav-container {
    width: auto;
    max-width: none;
  }

  .nav-logo {
    flex: 0 auto;
    align-self: auto;
    width: 150px;
    min-width: 150px;
    max-width: none;
    min-height: auto;
    margin-top: 10px;
    margin-left: auto;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .h2 {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-10 {
    margin-left: 20px;
  }

  .image-11 {
    min-width: 50%;
    max-width: 70%;
    min-height: 14.83%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-12 {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
  }

  .image-13 {
    margin-top: 20px;
    margin-left: auto;
    display: block;
  }

  .menu-button-2 {
    margin-right: -50px;
  }

  .menu-button-2.w--open {
    overflow: visible;
  }

  .container-5 {
    min-width: 160px;
    max-width: 350px;
  }

  .nav-menu {
    margin-left: auto;
  }

  .nav-link {
    color: var(--lavender);
    text-align: right;
    margin-left: auto;
    margin-right: -48px;
    padding-bottom: 5px;
    font-size: 12px;
    display: block;
  }

  .hero-section-3-copy, .hero-section-yoga, .hero-section-muay-thai, .hero-section-sportarten {
    min-height: 35vh;
  }

  .header_left {
    padding: 1vw 3vw;
  }

  .header_left.is--yellow, .header_left.is--green {
    justify-content: center;
  }

  .header_left.is--blue {
    justify-content: center;
    align-items: center;
  }

  .header_left-contain {
    width: 100%;
    margin-bottom: 0;
    font-size: .8em;
  }

  .image-16 {
    margin-bottom: 40px;
  }

  .hero-section-probetraining {
    min-height: 35vh;
  }

  .form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fotocredit-copy {
    padding-left: 110px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

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

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-kontakt {
    min-height: 35vh;
  }

  .hero-section-3-copy-copy {
    min-height: 15vh;
  }

  .hero-section-3-copy-copy.impressum {
    min-height: 20vh;
  }

  .container-10 {
    margin-top: 10px;
  }

  .image-18 {
    max-width: 197px;
  }

  .hero-section-kickboxen {
    min-height: 35vh;
  }

  .image-19, .image-20 {
    margin-left: 20px;
  }

  .kickboxen {
    min-height: 35vh;
  }

  .image-21 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mobile-menu-link {
    font-size: 16vw;
    line-height: 17vw;
  }

  .global-nav-logo {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    min-width: 100%;
    margin-left: -120px;
  }

  .hero-section-mitgliedschaft {
    min-height: 25vh;
  }

  .nav-logo {
    flex: 0 auto;
    order: 0;
    width: 150px;
    min-width: 100px;
    max-width: 100px;
    height: auto;
    min-height: auto;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .heading {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 35px;
    line-height: 40px;
  }

  .h2 {
    margin: 20px 25px 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .text {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-11 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-12 {
    margin-left: auto;
  }

  .column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-13 {
    margin-left: auto;
  }

  .menu-button-2 {
    margin-right: -20px;
  }

  .container-5 {
    min-width: 150px;
    max-width: none;
    margin-left: -22px;
  }

  .nav-menu {
    text-align: right;
    margin-left: auto;
  }

  .nav-link {
    color: var(--lavender);
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
    padding-right: 0;
    font-size: 10px;
  }

  .brand-link {
    padding-left: 0;
  }

  .hero-section-3-copy {
    min-height: 25vh;
  }

  .header_left {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .fotocredit-copy {
    padding-left: 71px;
  }

  .column-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hero-section-3-copy-copy {
    min-height: 10vh;
  }

  .hero-section-3-copy-copy.impressum {
    min-height: 18vh;
  }

  .container-10 {
    margin-top: 20px;
    overflow: visible;
  }

  .image-18 {
    max-width: 121px;
  }
}

#w-node-_6baadd4d-6bdc-545b-4a73-866da7363d06-b9b9504b {
  justify-self: auto;
}

#w-node-eb259a22-6c65-1665-eeb2-d90b84d01ebd-3e1e533d, #w-node-da1bc737-7241-16fd-836c-f412884446a2-3e1e533d, #w-node-ac42e360-5ee8-7101-b0c1-8c57a7663ac4-3e1e533d, #w-node-_9f38b526-7bf7-dfbf-0069-ec6a24a5bc6b-3e1e533d {
  justify-self: stretch;
}

#w-node-_8609b53d-d77b-d1ab-c52a-64195cc3009e-3e1e533d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4be3968b-1ead-254d-9091-fffbfddfd794-3e1e533d {
  justify-self: stretch;
}

#w-node-e795536e-ae58-acf0-b1fa-13e32dccbb48-3e1e533d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_7a73f3ab-9dff-eaa1-eea9-ecee37ac0b5d-3e1e533d, #w-node-_7a73f3ab-9dff-eaa1-eea9-ecee37ac0b5d-9b721355 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb259a22-6c65-1665-eeb2-d90b84d01ebd-3e1e533d, #w-node-da1bc737-7241-16fd-836c-f412884446a2-3e1e533d, #w-node-ac42e360-5ee8-7101-b0c1-8c57a7663ac4-3e1e533d, #w-node-_9f38b526-7bf7-dfbf-0069-ec6a24a5bc6b-3e1e533d, #w-node-_8609b53d-d77b-d1ab-c52a-64195cc3009e-3e1e533d, #w-node-_4be3968b-1ead-254d-9091-fffbfddfd794-3e1e533d {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb259a22-6c65-1665-eeb2-d90b84d01ebd-3e1e533d, #w-node-da1bc737-7241-16fd-836c-f412884446a2-3e1e533d, #w-node-ac42e360-5ee8-7101-b0c1-8c57a7663ac4-3e1e533d, #w-node-_9f38b526-7bf7-dfbf-0069-ec6a24a5bc6b-3e1e533d, #w-node-_8609b53d-d77b-d1ab-c52a-64195cc3009e-3e1e533d, #w-node-_4be3968b-1ead-254d-9091-fffbfddfd794-3e1e533d {
    justify-self: stretch;
  }
}


