@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: whitesmoke;
  --black: #222;
  --white: white;
  --primary: #f09600;
  --rounded_middle: 8px;
  --highlight: #fdad26;
  --dim-grey: #525252;
  --transparent: #fff0;
  --primary-dark-hover: #fdad262e;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white-smoke);
  color: var(--black);
  flex-flow: column;
  font-family: Kanit, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5e5e5e;
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_checkbox-label {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: -25px;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-align-center {
  text-align: center;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-brand {
  padding-right: 10px;
  display: flex;
}

.navbar-brand.w--current {
  margin-right: 5px;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

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

.section_hero-bg {
  background-color: var(--black);
  overflow: hidden;
}

.section_hero {
  background-image: linear-gradient(to bottom, #0000, var(--black)), url('../images/fitnessstudio-bergheim-vitaminsport.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 78svh;
  display: flex;
}

.text-scroll-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.section_intro {
  background-image: linear-gradient(to bottom, var(--black), #272727f0 50%), url('../images/64a296aabef504e2ba76afe4_pattern-white.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.event-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.primary-button:hover {
  background-color: #ffa30a;
}

.hero-heading {
  color: var(--white-smoke);
  text-transform: uppercase;
  text-shadow: 0 0 20px #0000008a;
  margin-bottom: 1rem;
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}

.navbar-button {
  border-radius: var(--rounded_middle);
  background-color: var(--primary);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 16px 25px;
  font-size: 1rem;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.navbar-button:hover {
  background-color: var(--highlight);
}

.nav-link {
  color: var(--black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.nav-link:hover {
  background-color: #f1f0f052;
}

.nav-link.w--current {
  background-color: #f8f8f8;
}

.nav-link.mobile-only {
  display: none;
}

.primary-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.primary-text:hover {
  color: var(--primary);
}

.banner-content {
  z-index: 2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  max-width: 500px;
  height: 100%;
  display: none;
  position: relative;
}

.heading-event {
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
}

.text-block-5 {
  padding-bottom: 2px;
}

.text-block-6 {
  text-transform: none;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.text-slide-left {
  z-index: 2;
  background-color: var(--primary);
  width: 150vw;
  max-width: 200%;
  position: relative;
  transform: rotate(-4deg);
}

.scroll-items {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.scroll-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-divider {
  margin-left: 20px;
  margin-right: 20px;
}

.scroll-text {
  z-index: 3;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 600;
}

.text-slide-right {
  z-index: 3;
  background-color: var(--white);
  width: 150vw;
  max-width: 200%;
  transform: rotate(4deg);
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.about-grid.mg-bottom-2-5rem {
  margin-bottom: 2.5rem;
}

.about-images {
  position: relative;
}

.about-back-img {
  padding-left: 2rem;
  position: absolute;
  bottom: 9%;
  left: -40%;
}

.about-paragraph {
  color: #e6e6e6;
  margin-bottom: 35px;
}

.about-list {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 15px;
  display: flex;
}

.about-item {
  z-index: 22;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 300;
  display: flex;
}

.text-block-7 {
  background-image: url('../images/tick-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  padding: 11px;
}

.section_partner {
  background-color: var(--black);
}

.partner-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.partner-logo {
  object-fit: contain;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transition: transform .155s cubic-bezier(.55, .055, .675, .19);
}

.partner-logo:hover {
  transform: scale(1.05);
}

.partner-logo.invert {
  filter: invert();
}

.partner-google-wrapper {
  border: 0 solid #e5e7eb;
  border-top: 1px solid #52525233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-beauty-slide {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-ought-soft {
  margin-left: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-ocean-combination {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-sink-wrong {
  color: #fbbf24;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 3px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-here-past {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: .5rem;
  padding: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.grey-paragraph {
  color: var(--dim-grey);
  max-width: 600px;
}

.section_reviews {
  background-color: var(--white-smoke);
}

.div-follow-camera {
  text-align: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-rice-also {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: relative;
}

.div-hunt-cat {
  flex-direction: column;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.div-shinning-dress {
  box-shadow: 12px 10px 0 -1px var(--primary);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem 1.75rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-band-teeth {
  flex: 1;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-grandmother-fifty {
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-perfectly-lack {
  color: #fdb241;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 2px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.blockquote-weather-review {
  border-width: 0;
  border-left-style: solid;
  flex: 1;
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.p-heat-room {
  color: #111827;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.contact-button {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f09600;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: inline-block;
}

.contact-button:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.icon-2 {
  color: #203361;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-left-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  display: flex;
}

.div-block {
  align-items: flex-end;
  display: flex;
}

.divider {
  background-color: #f09600;
  width: 25%;
  height: 3px;
  margin-top: 15px;
}

.success-message {
  color: #fff;
  background-color: #f09600;
}

.contact-left-side {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-left-item {
  align-items: center;
  display: flex;
}

.contact-field {
  background-color: #0000000f;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-left-item-text {
  flex-direction: column;
}

.contact-text-area {
  background-color: #0000000f;
  min-height: 100px;
}

.contact-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 60px;
  display: grid;
}

.contact-right-side {
  min-width: 30%;
  padding-right: 100px;
}

.section_direct-contact {
  background-color: var(--white);
}

.text-block-8 {
  margin-bottom: 20px;
  font-size: .8rem;
  line-height: 1.4;
}

.review-link {
  border-bottom: 3px solid var(--primary);
  text-align: center;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

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

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.course-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.course-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bold-heading {
  color: var(--black);
  text-transform: uppercase;
  font-size: 3.3rem;
  line-height: 1;
}

.course-detail-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.course-detail-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.course-detail-title {
  text-transform: uppercase;
  flex: 1;
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-color-primary {
  color: var(--primary);
}

.course-detail-img {
  object-fit: cover;
  object-position: 50% 50%;
}

.footer {
  background-color: var(--white-smoke);
  border-top: 1px solid #52525226;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom {
  background-color: var(--black);
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr 1.75fr;
}

.list {
  margin-bottom: 0;
  padding-left: 18px;
}

.footer-list-item {
  padding-bottom: 16px;
  font-size: 1rem;
}

.footer-heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  align-items: center;
  font-size: .9rem;
  font-weight: 200;
}

.footer-onstudio-link {
  color: var(--white);
  margin-left: 3px;
  font-weight: 400;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: #8a8a8a;
  margin-right: 20px;
  font-size: .8rem;
}

.footer-link:hover {
  color: #d6d5d5;
}

.text-block-39 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .8rem;
}

.success-label {
  display: inline-block;
}

.error-text {
  color: #a20000;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  font-weight: 600;
}

.success-box {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.section_contact {
  background-image: linear-gradient(#cecece24 66%, #0000 71%, #fff), url('../images/Bild_19.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.error-box {
  border-radius: 20px;
}

._2-columns {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.input-replied-charge {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.input-replied-charge::placeholder {
  color: #7c7c7c;
  font-size: 1rem;
}

.input-replied-charge.top {
  margin-top: 25px;
}

.contact-form {
  background-color: #f5f5f5;
  border-radius: 13px;
  padding: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.textarea-stuck-bowl {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  min-height: 120px;
  margin-top: 20px;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.textarea-stuck-bowl::placeholder {
  color: #7c7c7c;
  font-size: 1rem;
}

.container-normal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero {
  background-color: var(--black);
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/64a296aabef504e2ba76afe4_pattern-white.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.hero-content.temp {
  flex-direction: column;
}

.single-hero-heading {
  z-index: 3;
  color: var(--white);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  position: relative;
}

.single-hero-heading.smaller {
  font-size: 3rem;
}

.hero-image {
  z-index: 1;
  position: absolute;
  inset: auto auto auto -60px;
}

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

.class-collection-list {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-item-main {
  flex-direction: column;
}

.class-item-image-wrapper {
  margin-bottom: 20px;
}

.class-item-link {
  min-width: 100%;
}

.class-item-image {
  display: none;
}

.class-card-meta {
  background-color: var(--primary);
  border-radius: 11px;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.day-wrap {
  text-transform: uppercase;
  margin-right: 25px;
  display: flex;
}

.time-wrap {
  display: flex;
}

.day-icon, .time-icon {
  padding-right: 10px;
  font-family: "Fa 400", sans-serif;
}

.class-item-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 2rem;
}

.class-item-paragraph {
  color: var(--dim-grey);
}

.course-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 33px;
  padding-left: 3%;
  display: flex;
}

.course-tab-menu.vertical {
  flex-flow: column;
}

.kurse-tab {
  z-index: 5;
}

.tabs-menu {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
}

.tab-link {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  transition-property: none;
}

.tab-link:hover {
  background-color: var(--dim-grey);
}

.tab-link.w--current {
  background-color: #f09600;
  font-weight: 700;
}

.kurs-zeit {
  margin-top: 0;
  margin-bottom: 0;
}

.course-time-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.trainer-image {
  object-fit: cover;
  border: 2px solid #f09600;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.course-time-item {
  background-color: #e9e9e9;
  border: 2px solid #0000;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 120px;
  padding: 12px 10px 10px;
  transition: border-color .2s ease-in, background-color .2s ease-in;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #0000001f;
}

.course-time-item:hover {
  background-color: #f8f8f8;
  border-color: #f096001a;
}

.course-time {
  z-index: 2;
  grid-column-gap: 3px;
  color: #797979;
  flex-flow: row;
  align-items: center;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.kurs-name {
  z-index: 2;
  color: #203361;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.trainer-name {
  font-weight: 500;
}

.text-block-2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.trainer-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: none;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.course-time-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  justify-content: flex-start;
  align-items: stretch;
  max-width: 350px;
  display: flex;
}

.text-block-42 {
  text-transform: uppercase;
}

.card-bot {
  padding: 40px 30px;
}

.white {
  color: #fff;
}

.card-top {
  border-bottom: 1px solid #1118284d;
  padding: 40px 30px;
}

.card-top.white {
  border-bottom-color: #ffffff4d;
}

.card-top.no-border {
  border-bottom-style: none;
}

.check-img {
  width: 25px;
}

.tabs-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  justify-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.popular {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  font-size: 13px;
  display: flex;
}

.green {
  color: #adff14;
}

.contract-button {
  background-color: var(--black);
  color: #fff;
  white-space: nowrap;
  border: 1.25px solid #111828;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.contract-button.outlined {
  color: #111828;
  background-color: #fff;
  border-color: #1118284d;
  transition: color .2s, background-color .2s;
}

.contract-button.outlined:hover {
  border-color: var(--primary);
}

.contract-button.outlined.blue:hover {
  color: #fff;
  background-color: #0000;
  border-color: #ffffffb3;
}

.contract-button.mb-10 {
  border-color: var(--black);
  margin-bottom: 10px;
  transition: color .2s, border-color .2s, background-color .2s;
}

.contract-button.mb-10:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.contract-button.green {
  background-color: var(--primary);
  margin-bottom: 10px;
}

.contract-button.special {
  border-color: var(--primary);
  background-color: var(--primary);
  margin-bottom: 10px;
}

.contract-button.dark {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 10px;
}

.content-heading {
  width: 100%;
  max-width: 540px;
  margin-bottom: 40px;
}

.capitalize {
  text-transform: uppercase;
  font-weight: 400;
}

.cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.cards-wrap._5-items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-wrap._1-item {
  grid-template-columns: 1fr;
}

.features {
  margin-bottom: 20px;
}

.card-price {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.card-buttons {
  margin-top: 30px;
}

.card {
  background-color: var(--white-smoke);
  border: 1px solid #1118284d;
  border-radius: 10px;
  width: 100%;
}

.card.black {
  background-color: var(--black);
}

.check-line {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.card-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-plan-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.price-plan-tab.w--current {
  background-color: var(--primary);
}

.primary-color-month {
  color: var(--primary);
}

.fee-interval {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.option-card {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.option-card.relative {
  position: relative;
}

.card-top-2 {
  border-bottom: 1px solid #f096009e;
  padding-bottom: 20px;
}

.cards-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: grid;
}

.p-22 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
}

.p-12 {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.card-price-option {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.option-text {
  color: #b8b8b8;
  max-width: 350px;
  font-size: 1rem;
}

.ticket-price-count {
  font-weight: 400;
}

.column-content {
  max-width: 50%;
}

.two-columns {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.two-columns.rotate {
  flex-direction: row-reverse;
  justify-content: space-around;
}

.container-default {
  z-index: 100;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 78.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.image-50-width {
  z-index: 2;
  object-fit: cover;
  border-radius: .625rem;
  flex: 1;
  max-width: 50%;
  position: relative;
  box-shadow: 4px 6px .6875rem .0625rem #14142b2b;
}

.image-2 {
  object-fit: contain;
}

.image-wrap {
  background-color: #000;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-wrap._2 {
  background-image: url('../images/side-view-beautiful-muscular-woman-running-treadmill-1.jpg');
  background-position: 0%;
}

.image-wrap.kundigung {
  background-image: url('../images/Bild_19.webp');
  background-position: 25%;
}

.section_big {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.input_wrapper {
  flex: 1;
  margin-bottom: 20px;
  position: relative;
}

.wrapper_form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button_next {
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 15px 10px;
  display: flex;
}

.field_input {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 45px;
  margin-bottom: 0;
  font-size: 1rem;
}

.field_input::placeholder {
  color: #9e9e9e;
}

.field_input.element {
  border-left-style: none;
}

.button_previous {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  display: flex;
}

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

.anmeldung-form {
  padding: 30px 18px;
}

.parent_notice {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 20px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.custom-submit {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-top: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.form-label {
  font-weight: 500;
}

.text-block-43 {
  color: #858181;
  font-size: .8rem;
}

.checkbox-label-2 {
  width: 1px;
  max-width: 1px;
}

.flatrate-order-checkmark {
  background-color: var(--white);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.flatrate-order-checkmark.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
}

.hidden-checkbox-text {
  width: 1px;
  height: 1px;
}

.order-cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  display: grid;
}

.text-span {
  color: var(--dim-grey);
  font-weight: 400;
}

.link-5 {
  font-weight: 600;
  display: inline;
}

.form-tabs {
  margin-bottom: 40px;
}

.form-tab-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  justify-items: stretch;
  margin-bottom: 20px;
  display: grid;
}

.vertragslaufzeit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  font-size: 1rem;
  display: grid;
}

.form-order-checkbox {
  background-color: var(--white);
  border-color: #52525296;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 7px;
}

.form-order-checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
}

.order-checkbox-wrapper {
  align-items: center;
  display: flex;
}

.success-message-2 {
  background-color: var(--primary);
  border-radius: 10px;
}

.primary-hl {
  color: var(--primary);
  font-weight: 600;
}

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

.social-button {
  text-align: center;
  background-color: #25d366;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: .5rem 1rem;
  display: flex;
}

.social-button:hover {
  background-color: #128c7e;
}

.social-button.mobile {
  display: none;
}

.social-button-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-heading {
  color: #fff;
  margin-bottom: -3px;
  margin-left: 4px;
  font-weight: 800;
}

.banner-top {
  background-color: var(--black);
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 22px;
}

.event_bottom {
  background-color: var(--primary);
  color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1rem 33px;
  display: block;
}

.select-field {
  background-color: var(--white);
  color: #7a7878;
  border: 1px solid #e8e8e8;
  height: 45px;
  font-size: 1rem;
  font-weight: 300;
}

.vertragslaufzeit-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 15px;
  font-size: 1rem;
  display: grid;
}

.kraft-symbol-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 4rem;
  display: grid;
}

.kraft-symbol {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  font-weight: 400;
  display: flex;
}

.kraft-symbol-img {
  margin-bottom: 15px;
}

.kraft-symbol-spacer {
  background-color: #ffffff57;
  width: 3px;
}

.full-image {
  object-fit: cover;
  max-height: 500px;
  padding-left: 60px;
}

.course-detail-img-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.div-block-13 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  background-color: var(--primary);
  align-self: stretch;
  width: 0%;
  height: 3px;
}

.link-6 {
  font-weight: 500;
}

.anmeldung {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.anmeldung_error {
  z-index: 99;
  color: var(--white);
  background-color: #e90000d9;
  border-radius: 5px;
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 7px 20px;
  display: none;
  position: fixed;
  inset: auto 10px 0% auto;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.text-block-46 {
  background-color: var(--white);
  color: var(--dim-grey);
  border: 1px solid #e8e8e8;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  display: flex;
}

.text-block-47 {
  background-color: #ff000017;
  border-radius: 9px;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: 400;
  display: inline-block;
}

.form-text-input {
  border: 1px solid #e8e8e8;
  min-height: 100px;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1rem;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.link-7 {
  color: var(--primary);
}

.contact-submit {
  border: 3px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .9rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19), color .2s cubic-bezier(.55, .055, .675, .19), transform .25s;
  display: flex;
}

.contact-submit:hover {
  color: #2c3740;
  background-color: #0000;
  transform: translate(0, -3px);
}

.event-item-top {
  background-color: #22222212;
  border-radius: 12px 12px 0 0;
  padding: 15px 15px 12px;
  position: relative;
}

.event-day {
  font-weight: 600;
  display: inline;
}

.event-month, .text-block-48 {
  display: inline;
}

.event-date {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px 10px;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.event-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.event-time {
  align-items: center;
  margin-top: 17px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-50 {
  padding-left: 3px;
  padding-right: 3px;
}

.event-image {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.event-time-data {
  font-weight: 600;
  display: inline;
}

.event-trainer {
  display: inline;
}

.event-trainer-wrapper {
  align-items: center;
  display: flex;
}

.event-info {
  color: var(--dim-grey);
  margin-top: 25px;
  font-size: .9rem;
}

.event-day-name {
  font-size: 1rem;
  font-weight: 200;
}

.heading-small {
  color: #e63b3c;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.team-heading-left {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.team-heading-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.section_team {
  position: relative;
}

.section_team.background-color-smoke {
  background-color: #f5f5f5;
}

.team-card {
  border-style: solid;
  border-width: 0;
  border-radius: 6px;
  width: 277px;
  height: 277px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.team-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-top: 0;
  padding-top: .25rem;
}

.team-name {
  z-index: 2;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% .9rem 1.25rem;
}

.start-date {
  font-size: 1rem;
  font-weight: 400;
}

.nav-button-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-button-text:hover {
  text-decoration: none;
}

.banner-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
}

.image-3 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  min-width: 100%;
  display: block;
}

.course-overview {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 140px;
  margin-bottom: 40px;
  display: flex;
}

.course-overview.hide {
  display: none;
}

.course-link {
  background-color: #0000000a;
  border: 1px solid #d3d3d3;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.course-link:hover {
  border-color: var(--dim-grey);
}

.course-link.w--current {
  border-color: var(--primary);
  background-color: #f0960026;
}

.course-link.first.w--current {
  margin-left: 0;
}

.text-span-5 {
  color: #bcbcbc;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.plan-price {
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}

.month-text {
  color: #748196;
  font-weight: 200;
}

.month-text.top {
  color: var(--black);
  font-size: 25px;
}

.plan-description {
  color: #b3b3b3;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.plan-description.hidden {
  color: var(--white-smoke);
}

.schueler-text {
  font-weight: 600;
}

.text-span-6 {
  padding-bottom: 8px;
  font-weight: 200;
  display: inline-block;
}

.course-logo {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5%;
  position: absolute;
  inset: 0 0% 0 auto;
}

.div-block-16 {
  z-index: 5;
  color: var(--white);
  position: absolute;
  inset: auto 2% 6% auto;
}

.div-block-17 {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.banner-logo {
  object-fit: contain;
  max-width: 100px;
  max-height: 23px;
}

.announce {
  color: var(--white);
  text-align: center;
  background-color: #ff0303b0;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 4px 35px;
  font-size: 1.1rem;
  display: none;
}

.paragraph_partner {
  color: #b6b6b6;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.flatrate-time {
  color: #c4c4c4;
}

.text-span-8 {
  font-size: .7rem;
}

.text-span-9 {
  color: var(--primary);
}

.navbar_dropdown {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.navbar_dropdown-toggle {
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.navbar_dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.navbar_dropdown-icon {
  margin-left: 6px;
  margin-right: 0;
  position: relative;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-18 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-link:hover {
  box-shadow: inset 2px 0 0 0 var(--primary);
  background-color: #f5f6f8;
}

.dropdown-link.w--current {
  color: var(--primary);
}

.gallery-hero-section {
  background-color: #040404;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4rem 3% 2%;
  display: flex;
  overflow: hidden;
}

.gallery-list-wrapper {
  width: 100%;
  max-width: 1200px;
}

.gallery-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.gallery-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .6rem;
  display: flex;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 40vw;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-image.hide {
  display: none;
}

.hero_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: none;
  position: relative;
}

.image-4 {
  filter: brightness(200%);
  display: none;
}

.event_paragraph {
  color: var(--white);
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  display: none;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 0%;
  border-bottom-right-radius: 8px;
}

.event_play-button {
  filter: invert();
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: auto;
}

.event_play-button:hover {
  transform: scale(1.1);
}

.event_time {
  color: var(--primary);
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.event_trainer {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #050507;
  flex: 1;
  align-self: stretch;
  min-width: 100%;
  padding-top: 5px;
}

.div-block-19 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #050507;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: 155px;
  display: block;
}

.event_trainer-text {
  color: var(--white);
}

.even_trainer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #222;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  align-items: center;
  max-width: 165px;
  display: inline-block;
}

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

.event_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_app-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
}

.footer_last {
  justify-content: flex-start;
  display: flex;
}

.team_overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--transparent) 79%, var(--primary));
  position: absolute;
  inset: 0%;
}

.courseplan_padding {
  padding-top: 3rem;
  padding-bottom: 8rem;
}

.banner-image {
  object-fit: contain;
  border-radius: 8px;
  max-height: 500px;
}

.navbar-info {
  z-index: 20;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-info.hidden {
  display: none;
}

.container-navbar {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 23px;
}

.navbar-nfo_close {
  width: 32px;
  height: 32px;
}

.navbar-nfo_close:hover {
  color: var(--white);
}

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

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

.course_grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start stretch;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.course-day_heading {
  margin-bottom: -5px;
  font-weight: 600;
}

.course_tab-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inforehaonly {
  color: #96ff96;
  background-color: #96ff960d;
  border: 1px solid #96ff96;
  padding: 11px;
  font-size: 1rem;
  font-weight: 700;
}

.probetraining-button {
  border: 1px solid var(--primary);
  border-radius: var(--rounded_middle);
  background-color: var(--transparent);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 16px 25px;
  font-size: .9rem;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
  display: inline-block;
}

.probetraining-button:hover {
  background-color: var(--primary-dark-hover);
}

.probetraining-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.probetraining-div:hover {
  text-decoration: none;
}

.kurs-content {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kurs-content.temp {
  flex-direction: column;
}

.kurs-arrow {
  z-index: 1;
  position: absolute;
  inset: auto auto auto -200px;
}

.kurs-hero {
  background-color: var(--black);
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/64a296aabef504e2ba76afe4_pattern-white.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kurs-content {
  display: block;
}

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

.kurs-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px;
  display: flex;
}

.kurs-card-icon {
  margin-bottom: 5px;
}

.kurs-card-label {
  font-size: 1.2rem;
  font-weight: 600;
}

.kurs-beschreibung {
  text-align: left;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.action-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: var(--rounded_middle);
  background-color: var(--primary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
}

.text-block-51 {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-52 {
  color: var(--white);
  margin-left: auto;
  font-size: .7rem;
}

.text-block-53 {
  color: var(--white);
  font-size: .8rem;
}

@media screen and (min-width: 1280px) {
  .div-rice-also {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .div-shinning-dress {
    padding: 2rem 1.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .div-rice-also {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .div-shinning-dress {
    padding: 2rem 1.75rem;
  }

  .gallery-list-wrapper {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-list-wrapper {
    width: 100%;
    max-width: 3000px;
  }

  .project-item {
    width: 46vw;
    max-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacer-huge {
    padding: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 3.5fr .75fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    width: 200px;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    margin-right: 0;
  }

  .menu-button {
    background-color: #2222220d;
    border-radius: 6px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    color: #fff;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_hero {
    background-image: linear-gradient(to bottom, transparent, #0e0e0e69 0%, var(--black)), url('../images/IMG_7998.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

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

  .event-banner {
    margin-top: 60px;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .navbar-button {
    border-left-style: none;
  }

  .navbar-button:hover {
    background-color: #0000;
  }

  .nav-link {
    border-top: 1px solid #0000000a;
    min-height: 70px;
    margin-right: 0;
    font-size: 1rem;
  }

  .text-block-6 {
    margin-top: 5px;
  }

  .about-grid {
    flex-direction: column;
    display: flex;
  }

  .about-images {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .about-back-img {
    left: 0%;
  }

  .partner-google-wrapper {
    margin-top: 4rem;
  }

  .contact-form-wrapper {
    flex-direction: column-reverse;
  }

  .contact-right-side {
    padding-right: 0;
  }

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

  .div-block-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
  }

  ._2-columns {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .contact-form {
    padding: 2.5rem;
  }

  .hero {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .single-hero-heading {
    font-size: 3rem;
  }

  .single-hero-heading.smaller {
    font-size: 2rem;
  }

  .hero-image {
    display: none;
  }

  .class-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    margin-right: 0;
  }

  .course-time-grid {
    margin-bottom: 2rem;
  }

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

  .price-plan-tab {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cards-wrap-2 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .column-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .column-content.right {
    text-align: left;
    align-items: flex-start;
  }

  .two-columns {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column-reverse;
  }

  .two-columns.rotate {
    text-align: center;
    flex-direction: column-reverse;
  }

  .image-50-width {
    align-self: stretch;
    max-width: 100%;
    margin-top: 12px;
  }

  .image-2 {
    object-fit: contain;
  }

  .image-wrap {
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
  }

  .image-wrap._2 {
    background-image: url('../images/vitaminsport-anmeldung-mobil.webp');
    background-position: 50% 70%;
    background-attachment: scroll;
    height: 300px;
  }

  .image-wrap.kundigung {
    height: 300px;
  }

  .section_big {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .anmeldung_form-block {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .anmeldung-form {
    padding-top: 0;
  }

  .order-cards-wrap {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .vertragslaufzeit-wrapper {
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: flex-start;
  }

  .social-button, .social-button.mobile {
    display: none;
  }

  .vertragslaufzeit-content {
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: flex-start;
  }

  .full-image {
    padding-left: 0;
  }

  .anmeldung {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-submit {
    align-self: stretch;
    width: auto;
  }

  .team-card {
    width: 100%;
  }

  .course-logo {
    margin-top: 20px;
    margin-right: 0%;
    position: relative;
    top: 0;
  }

  .navbar_dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .navbar_dropdown-toggle {
    justify-content: center;
    min-height: 70px;
    font-size: 1rem;
  }

  .dropdown-list {
    min-width: 100%;
    position: relative;
  }

  .div-block-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link.last {
    border-bottom-style: none;
  }

  .gallery-hero-section {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .card-link-text {
    display: none;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .course_grid {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }

  .probetraining-button {
    border-left-style: none;
  }

  .probetraining-button:hover {
    background-color: #0000;
  }

  .kurs-arrow {
    display: none;
  }

  .kurs-hero {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .spacer-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .hero-grid {
    flex-direction: column;
    display: flex;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-button {
    justify-content: center;
    align-self: stretch;
  }

  .hero-heading {
    text-align: center;
  }

  .navbar-button {
    margin-right: 10px;
  }

  .primary-text.text-color-white {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-event {
    font-size: 1.6rem;
  }

  .about-front-img {
    padding-top: 140px;
  }

  .about-back-img {
    padding-left: 0;
    bottom: 200px;
  }

  .partner-google-wrapper {
    margin-top: 4rem;
  }

  .div-rice-also {
    flex-direction: column;
    display: flex;
  }

  .contact-left-side {
    align-self: stretch;
    margin-bottom: 10px;
  }

  .contact-form-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .contact-right-side {
    min-width: auto;
    max-width: none;
  }

  .course-detail-grid {
    flex-direction: column;
    display: flex;
  }

  .course-detail-img {
    min-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .contact-form {
    padding: 2.5rem;
  }

  .single-hero-heading {
    font-size: 2.5rem;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link.w--current {
    color: #fff;
  }

  .kurs-zeit {
    width: auto;
  }

  .course-time-content {
    flex-direction: column;
  }

  .course-time {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .course-time-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    display: grid;
  }

  .card-bot, .card-top {
    padding: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .cards-wrap {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cards-wrap._5-items {
    grid-template-columns: 1fr;
  }

  .cards-wrap._1-item {
    grid-template-rows: auto auto;
  }

  .cards-wrap-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }


  .column-content.right {
    max-width: none;
    margin-top: 1.875rem;
  }

  .image-wrap._2, .image-wrap.kundigung {
    height: 250px;
  }

  .wrapper_form {
    padding-top: 40px;
  }

  .order-cards-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .form-tab-menu {
    grid-template-columns: 1fr;
  }

  .vertragslaufzeit-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    place-content: center;
    place-items: center;
    margin-top: 10px;
    display: flex;
  }

  .social-button.mobile {
    position: relative;
  }

  .vertragslaufzeit-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    place-content: center;
    align-self: center;
    place-items: flex-start center;
    margin-top: 10px;
    display: flex;
  }

  .vertragsllaufzeit-wrapper {
    justify-content: center;
    display: flex;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .course-logo {
    margin-top: auto;
    position: absolute;
    inset: 15% 3% auto auto;
  }

  .announce {
    font-size: .9rem;
  }

  .gallery-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .gallery-list {
    flex-wrap: wrap;
  }

  .gallery-item {
    width: 95vw;
  }

  .gallery-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .course_grid {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    padding-left: 18px;
    padding-right: 18px;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 1.7rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .navbar-brand {
    flex: 1;
    width: auto;
    max-width: 100%;
  }

  .section_hero {
    background-position: 0 0, 50%;
    padding-top: 80px;
  }

  .event-banner {
    justify-content: center;
    align-items: center;
    min-width: 90svw;
  }

  .primary-button {
    font-size: 1rem;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

  .navbar-button {
    display: none;
  }

  .nav-link.mobile-only {
    background-color: var(--primary);
    color: var(--white);
    display: flex;
  }

  .primary-text.text-color-white {
    font-size: 1rem;
  }

  .heading-event {
    font-size: 1.4rem;
  }

  .text-block-5 {
    padding-bottom: 10px;
    font-size: .75rem;
  }

  .about-front-img {
    padding-top: 100px;
    padding-right: 20px;
  }

  .about-back-img {
    padding-left: 2rem;
    bottom: 143px;
  }

  .partner-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .partner-google-wrapper {
    flex-direction: column;
    margin-top: 3rem;
  }

  .div-rice-also {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    max-width: 32rem;
  }

  .div-shinning-dress {
    flex-direction: column;
    padding: 1.5rem;
  }

  .contact-left-item-text {
    font-size: 1rem;
  }

  .bold-heading {
    font-size: 2.5rem;
  }

  .course-detail-title {
    font-size: 1.4rem;
  }

  .list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .footer-heading {
    text-align: center;
  }

  .div-block-9 {
    text-align: left;
    align-items: center;
  }

  .text-block-9 {
    text-align: center;
    justify-content: center;
  }

  .div-block-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-link {
    margin-right: 0;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .container-normal {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .single-hero-heading {
    font-size: 2rem;
  }

  .single-hero-heading.smaller {
    font-size: 1rem;
  }

  .class-collection-list {
    grid-template-columns: 1fr;
  }

  .course-tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .kurs-zeit {
    flex-direction: row;
  }

  .course-time-item {
    flex-direction: column;
  }

  .kurs-name {
    font-size: 18px;
  }

  .trainer-content {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .tabs-menu-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .image-50-width {
    margin-right: 0;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .image-wrap {
    height: 200px;
    padding-bottom: 0;
    display: flex;
  }

  .image-wrap._2, .image-wrap.kundigung {
    height: 200px;
  }

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

  .anmeldung-form {
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .parent_notice {
    font-size: .8rem;
    line-height: 1.6;
  }

  .form-tab-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .vertragslaufzeit-wrapper {
    font-size: 1rem;
  }

  .social-button.mobile {
    margin-right: 10px;
    padding: 10px 20px;
    display: flex;
  }

  .social-button-icon {
    margin-right: 0;
  }

  .social-heading {
    display: none;
  }

  .banner-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event_bottom {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .vertragslaufzeit-content {
    font-size: 1rem;
  }

  .kraft-symbol-wrapper {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .kraft-symbol-spacer {
    width: 100%;
    height: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .anmeldung_error {
    font-size: .8rem;
  }

  .text-block-47 {
    text-align: center;
  }

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

  .contact-submit {
    font-size: .9rem;
  }

  .team-heading-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .team-wrapper {
    justify-items: center;
  }

  .course-link {
    text-align: center;
    margin-left: 0;
  }

  .text-span-5 {
    font-size: 1rem;
    font-weight: 400;
  }

  .course-logo {
    margin-top: 20px;
    position: relative;
    top: 0%;
    right: auto;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    inset: auto 0% 0%;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-around;
  }

  .announce {
    text-align: center;
  }

  .gallery-hero-section {
    padding: 4.8rem 0% 4%;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .footer_app-column {
    flex-direction: column;
    align-items: center;
  }

  .footer_last {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column-reverse;
  }

  .container-navbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .course_grid {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
  }

  .probetraining-button {
    font-size: .7rem;
  }

  .kurs-hero {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .action-box {
    text-align: center;
    flex-flow: column;
  }
}

#w-node-_96389938-4745-86d6-742c-6a65c7df9e19-40aff1a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad29bb33-5c8a-71bd-6d69-11dd332d076b-40aff1a5 {
  justify-self: center;
}

#w-node-d2ae5e5a-6651-610e-3516-882d6fe3a13c-40aff1a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f976311-8623-ba10-5704-524742a78120-40aff1a5 {
  justify-self: stretch;
}

#w-node-_9f33dfac-ffaa-47ea-ccbe-0c47cf32748c-40aff1a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f29400d-110b-34cd-6bae-b21cb95a8ec4-40aff1a5, #w-node-_91ba1182-0431-e07b-b613-2ecb4d65c98e-40aff1a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2724815a-4b59-2229-2b31-f9f78edee96a-40aff1a5 {
  justify-self: center;
}

#w-node-_91ba1182-0431-e07b-b613-2ecb4d65c98c-40aff1a5 {
  justify-self: stretch;
}

#w-node-caf9ab9e-f825-1acf-aa9f-be830e5ce2fc-40aff1a5, #w-node-_3f3100d2-44ce-15ee-da72-9a2402b793d4-40aff1a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c4ac0ac-72d9-77fd-2e68-3862f4e8ead3-40aff1a5 {
  justify-self: center;
}

#w-node-_102971b0-5278-72b7-c06a-821a7dc0e296-40aff1a5, #w-node-ef583969-44ad-64cb-4a48-6dc06af3fd3a-40aff1a5, #w-node-_18a18703-dc5c-7249-8f93-f78a613936bc-40aff1a5, #w-node-d8817c31-db39-d300-c4aa-13f95f8b939b-40aff1a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25ff39b-9646-4f67-fbea-517198086059-40aff1a5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a9ca295-eafb-c479-dcf3-ea4508e503a4-40aff1a5 {
  justify-self: center;
}

#w-node-_3ca2f1df-3cba-1456-2ddc-0ef69d46bfcc-9d46bfbe, #w-node-_3ca2f1df-3cba-1456-2ddc-0ef69d46bfc2-9d46bfbe, #w-node-_3ca2f1df-3cba-1456-2ddc-0ef69d46bfd2-9d46bfbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea97ecd1-dda7-9436-374e-d92405631ec3-05631ec0 {
  align-self: stretch;
}

#w-node-ea97ecd1-dda7-9436-374e-d92405631ec5-05631ec0 {
  place-self: stretch start;
}

#w-node-ea97ecd1-dda7-9436-374e-d92405631ece-05631ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b782-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b787-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b78c-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b791-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b797-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b79d-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b7a3-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b8b0-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b8c9-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b8cc-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b8ce-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b8d1-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b93a-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b944-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b945-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81b9b3-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9b8-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9bd-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9c2-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9c7-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9cc-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9d6-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9db-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9e0-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9e5-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9ea-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9ef-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9f4-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9f9-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81b9fe-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba03-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba08-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81ba0c-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81ba0d-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba12-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba17-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba1c-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba31-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba36-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba3b-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba40-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba45-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba4a-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba54-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba59-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba5e-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba63-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba68-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba6d-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba72-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba77-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba7c-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba81-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba86-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81ba8a-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81ba8b-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba90-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba95-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81ba9a-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81baac-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bab1-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bab6-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81babb-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bac0-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bac5-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81baca-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bacf-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bad4-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bad9-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81badd-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81bade-c3faf5db {
  justify-self: start;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81bae1-c3faf5db, #w-node-_5b213006-90dd-1d1c-0843-0031af81bb64-c3faf5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b213006-90dd-1d1c-0843-0031af81bbc0-c3faf5db {
  justify-self: start;
}

#w-node-aaeed462-066b-15f9-9779-9bf9566f0259-de4cbc68, #w-node-_09580000-309a-8c51-d56e-7c4161b58578-a877afa7, #w-node-_4c1b2a50-7b54-a65e-b688-f1b498e66308-a877afa7, #w-node-_4c1b2a50-7b54-a65e-b688-f1b498e66308-d9963243, #w-node-e72614ae-9d03-5b06-441f-ca36898b5ced-e4a839a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea2382c4-5d55-6af4-823d-0ef9374ee3aa-af58658d, #w-node-_15d5ef75-6ee5-cb7f-cdb8-d08e42f784f9-af58658d, #w-node-f62b0a91-287b-04be-3acd-109c226ac139-af58658d, #w-node-f8b036e5-1740-917e-76dd-941f4eaf6e0f-af58658d, #w-node-a9bc7a7a-2dc9-eed5-ce44-7738f71afb51-af58658d {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-ea97ecd1-dda7-9436-374e-d92405631ec3-05631ec0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea97ecd1-dda7-9436-374e-d92405631ece-05631ec0 {
    justify-self: end;
  }

  #w-node-ea97ecd1-dda7-9436-374e-d92405631ed3-05631ec0 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}