@font-face {
  font-family: Podiumsoft;
  src: url('../fonts/PODIUMSoft-ExtraBold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --grad-100: #a77954;
  --grao-0: #ebbe8f;
  --white: white;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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 {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  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;
  width: 250px;
}

.logo {
  justify-content: center;
  align-items: center;
  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: #000;
}

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

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

.highlights {
  color: #000;
  background-color: #f8c563;
  background-image: radial-gradient(circle, #ebbe8f, #a77954 99%, #c89021);
}

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

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

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

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

.heading-3 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-3.farbe-der-headings.text-center {
  text-align: center;
  overflow-wrap: anywhere;
}

.heading-3.farbe-der-headings.text-center.shadow {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.flie-text {
  overflow-wrap: anywhere;
  font-family: Josefin Sans, sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #f8c563;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #ebbe8f, #a77954);
  -webkit-background-clip: text;
  background-clip: text;
  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;
  display: flex;
}

.nav-men-1.hauptfarbe {
  z-index: 1000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1 {
  z-index: 999;
  background-color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

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

.nav-link-3.flie-text {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
}

.nav-link-3.flie-text:hover {
  border-bottom: 2px solid #ecc365;
  transform: translate(0);
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
  border-bottom: 2px solid #ecc365;
  transform: skew(0deg);
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  font-family: Josefin Sans, sans-serif;
}

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

.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-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-video1.overlay {
  z-index: 0;
  background-image: linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
}

.slogan1 {
  font-size: 50px;
  line-height: 85px;
}

.slogan1.heading-1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

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

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

.section-gro-e-abst-nde1.hauptfarbe.no-padding {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-gro-e-abst-nde1.hauptfarbe._2 {
  padding-bottom: 0;
}

.section-gro-e-abst-nde1.hauptfarbe.padding-up {
  padding-top: 20px;
}

.section-gro-e-abst-nde1.hauptfarbe.padding-down {
  padding-bottom: 0;
}

.heading-klein-mittig.heading-3.farbe-flie-text {
  overflow-wrap: anywhere;
}

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

.bild-section-cover-1 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/theujulala-sauna-1405973.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

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

.bild-section-cover-1._3 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #000);
}

.bild-section-cover-1._5 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #000), url('../images/pexels-ray-lei-2809836-13849063_result.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-section-cover-1._3 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #000), url('../images/AdobeStock_Preview_1774597755.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.heading-mittig1.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Podiumsoft, Impact, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.text-mittig1 {
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-mittig1.flie-text {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 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;
}

.terminbutton-2.highlights.heading-3 {
  background-image: radial-gradient(circle, #ebbe8f, #a77954 99%, #c89021);
  border-radius: 5px;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
}

.terminbutton-2.highlights.heading-3.margin {
  margin-bottom: 10px;
}

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

.mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px;
  display: flex;
}

.mittig-untereinander-1.hauptfarbe {
  color: #fff;
  text-align: center;
  width: 100%;
}

.mittig-untereinander-1.hauptfarbe.linkss {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.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: 55vh;
  position: relative;
}

.titelvideo-unterseite._70-vh {
  height: 75vh;
}

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

.link-formular.farbe-der-headings {
  font-weight: 700;
}

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

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

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

.inhalt-mittig-untereinander1.hauptfarbe {
  padding-left: 60px;
  padding-right: 60px;
}

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

.maps1 {
  height: 100%;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  line-height: 1.3;
}

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

.footer-2 {
  padding: 60px 140px;
}

.footer-2.hauptfarbe {
  padding-bottom: 10px;
  font-family: Josefin Sans, sans-serif;
}

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

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

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 10px;
}

.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 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

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

.field-label.heading-2.farbe-der-headings {
  color: #daa847;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.field-label.heading-2.farbe-der-headings.gradient {
  background-image: radial-gradient(circle, #ebbe8f, #b68964);
}

.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-3 {
  width: 100%;
  font-family: Josefin Sans, sans-serif;
}

.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 {
  width: 100%;
  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%;
}

.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;
  text-decoration: none;
}

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

.img-100.is-top {
  object-position: 50% 20%;
}

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

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

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

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

.logo-abstand1 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.ablaufplan-big-button-3.black.ablaufplan {
  border: 1px solid #fff;
  border-left-style: none;
  margin-top: -2px;
  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;
}

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

.menu-button:hover {
  background-color: #292929;
}

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

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

.menu-button.highlights.heading-3 {
  background-color: #ecc365;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ebbe8f, #a77954 99%, var(--grad-100));
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Josefin Sans, sans-serif;
  transform: skew(-20deg);
}

.navbar-holder {
  flex-flow: wrap;
  padding-right: 0;
  display: flex;
}

.section-kurse {
  background-color: #000;
  width: 100%;
  height: 80vh;
}

._6ergrid1-kurse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-mittig2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig2.flie-text {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

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

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.list-item.white {
  color: #fff;
}

.image-icon {
  display: block;
}

.image-icon.btm {
  object-fit: contain;
  width: 1rem;
  margin-bottom: 10px;
}

.list-4 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  display: block;
  position: absolute;
}

.list-4.rel {
  position: relative;
}

.card-item {
  border-radius: .25rem;
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.heading-mittig1-21 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
}

.heading-mittig1-21.heading-1 {
  z-index: 1;
  color: #f8c563;
  text-align: center;
  margin-left: 0;
  font-family: Podiumsoft, Impact, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  position: static;
}

.section-training-2 {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-center.flie-text {
  text-align: center;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.text-center.flie-text.big {
  font-size: 20px;
}

.text-center.flie-text.margin {
  margin-top: 10px;
}

.heading-mittig1-2-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
}

.heading-mittig1-2-3.heading-1 {
  z-index: 1;
  text-align: center;
  width: 98.8909%;
  font-family: Podiumsoft, Impact, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  position: static;
}

.heading-mittig1-2-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
}

.heading-mittig1-2-5.heading-1 {
  z-index: 1;
  text-align: center;
  line-height: 1.3;
  position: static;
}

.heading-mittig1-2-5.heading-1.farbe-der-headings {
  overflow-wrap: anywhere;
  font-size: 23px;
}

.fixed-div {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 33% auto;
}

.button-link {
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-link.highlights {
  background-color: #c99d73;
  background-image: none;
  width: 3rem;
  height: 3rem;
}

.button-link.highlights.small {
  padding: 10px;
}

.icon-2 {
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
}

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

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #3f522b;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-card-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #3f522b;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.details_icon-wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.card_team-info-wrapper {
  cursor: pointer;
  background-color: #e2ebfd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -53px;
  transform: skew(20deg);
}

.image-5.position {
  object-position: 50% 0%;
}

.image-5.position-image-2 {
  object-position: 33% 50%;
}

.content-wrapper-4 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.content-wrapper-4.highlights {
  z-index: 999999;
  transform-style: preserve-3d;
  background-color: #363636;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.image-wrapper1 {
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  position: absolute;
}

.wrapper {
  perspective: 1000px;
  cursor: pointer;
  border: 10px #fff;
  width: 30vw;
  height: 60vh;
  overflow: hidden;
}

.wrapper.hauptfarbe {
  width: 100%;
  height: 80vh;
}

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

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

.heading-mittig1-training.heading-2 {
  text-transform: uppercase;
  font-family: Podiumsoft, Impact, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig1-training.heading-2.farbe-der-headings {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grao-0), var(--grad-100));
  color: #333;
}

.container-9 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-mittig1-2-kurse {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
}

.heading-mittig1-2-kurse.heading-1 {
  z-index: 1;
  text-align: left;
  margin-left: 0;
  font-family: Podiumsoft, Impact, sans-serif;
  line-height: 1.3;
  position: static;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-10 {
  width: 90%;
  max-width: none;
}

.slogan-sub {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 85px;
}

.slogan-sub.heading-1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.list_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.list_text.flie-text {
  max-width: 100%;
  margin-bottom: 0;
}

.list_text.flie-text.small {
  overflow-wrap: anywhere;
  width: auto;
}

.table-5er {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  min-height: 60vh;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.day-flex {
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cell-outline_round {
  border: 2px solid var(--grao-0);
  border-radius: 10px;
  width: 100%;
  min-height: 5rem;
  padding: 10px;
}

.cell-fill {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grao-0), var(--grad-100));
  color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 5rem;
  padding: 10px 20px 20px;
}

.table-text {
  margin-bottom: 0;
}

.table-text.flie-text {
  text-align: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.text-mittig1-2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1-2.flie-text {
  line-height: 1.5;
}

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

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

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

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

._2er_grid {
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 40px;
  position: static;
}

.table-2er {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.v_flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cell-outline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--grao-0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 12rem;
  padding: 20px;
  display: flex;
}

.text-price {
  margin-bottom: 0;
}

.text-price.flie-text {
  text-align: center;
  text-align: center;
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 400;
}

.text-price.flie-text.white {
  color: #fff;
  overflow-wrap: anywhere;
}

.is-flex_margin {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

._100 {
  filter: brightness(98%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

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

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

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

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

.team_member_card_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.team-bild {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

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

.team-text.zweitfarbe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 35vh;
  padding: 10px 20px;
  display: flex;
}

.team-text.zweitfarbe.auto {
  min-height: auto;
}

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

.big {
  font-size: 24px;
}

.img-holder {
  height: 50vh;
  overflow: hidden;
}

.div-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

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

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

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

.code-embed {
  border: 10px solid var(--grad-100);
  width: 100%;
  height: 100%;
}

.div-block-185 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.hero-logo-wrap {
  z-index: -5;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-hero {
  z-index: 1;
  width: 450px;
  position: relative;
}

.skewed {
  width: 100%;
  height: 100%;
  margin-left: -11px;
  overflow: hidden;
  transform: skew(-20deg);
}

.custom-button {
  text-transform: uppercase;
  background-color: #f8c563;
  background-image: radial-gradient(circle, #ebbe8f, #a77954 99%, #c89021);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 15px;
  font-family: Josefin Sans, sans-serif;
  text-decoration: none;
  transform: skew(-20deg);
}

.btn-txt {
  color: #fff;
  font-weight: 700;
  transform: skew(20deg);
}

.preise-card {
  border: 3px solid var(--grao-0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding: 0;
  display: flex;
}

.preise-card.middle {
  height: auto;
  transform: scale(1.1);
}

.preise-card._100 {
  width: 100%;
}

.preise-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.preise-card-wrap.coaching {
  height: 485.594px;
  margin-bottom: 20px;
}

.preise-card-wrap.paddding-down-20 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.preise-card-small-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 40px;
  display: flex;
}

.preise-card-small {
  border: 3px dashed var(--grad-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 16rem;
  padding: 20px;
  display: flex;
}

.heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  display: flex;
}

.heading-wrap.mittig {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.black-heading {
  padding: 20px 30px;
  transform: skew(-20deg);
}

.highlights-2 {
  color: #000;
  background-image: radial-gradient(circle, #747474, #000000b5 50%, #000c 83%, #000000d9 99%);
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.titled-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: skew(-20deg);
}

.dark-overlay {
  z-index: 0;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.pragraph-wrapper {
  background-color: #b78a62;
  width: 100%;
  height: 10%;
  padding: 20px 30px;
}

.price-wrapper {
  background-color: #000;
  width: 100%;
  height: 18.798%;
  padding: 10px 30px;
}

.list-wrap {
  background-color: #fff;
  width: 100%;
  height: 66%;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

.terminbutton-2-4.highlights.heading-3 {
  background-image: radial-gradient(circle, #ebbe8f, #a77954 99%, #c89021);
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

._4er-grid-3-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

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

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

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

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

.team-bg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  max-height: Infinity% ;
  flex-flow: column;
  justify-content: space-between;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.card-wrapper.white {
  background-color: #fff;
  padding: 10px;
}

._4er-grid1 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100.032%;
  margin-top: 40px;
}

._4er-grid1._3-col {
  grid-column-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.paragraph-65 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 13px;
}

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

.image-100.size {
  height: 65vh;
}

.image-100.size.con {
  object-fit: contain;
}

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

.utility-pag.highlights {
  background-image: linear-gradient(135deg, var(--grad-100), var(--grao-0));
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 10rem;
}

.heading-mittig-large-2 {
  font-size: 48px;
}

.heading-mittig-large-2.heading-1 {
  font-family: Lato, sans-serif;
}

.agb-link {
  color: #fff;
  text-decoration: none;
}

.lightbox-link {
  display: none;
}

.image-117 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.flex-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-mittig1-22.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Podiumsoft, Impact, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.text-span {
  font-size: 18px;
  font-weight: 400;
}

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

@media screen and (min-width: 1440px) {
  .image-5 {
    position: absolute;
  }

  .container-9 {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--black);
  }

  .men-buttton1.hauptfarbe {
    background-color: #100c09;
    background-image: linear-gradient(180deg, var(--grad-100), var(--grao-0));
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
  }

  .nav-link-3.flie-text {
    text-align: center;
    padding: 10px;
  }

  .navbar-6.hauptfarbe {
    width: auto;
    margin-left: auto;
    position: static;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelvideo-start-1 {
    width: 100%;
    height: 60vh;
  }

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

  .div-block-video1.overlay {
    padding: 40px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-gro-e-abst-nde1 {
    padding: 50px 5%;
  }

  .section-gro-e-abst-nde1.hauptfarbe, .section-gro-e-abst-nde1.hauptfarbe.no-padding, .section-gro-e-abst-nde1.hauptfarbe._2, .section-gro-e-abst-nde1.hauptfarbe.padding-down, .section-gro-e-abst-nde1.zweitfarbe.no-margin, .section-gro-e-abst-nde1.highlights {
    padding: 60px;
  }

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

  .bild-section-cover-1._2, .bild-section-cover-1._3, .bild-section-cover-1._5, .bild-section-cover-1._3 {
    padding: 60px;
  }

  .heading-mittig1.heading-2 {
    text-align: center;
  }

  .terminbutton-2.highlights.heading-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .bild-cover1 {
    height: 50vh;
  }

  .mittig-untereinander-1 {
    height: 100%;
  }

  .mittig-untereinander-1.hauptfarbe {
    height: 50vh;
  }

  .mittig-untereinander-1.hauptfarbe.linkss {
    padding-left: 60px;
  }

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

  .titelvideo-unterseite {
    height: 40vh;
  }

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

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

  .kontakt-grid1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .maps1 {
    height: 45vh;
  }

  .impdat {
    padding: 60px;
  }

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

  .heading-22 {
    font-size: 22px;
  }

  .div-block-footer1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

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

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

  .inhalt-footer {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .logo-abstand1 {
    width: 100%;
    margin-right: auto;
    padding-left: 0;
  }

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

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

  .menu-button.highlights.heading-3.hide {
    display: none;
  }

  .section-kurse {
    height: auto;
  }

  ._6ergrid1-kurse {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 0;
    display: flex;
  }

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

  .list-4 {
    position: static;
  }

  .card-item {
    height: 30rem;
  }

  .section-training-2 {
    padding: 60px;
  }

  .fixed-div {
    margin-right: 10px;
  }

  .icon-2 {
    height: 30px;
  }

  .steps-card, .steps-card-2 {
    flex-flow: column;
    display: flex;
  }

  .details_icon-wrapper {
    display: flex;
  }

  .image-5 {
    filter: grayscale();
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .image-5.size {
    height: 60vh;
  }

  .content-wrapper-4.highlights {
    background-color: var(--black);
    padding: 20px;
    position: static;
    transform: none;
  }

  .image-wrapper1 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .wrapper {
    margin-bottom: 60px;
  }

  .wrapper.hauptfarbe {
    height: auto;
    margin-bottom: 20px;
  }

  .section-gro-e-abst-nde1-training {
    padding: 50px 5%;
  }

  .section-gro-e-abst-nde1-training.highlights {
    padding: 60px;
  }

  .heading-mittig1-training.heading-2 {
    text-align: center;
  }

  .container-10 {
    width: 100%;
    max-width: none;
  }

  .slogan-sub.heading-1 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .list_text.flie-text, .list_text.flie-text.small {
    width: auto;
  }

  .table-5er {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .table-5er.hide {
    display: none;
  }

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

  ._2er_grid, .table-2er {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 20px;
    display: flex;
  }

  .cell-outline {
    min-height: auto;
  }

  .logo-hero {
    width: 200px;
  }

  .skewed {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .preise-card {
    width: 100%;
    padding: 20px;
  }

  .preise-card.middle.highlights {
    transform: none;
  }

  .preise-card-wrap {
    flex-flow: column;
    padding: 0;
  }

  .preise-card-wrap.coaching {
    flex-flow: column;
    height: auto;
    padding: 10px;
  }

  .preise-card-wrap.paddding-down-20 {
    flex-flow: column;
    padding: 0;
    overflow: hidden;
  }

  .preise-card-small-wrap {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .preise-card-small {
    width: 100%;
    height: auto;
  }

  .heading-wrap.mittig {
    padding-left: 0;
  }

  .black-heading.highlights-2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 20px;
    display: flex;
  }

  ._4er-grid-3-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card-wrapper.white {
    justify-content: center;
    align-items: center;
  }

  ._4er-grid1 {
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  ._4er-grid1._3-col {
    grid-column-gap: 5px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .price-wrap {
    width: 100%;
  }

  .paragraph-65 {
    text-align: center;
    margin-top: 10px;
  }

  .img-wrapper {
    width: 100%;
  }

  .image-100.size.con {
    margin-top: 40px;
  }

  .heading-mittig-large-2.heading-1 {
    margin-top: 10px;
    font-size: 35px;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-116 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .heading-mittig1-22.heading-2 {
    text-align: center;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .navbar1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelvideo-start-1 {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .slogan1.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-gro-e-abst-nde1.hauptfarbe, .section-gro-e-abst-nde1.hauptfarbe.no-padding, .section-gro-e-abst-nde1.hauptfarbe._2, .section-gro-e-abst-nde1.hauptfarbe.padding-down, .section-gro-e-abst-nde1.zweitfarbe.no-margin, .section-gro-e-abst-nde1.highlights {
    padding: 40px;
  }

  ._3ergrid-effekt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bild-section-cover-1 {
    padding: 5vh 10vw;
  }

  .bild-section-cover-1._2, .bild-section-cover-1._3, .bild-section-cover-1._5, .bild-section-cover-1._3 {
    padding: 40px;
  }

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

  .heading-mittig1.heading-2 {
    text-align: center;
    line-height: 35px;
  }

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .bild-cover1 {
    height: 25rem;
  }

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

  .mittig-untereinander-1.hauptfarbe.linkss {
    padding-left: 40px;
  }

  .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: 20rem;
  }

  .titelvideo-unterseite._70-vh {
    height: 28rem;
  }

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

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

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

  .maps1 {
    height: 25rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .field-label.heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .img-100.is-top {
    object-position: 50% 10%;
  }

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

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

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

  .section-training-2 {
    padding: 40px;
  }

  .heading-mittig1-2-3.heading-1, .heading-mittig1-2-5.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .fixed-div {
    bottom: 25%;
  }

  .icon-2 {
    height: 25px;
  }

  .image-5.size {
    height: 25rem;
  }

  .section-gro-e-abst-nde1-training.highlights {
    padding: 40px;
  }

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

  .heading-mittig1-training.heading-2 {
    text-align: center;
    line-height: 35px;
  }

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

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

  .slogan-sub.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .table-5er, ._2er_grid, .table-2er {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .team-bild {
    height: 25rem;
  }

  .team-text.zweitfarbe {
    min-height: auto;
    padding: 20px;
  }

  .img-holder {
    height: 25rem;
  }

  .container-11 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  ._4er-grid-3-2 {
    flex-flow: column;
    display: flex;
  }

  ._4er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-100.size {
    height: 55vh;
  }

  .image-100.size.con {
    margin-top: 20px;
  }

  .image-error {
    height: 5rem;
  }

  .heading-mittig-large-2.heading-1 {
    font-size: 30px;
  }

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

  .heading-mittig1-22.heading-2 {
    text-align: center;
    line-height: 35px;
  }

  .heading-mittig1-22.heading-2.farbe-der-headings {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 27px;
  }
}

@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%;
  }

  .logo-img {
    width: 130px;
  }

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

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

  .navbar1 {
    padding: 10px 20px;
  }

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

  .div-block-video1.overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1.heading-1 {
    overflow-wrap: anywhere;
    font-size: 20px;
    line-height: 24px;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px 2%;
  }

  .section-gro-e-abst-nde1.hauptfarbe, .section-gro-e-abst-nde1.hauptfarbe.no-padding, .section-gro-e-abst-nde1.hauptfarbe._2, .section-gro-e-abst-nde1.hauptfarbe.padding-down, .section-gro-e-abst-nde1.zweitfarbe.no-margin, .section-gro-e-abst-nde1.highlights, .bild-section-cover-1._2, .bild-section-cover-1._3, .bild-section-cover-1._5, .bild-section-cover-1._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .text-mittig1.flie-text {
    font-size: 12px;
  }

  .mittig-untereinander-1.hauptfarbe {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mittig-untereinander-1.hauptfarbe.linkss {
    padding-left: 20px;
  }

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

  .titelvideo-unterseite {
    height: 10rem;
  }

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

  .inhalt-mittig-untereinander1.hauptfarbe, .impdat, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

  .card-item {
    height: 25rem;
  }

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

  .heading-mittig1-21.heading-1.farbe-der-headings {
    overflow-wrap: anywhere;
  }

  .section-training-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-mittig1-2-3.heading-1, .heading-mittig1-2-5.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-mittig1-2-5.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .button-link.highlights {
    padding: 5px;
  }

  .icon-2 {
    height: 20px;
  }

  .content-wrapper-4 {
    padding-right: 60px;
  }

  .wrapper {
    width: 300px;
  }

  .section-gro-e-abst-nde1-training {
    padding: 40px 2%;
  }

  .section-gro-e-abst-nde1-training.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig1-training.heading-2.farbe-der-headings {
    text-align: center;
  }

  .heading-mittig1-2-kurse.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .slogan-sub.heading-1 {
    overflow-wrap: anywhere;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

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

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

  .team_member_card_wrapper {
    height: auto;
  }

  .team-text.zweitfarbe {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-hero {
    width: 140px;
  }

  .preise-card {
    padding: 10px;
  }

  .preise-card-wrap.coaching {
    padding: 0;
  }

  .heading-wrap.mittig {
    margin-top: 10px;
  }

  ._4er-grid1, ._4er-grid1._3-col {
    display: flex;
  }

  .image-100.size {
    height: auto;
  }

  .utility-pag.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-mittig-large-2.heading-1 {
    font-size: 25px;
  }

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

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

  .heading-mittig1-22.heading-2.farbe-der-headings {
    text-align: center;
    overflow-wrap: anywhere;
  }
}

#w-node-_07b4418c-3123-3798-d4be-817792d6f9f0-9a0d07de {
  grid-area: 4 / 2 / 5 / 3;
}


@font-face {
  font-family: 'Podiumsoft';
  src: url('../fonts/PODIUMSoft-ExtraBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}