:root {
  --paragraph-color: var(--heading-color);
  --heading-color: #1d2229;
  --secondary-color: #057eb5;
  --primary-color: #c5d000;
  --white: white;
  --grey-background-color: #f0f0f0;
  --relume-library-lite--rl-white: white;
  --background-black-color: #2c323a;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-gray: #f4f4f4;
  --infotext: red;
  --infoblock\<deleted\|variable-c6d65c1c-edaf-a0f8-2104-51c4f9412ff2\>: var(--paragraph-color);
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--paragraph-color);
  letter-spacing: .02em;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
}

h2 {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.3;
}

h3 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

p {
  color: var(--paragraph-color);
  margin-bottom: 10px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--secondary-color);
}

ul, ol {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  color: var(--paragraph-color);
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

blockquote {
  border: 50px solid var(--secondary-color);
  background-color: var(--primary-color);
  color: var(--heading-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 100px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.header-section {
  z-index: 9;
  background-color: var(--white);
  position: relative;
}

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

.header-content-wrap {
  margin-left: 30px;
  margin-right: 30px;
}

.navbar {
  z-index: 9;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: var(--heading-color);
  padding-left: 18px;
  padding-right: 18px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--secondary-color);
}

.nav-link.w--current {
  color: var(--secondary-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.nav-link.dropdown-nav-link {
  padding-left: 23px;
  padding-right: 0;
}

.dropdown-toggle {
  margin-right: 0;
  padding-left: 2px;
  padding-right: 45px;
}

.dropdown-list {
  background-color: var(--grey-background-color);
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  box-shadow: 1px 3px 6px #00000029;
}

.dropdown-link {
  color: var(--heading-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--secondary-color);
}

.dropdown-link.w--current {
  color: var(--secondary-color);
  font-size: 18px;
}

.banner-title-section {
  background-color: var(--heading-color);
  background-image: linear-gradient(#00000080, #00000080), url('../images/1723708827610.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-title-section.sauna {
  background-image: url('../images/woman-enjoying-relaxing-sauna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-title-section.bad {
  background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_678430816_kwk.webp');
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.banner-title-section.kurs {
  background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_788084166.jpeg');
  margin-bottom: 40px;
}

.banner-title-section.fund {
  background-image: linear-gradient(#0000, #0000), url('../images/swim-goggles-towel-isolated-white.jpg');
}

.banner-title-section.bonus {
  background-image: linear-gradient(#0000, #0000), url('../images/Rabatt.jpg');
}

.banner-title-section.jobs {
  background-image: linear-gradient(#0000, #0000), url('../images/1723708827610.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
}

.banner-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.typography-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container.welle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide-content-wrap {
  width: 80%;
  margin-top: 30px;
}

.paragraph-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-section.preise {
  text-align: center;
}

.paragraph-section.white {
  color: var(--relume-library-lite--rl-white);
}

.styleguide-section-title {
  color: var(--secondary-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 36px;
}

.list-section {
  padding-top: 30px;
  padding-bottom: 20px;
}

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

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

.color-item {
  text-align: center;
  margin-bottom: 10px;
}

.color-box {
  background-color: var(--primary-color);
  width: 100%;
  height: 190px;
}

.color-box.secondary-color {
  background-color: var(--secondary-color);
}

.color-box.heading-color {
  background-color: var(--heading-color);
}

.color-box.content-color {
  background-color: var(--paragraph-color);
}

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

.color-box.grey-background-color {
  background-color: var(--grey-background-color);
}

.color-code {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.blockquote-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 45px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  color: var(--heading-color);
  background-color: #0000;
}

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

.button.hero-main-button:hover {
  color: var(--primary-color);
}

.button-large {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 60px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-large:hover {
  color: var(--heading-color);
  background-color: #0000;
}

.button-large.error-button {
  margin-top: 30px;
}

.style-button-wrap {
  background-color: #0000;
  margin-bottom: 20px;
}

.black-button {
  border: 2px solid var(--heading-color);
  background-color: var(--heading-color);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 45px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.black-button:hover {
  color: var(--heading-color);
  background-color: #0000;
}

.black-button.hover-white:hover {
  border-color: var(--white);
  color: var(--white);
}

.black-button-large {
  border: 2px solid var(--heading-color);
  background-color: var(--heading-color);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 60px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color .2s, border-color .2s, color .2s;
}

.black-button-large:hover {
  color: var(--heading-color);
  background-color: #0000;
}

.black-button-large.password-button {
  margin-top: 0;
  margin-right: 0;
}

.transparent-button {
  border: 2px solid var(--grey-background-color);
  color: var(--heading-color);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 45px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, color .2s, background-color .2s;
}

.transparent-button:hover {
  border-color: var(--grey-background-color);
  background-color: var(--grey-background-color);
  color: var(--heading-color);
}

.transparent-button.header-button {
  background-color: #f2f2f2;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

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

.transparent-button.hero-second-button {
  color: var(--white);
}

.transparent-button.hero-second-button:hover {
  color: var(--heading-color);
}

.transparent-button.blog-listing-button {
  background-color: var(--white);
}

.transparent-button.blog-listing-button:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.transparent-button-large {
  border: 2px solid var(--grey-background-color);
  color: var(--heading-color);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 60px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color .2s, border-color .2s, color .2s;
}

.transparent-button-large:hover {
  background-color: var(--grey-background-color);
}

.footer-section {
  background-color: var(--secondary-color);
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 10px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-content {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  font-size: 14px;
}

.footer-contact-wrap {
  background-color: var(--background-black-color);
  border: 1px solid #485059;
  margin-top: 45px;
  padding: 30px 30px 20px;
}

.footer-contact-link-wrap {
  flex-direction: column;
  margin-bottom: 15px;
  display: flex;
}

.footer-link-title {
  color: var(--primary-color);
  margin-right: 10px;
  font-weight: 700;
}

.footer-link {
  color: #bcbcbc;
  margin-right: 20px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: color .2s;
}

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

.widget-title {
  color: var(--white);
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}

.footer-page-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-page-link {
  color: var(--relume-library-lite--rl-white);
  padding-bottom: 22px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-page-link:hover {
  color: var(--primary-color);
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
}

.footer-social-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.bottom-to-top-wrap {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bottom-to-top-link {
  border: 1px solid #485059;
  border-radius: 1100px;
  justify-content: center;
  align-items: center;
  width: 57px;
  min-width: 57px;
  height: 57px;
  min-height: 57px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.bottom-to-top-link:hover {
  border-bottom-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.footer-border-wrap {
  background-color: #485059;
  width: 100%;
  height: 1px;
  margin-right: 20px;
}

.header-logo-wrap {
  flex: 0 auto;
}

.header-menu-button {
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.banner-title-border-text {
  opacity: .56;
  color: var(--heading-color);
  text-transform: capitalize;
  text-shadow: 0 1px 0 var(--white);
  margin-top: 0;
  font-size: 62px;
  line-height: 1.3;
  display: block;
  position: absolute;
  inset: 0%;
}

.banner-title-text {
  z-index: 2;
  color: var(--white);
  text-transform: none;
  font-family: Billiondreams, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  position: relative;
}

.banner-title-text.reg {
  color: var(--heading-color);
}

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

.copyright-section {
  padding-top: 40px;
  padding-bottom: 30px;
}

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

.instagram-wrap {
  background-image: url('../images/mbb_bildzeile_1708_274px.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
}

.instgram-link-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.instagram-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.instagram-link {
  color: var(--white);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-decoration: underline;
}

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

.hero-section {
  margin-left: 30px;
  margin-right: 30px;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.hero-slider-mask {
  height: 100%;
}

.hero-slider-item {
  background-color: var(--heading-color);
  background-image: url('../images/instructor-works-with-children-swimming-pool_kwk2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 240px;
}

.hero-slider-item.slider-two {
  background-image: url('../images/AdobeStock_715385476_Preview.jpg');
}

.hero-slider-item.slider-three {
  background-image: url('../images/AdobeStock_521821296.jpg');
}

.hero-slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-shadow: -2px -1px 9px var(--background-black-color);
  font-family: Billiondreams, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-slide-button-wrap {
  text-align: center;
  padding-top: 10px;
}

.slide-nav {
  background-color: #0000;
  margin-top: 10px;
  display: none;
  position: relative;
}

.right-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}

.left-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  display: flex;
}

.about-section {
  background-image: url('../images/about-text-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-grid {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.section-title-area {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-area.section-left-align {
  text-align: left;
}

.section-subtitle {
  color: var(--secondary-color);
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section-subtitle.white-subtitle {
  color: var(--white);
}

.section-subtitle.primary-color-subtitle {
  color: var(--primary-color);
}

.section-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Billiondreams, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.section-title.white-section-title, .section-title-content.white-section-title-content {
  color: var(--white);
}

.about-image-wrap {
  text-align: center;
  background-image: url('../images/about-round-layer.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-item-wrap {
  padding-top: 30px;
}

.about-item {
  background-color: var(--grey-background-color);
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 25px;
  padding: 40px 30px;
  display: flex;
}

.about-item-content {
  flex: 0 auto;
  margin-right: 40px;
  padding-left: 20px;
}

.about-item-content.about-second-content {
  margin-right: 20px;
  padding-left: 40px;
}

.about-item-image {
  flex: none;
}

.about-item-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
}

.about-point-content {
  margin-bottom: 0;
}

.about-main-image-wrap {
  text-align: center;
  margin-top: 200px;
  display: inline-block;
  position: relative;
}

.white-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--heading-color);
  padding: 17px 45px;
  font-size: 22px;
  font-weight: 400;
  transition: background-color .2s, border-color .2s, color .2s;
}

.white-button:hover {
  border-color: var(--background-black-color);
  background-color: var(--background-black-color);
  color: var(--white);
}

.about-button-wrap {
  position: absolute;
  inset: auto auto 4% 5%;
}

.training-type-section {
  padding-top: 0;
  padding-bottom: 100px;
}

.training-type-wrap {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.training-type-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.training-type-item {
  background-color: var(--grey-background-color);
  align-items: center;
  padding: 10px;
  display: flex;
}

.training-type-icon-wrap {
  background-color: var(--heading-color);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.training-type-title {
  color: var(--heading-color);
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 400;
}

.training-type-count {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
}

.training-review-wrap {
  align-items: center;
  display: flex;
}

.training-review-text-wrap {
  padding-left: 10px;
}

.review-text {
  color: var(--heading-color);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.testimonial-section {
  background-image: url('../images/testimonial-text-bg.png');
  background-position: 0 82%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-item {
  background-color: var(--grey-background-color);
  width: 60%;
  margin-left: 0;
  margin-right: 30px;
  padding: 30px;
  overflow: hidden;
}

.testimonial-item-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-image-wrap {
  width: 80%;
  position: relative;
}

.testimonial-content-wrap {
  border-left: 1px solid var(--paragraph-color);
  margin-left: 20px;
  padding-left: 30px;
}

.testimonial-image {
  border-radius: 100px;
}

.testimonial-quote-wrap {
  background-color: var(--secondary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.client-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.client-designation {
  color: var(--heading-color);
  margin-bottom: 5px;
  font-size: 18px;
}

.testimonial-slider-nav {
  position: relative;
}

.testimonial-content {
  margin-top: 5px;
  margin-bottom: 0;
}

.slider-arrow-icon {
  color: var(--white);
}

.testimonial-right-arrow {
  z-index: 2;
  background-color: var(--heading-color);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-left: 220px;
  margin-right: 0;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.testimonial-right-arrow:hover {
  background-color: var(--secondary-color);
}

.testimonial-left-arrow {
  z-index: 2;
  background-color: var(--heading-color);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 220px;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.testimonial-left-arrow:hover {
  background-color: var(--secondary-color);
}

.facility-section {
  background-color: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.facility-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  align-items: stretch;
}

.facility-video-link {
  background-color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.facility-video-link:hover {
  background-color: var(--white);
}

.facility-video-link-wrap {
  background-image: url('../images/facility-men-image.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.facility-large-text-image {
  display: none;
  position: absolute;
  inset: auto auto 18% -13%;
}

.facility-item {
  border-bottom: 1px solid var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.facility-title-wrap {
  background-color: var(--heading-color);
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px 15px 20px;
  display: flex;
}

.facility-title {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 1.1;
  display: inline-block;
}

.facility-content {
  color: var(--white);
}

.facility-title-area {
  margin-bottom: 10px;
  display: inline-block;
}

.pricing-section {
  background-image: url('../images/plan-text.svg');
  background-position: 100% 5%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 40px;
}

.pricing-item {
  background-color: #f9f9f9;
  padding: 30px 20px 40px;
}

.pricing-title-wrap {
  justify-content: center;
  padding-bottom: 35px;
  display: flex;
}

.pricing-title {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 33px;
  font-weight: 700;
}

.pricing-price-wrap {
  text-align: center;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pricing-price {
  font-size: 26px;
  font-weight: 600;
}

.pricing-offer {
  background-color: var(--white);
  color: var(--heading-color);
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.pricing-offer.highlight-offer {
  background-color: var(--primary-color);
}

.pricing-item-list-wrap {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 5px;
}

.pricing-list-detail {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.pricing-list-detail.pricing-highlight-text {
  color: var(--secondary-color);
  font-weight: 700;
}

.pricing-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.pricing-bold-text {
  color: var(--heading-color);
  font-weight: 700;
}

.about-banner-title-section {
  background-image: url('../images/Backgroung_green_u.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-intro-section {
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.about-intro-wrap {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.about-intro-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: stretch;
}

.about-intro-image {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: .45fr 1fr;
  width: 100%;
}

.intro-section {
  background-image: url('../images/story-text.svg');
  background-position: 100% 2%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}

.intro-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.story-item {
  background-color: var(--grey-background-color);
  flex-direction: column;
  justify-content: center;
  height: 465px;
  padding: 30px;
  display: flex;
}

.story-item.story-second-item {
  background-image: url('../images/story-item-bg-image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 40px;
}

.story-item.story-third-item {
  background-color: var(--primary-color);
  height: 250px;
}

.story-title {
  font-size: 30px;
  font-weight: 700;
}

.story-title.white-story-title {
  color: var(--white);
}

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

.story-item-wrap {
  padding-top: 30px;
}

.white-story-content {
  color: var(--white);
}

.video-wrap-section {
  background-image: url('../images/video-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.video-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.video-lightbox-link {
  border: 2px solid var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.video-lightbox-link:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.our-values-section {
  background-color: var(--heading-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-values-title-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: stretch;
}

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

.our-value-item {
  background-color: var(--background-black-color);
  border: 1px solid #485059;
  padding: 50px 40px 40px;
}

.our-value-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
}

.our-value-content {
  color: #bcbcbc;
  font-size: 20px;
}

.counter-section {
  padding-bottom: 100px;
}

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

.counter-item {
  text-align: center;
  border: 1px solid #d2d2d2;
  padding-top: 40px;
  padding-bottom: 60px;
}

.counter-value {
  margin-bottom: 0;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
}

.counter-title {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 700;
}

.join-club-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20240815-WA0052_kwk02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-club-wrap {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-section {
  background-image: url('../images/contact-text.svg');
  background-position: 0 7%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}

.contact-form-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: center;
}

.contact-form-area {
  background-color: #f9f9f9;
  padding: 40px;
}

.open-hours-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}

.open-hours-list-wrap {
  margin-top: 20px;
  display: block;
}

.open-hours-list {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.open-hours-day {
  color: var(--heading-color);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
}

.open-hours-time {
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 20px;
}

.open-hours-title-wrap {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  display: inline-block;
}

.input-field2 {
  color: var(--paragraph-color);
  background-color: #0000;
  border-bottom: 1px solid #d3d3d3;
  min-height: 65px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.input-field2::placeholder {
  color: var(--paragraph-color);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.input-field2.half-width {
  width: 48%;
}

.contact-form-title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
}

.contact-form-subtitle {
  color: var(--secondary-color);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
}

.contact-form-block {
  margin-top: 40px;
}

.contact-info-section {
  background-image: url('../images/contact-info-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.contact-info-item {
  background-color: var(--primary-color);
  text-align: center;
  border-right-style: none;
  padding: 75px 60px 70px;
}

.contact-info-item.last-info-child {
  border-right-style: none;
}

.contact-info-icon-wrap {
  background-color: var(--heading-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info-title {
  font-size: 30px;
  font-weight: 600;
}

.contact-info-divider {
  background-color: var(--heading-color);
  width: 70px;
  height: 5px;
  margin: 20px auto;
}

.contact-info-content {
  color: var(--background-black-color);
  margin-bottom: 15px;
}

.contact-info-link {
  color: var(--heading-color);
  font-weight: 700;
}

.contact-info-address {
  color: var(--heading-color);
  margin-bottom: 0;
  font-weight: 700;
}

.bmi-section {
  background-image: url('../images/bmi-text.svg');
  background-position: 100% 16%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 100px;
}

.bmi-grid {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.form-input-wrap {
  justify-content: space-between;
  display: flex;
}

.bmi-values-area {
  margin-top: 40px;
}

.bmi-values-list {
  justify-content: space-around;
  display: flex;
}

.bmi-values-item {
  background-color: var(--heading-color);
  text-align: center;
  border: 1px solid #353a40;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bmi-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.bmi-value {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
}

.bmi-status {
  color: var(--white);
  margin-bottom: 0;
}

.bmi-status.underweight {
  color: #f8c800;
}

.bmi-status.healthy {
  color: #a1f65e;
}

.bmi-status.overweight {
  color: #ffa24b;
}

.bmi-status.obese {
  color: #ff4b4b;
}

.cta-section {
  background-color: var(--secondary-color);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cta-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
}

.cta-subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cta-subscribe-form-wrapper {
  text-align: left;
}

.cta-subscribe-form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  min-height: 65px;
  margin-bottom: 0;
  font-size: 22px;
}

.cta-subscribe-form-input::placeholder {
  color: var(--white);
  font-size: 22px;
}

.cta-form-block {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-left: 10px;
  display: flex;
}

.cta-form-area {
  margin-bottom: 0;
}

.changelog-section {
  background-image: url('../images/changelog-text.svg');
  background-position: 100% 7%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.changelog-content-area {
  text-align: center;
}

.changelog-content-wrap {
  text-align: center;
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 20px;
  padding: 100px 140px 120px;
  display: inline-block;
}

.changelog-version {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 700;
}

.licenses-section {
  background-image: url('../images/licenses-text.svg');
  background-position: 100% 7%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.license-item {
  margin-bottom: 30px;
  padding-top: 30px;
}

.license-content-area {
  border-bottom: 1px solid #afafaf;
  margin-left: 100px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.license-link-wrap {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.license-website-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.license-website-link {
  padding-left: 10px;
  font-size: 22px;
}

.license-link-lists {
  margin-bottom: 20px;
}

.image-live-link {
  font-size: 22px;
}

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

.utility-page-form {
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  padding: 100px 130px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
}

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

.password-content {
  color: var(--secondary-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.protected-title {
  font-family: Billiondreams, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.password-title-wrap {
  padding-bottom: 30px;
}

.error-section {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 140px;
}

.error-page-content-wrap {
  margin-top: 35px;
}

.inner-section {
  background-image: url('../images/Title_Impressum.svg');
  background-position: 100% 1%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 120px;
}

.inner-section.zeiten, .inner-section.preise, .inner-section.haus, .inner-section.sauna, .inner-section.datenschutz, .inner-section.imp, .inner-section.schwimm, .inner-section.saunabereich {
  background-image: none;
}

.schedule-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.schedule-day-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-background-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.schedule-day-grid.preise {
  grid-template-columns: 1fr;
  justify-content: center;
}

.schedule-day-item {
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.plantitel {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 700;
}

.plantitel.bad {
  color: var(--secondary-color);
  font-size: 22px;
}

.plantitel.sauna {
  color: var(--primary-color);
  font-size: 22px;
}

.schedule-workout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-background-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  margin-bottom: 10px;
}

.schedule-workout-grid.preise {
  grid-template-columns: .5fr 1fr .5fr 1fr;
}

.schedule-workout-grid.preis {
  grid-template-columns: 2fr;
}

.schedule-workout-item {
  border: 1px solid var(--heading-color);
  background-color: var(--background-black-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.schedule-workout-item.workout-timing {
  display: flex;
}

.schedule-workout-item.workout-main-item {
  background-color: var(--grey-background-color);
  border-style: none;
  height: 100%;
}

.schedule-workout-item.tag {
  background-color: var(--paragraph-color);
}

.schedule-time {
  color: var(--white);
  margin-bottom: 0;
}

.zeit {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.zeit.bad {
  color: var(--secondary-color);
}

.zusatz, .zusatz-2 {
  color: var(--white);
}

.working-section {
  background-color: var(--heading-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.working-table-wrap {
  display: block;
}

.working-day-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--background-black-color);
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr 1fr .6fr;
}

.working-day-title {
  color: var(--white);
  text-align: center;
  border: 1px solid #50555b;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
}

.working-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr 1fr .6fr;
}

.working-time-item {
  text-align: center;
  border: 1px solid #50555b;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.working-time-text {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
}

.working-type-text {
  color: #a1f65e;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
}

.working-type-text.advanced-working {
  color: #ff4b4b;
}

.working-type-text.intermediate-working {
  color: #ffa24b;
}

.workout-name {
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.workout-trainer-image {
  border-radius: 100px;
}

.working-trainer-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.workout-trainer {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
}

.workout-tabs {
  text-align: center;
  margin-top: 40px;
}

.working-tabs-content {
  margin-top: 20px;
}

.blog-section {
  background-image: url('../images/blog-text.svg');
  background-position: 100% 14%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-section.related-posts {
  background-image: url('../images/related-text.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-wrap {
  margin-top: 80px;
}

.blog-item {
  z-index: 2;
  background-color: var(--white);
  border: 1px solid #d2d2d2;
  padding: 40px;
  transition: box-shadow .2s;
  position: relative;
}

.blog-item:hover {
  z-index: 4;
  box-shadow: 0 0 15px 3px #1d222933;
}

.blog-meta-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}

.blog-date {
  color: var(--secondary-color);
  margin-bottom: 0;
  display: inline-block;
}

.blog-category-link {
  background-color: #f3f3f3;
  margin-left: 20px;
  padding: 5px 15px 7px;
  display: inline-block;
}

.blog-category-link.blog-single-category {
  margin-top: 10px;
  margin-left: 0;
  padding-bottom: 7px;
}

.blog-category-link.blog-listing-category {
  background-color: var(--white);
}

.blog-title {
  text-transform: none;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.blog-author-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.blog-author-image {
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.blog-author-name {
  color: var(--heading-color);
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
  transition: color .2s;
}

.blog-author-name:hover {
  color: var(--secondary-color);
}

.blog-collection-item {
  padding-left: 0;
  padding-right: 0;
}

.blog-single-section {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 80px;
}

.blog-single-wrap {
  padding-top: 80px;
}

.blog-single-top-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.blog-single-title {
  text-transform: none;
  font-size: 40px;
  font-weight: 700;
}

.blog-single-image {
  width: 100%;
}

.blog-single-content {
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-author-section {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.author-wrap {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-author-image {
  border-radius: 100px;
}

.blog-single-author-name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.blog-author-designation {
  color: var(--heading-color);
  font-size: 18px;
}

.author-social-wrap {
  margin-top: 25px;
}

.author-social-link {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-author-content {
  color: var(--heading-color);
  margin-top: 15px;
  font-size: 22px;
  font-style: italic;
}

.global-page-section {
  padding: 100px 10px;
}

.global-banner-title {
  background-image: url('../images/global-banner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.global-page-title-wrap {
  justify-content: center;
  display: flex;
}

.global-page-title-area {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-value-title {
  color: var(--primary-color);
  padding-left: 20px;
  font-size: 60px;
}

.trainers-section {
  background-image: url('../images/team-text.svg');
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.trainers-section.home-trainers-section {
  padding-top: 40px;
}

.trainers-wrap {
  margin-top: 40px;
}

.trainer-item {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.trainer-image {
  width: 100%;
}

.trainer-content-area {
  background-color: var(--heading-color);
  color: var(--heading-color);
  padding: 40px 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.trainer-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
}

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

.trainer-special-section {
  border-top: 1px solid #49505a;
  margin-top: 15px;
  padding-top: 15px;
}

.special-text {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 700;
}

.special-content {
  color: #bcbcbc;
}

.trainer-social-wrap {
  margin-top: 20px;
}

.trainer-social-link-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.trainer-listing-link-block {
  width: 100%;
}

.trainer-banner-title-area {
  background-image: url('../images/trainer-banner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.trainer-single-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.trainer-single-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.trainer-single-image {
  width: 100%;
}

.trainer-title-wrap {
  margin-top: 40px;
}

.trainer-single-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.trainer-single-designation {
  color: var(--secondary-color);
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

.trainer-contact-wrap {
  margin-top: 30px;
}

.trainer-content-link-item {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.trainer-contact-title {
  color: var(--heading-color);
  margin-bottom: 0;
  font-weight: 700;
}

.trainer-contact-link {
  color: var(--paragraph-color);
  padding-left: 10px;
  font-size: 18px;
}

.trainer-contact-text {
  margin-bottom: 0;
  padding-left: 10px;
}

.trainer-single-social-wrap {
  margin-top: 20px;
}

.personal-detail-title {
  margin-top: 0;
  font-size: 45px;
  font-weight: 700;
}

.trainer-collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.join-team-section {
  background-image: url('../images/trainer-cta.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-team-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: center;
}

.join-team-address {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 30px;
}

.join-team-link {
  color: var(--white);
}

.join-team-link:hover {
  color: var(--primary-color);
}

.video-class-section {
  background-color: var(--heading-color);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-class-area {
  text-align: center;
  background-image: url('../images/video-calss-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 540px;
  margin-top: 40px;
  display: flex;
}

.video-class-link {
  border: 2px solid var(--grey-background-color);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.video-class-link:hover {
  border-color: var(--heading-color);
  background-color: var(--heading-color);
}

.video-class-button-wrap {
  text-align: center;
  margin-top: 80px;
}

.classes-section {
  padding-top: 0;
  padding-bottom: 60px;
}

.classes-content-wrap {
  margin-top: 40px;
  padding-bottom: 0;
}

.class-item {
  margin-bottom: 60px;
}

.class-title {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}

.class-listing-image {
  width: 100%;
}

.class-listing-content {
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.classes-collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.classes-single-title-area {
  background-image: url('../images/class-title-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.class-single-section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.class-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  align-items: start;
}

.class-detail-wrap {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.class-meta-wrap {
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.class-date {
  color: var(--secondary-color);
}

.class-category {
  color: var(--heading-color);
  background-color: #f3f3f3;
  margin-left: 20px;
  padding: 5px 15px 7px;
}

.class-detail-title {
  font-size: 28px;
  font-weight: 700;
}

.class-detail-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.class-detail-item {
  margin-bottom: 20px;
  display: flex;
}

.class-detail-content {
  color: var(--heading-color);
  margin-left: 10px;
  font-weight: 700;
}

.class-video-section {
  padding-bottom: 100px;
}

.class-video-wrap {
  background-image: url('../images/class-video-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.class-video-lightbox {
  border: 2px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  padding-left: 5px;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.class-video-lightbox:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.blog-list-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.blog-list-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-list-item {
  background-color: var(--grey-background-color);
  padding: 40px 30px 40px 40px;
  position: relative;
}

.blog-listing-content {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.blog-listing-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.blog-listing-content-wrap {
  z-index: 2;
  padding-right: 140px;
  position: relative;
}

.blog-listing-collection {
  margin-bottom: 20px;
}

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

.error-message {
  color: var(--heading-color);
  text-align: center;
  margin-top: 20px;
  padding: 20px;
}

.facility-image, .facility-our-image {
  display: none;
}

.home-classes-section {
  background-image: url('../images/Title_Kurse.svg');
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-classes-grid {
  grid-template-rows: auto;
}

.moving-wrap {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.moving-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 220%;
  display: flex;
}

.moving-content-area {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.moving-text {
  color: var(--white);
  text-align: left;
  letter-spacing: .4em;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 32px;
  font-weight: 700;
}

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

.moving-section {
  background-color: var(--heading-color);
  background-image: url('../images/Ico_Page_lg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 5px;
}

.workout-tab-link {
  color: #878787;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
}

.workout-tab-link:hover {
  color: var(--primary-color);
}

.workout-tab-link.w--current {
  color: var(--primary-color);
  background-color: #0000;
}

.trainer-name-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.trainer-rating-wrap {
  align-items: center;
  display: flex;
}

.start-rating-number {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 5px;
}

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

.faq-content-area {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  padding-left: 0;
  display: flex;
}

.accordion-toggle.w--open {
  padding-left: 0;
  font-weight: 400;
}

.accordion-icon {
  margin-right: 0;
}

.accordion-question {
  border-radius: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.accordion-dropdown-list {
  position: static;
}

.accordion-dropdown-list.w--open {
  background-color: #0000;
  display: block;
}

.faq-content {
  margin-bottom: 20px;
  font-size: 20px;
}

.header-bottom-to-top-wrap {
  height: 0;
}

.more-template-badge {
  z-index: 999;
  margin-bottom: 10px;
  position: fixed;
  inset: auto 0% 30px auto;
}

.buy-template-badge {
  z-index: 999;
  position: fixed;
  inset: auto 0% 5px auto;
}

.get-a-quote-button {
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 3px;
}

.hireus-content {
  color: #fff;
  font-size: 12px;
}

.hireus-orange-button {
  color: #0b0b0b;
  background-color: #ff774c;
  border-radius: 3px;
  padding: 6px 8px 5px;
  font-size: 13px;
  font-weight: 700;
}

.hireus-orange-button:hover {
  color: #0b0b0b;
}

.hireus-badge {
  z-index: 999;
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 8px;
  width: 300px;
  display: inline-block;
  position: fixed;
  inset: auto auto 8px 5px;
}

.hireus-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.get-a-quote-button-wrap {
  color: #fff;
  background-color: #0b0b0b;
  border-radius: 3px;
  margin: 1px;
  padding: 6px 8px 5px;
  font-size: 13px;
  font-weight: 700;
}

.hireus-link {
  color: #fff;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.hireus-close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hireus-badge-wrap {
  background-color: #0b0b0b;
  border-radius: 8px;
  margin: 2px;
  padding: 12px 10px 12px 12px;
  position: relative;
}

.image {
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-2 {
  margin-top: -27.1em;
  line-height: 1.5em;
}

.div-block-3 {
  background-image: url('../images/Wellen_footer.svg');
  background-position: 50% 100%;
  background-size: auto;
  margin-top: -75px;
}

.welle {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/Wellen_footer_farb.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 28%;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-heading-right {
  background-color: var(--grey-background-color);
  background-image: url('../images/Wellen_footer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 40px 30px 80px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: url('../images/Wellen_footer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 40px 30px 80px;
  position: relative;
}

.rl-button-link-icon {
  color: var(--secondary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-text {
  color: var(--secondary-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.kurs-header {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: block;
}

.spacer-kurse {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
}

.body {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.rl-padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 0;
  padding-right: 0;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

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

.wochentag {
  color: var(--background-black-color);
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
}

.popup {
  z-index: 999;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-inhalt {
  background-color: var(--secondary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  padding: 40px;
  display: flex;
}

.popup-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  max-width: 8%;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_blog33_spacing-block-8 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_text-divider {
  color: var(--relume-library-lite--rl-black);
}

.rl_blog33_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.rl_blog33_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_blog33_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog33_spacing-block-7 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blog3_title-link {
  text-decoration: none;
  display: block;
}

.rl_blog33_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog33_category-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.rl_blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.rl_blog33_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.rl_blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_blog33_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Billiondreams, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.rl_blog33_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog33_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blog33_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.rl_section_blog33 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-text-2 {
  letter-spacing: .1em;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
}

.rl-button-link-text-2:hover {
  color: var(--secondary-color);
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_blog8_spacing-block-11 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog8_spacing-block-10 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_blog8_spacing-block-9 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog8_read-time-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog8_category-text {
  line-height: 1.5;
}

.rl_blog8_category {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.rl_blog8_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
}

.rl_blog8_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.rl_blog8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog8_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog8_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rl_blog8_item-link:hover {
  border: 1px solid var(--primary-color);
}

.rl_blog8_item {
  border: 1px none var(--relume-library-lite--rl-black);
  background-image: linear-gradient(#dbdbdb80, #dbdbdb80);
}

.rl_blog8_item.static {
  background-image: linear-gradient(#c5d00180, #c5d00180);
}

.rl_blog8_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.rl_blog8_spacing-block-8 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog8_menu-link {
  color: var(--relume-library-lite--rl-black);
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blog8_menu-link.w--current {
  border: 1px solid #0000;
}

.rl_blog8_menu-link.current {
  border: 1px solid var(--relume-library-lite--rl-black);
}

.rl_blog8_category-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blog8_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog8_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_blog8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog8_featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

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

.rl_blog8_featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.rl_blog8_featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_blog8_featured-item-link {
  width: 100%;
  text-decoration: none;
}

.rl_blog8_featured-item-link:hover {
  border: 1px solid var(--primary-color);
}

.rl_blog8_featured-item {
  border: 1px none var(--relume-library-lite--rl-black);
  display: flex;
}

.rl_blog8_featured-list-wrapper {
  background-image: linear-gradient(#dbdbdb80, #dbdbdb80);
}

.rl_blog5_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_section_blog8 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h6-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-rich-text {
  color: #000;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
}

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

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_component {
  text-align: left;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite--rl-white);
}

.kurstext.ausgebucht {
  color: var(--primary-color);
}

.txtlnk {
  color: var(--secondary-color);
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_arrow-icon {
  color: var(--secondary-color);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--secondary-color);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--secondary-color);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--secondary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

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

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--primary-color);
}

.bold-text {
  color: var(--secondary-color);
}

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

.text-span-10 {
  color: var(--secondary-color);
}

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

.text-span-12 {
  color: var(--secondary-color);
}

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

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-field-label {
  color: var(--paragraph-color);
  margin-bottom: .5rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_contact1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-5 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white);
}

.textarea {
  border: 1px solid #000;
  font-size: 1rem;
}

.heading {
  font-family: Billiondreams, sans-serif;
  font-weight: 400;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  max-width: none;
}

.headin-price-section {
  color: var(--secondary-color);
  text-align: center;
  align-self: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 900;
}

.headin-price-section.sauna {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.cell {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: right;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.cell.oben {
  border-bottom-color: var(--grey-background-color);
}

.cell-2 {
  text-align: center;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
}

.preis_beschreib {
  font-size: 20px;
  font-weight: 700;
}

.zeit-text-small {
  font-size: 14px;
}

.heading-2 {
  color: var(--relume-library-lite--rl-white);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.rl-button-link-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout250_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.rl-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout250 {
  background-color: var(--relume-library-lite--rl-white);
}

.va-titel {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 22px;
}

.heading-3 {
  font-family: Billiondreams, sans-serif;
  font-weight: 400;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .heading-32, .heading-33, .text-block-20, .paragraph {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.list-item {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
}

.body-2, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.heading-40, .heading-41, .heading-42, .heading-43 {
  font-family: Billiondreams, sans-serif;
  font-weight: 400;
}

.body-3 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  opacity: .9;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
  font-size: 16px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--primary-color);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: none;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: red;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #0000;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: 16px;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 16px;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_decline-2 {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs-2 {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_decline-3 {
  color: #333;
  background-color: red;
  padding: .5rem 1rem;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.fs-consent_allow-3 {
  background-color: var(--primary-color);
  color: #fff;
  padding: .5rem 1rem;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.fs-consent_checkbox_field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  color: #fff;
  background-color: #000;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: var(--primary-color);
  font-size: 1.1875rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_title {
  color: var(--secondary-color);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-manager2_button {
  color: var(--primary-color);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: var(--secondary-color);
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 400;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
  font-weight: 400;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 400;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_submit {
  background-color: var(--primary-color);
  text-align: center;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 400;
}

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

.fs-cc-prefs2_button-2 {
  text-align: center;
  background-color: #e84422;
  border: 1px solid #ff5a65;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button-2.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-manager2_button-2 {
  color: #e84422;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button-2:hover {
  color: #000000e6;
}

.fs-cc-prefs2_title-2 {
  color: #e84422;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_component-2 {
  z-index: 2147483647;
  color: #fff;
  background-color: #000000b3;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_submit-2 {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button-2.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
  font-weight: 500;
}

.fs-cc-banner2_text-2 {
  font-size: 1rem;
  font-weight: 400;
}

.fs-cc-prefs2_title-3 {
  color: #e84422;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_submit-3 {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_text-3 {
  font-size: 1rem;
  font-weight: 400;
}

.fs-cc-prefs2_title-4 {
  color: #e84422;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_submit-4 {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

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

.heading-44, .bold-text-2 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.div-block-5 {
  padding: 0 30px 40px;
}

.infoblock {
  color: var(--infotext);
}

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

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--heading-color);
}

.paragraph-10 {
  color: var(--heading-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.paragraph-11 {
  color: var(--heading-color);
}

.text-span-14 {
  color: var(--infoblock\<deleted\|variable-c6d65c1c-edaf-a0f8-2104-51c4f9412ff2\>);
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

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

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-2 {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.kurse-block {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-bottom: 1px none var(--relume-library-lite--rl-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.rl-padding-section-large-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-7 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_header1 {
  border-bottom: 1px solid var(--relume-library-lite--rl-gray);
  background-color: var(--relume-library-lite--rl-white);
}

.heading-45 {
  color: var(--secondary-color);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

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

.rl_blog44_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog44_button-row-mobile {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_blog44_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog44_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.kursitem-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blog44_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog44_read-time-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog44_category {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.rl_blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog44_item-content {
  background-color: var(--secondary-color);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.rl_blog44_item-content:hover {
  background-color: var(--primary-color);
}

.rl_blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blog44_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.rl_blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rl_blog44_item {
  border: 1px none var(--relume-library-lite--rl-black);
}

.rl_blog44_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.rl_blog44_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog44_button-row-desktop {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rl_blog44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog44_heading {
  flex: 1;
}

.rl_blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

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

.rl-padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blog44 {
  background-color: var(--relume-library-lite--rl-white);
}

.kursitem-inhalt {
  color: var(--white);
  font-size: 16px;
}

.kursitem-wrappper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.legende {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.legende-text {
  font-size: 16px;
}

.text-block-21 {
  font-size: 18px;
}

.legende-titel {
  font-size: 18px;
  font-weight: 700;
}

.details-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.detail-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-text {
  color: var(--secondary-color);
  font-size: 16px;
}

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

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-padding-global-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

.kursdetail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-color);
  color: var(--paragraph-color);
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: grid;
}

.kursdetail-wrapper:hover {
  background-color: var(--secondary-color);
}

.kursdetail-wrapper.zwo {
  grid-template-columns: 1fr 1fr;
}

.subtitle-kurs {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.kursdetail-section {
  padding-top: 0;
  padding-bottom: 7rem;
}

.legende-block {
  background-color: var(--grey-background-color);
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.rl-button-4 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_pricing18_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-5 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing18_icon {
  color: var(--paragraph-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon.white {
  color: var(--white);
}

.rl_pricing18_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

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

.rl_pricing18_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing18_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing18_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h1-3 {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h6-3 {
  color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.rl_pricing18_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing18_plan {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl_pricing18_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_pricing18_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing18_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing18_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_pricing18_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_pricing18_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_pricing18 {
  background-color: var(--relume-library-lite--rl-white);
}

.booking {
  text-align: left;
  font-size: 14px;
}

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

.text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  color: var(--infotext);
}

.rl-error-text-2 {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text-2 {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button-5 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small-2 {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label-2 {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-form-input-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input-2::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl-text-style-regular-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Billiondreams, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-11 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-11 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
}

.text-span-19, .text-span-20, .text-span-21 {
  color: var(--infotext);
}

.jobs_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.joblink {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.text-span-22 {
  color: var(--infotext);
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 20px;
  }

  blockquote {
    border-width: 50px;
    padding: 100px;
  }

  .header-section {
    z-index: 3;
    position: sticky;
    top: 0;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .banner-title-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .transparent-button.header-button {
    padding: 17px 45px;
    display: inline-block;
  }

  .footer-section {
    padding: 60px 20px 80px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .footer-widget {
    margin-bottom: 0;
  }

  .footer-contact-link-wrap {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    display: flex;
  }

  .nav-menu {
    margin-right: 35px;
  }

  .banner-title-border-text {
    font-size: 82px;
  }

  .banner-title-text {
    font-size: 80px;
  }

  .copyright-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .instagram-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }

  .instagram-heading, .instagram-link {
    font-size: 45px;
  }

  .hero-slider-item {
    padding-top: 200px;
    padding-bottom: 220px;
  }

  .hero-slider-content {
    max-width: 67%;
  }

  .hero-title {
    font-size: 70px;
  }

  .about-section {
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .about-grid {
    grid-column-gap: 45px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .section-subtitle, .section-subtitle.primary-color-subtitle {
    font-size: 20px;
  }

  .section-title, .section-title.white-section-title {
    font-size: 45px;
  }

  .section-title-content {
    font-size: 20px;
  }

  .about-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 40px 20px;
    display: flex;
  }

  .about-item-content.about-second-content {
    margin-right: 20px;
  }

  .about-item-title {
    font-size: 30px;
  }

  .training-type-section {
    padding-bottom: 120px;
  }

  .training-type-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .training-type-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonial-section {
    background-position: 0 80%;
    margin-bottom: 20px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .testimonial-item {
    width: 56%;
    margin-right: 40px;
    padding: 40px;
  }

  .client-name {
    font-size: 25px;
  }

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

  .facility-grid {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr 1fr;
  }

  .facility-large-text-image {
    display: inline-block;
    bottom: 18%;
    left: -18%;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .pricing-item {
    padding: 40px 40px 50px;
  }

  .pricing-title-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-title {
    font-size: 40px;
  }

  .pricing-price {
    font-size: 30px;
  }

  .pricing-offer, .pricing-list-detail {
    font-size: 20px;
  }

  .about-banner-title-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .about-intro-section {
    top: -120px;
  }

  .about-intro-wrap {
    width: 1000px;
    margin-bottom: 0;
  }

  .about-intro-grid {
    grid-template-columns: .45fr 1fr;
  }

  .intro-section {
    background-position: 100% 2%;
    padding-bottom: 120px;
  }

  .intro-grid {
    grid-template-columns: .75fr 1fr;
  }

  .story-item {
    height: 465px;
    padding: 45px;
  }

  .story-item.story-second-item {
    height: 465px;
    margin-bottom: 40px;
    padding: 45px;
  }

  .story-item.story-third-item {
    height: 250px;
    padding: 45px;
  }

  .video-wrap-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-wrap {
    align-items: center;
  }

  .video-lightbox-link {
    width: 260px;
    min-width: 260px;
    height: 260px;
    min-height: 260px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .our-values-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-value-item {
    padding: 50px 40px 20px;
  }

  .our-value-title {
    font-size: 28px;
  }

  .our-value-content {
    font-size: 22px;
  }

  .counter-section {
    padding-bottom: 120px;
  }

  .counter-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .counter-value {
    font-size: 60px;
  }

  .counter-title {
    font-size: 23px;
  }

  .join-club-section {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-form-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .contact-form-area {
    padding: 40px 60px;
  }

  .contact-form-title {
    font-size: 40px;
  }

  .contact-form-subtitle {
    font-size: 20px;
  }

  .contact-info-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contact-info-item {
    padding: 75px 60px 70px;
  }

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

  .cta-section {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr 1fr;
  }

  .cta-title {
    font-size: 30px;
    line-height: 1.5;
  }

  .changelog-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .changelog-content-wrap {
    width: 900px;
    padding: 100px 140px 120px;
  }

  .license-content-area {
    margin-left: 100px;
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .utility-page-form {
    width: 90%;
  }

  .protected-section {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .error-section {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .inner-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .schedule-workout-item.workout-timing {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .zeit {
    font-size: 22px;
  }

  .zusatz, .zusatz-2 {
    font-size: 18px;
  }

  .working-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .working-day-grid {
    grid-template-columns: .6fr .6fr 1fr .6fr;
  }

  .working-day-title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .working-time-item {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    display: flex;
  }

  .working-type-text, .workout-name {
    font-size: 20px;
  }

  .blog-section {
    padding-top: 120px;
  }

  .blog-title {
    font-size: 26px;
  }

  .blog-author-wrap {
    margin-top: 30px;
  }

  .blog-single-wrap {
    padding-top: 80px;
  }

  .blog-single-top-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .blog-single-title {
    font-size: 45px;
  }

  .blog-single-author-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-author-content {
    font-size: 25px;
  }

  .global-page-section {
    padding: 120px 0;
  }

  .global-banner-title {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-value-title {
    font-size: 80px;
  }

  .trainers-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .trainers-section.home-trainers-section {
    padding-bottom: 120px;
  }

  .trainer-item {
    margin-bottom: 60px;
  }

  .trainer-content-area {
    padding: 40px;
  }

  .trainer-name {
    font-size: 25px;
  }

  .trainer-special-section {
    margin-top: 20px;
    padding-top: 20px;
  }

  .special-text {
    font-size: 20px;
  }

  .special-content {
    font-size: 18px;
  }

  .trainer-social-wrap {
    margin-top: 28px;
  }

  .trainer-banner-title-area {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .trainer-single-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .trainer-single-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
  }

  .trainer-content-link-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .trainer-contact-title, .trainer-contact-link {
    font-size: 20px;
  }

  .join-team-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .join-team-grid {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .video-class-section {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-class-area {
    height: 600px;
  }

  .classes-section {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .class-title {
    font-size: 30px;
  }

  .classes-single-title-area {
    margin-left: 30px;
    margin-right: 30px;
  }

  .class-single-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .class-detail-wrap {
    padding: 50px 40px 60px;
  }

  .class-detail-title {
    font-size: 30px;
  }

  .class-detail-content {
    font-size: 20px;
  }

  .class-video-section {
    padding-bottom: 100px;
  }

  .class-video-wrap {
    background-size: cover;
    height: 550px;
  }

  .blog-list-section {
    background-position: 100% 1%;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .blog-list-wrap {
    width: 100%;
  }

  .blog-listing-content-wrap {
    padding-right: 40px;
  }

  .facility-image, .facility-our-image {
    display: block;
  }

  .class-single-image {
    width: 100%;
  }

  .home-classes-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .moving-content {
    width: 220%;
  }

  .moving-text {
    color: var(--white);
    font-family: Inter;
    font-size: 34px;
  }

  .moving-section {
    background-color: var(--heading-color);
  }

  .faq-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .welle {
    height: 30%;
  }
}

@media screen and (min-width: 1440px) {
  .header-content-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    padding: 20px 30px;
    font-size: 20px;
  }

  .banner-title-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .typography-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .color-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .blockquote-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .footer-section {
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 60px 100px;
  }

  .header-menu-button {
    align-items: center;
  }

  .nav-menu {
    margin-right: 35px;
  }

  .banner-title-border-text {
    font-size: 82px;
  }

  .banner-title-text {
    font-size: 80px;
  }

  .copyright-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .instagram-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .instagram-heading, .instagram-link {
    font-size: 45px;
  }

  .hero-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-slider-item {
    min-height: 750px;
    padding-top: 220px;
    padding-bottom: 240px;
  }

  .hero-slider-content {
    max-width: 62%;
  }

  .hero-title {
    font-size: 80px;
  }

  .about-section {
    margin-top: 100px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .about-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 40px 30px;
    display: flex;
  }

  .about-item-content.about-second-content {
    margin-right: 40px;
    padding-left: 40px;
  }

  .training-type-section {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .testimonial-section {
    background-position: 0 80%;
    margin-bottom: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .testimonial-item {
    width: 50%;
    margin-right: 40px;
    padding: 40px;
  }

  .facility-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .facility-large-text-image {
    left: -13%;
  }

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

  .pricing-item {
    padding: 40px 40px 50px;
  }

  .about-banner-title-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .about-intro-section {
    top: -140px;
  }

  .about-intro-wrap {
    width: 1000px;
    margin-bottom: 0;
  }

  .intro-section {
    padding-bottom: 140px;
  }

  .video-wrap-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-wrap {
    align-items: center;
  }

  .our-values-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .our-value-item {
    padding: 70px 60px 60px;
  }

  .our-value-title {
    font-size: 30px;
  }

  .our-value-content {
    font-size: 22px;
  }

  .counter-section {
    padding-bottom: 140px;
  }

  .counter-item {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .counter-value {
    font-size: 80px;
  }

  .counter-title {
    font-size: 25px;
  }

  .join-club-section {
    margin-bottom: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .join-club-wrap {
    width: 50%;
  }

  .contact-form-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .contact-info-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .bmi-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .cta-section {
    margin-bottom: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-title {
    font-size: 40px;
  }

  .changelog-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .license-item {
    margin-bottom: 60px;
    padding-top: 30px;
  }

  .license-content-area {
    margin-left: 220px;
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .utility-page-form {
    width: 1000px;
    padding: 100px 130px;
  }

  .protected-section {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .error-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .inner-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .schedule-day-item {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .plantitel {
    font-size: 20px;
  }

  .schedule-workout-item, .schedule-workout-item.workout-timing, .schedule-workout-item.empty-workout-item {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .zeit {
    font-size: 25px;
  }

  .zusatz, .zusatz-2 {
    font-size: 20px;
  }

  .working-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .working-tabs-content {
    margin-top: 30px;
  }

  .blog-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .blog-item {
    padding: 40px;
  }

  .blog-date, .blog-category-link {
    font-size: 20px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-author-wrap {
    margin-top: 25px;
  }

  .blog-author-name {
    font-size: 20px;
  }

  .blog-single-section {
    padding-bottom: 80px;
  }

  .blog-single-top-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }

  .blog-single-content {
    max-width: 930px;
  }

  .blog-single-author-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .global-page-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .global-banner-title {
    margin-left: 40px;
    margin-right: 40px;
  }

  .trainers-section {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .trainers-section.home-trainers-section {
    padding-bottom: 140px;
  }

  .trainer-content-area {
    padding: 40px 45px;
  }

  .special-content {
    font-size: 20px;
  }

  .trainer-banner-title-area {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .trainer-single-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .trainer-single-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
  }

  .trainer-single-name {
    font-size: 30px;
  }

  .trainer-single-designation {
    font-size: 20px;
  }

  .join-team-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-class-section {
    margin-bottom: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-class-area {
    height: 600px;
  }

  .video-class-button-wrap {
    margin-top: 80px;
  }

  .classes-section {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .class-title {
    font-size: 30px;
  }

  .classes-single-title-area {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .class-single-section {
    padding-top: 120px;
  }

  .class-video-section {
    padding-bottom: 120px;
  }

  .class-video-wrap {
    background-size: cover;
    height: 600px;
  }

  .blog-list-section {
    background-position: 100% 2%;
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .blog-list-item {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-listing-content-wrap {
    padding-right: 40px;
  }

  .home-classes-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .moving-content {
    width: 240%;
  }

  .moving-content-area {
    flex: 1;
  }

  .moving-text {
    letter-spacing: .3em;
    font-size: 55px;
  }

  .faq-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .header-content-wrap {
    margin-left: 100px;
    margin-right: 100px;
  }

  .banner-title-section {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .banner-title-wrap {
    max-width: 60%;
  }

  .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    margin-left: 100px;
    margin-right: 100px;
  }

  .banner-title-border-text {
    font-size: 82px;
    line-height: 1.3;
  }

  .banner-title-text {
    line-height: 1.3;
  }

  .instagram-wrap, .hero-section {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-slider-item {
    min-height: 820px;
  }

  .about-section {
    margin-top: 100px;
  }

  .testimonial-item {
    width: 43%;
    margin-right: 40px;
    padding: 50px 40px 40px;
  }

  .testimonial-image-wrap {
    width: 80%;
  }

  .facility-grid {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
  }

  .facility-large-text-image {
    left: 0%;
  }

  .pricing-section {
    padding-bottom: 100px;
  }

  .about-banner-title-section {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 150px;
    padding-bottom: 190px;
  }

  .about-intro-section {
    top: -100px;
  }

  .about-intro-wrap {
    margin-bottom: 0;
    padding: 40px;
  }

  .about-intro-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: .5fr 1fr;
  }

  .about-intro-image {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-columns: .45fr 1fr;
    width: 100%;
  }

  .intro-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
  }

  .video-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .join-club-section {
    margin-bottom: 140px;
  }

  .join-club-wrap {
    width: 40%;
  }

  .contact-form-section {
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .contact-info-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .protected-section {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .error-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .inner-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .blog-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .blog-item {
    min-height: 610px;
  }

  .blog-single-wrap {
    padding-top: 100px;
  }

  .blog-single-top-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .blog-single-content {
    max-width: 930px;
    margin-top: 60px;
  }

  .blog-single-author-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .global-banner-title {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .trainers-section {
    padding-bottom: 140px;
  }

  .trainer-banner-title-area {
    margin-left: 100px;
    margin-right: 100px;
  }

  .trainer-single-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .trainer-single-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-columns: .5fr 1fr;
  }

  .join-team-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .classes-single-title-area {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .class-single-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .class-video-section {
    padding-bottom: 140px;
  }

  .blog-list-section {
    background-position: 100% 2%;
  }

  .blog-listing-content-wrap {
    padding-right: 40px;
  }

  .facility-image, .facility-our-image {
    flex: none;
  }

  .home-classes-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .moving-content {
    width: 200%;
  }

  .moving-text {
    font-size: 60px;
  }

  .workout-tab-link {
    padding-left: 40px;
  }

  .faq-content-area {
    padding-top: 20px;
  }

  .accordion-question {
    font-weight: 600;
  }

  .welle {
    height: 35%;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  blockquote {
    border-width: 30px;
    padding: 80px 60px;
    font-size: 22px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link.dropdown-nav-link {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: var(--grey-background-color);
    box-shadow: none;
    padding-bottom: 10px;
  }

  .banner-title-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 30px;
  }

  .styleguide-content-wrap {
    width: 100%;
  }

  .color-section {
    padding-top: 80px;
  }

  .color-box {
    height: 150px;
  }

  .color-code {
    font-size: 20px;
  }

  .transparent-button.header-button {
    margin-right: 20px;
  }

  .footer-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .footer-contact-wrap {
    margin-top: 20px;
  }

  .footer-utility-widget {
    text-align: center;
  }

  .widget-title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .footer-page-link-wrap {
    text-align: center;
  }

  .footer-page-link {
    padding-bottom: 15px;
  }

  .footer-subscribe-widget {
    margin-top: 20px;
  }

  .header-menu-button {
    align-items: center;
  }

  .nav-menu {
    z-index: 9;
    background-color: var(--grey-background-color);
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .banner-title-border-text {
    display: none;
  }

  .banner-title-text {
    font-size: 50px;
  }

  .copyright-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .hero-slider-item {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.5;
  }

  .about-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .about-grid {
    display: block;
  }

  .section-subtitle {
    font-size: 17px;
  }

  .section-title {
    font-size: 32px;
  }

  .about-item {
    width: 100%;
  }

  .training-type-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonial-item-wrap {
    align-items: center;
  }

  .facility-grid {
    display: block;
  }

  .facility-title-wrap {
    padding-top: 15px;
  }

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

  .about-banner-title-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .about-intro-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-grid, .our-values-grid {
    grid-template-columns: 1fr;
  }

  .counter-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .join-club-wrap {
    width: 100%;
  }

  .contact-form-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .contact-info-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .bmi-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .cta-subscribe-form-flex {
    justify-content: center;
    align-items: center;
  }

  .changelog-content-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .license-item {
    margin-bottom: 20px;
  }

  .license-content-area {
    margin-left: 0;
    padding-bottom: 40px;
  }

  .utility-page-form {
    padding: 60px;
  }

  .password-content {
    font-size: 18px;
  }

  .protected-title {
    font-size: 36px;
  }

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

  .inner-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-section.haus {
    background-image: url('../images/Title_Hausordnung.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .inner-section.datenschutz {
    background-image: url('../images/Title_Datenschutz.svg');
    background-position: 100% 1%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .inner-section.imp {
    background-image: url('../images/Title_Impressum.svg');
    background-position: 100% 1%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .inner-section.schwimm {
    background-image: url('../images/Title_sCHWIMM.svg');
    background-position: 100% 1%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .inner-section.saunabereich {
    background-image: url('../images/Title_Sauna.svg');
    background-position: 100% 1%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .schedule-wrap {
    overflow: scroll;
  }

  .schedule-day-grid {
    min-width: 200px;
  }

  .schedule-day-grid.preise {
    grid-template-columns: .25fr;
  }

  .schedule-day-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plantitel {
    font-size: 17px;
  }

  .schedule-workout-grid {
    min-width: 200px;
  }

  .schedule-workout-grid.preis {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  .schedule-workout-item, .schedule-workout-item.workout-timing {
    padding-top: 25px;
    padding-bottom: 17px;
  }

  .zeit {
    font-size: 20px;
  }

  .zusatz, .zusatz-2 {
    font-size: 17px;
  }

  .working-day-grid, .working-item-grid {
    min-width: 1200px;
  }

  .working-tab-content {
    overflow: scroll;
  }

  .blog-item {
    padding: 20px;
  }

  .blog-category-link {
    margin-top: 10px;
    margin-left: 20px;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-single-section {
    padding-bottom: 60px;
  }

  .blog-single-wrap {
    padding-top: 60px;
  }

  .blog-single-top-wrap {
    margin-bottom: 40px;
  }

  .blog-single-title {
    font-size: 37px;
  }

  .blog-single-content {
    margin-top: 40px;
  }

  .blog-single-author-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-author-content {
    font-size: 20px;
  }

  .global-page-section {
    padding: 80px 10px;
  }

  .global-banner-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-value-title {
    font-size: 50px;
  }

  .trainer-content-area {
    padding: 20px;
  }

  .trainer-name {
    font-size: 22px;
  }

  .special-content {
    font-size: 16px;
  }

  .trainer-single-section {
    padding-top: 100px;
  }

  .trainer-single-grid {
    grid-template-columns: 1fr;
  }

  .trainer-single-content-wrap {
    margin-top: 20px;
  }

  .personal-detail-title {
    font-size: 40px;
  }

  .trainer-collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-team-grid {
    grid-template-columns: 1fr;
  }

  .join-team-form-wrap {
    margin-top: 40px;
  }

  .join-team-address {
    padding-top: 10px;
  }

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

  .class-title {
    font-size: 26px;
  }

  .classes-collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .classes-single-title-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .class-detail-wrap {
    padding-left: 40px;
  }

  .class-video-wrap {
    height: 450px;
  }

  .blog-list-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .blog-listing-content-wrap {
    padding-right: 0;
  }

  .menu-button {
    background-color: var(--primary-color);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-color);
    color: var(--white);
  }

  .story-image {
    width: 100%;
  }

  .home-classes-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 40px;
  }

  .moving-content-area {
    justify-content: space-between;
  }

  .moving-text {
    padding-left: 0;
    font-size: 20px;
  }

  .moving-section {
    padding-top: 15px;
  }

  .workout-tab-link:hover {
    color: var(--primary-color);
  }

  .faq-content-area {
    max-width: 100%;
  }

  .accordion-question {
    font-size: 22px;
  }

  .faq-content {
    font-size: 17px;
  }

  .hireus-badge {
    display: none;
  }

  .welle {
    height: 25%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .spacer-kurse {
    padding-bottom: 4.5rem;
  }

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

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

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

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

  .rl_blog33_spacing-block-8 {
    padding-bottom: 3.5rem;
  }

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

  .rl_blog33_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

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

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

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

  .rl_blog8_featured-item-content {
    padding: 2rem;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

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

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

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

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3-2 {
    font-size: 2.25rem;
  }

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

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .kurse-block {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .kursetitel {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_blog44_button-row-mobile {
    flex: none;
  }

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

  .rl_blog44_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blog44_button-row-desktop {
    flex: none;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .rl_blog44_heading {
    margin-right: 3rem;
  }

  .rl_blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

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

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl-padding-section-large-9, .kursdetail-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1-3 {
    font-size: 3.25rem;
  }

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

  .rl_pricing18_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.75rem;
  }

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

  .rl-heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 20px;
  }

  li {
    font-size: 18px;
  }

  blockquote {
    padding: 60px 40px;
    font-size: 20px;
  }

  .header-menu-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-title-section {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-section-title {
    font-size: 32px;
  }

  .list-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .button.hero-main-button {
    font-size: 20px;
    line-height: 1.2;
  }

  .transparent-button.header-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .transparent-button.hero-second-button, .transparent-button.blog-listing-button {
    font-size: 20px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-page-link {
    padding-bottom: 10px;
  }

  .header-logo-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .header-menu-button {
    margin-top: 10px;
  }

  .banner-title-text {
    font-size: 40px;
  }

  .instagram-heading, .instagram-link {
    font-size: 30px;
  }

  .hero-slider {
    height: 100%;
  }

  .hero-slider-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-slider-item.slider-three {
    height: 100%;
  }

  .hero-title {
    font-size: 34px;
  }

  .about-section {
    margin-top: 40px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .section-title {
    font-size: 30px;
  }

  .about-image-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-item-content {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .about-item-content.about-second-content {
    padding-top: 20px;
    padding-left: 0;
  }

  .about-main-image-wrap {
    margin-top: 40px;
  }

  .training-type-item {
    margin-bottom: 5px;
    padding: 15px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-item-wrap {
    flex-direction: column;
  }

  .testimonial-image-wrap {
    width: 100%;
  }

  .testimonial-content-wrap {
    border-left-style: none;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial-slider-nav {
    display: none;
  }

  .testimonial-right-arrow {
    display: none;
    position: absolute;
    inset: auto 0% -8% auto;
  }

  .testimonial-left-arrow {
    display: none;
    position: absolute;
    inset: auto auto -8% 0%;
  }

  .facility-title-wrap {
    padding-bottom: 15px;
  }

  .facility-title {
    font-size: 16px;
  }

  .pricing-title {
    font-size: 30px;
  }

  .pricing-price {
    font-size: 24px;
  }

  .about-banner-title-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .story-item {
    height: 390px;
  }

  .story-item.story-second-item {
    height: 320px;
  }

  .video-wrap-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-lightbox-link {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .our-values-title-grid {
    grid-template-columns: 1fr;
  }

  .our-value-title {
    font-size: 22px;
  }

  .counter-value {
    font-size: 50px;
  }

  .counter-title {
    font-size: 20px;
  }

  .contact-form-area {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .input-field2, .input-field2::placeholder {
    font-size: 20px;
  }

  .input-field2.half-width {
    width: 100%;
  }

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

  .contact-info-item {
    padding: 60px 40px;
  }

  .bmi-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-input-wrap {
    flex-direction: column;
  }

  .bmi-values-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bmi-title, .bmi-value {
    font-size: 17px;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-subscribe-form-flex {
    flex-direction: row;
  }

  .cta-form-block {
    width: 100%;
  }

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

  .changelog-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .licenses-section {
    padding-top: 60px;
  }

  .license-content-area {
    padding-top: 0;
  }

  .license-website-name {
    font-size: 22px;
  }

  .license-website-link, .image-live-link {
    font-size: 20px;
  }

  .utility-page-form {
    padding: 40px;
  }

  .protected-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .error-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-section.zeiten, .inner-section.preise {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .inner-section.haus {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .inner-section.datenschutz, .inner-section.imp, .inner-section.schwimm, .inner-section.saunabereich {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .schedule-day-grid, .schedule-workout-grid {
    min-width: 200px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-wrap {
    margin-top: 60px;
  }

  .blog-date {
    display: block;
  }

  .blog-category-link {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
  }

  .blog-title {
    font-size: 26px;
  }

  .blog-single-title {
    font-size: 32px;
  }

  .global-banner-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global-page-title-area {
    flex-direction: column;
  }

  .banner-value-title {
    margin-top: 0;
    font-size: 40px;
  }

  .trainers-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .trainer-content-area {
    padding: 30px;
  }

  .special-content {
    font-size: 17px;
  }

  .trainer-banner-title-area, .trainer-single-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .personal-detail-title {
    font-size: 36px;
  }

  .video-class-section {
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-class-area {
    height: 400px;
  }

  .video-class-button-wrap {
    margin-top: 60px;
  }

  .classes-single-title-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .class-single-section {
    padding-top: 80px;
  }

  .class-meta-wrap {
    margin-top: 40px;
  }

  .class-detail-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .class-video-section {
    padding-bottom: 80px;
  }

  .class-video-wrap {
    height: 350px;
  }

  .class-video-lightbox {
    width: 120px;
    height: 120px;
  }

  .blog-listing-content-wrap {
    padding-right: 40px;
  }

  .home-classes-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .moving-content {
    width: 240%;
  }

  .moving-content-area {
    flex: none;
    justify-content: space-between;
    width: 49%;
  }

  .moving-text {
    letter-spacing: .2em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .workout-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item {
    padding-right: 20px;
  }

  .accordion-toggle {
    font-size: 19px;
  }

  .accordion-question {
    white-space: break-spaces;
    font-size: 20px;
  }

  .faq-content {
    font-size: 17px;
  }

  .hireus-content {
    margin-bottom: 7px;
    line-height: 1.3;
  }

  .hireus-orange-button, .get-a-quote-button-wrap {
    font-size: 12px;
  }

  .hireus-badge-wrap {
    padding: 10px 12px;
  }

  .welle {
    height: 18%;
  }

  .hero-heading-right, .hero-heading-left {
    padding: 60px 15px;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .kurs-header {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .spacer-kurse {
    padding-bottom: 3rem;
  }

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

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

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

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

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .rl_blog33_spacing-block-8 {
    padding-bottom: 2.5rem;
  }

  .rl_blog33_spacing-block-7 {
    padding-bottom: 1.25rem;
  }

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

  .rl_blog33_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

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

  .rl_blog33_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_blog33_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_blog8_spacing-block-11 {
    padding-bottom: 1.25rem;
  }

  .rl_blog8_spacing-block-9 {
    padding-bottom: .75rem;
  }

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

  .rl_blog8_spacing-block-8 {
    padding-bottom: 3rem;
  }

  .rl_blog8_menu-link.last-link {
    margin-right: 2rem;
  }

  .rl_blog8_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .rl_blog8_spacing-block-7 {
    padding-bottom: 3rem;
  }

  .rl_blog8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_blog8_spacing-block-5 {
    padding-bottom: .75rem;
  }

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

  .rl_blog8_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_blog8_featured-item-content {
    padding: 1.5rem;
  }

  .rl_blog8_featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blog8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_blog8_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

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

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .kurse-block {
    grid-row-gap: 3rem;
  }

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

  .kursetitel {
    grid-row-gap: 3rem;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blog44_button-row-mobile {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .rl_blog44_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .kursitem-header {
    font-size: 1.25rem;
  }

  .rl_blog44_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .rl_blog44_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blog44_button-row-desktop {
    justify-content: flex-start;
    width: 100%;
    display: none;
  }

  .rl_blog44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl_blog44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_blog44_heading {
    margin-right: 0;
  }

  .rl_blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-padding-section-large-9, .kursdetail-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_pricing18_spacing-block-6, .rl_pricing18_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

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

  .rl-heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .rl_pricing18_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .rl_pricing18_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-5 {
    font-size: 1rem;
  }

  .rl_pricing18_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .rl_pricing18_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

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

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-6 {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  p, li {
    font-size: 17px;
  }

  blockquote {
    border-width: 10px;
    padding: 40px 20px;
    font-size: 18px;
  }

  .header-content-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .banner-title-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button {
    font-size: 20px;
  }

  .button.hero-main-button {
    padding-left: 33px;
    padding-right: 33px;
  }

  .button-large, .black-button, .black-button-large, .transparent-button {
    font-size: 20px;
  }

  .transparent-button.header-button {
    margin-right: 0;
  }

  .transparent-button.blog-listing-button {
    font-size: 18px;
  }

  .transparent-button-large {
    font-size: 20px;
  }

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

  .footer-page-link {
    font-size: 18px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .bottom-to-top-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .bottom-to-top-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-border-wrap {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .banner-title-text {
    font-size: 30px;
  }

  .instagram-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .instgram-link-wrap {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instagram-heading, .instagram-link {
    font-size: 28px;
  }

  .hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-slider-item.slider-three {
    height: 100%;
  }

  .hero-slider-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 25px;
  }

  .left-arrow {
    align-items: center;
  }

  .section-title.white-section-title {
    font-size: 28px;
  }

  .about-item {
    padding-top: 20px;
  }

  .about-item-title {
    font-size: 26px;
  }

  .training-type-title {
    font-size: 20px;
  }

  .testimonial-section {
    padding-bottom: 40px;
  }

  .facility-title-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .facility-title {
    font-size: 14px;
  }

  .pricing-title {
    font-size: 26px;
  }

  .pricing-offer {
    font-size: 17px;
  }

  .about-banner-title-section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .about-intro-image {
    margin-top: 20px;
  }

  .story-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-item.story-third-item {
    height: 300px;
  }

  .story-title {
    margin-top: 15px;
    font-size: 26px;
  }

  .our-values-section {
    padding-top: 80px;
  }

  .our-value-item {
    padding: 30px 20px 20px;
  }

  .our-value-content {
    font-size: 18px;
  }

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

  .join-club-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .open-hours-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .open-hours-day {
    margin-bottom: 0;
  }

  .open-hours-time {
    padding-left: 0;
    font-size: 18px;
  }

  .input-field2, .input-field2::placeholder {
    font-size: 18px;
  }

  .contact-form-title {
    font-size: 24px;
  }

  .contact-form-subtitle {
    font-size: 17px;
  }

  .contact-info-section {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-info-title {
    margin-bottom: 0;
    font-size: 24px;
  }

  .bmi-values-list {
    flex-direction: column;
  }

  .bmi-title, .bmi-value, .bmi-status.underweight {
    font-size: 15px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-subscribe-form-wrapper {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .cta-subscribe-form-input {
    text-align: center;
    width: 100%;
  }

  .cta-form-block {
    flex-direction: column;
    padding-left: 0;
  }

  .changelog-section {
    padding-bottom: 80px;
  }

  .changelog-content-wrap {
    padding: 40px 20px;
  }

  .changelog-version {
    font-size: 27px;
  }

  .utility-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .protected-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .password-content {
    font-size: 17px;
  }

  .protected-title {
    font-size: 31px;
  }

  .error-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-section.haus, .inner-section.imp {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .schedule-day-grid {
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .plantitel {
    font-size: 16px;
  }

  .schedule-workout-item, .schedule-workout-item.workout-timing, .schedule-workout-item.empty-workout-item {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .schedule-workout-item.workout-main-item {
    min-width: 100%;
  }

  .schedule-time {
    font-size: 16px;
  }

  .zeit {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .zeit.bad {
    padding-left: 5px;
    padding-right: 5px;
  }

  .zusatz {
    font-size: 16px;
  }

  .zusatz-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .working-time-text {
    font-size: 16px;
  }

  .blog-wrap {
    margin-top: 40px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-single-section {
    padding-bottom: 40px;
  }

  .blog-single-title {
    font-size: 25px;
  }

  .blog-single-author-section {
    margin-bottom: 80px;
  }

  .blog-single-author-name {
    font-size: 24px;
  }

  .blog-author-content {
    font-size: 18px;
  }

  .global-page-section {
    padding-top: 60px;
  }

  .global-banner-title {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-value-title {
    font-size: 30px;
  }

  .trainer-banner-title-area {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trainer-single-section {
    padding-top: 70px;
  }

  .trainer-single-name {
    font-size: 28px;
  }

  .trainer-single-designation {
    font-size: 18px;
  }

  .trainer-content-link-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .trainer-contact-link, .trainer-contact-text {
    padding-left: 0;
  }

  .personal-detail-title {
    font-size: 30px;
  }

  .trainer-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .join-team-section {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-class-area {
    height: 330px;
  }

  .video-class-button-wrap {
    margin-top: 40px;
  }

  .classes-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
  }

  .classes-single-title-area {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .class-single-section {
    padding-top: 60px;
  }

  .class-detail-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .blog-listing-content-wrap {
    padding-right: 20px;
  }

  .table-tabs-menu {
    text-align: center;
    display: inline;
  }

  .moving-content {
    width: 250%;
  }

  .moving-content-area {
    flex-direction: row;
    display: flex;
  }

  .moving-text {
    text-align: center;
    font-size: 14px;
  }

  .workout-tab-link {
    text-align: center;
  }

  .accordion-item {
    padding-right: 15px;
    overflow: visible;
  }

  .accordion-toggle.w--open {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-icon {
    margin-right: 0;
  }

  .accordion-question {
    font-size: 18px;
  }

  .faq-content {
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

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

  .logo2_logo-list {
    justify-content: center;
  }

  .rl_blog8_item-content, .rl_blog8_featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom, .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .preis_beschreib {
    text-align: left;
    font-size: 18px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .preis {
    font-size: 18px;
  }

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

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_button-2.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_title-2 {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component-2 {
    width: 100%;
  }

  .fs-cc-prefs2_submit-2 {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title-3 {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_submit-3 {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title-4 {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_submit-4 {
    margin-top: 8px;
  }

  .kurse-block, .kursetitel {
    grid-template-columns: 1fr;
  }

  .rl_blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .kursdetail-wrapper {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .kursdetail-wrapper.zwo, .rl_content6_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_0273ba75-2ad8-4357-5774-b072bba079a1-16b6138c, #w-node-_446510ca-e4fd-0d94-2091-2ca45fafdbce-16b6138c, #w-node-_90be3d7c-e915-6966-39d0-c0ba506295da-16b6138c, #w-node-_43fd7b1b-7744-85a5-9c84-cbd568064fca-16b6138c, #w-node-_603eea08-5359-3cda-0e55-c7a1809ef98a-16b6138c, #w-node-_7bb5f221-e8f9-23ea-24bd-e9faf5d741af-16b6138c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6c7fd4-b6e0-44b6-048d-bd0128164491-16b6138c, #w-node-ff6c7fd4-b6e0-44b6-048d-bd0128164496-16b6138c, #w-node-ff6c7fd4-b6e0-44b6-048d-bd012816449b-16b6138c {
  align-self: start;
}

#w-node-a9f9dc39-9c73-39f9-371f-32255795a82a-5795a826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9f9dc39-9c73-39f9-371f-32255795a83b-5795a826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21c540a3-ca63-bb19-3360-5956cb1ffd75-16b613a7 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 3.25fr;
}

#w-node-_21c540a3-ca63-bb19-3360-5956cb1ffd7c-16b613a7, #w-node-_6135fe90-2482-486b-02c3-8af46e36e8ce-16b613a7, #w-node-_21c540a3-ca63-bb19-3360-5956cb1ffd8e-16b613a7, #w-node-_21c540a3-ca63-bb19-3360-5956cb1ffd9a-16b613a7, #w-node-_0dc4dbf2-86fc-2d99-a47a-140e16815844-16b613a7, #w-node-_147d4c6d-9bbc-d9e5-488d-0ebd67d91813-16b613a7, #w-node-_522c3199-6e2f-4ac7-be44-6f63e5711d1c-16b613a7 {
  grid-row: span 2 / span 2;
}

#w-node-_62c70e3e-987c-d19e-a2ff-babfab521c2e-16b613a7 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_83b102af-38c2-9e62-f957-1938f38627a7-16b613a7 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_1a5f7286-a837-5767-4b64-4abb964c518f-b78e1414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_164fc490-69ac-7cd2-dbcc-613762e47beb-e6c9c476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_164fc490-69ac-7cd2-dbcc-613762e47bed-e6c9c476 {
  justify-self: start;
}

#w-node-ad153bd3-3ac0-796e-7564-710faa77f734-0013b70e, #w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-0013b70e, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-0013b70e {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-0013b70e, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-0013b70e, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4f9a-0013b70e, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4fa3-0013b70e {
  align-self: start;
}

#w-node-ad153bd3-3ac0-796e-7564-710faa77f734-8da1f87f, #w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-8da1f87f, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-8da1f87f {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-8da1f87f, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-8da1f87f, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4f9a-8da1f87f, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4fa3-8da1f87f {
  align-self: start;
}

#w-node-ad153bd3-3ac0-796e-7564-710faa77f734-7b77d866, #w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-7b77d866, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-7b77d866 {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-7b77d866, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-7b77d866, #w-node-_1bad7add-cd9b-9c0e-4837-8d9313caaeff-7b77d866, #w-node-_1bad7add-cd9b-9c0e-4837-8d9313caaf08-7b77d866, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4f9a-7b77d866, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4fa3-7b77d866, #w-node-_9db2c31a-ec6a-3cc9-6d32-39d43ac945ea-7b77d866, #w-node-_9db2c31a-ec6a-3cc9-6d32-39d43ac945f3-7b77d866 {
  align-self: start;
}

#w-node-ad153bd3-3ac0-796e-7564-710faa77f734-aa45492a, #w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-aa45492a, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-aa45492a {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-aa45492a, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-aa45492a, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4f9a-aa45492a, #w-node-f14befe9-9c76-a5a0-6770-ed332e8e4fa3-aa45492a {
  align-self: start;
}

#w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-8830a7ff, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-8830a7ff {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-8830a7ff, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-8830a7ff, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbc4-8830a7ff, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbcd-8830a7ff, #w-node-_8306a841-f280-43a0-4e56-1e7d6458f94f-8830a7ff, #w-node-_8306a841-f280-43a0-4e56-1e7d6458f958-8830a7ff, #w-node-_7fce5430-0c7e-4edc-b06a-7694b7e9f408-8830a7ff, #w-node-_7fce5430-0c7e-4edc-b06a-7694b7e9f411-8830a7ff, #w-node-af9f605c-13ff-cde3-bd90-6ed36391e671-8830a7ff, #w-node-af9f605c-13ff-cde3-bd90-6ed36391e67a-8830a7ff, #w-node-_1f04dd74-3c37-344a-4615-4bbef3a8a9d4-8830a7ff, #w-node-_1f04dd74-3c37-344a-4615-4bbef3a8a9dd-8830a7ff {
  align-self: start;
}

#w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-661b9d4d, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-661b9d4d {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-661b9d4d, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-661b9d4d, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbc4-661b9d4d, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbcd-661b9d4d, #w-node-_6381454f-d646-1d91-ce6d-948ea59c05c0-661b9d4d, #w-node-_6381454f-d646-1d91-ce6d-948ea59c05c9-661b9d4d {
  align-self: start;
}

#w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-7723aaaa, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-7723aaaa {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-7723aaaa, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-7723aaaa, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbc4-7723aaaa, #w-node-b0ce1086-00bf-2c92-31cd-9c1fa538dbcd-7723aaaa, #w-node-c688a748-fa6c-e88b-55c6-901f35befbe2-7723aaaa, #w-node-c688a748-fa6c-e88b-55c6-901f35befbeb-7723aaaa, #w-node-_3d579a0d-09be-f213-2fa9-c97dc742e736-7723aaaa, #w-node-_3d579a0d-09be-f213-2fa9-c97dc742e742-7723aaaa, #w-node-c07f4486-7682-8db8-cabb-5756a5cd1532-7723aaaa, #w-node-c07f4486-7682-8db8-cabb-5756a5cd153e-7723aaaa, #w-node-_766cc6fe-2f08-8ae2-6e12-590d88c6a69d-7723aaaa, #w-node-_766cc6fe-2f08-8ae2-6e12-590d88c6a6a9-7723aaaa {
  align-self: start;
}

#w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-835e47d9, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-835e47d9 {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-835e47d9, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-835e47d9, #w-node-c688a748-fa6c-e88b-55c6-901f35befbe2-835e47d9, #w-node-c688a748-fa6c-e88b-55c6-901f35befbeb-835e47d9, #w-node-_766cc6fe-2f08-8ae2-6e12-590d88c6a69d-835e47d9, #w-node-_766cc6fe-2f08-8ae2-6e12-590d88c6a6a9-835e47d9 {
  align-self: start;
}

#w-node-_10fe8225-3e4a-2dfe-71e2-d92cc224ff8e-d6c59c50, #w-node-d22530a1-318d-f2a7-2823-bf85e88f8ea5-d6c59c50 {
  place-self: center;
}

#w-node-bd6a64d2-5fe9-79ac-5770-59a4e543493e-d6c59c50, #w-node-bd6a64d2-5fe9-79ac-5770-59a4e5434947-d6c59c50, #w-node-_1d5d6595-086f-f0f2-92cf-071a7f96eb21-d6c59c50, #w-node-_1d5d6595-086f-f0f2-92cf-071a7f96eb2a-d6c59c50 {
  align-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-a9f9dc39-9c73-39f9-371f-32255795a82a-5795a826 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a9f9dc39-9c73-39f9-371f-32255795a83b-5795a826 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a5f7286-a837-5767-4b64-4abb964c518f-b78e1414 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Billiondreams';
  src: url('../fonts/BillionDreams.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}