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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Fact, Impact, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  color: #a0ce4e;
  background-color: #323643;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 12vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #323643;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #e5e5e5;
}

.highlights {
  color: #fff;
  background-color: #a0ce4e;
}

.adresse {
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-family: Fact, Impact, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Fact, Impact, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Fact, Impact, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Fact, Impact, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  letter-spacing: .3px;
  font-family: Fact, Impact, sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #a0ce4e;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-men {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-links {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-links:hover {
  color: gray;
}

.nav-links.w--current {
  color: #ebe3de;
}

.nav-links.flie-text {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
}

.nav-links.flie-text:hover {
  color: #95c84c;
}

.nav-links.flie-text.w--current {
  color: #91be53;
}

.navbars {
  background-color: #fff;
  width: 100%;
}

.titelvideo-start {
  height: 90vh;
  position: relative;
}

.titelvideo-start.hauptfarbe {
  height: 60vh;
}

.titelvideo-start.hauptfarbe._80vh {
  height: 80vh;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-video {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-video.overlay {
  background-image: linear-gradient(#00000040, #00000040);
  height: 100%;
}

.slogan {
  font-size: 80px;
  line-height: 85px;
}

.slogan.heading-1 {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}

.slogan.heading-1.shadow {
  text-shadow: 3px 3px 3px #0003;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.section-gro-e-abst-nde.hauptfarbe {
  color: #fff;
  padding-bottom: 100px;
}

.heading-klein-mittig.heading-3.farbe-flie-text {
  margin-top: 20px;
  font-size: 24px;
}

.div-block-bild {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-bild:hover {
  box-shadow: 0 11px 11px -1px #0000004d;
}

.div-block-bild.is-min_height {
  background-color: #e5e5e5;
  justify-content: flex-start;
  align-items: stretch;
}

._3ergrid-effekt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 95%;
  min-height: 60vh;
  margin-top: 40px;
  position: static;
}

.text-feld {
  text-align: center;
  min-height: 80px;
}

.text-feld.zweitfarbe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.bild-section-cover {
  background-image: linear-gradient(#fff9, #fff9), url('../images/attachment_2_Eddy-Norton-Personal-Trainer.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25vh 15vw 10vh;
  display: flex;
}

.bild-section-cover._2 {
  color: #fff;
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/Eddy4.jpeg.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-mittig {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig.heading-2.farbe-der-headings {
  font-size: 35px;
  font-weight: 400;
}

.text-mittig {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.text-mittig.flie-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

.terminbutton-2:hover {
  background-color: #292929;
}

.terminbutton-2.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.terminbutton-2.highlights:hover {
  background-color: #161616;
}

.heading-links {
  text-transform: uppercase;
}

.icon-gro-1 {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.footer-1 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.hauptfarbe {
  flex-direction: row;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.maps {
  width: 100%;
}

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

.footer-image-2 {
  margin-right: 10px;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.footertext1-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.titelvideo-unterseite.hauptfarbe {
  height: 60vh;
}

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

.form-text {
  text-transform: none;
  margin-bottom: 10px;
}

.form-text.flie-text {
  font-size: 16px;
}

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

.tab-pane-tab-1 {
  perspective: none;
  width: 100.032%;
}

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

.tab-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.tab-link.heading-2.w--current {
  background-color: #0000;
  border-bottom: 5px solid #96c95d;
}

.tabs-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.galerie.flex {
  width: 100%;
}

.galerie-img {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.inhalt-mittig-untereinander.hauptfarbe {
  justify-content: center;
  align-items: flex-start;
}

.kontakt-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
}

.kontakt-grid.highlights {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map {
  height: 100%;
}

.impdat {
  padding: 100px 10vw;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-success {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.headings {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  padding: 60px 10vw;
}

.footer.hauptfarbe {
  margin-top: auto;
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.icon1-2 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 6.5vh;
  font-family: Fact, Impact, sans-serif;
}

.text-field.area {
  height: 12vh;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  color: #fff;
  background-color: #2c2c2c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.link {
  color: #fff;
  letter-spacing: .5px;
  font-family: Fact, Impact, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.img-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-100.height-small {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
  max-height: 20vh;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-size: 17px;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.html-embed-maps {
  height: 100%;
}

.logo-abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-blocks {
  color: #000;
  line-height: 1.3;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 140px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.zweitfarbe-2 {
  color: #000;
  background-color: #f8f8f8;
}

.frame-offset {
  border: 3px solid #a0ce4e;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  inset: -40px 0% 0% -40px;
}

.feature-image-mask {
  width: 100%;
  height: 55vh;
  position: relative;
}

.feature-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100.056%;
  position: relative;
}

.feature-image.contain {
  z-index: 1;
  object-fit: contain;
}

.feature-image.rechts {
  z-index: 1;
  object-position: 100% 50%;
}

.feature-image.top {
  object-position: 50% 20%;
}

.feature-image.mehr-rechts {
  object-position: 80% 50%;
}

.terminbuttons {
  text-transform: uppercase;
  font-family: Fact, Impact, sans-serif;
  transition: all .2s;
}

.terminbuttons:hover {
  background-color: #292929;
}

.terminbuttons.heading-font3.highlights {
  letter-spacing: .5px;
}

.paragraph-links {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-links.flie-text {
  font-weight: 300;
}

.flex-block-nebeneinander {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-nebeneinander.is-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.strich {
  background-color: #bbb;
  width: 150px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-mit-abstand {
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
}

.paragraph-links-list {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-links-list.flie-text {
  font-weight: 700;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

._2er {
  margin-top: 20px;
}

.content-div {
  width: 100%;
  height: 100%;
}

.arrow-left {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  cursor: pointer;
  background-color: #a0ce4e;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: transform .2s;
  display: flex;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-right {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right.white-back {
  background-color: #fff;
}

.checkbox-fields {
  letter-spacing: .5px;
  font-family: Fact, Impact, sans-serif;
  font-size: 16px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

.social-icon {
  object-fit: contain;
  width: 2.5vw;
  margin-bottom: 5px;
}

.div-blocks {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.loading-page {
  z-index: 1000;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: fixed;
  inset: 0%;
}

.flex_block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo_loading_page {
  width: 50rem;
}

.accordion-item-wrapper {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}

.accordion-question-header {
  font-family: Fact, Impact, sans-serif;
  font-size: 19px;
}

._2er-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.dropdown-div {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.stretch-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 27vh;
  display: flex;
}

.play-pause-button {
  background-color: var(--white);
  width: 40px;
}

.video {
  z-index: 1;
  width: 100%;
  height: 40vh;
  position: relative;
}

.video._30 {
  height: 30vh;
}

.tabs {
  width: 100%;
}

.abs-div {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quick-stack {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.banner-grid {
  z-index: 1;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  height: auto;
  margin-top: 10px;
  position: static;
  inset: auto;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 8vh;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men {
    background-color: #323643;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: #323643;
  }

  .navbar {
    position: relative;
  }

  .nav-links.flie-text {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .titelvideo-start.hauptfarbe {
    height: 50vh;
  }

  .div-block-video {
    width: 100%;
    padding-left: 0;
  }

  .slogan.heading-1 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 1.1;
  }

  .slogan.heading-1.shadow {
    font-size: 40px;
    line-height: 1.1;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.hauptfarbe, .section-gro-e-abst-nde.zweitfarbe-2 {
    padding: 60px;
  }

  ._3ergrid-effekt {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 50%;
    min-height: 140vh;
    display: flex;
  }

  .bild-section-cover._2 {
    padding: 60px;
  }

  .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-unterseite {
    height: 60vh;
  }

  .titelvideo-unterseite.hauptfarbe {
    border-top: 1px solid var(--white);
    height: 50vh;
  }

  .tabs-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .galerie {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .galerie.flex {
    flex-flow: column;
    display: flex;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 40px;
  }

  .inhalt-mittig-untereinander.hauptfarbe {
    padding: 60px;
  }

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

  .kontakt-grid.highlights {
    flex-flow: column;
    display: flex;
  }

  .map {
    height: 45vh;
  }

  .impdat, .success {
    padding: 60px;
  }

  .div-block-success {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-success.highlights {
    padding: 40px;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    font-size: 18px;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .img-100.height-small {
    height: auto;
  }

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .frame-offset {
    height: 50vh;
    top: -20px;
    left: -20px;
  }

  .feature-image-mask {
    height: 50vh;
  }

  .feature-image {
    height: 400px;
  }

  .feature-image.contain, .feature-image.rechts, .feature-image.top, .feature-image.mehr-rechts {
    height: 50vh;
  }

  .flex-block-nebeneinander {
    margin-bottom: 0;
  }

  .flex-block-nebeneinander.is-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-mit-abstand {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .paragraph-links-list.flie-text {
    text-align: left;
  }

  ._2er {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .accordion-pane {
    width: 100%;
  }

  .social-icon {
    width: 35px;
  }

  .loading-page {
    display: none;
  }

  .logo_loading_page {
    width: auto;
  }

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

  ._2er-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .video {
    height: 60vh;
  }

  .banner-grid {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 6vh;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-links.flie-text {
    font-size: 14px;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .titelvideo-start.hauptfarbe {
    height: 40vh;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video {
    width: 100%;
    padding-left: 20px;
  }

  .slogan.heading-1, .slogan.heading-1.shadow {
    font-size: 30px;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.hauptfarbe, .section-gro-e-abst-nde.zweitfarbe-2 {
    padding: 40px;
  }

  ._3ergrid-effekt {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    display: flex;
  }

  .bild-section-cover {
    background-image: linear-gradient(#fff9, #fff9), url('../images/attachment_2_Eddy-Norton-Personal-Trainer.webp');
    background-position: 0 0, 80% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 10vh;
  }

  .bild-section-cover._2 {
    padding: 40px;
  }

  .heading-mittig {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig.heading-2 {
    line-height: 35px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .text-mittig.flie-text {
    font-size: 16px;
  }

  .heading-links.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .maps, .div-footer {
    width: 100%;
  }

  .footertext1-2 {
    margin-bottom: 10px;
  }

  .titelvideo-unterseite {
    height: 55vh;
  }

  .titelvideo-unterseite.hauptfarbe {
    height: 40vh;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tab-link.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .galerie-img {
    height: 50vh;
  }

  .inhalt-mittig-untereinander {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-mittig-untereinander.hauptfarbe {
    padding: 40px;
  }

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

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .div-block-success {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-success.highlights {
    padding: 20px;
  }

  .headings {
    font-size: 25px;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .footer.hauptfarbe {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 40px;
    display: flex;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .impdat-2.flie-text {
    align-items: center;
  }

  .frame-offset {
    height: 40vh;
  }

  .feature-image-mask {
    height: 40vh;
    margin-right: 0;
  }

  .feature-image {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.contain {
    height: 40vh;
  }

  .feature-image.contain.cover {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .feature-image.rechts, .feature-image.top, .feature-image.mehr-rechts {
    height: 40vh;
  }

  .paragraph-links.flie-text {
    font-size: 16px;
  }

  .flex-block-nebeneinander {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .flex-block-nebeneinander.is-gap {
    margin-bottom: 0;
  }

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

  .paragraph-links-list.flie-text {
    padding-left: 20px;
    font-size: 16px;
  }

  .accordion-tab-button-dark {
    width: 100%;
  }

  .div-blocks {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .accordion-question-header {
    font-size: 1.1em;
  }

  .video {
    height: 55vh;
  }

  .video._30 {
    height: 20vh;
  }

  .banner-grid {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    height: 5vh;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titelvideo-start {
    height: 50vh;
  }

  .titelvideo-start.hauptfarbe {
    height: 35vh;
  }

  .div-block-video {
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .section-gro-e-abst-nde {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde.hauptfarbe {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde.zweitfarbe-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-klein-mittig.heading-3 {
    margin-top: 0;
  }

  .heading-klein-mittig.heading-3.farbe-flie-text {
    font-size: 20px;
  }

  .div-block-bild {
    height: 50vh;
  }

  .div-block-bild.is-min_height {
    height: auto;
  }

  ._3ergrid-effekt {
    width: 100%;
  }

  .text-feld.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bild-section-cover._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig.heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-links.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .titelvideo-unterseite {
    height: 50vh;
  }

  .titelvideo-unterseite.hauptfarbe {
    height: 30vh;
  }

  .tab-link.heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-link.heading-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .galerie-img {
    height: 35vh;
  }

  .inhalt-mittig-untereinander {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-mittig-untereinander.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map {
    height: 40vh;
  }

  .impdat, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-success.highlights {
    padding: 20px;
  }

  .headings {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .icon1-2 {
    width: 50px;
    height: 50px;
  }

  .field-label.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .maps-gro {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .logo-abstand {
    margin: 0;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .frame-offset {
    top: -10px;
    left: -10px;
  }

  .feature-image.rechts {
    object-position: 70% 50%;
    height: 25vh;
  }

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

  .paragraph-links-list.flie-text {
    padding-left: 20px;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .logo_loading_page {
    width: 80%;
  }

  .dropdown-div {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stretch-block {
    min-height: auto;
  }

  .video {
    height: 50vh;
  }

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

#w-node-c6d51748-8b44-d8f7-0615-0ef0e31b950d-53b4391b {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ef0f5ad1-1b69-5ae8-9eb8-8b90124ddc63-53b4391b, #w-node-_7ae1e4ac-48dd-a77e-00aa-e8ea5730b7fa-53b4391e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fact';
  src: url('../fonts/Fact-CondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fact';
  src: url('../fonts/Fact-CondensedMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fact';
  src: url('../fonts/Fact-CondensedMedium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}