:root {
  --black80: #333;
  --gold: #ccae6f;
  --dark-grey-2: #737373;
  --overlay: #00000080;
  --white: white;
  --white-smoke: #f5f6f9;
  --tan: #fffbf2;
  --gainsboro: #ddd;
  --lime-green: #00ad31;
  --white-98: #fafafa;
  --black: black;
  --lime: #48ff01;
  --gold-2: #ffe641;
  --dark-grey: #a5a5a5;
}

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

h1 {
  color: var(--black80);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--dark-grey-2);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--dark-grey-2);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

blockquote {
  color: #000;
  background-color: #dddddd14;
  border-left: 2px solid #ff8e64;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.website-fade-in-container {
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-1200 {
  z-index: 50;
  flex-flow: column;
  place-content: stretch space-between;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-1200.slide-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-1200.test {
  flex-direction: column;
  place-content: stretch center;
  max-width: 80%;
  display: flex;
}

.container-1200.topmenu {
  flex-direction: row;
  justify-content: space-between;
}

.container-1200.jobs {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu {
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
  display: flex;
}

.nav-menu.nav-dark {
  height: 65px;
}

.section-hero {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/family.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.wrapper-hero-content {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-hero-content.content-jobs {
  background-color: var(--overlay);
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 53px;
}

.hero-text {
  color: #fff;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-text.thin {
  text-align: center;
  width: 80%;
  margin: 42px auto 12px;
  font-weight: 300;
  display: block;
}

.hero-text.thin._2 {
  margin-top: 10px;
  margin-bottom: 61px;
}

.hero-text.job-benefits {
  color: var(--gold);
  width: 60%;
}

.terminbutton-gold {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  width: 220px;
  height: auto;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .4s;
  display: inline-block;
}

.terminbutton-gold:hover {
  opacity: 1;
  background-color: #0000;
  box-shadow: 0 4px 16px #00000040;
}

.terminbutton-gold.w--current {
  text-transform: uppercase;
  margin-top: 18px;
}

.terminbutton-gold.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.terminbutton-gold.site {
  transition: all .6s;
  position: static;
}

.terminbutton-gold.site:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black80);
}

.terminbutton-gold.site.button-jobs {
  margin-top: 131px;
}

.terminbutton-gold.button-jobs {
  margin-top: 40px;
}

.hero-heading-1 {
  color: #fff;
  margin-top: 42px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.hero-heading-1.job {
  color: var(--gold);
  margin-bottom: 51px;
  font-size: 55px;
  line-height: 60px;
}

.hero-down-button {
  z-index: 100;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-link {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: 20px;
}

.scroll-link:hover {
  background-color: var(--gold);
  color: var(--white);
}

.scroll-link.w--current {
  border-radius: 100px;
  bottom: 25px;
}

.section-intro {
  background-color: var(--white-smoke);
  text-align: center;
  border: 1px #000;
  padding: 120px 50px 140px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-wrapper-content {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.section-wrapper-content.buchen-zentriert {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-header {
  color: var(--black80);
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.section-header.subline {
  font-size: 25px;
  line-height: 35px;
}

.top-titel-card {
  border-style: none;
  border-top-width: 2px;
  border-top-color: var(--gold);
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.half-side-content {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 500px;
  padding: 60px;
  display: flex;
  position: relative;
}

.half-side-content.hsc-bg-image {
  background-image: linear-gradient(#0009, #0009);
  width: 40%;
}

.half-side-content.hsc-bg-image._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.hsc-bg-image._2 {
  background-image: radial-gradient(circle, #0000 46%, #333333b3), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  position: relative;
}

.half-side-content.hsc-bg-image._3 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/3.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.hsc-bg-image._4 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/4.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.hsc-bg-image._5 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/5.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.bg-beige {
  background-color: var(--tan);
  width: 60%;
}

.section-team {
  background-color: var(--white);
  background-image: url('../images/dots2.webp');
  background-size: auto;
  padding: 120px 50px;
}

.team-content {
  color: #fff;
  background-color: #0000;
  flex: 1;
  padding: 0 12px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  color: var(--dark-grey-2);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bottom-button {
  align-self: stretch;
  margin-top: 12px;
}

.programm-name-card {
  color: var(--dark-grey-2);
  text-transform: uppercase;
  margin-top: 49px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.programm-name-card.ac-white {
  color: var(--white);
}

.list-wrapper {
  border-bottom: 1px #000;
  width: 80%;
  margin: 30px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.programm-liste {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  color: var(--dark-grey-2);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.programm-liste.advance-white {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: var(--white) black;
  color: var(--white);
  font-size: 15px;
}

.programm-liste.advance-white.first {
  border-style: solid none;
  border-width: .5px 1px;
  border-color: var(--white) black;
}

.programm-liste.first {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  box-shadow: none;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.scroll-up-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: -82px;
}

.scroll-up-button:hover {
  background-color: #ff8e64;
  border-color: #ff8e64;
}

.scroll-up-button.srup-gold {
  z-index: 300;
  border-style: solid;
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 8px 16px #3333;
}

.scroll-up-button.srup-gold:hover {
  color: var(--gold);
  background-color: #0000;
  background-image: none;
}

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

.footer-content.right {
  display: block;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.w--current {
  align-items: flex-end;
  display: flex;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 60px;
  display: inline-block;
}

.button-kontakt-topmenu {
  border: 1px solid var(--gold);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 30px;
  padding: 6px 20px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  transition: all .4s;
}

.button-kontakt-topmenu:hover {
  background-color: var(--gold);
}

.button-kontakt-topmenu.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-kontakt-topmenu.scroll-menu {
  color: var(--gold);
}

.button-kontakt-topmenu.scroll-menu:hover {
  background-color: var(--gold);
  color: var(--white);
}

.nav-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--gold);
  font-weight: 400;
}

.nav-link:focus {
  color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
  font-size: 15px;
  font-weight: 400;
}

.nav-link.dark {
  color: var(--black80);
  font-weight: 500;
}

.nav-link.dark:hover {
  color: var(--gold);
  font-weight: 500;
}

.nav-link.dark:focus {
  color: var(--gold);
}

.nav-link.dark.w--current {
  font-size: 14px;
}

.nav-link.dark.ausgeblendet, .nav-link.ausgeblendet {
  display: none;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 8px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-footer.white.impressum {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}

.small-text-team {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-3 {
  float: none;
  display: inline-block;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.team-member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 280px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-image._2 {
  background-image: none;
  background-position: 50% 0;
  border-radius: 10px;
}

.team-member-image._2:hover {
  box-shadow: inset 0 0 0 500px #2e323c33;
}

.team-member-image._2 {
  background-image: url('../images/dante-scherrer.webp');
}

.team-member-image._4 {
  background-image: none;
}

.team-member-image._1 {
  background-image: url('../images/nadine-farkas.webp');
}

.team-member-image._3 {
  background-image: url('../images/steffi-schielenski.webp');
  background-position: 50%;
  background-size: cover;
}

.team-member-image._4 {
  background-image: url('../images/csm_Diana_Martinelli_rgb_94309ef0fa.webp');
  background-position: 50%;
}

.team-member-image._7 {
  background-image: url('../images/silvia-steffen.webp');
}

.team-member-image._6 {
  background-image: url('../images/manja-hermsdorf.webp');
  background-position: 50%;
  background-size: cover;
}

.team-member-image._5 {
  background-image: url('../images/tom-tholey.webp');
}

.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.white._04 {
  margin-bottom: 40px;
}

.price-table {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.image-5 {
  float: left;
  height: 20px;
  margin-right: 10px;
}

.programm-subtext {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.footer-copyright {
  border-top: 1px solid var(--gold);
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-copyright {
  font-size: 12px;
  line-height: 24px;
  display: inline;
}

.team-member {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.team-member._1 {
  display: block;
}

.team-member._5 {
  flex: 0 auto;
}

.team-member._7 {
  display: block;
}

.footer-text {
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.separator {
  background-color: var(--gold);
  width: 1px;
  height: 70px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.separator._404 {
  margin-bottom: 0;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Zielerreichung.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Zielerreichung.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  display: flex;
}

.pass-window {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.pass-form {
  color: #333;
}

.input {
  text-align: center;
  height: 48px;
  margin-bottom: 24px;
}

.password-image {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-center {
  color: var(--dark-grey-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-center.ausgeblendet {
  display: none;
}

.paragraph-center.link-jobs {
  margin-top: 32px;
  margin-bottom: 60px;
  line-height: 30px;
}

.navbar-scrolling-white {
  z-index: 1100;
  background-color: #fffcf5;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #0000001f;
}

.close-popup-interaction {
  z-index: 1000;
  border: 1px solid var(--dark-grey-2);
  color: var(--gold);
  cursor: default;
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-attachment: scroll;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.close-popup-interaction:hover {
  border-style: solid;
  border-color: var(--gold);
  color: var(--dark-grey-2);
  background-image: url('../images/close-sign-gold_1close-sign-gold.png');
  background-size: 75% 75%;
  display: flex;
}

.close-popup-interaction.card {
  background-image: url('../images/close-sign-gold_1close-sign-gold.png');
  margin-top: 5%;
  margin-right: 5%;
  position: absolute;
}

.close-popup-interaction.card:hover {
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
}

.div-benefits {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.link-footer {
  color: var(--white);
  text-transform: none;
  text-decoration: none;
}

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

.concept-slider-icon {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  background-color: #0000004d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 100px;
  display: flex;
}

.angebot-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 170px;
  margin-bottom: 62px;
  display: flex;
}

.angebot-card {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding-bottom: 35px;
  display: flex;
}

.angebot-card.middle {
  background-color: var(--tan);
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay));
  justify-content: space-between;
  align-self: stretch;
  margin-left: 15px;
  margin-right: 15px;
}

.angebot-card.goldline {
  border-top-width: 2px;
  border-top-color: var(--gold);
}

.popup-impressum {
  z-index: 1200;
  background-color: var(--white);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.heading-11 {
  color: var(--gold);
  text-align: left;
  margin-top: 2px;
}

.heading-12 {
  color: var(--gold);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

.link-impressum {
  color: var(--dark-grey-2);
}

.link-impressum:hover {
  color: var(--gold);
}

.features-wrapper {
  justify-content: space-between;
  display: flex;
}

.features-wrapper._2 {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.features-wrapper._4 {
  flex-direction: row-reverse;
}

.wrapper-half-side-text {
  text-align: left;
  flex-direction: column;
  max-width: 90%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-kacheln {
  background-color: var(--tan);
  text-align: center;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section-kacheln.no-padding {
  padding: 0;
}

.icon-3.arrow-down {
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  transform: rotate(90deg);
}

.icon-4 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.icon-4.arrowup {
  border: 1px #000;
  font-size: 17px;
  text-decoration: none;
  transform: rotate(90deg);
}

.number {
  text-align: justify;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 100px;
}

.number.azup {
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
}

.r-h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  top: -4px;
  left: 1px;
}

.p-kacheln {
  padding-left: 0;
  padding-right: 0;
  position: static;
  right: 5px;
}

.team-wrapper {
  flex-flow: wrap;
  place-content: flex-start center;
  margin-top: 39px;
  display: flex;
}

.section-testimonials {
  background-color: var(--white-smoke);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 50%;
  padding: 140px 40px 220px;
}

.section-footer {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/image-3-compressed.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.testimonial-block {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 5px;
  flex: none;
  width: 400px;
  height: 350px;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px 40px 24px 28px;
  position: relative;
}

.test-sterne {
  color: var(--gold);
  font-size: 30px;
}

.test-text {
  z-index: 1;
  letter-spacing: -.5px;
  text-transform: none;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.tes-div-logo {
  background-color: var(--black80);
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 5px 5px 7px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.test-subline {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.umbruch {
  display: flex;
}

.section-infusionen {
  background-color: var(--white-smoke);
  background-image: none;
  padding: 140px 40px 220px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
  transform: rotate(0);
}

.div-accordion-angebot {
  border-bottom: 1.5px solid var(--gold);
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-movie-block {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 74px;
  margin-bottom: 95px;
  display: flex;
}

.div-movie-block.reversed {
  flex-direction: row-reverse;
  margin-top: 77px;
  display: none;
}

.movie-text-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-left: 0;
  padding: 50px 15px 50px 0;
  display: flex;
}

.movie-text-wrapper.tmw-right {
  padding-top: 0;
  padding-bottom: 0;
}

.movie {
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: block;
}

.p-movie-text {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-infusion {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex: 1;
  display: flex;
  position: relative;
}

.card-infusion.gespiegelt {
  flex-direction: row-reverse;
}

.aufzaehlung-card {
  color: var(--black80);
  margin-right: 38px;
  padding-left: 20px;
}

.aufzaehlung-text {
  color: var(--gold);
  margin-top: 0;
  font-weight: 500;
  line-height: 22px;
}

.popup-card {
  z-index: 2100;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.erstgespr-ch {
  color: var(--dark-grey-2);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.erstgespr-ch.full-white-bg {
  color: var(--white);
  font-weight: 500;
}

.button-buchen {
  border: 1px solid var(--gold);
  color: var(--gold);
  cursor: pointer;
  border-radius: 50px;
  width: 130px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all .4s;
  display: inline-block;
}

.button-buchen:hover {
  background-color: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px 2px #00000040;
}

.button-buchen.advanced {
  background-color: var(--gold);
  color: var(--white);
}

.button-buchen.advanced:hover {
  background-color: var(--white);
  color: var(--gold);
}

.buchen {
  font-size: 12px;
  font-weight: 600;
}

._3er-wrapper-team {
  margin-bottom: 34px;
  display: flex;
}

.movie-wrapper {
  border: 5px #000;
  border-radius: 0;
  width: 50%;
  overflow: hidden;
}

.section-divider {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/Zielerreichung.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 40px 50px;
  display: flex;
}

.text-span-4 {
  color: var(--gold);
}

.image-18 {
  width: 100px;
}

.div-footer-logo-dadresse {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.p-impressum {
  padding-left: 0;
}

.h2-methods {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.link-social-media {
  transition: all .3s ease-in-out;
}

.link-social-media:hover {
  opacity: .4;
  transform: scale(1.1);
}

.link-social-media.ausgeblendet {
  display: none;
}

.image-20 {
  height: 40px;
  margin: 2px 3px;
}

.footer-table {
  width: 100%;
}

.column-left {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.column-right {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.column-middle {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.footer-content-middle {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.logo-text {
  color: var(--gold);
  text-transform: uppercase;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.html-embed-3 {
  color: var(--gold);
  width: 50px;
  height: 50px;
}

.text-span-5 {
  letter-spacing: .4px;
}

.method-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 76px;
  display: flex;
}

.method-item {
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.item-number {
  clear: left;
  background-color: var(--gold);
  border: 1px #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: -19px;
  display: flex;
  position: relative;
}

.item-circle {
  background-image: linear-gradient(154deg, var(--white) 32%, #adadad);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.item-circle.special {
  background-image: none;
  box-shadow: 0 0 16px -5px #000000a1;
}

.item-circle.goldrand {
  border-style: none dashed none none;
  border-width: 1px 2px 2px 1px;
  border-color: black var(--gold) var(--gold) black;
  background-image: none;
  width: 200px;
  height: 200px;
  margin-top: -179px;
  transform: rotate(90deg);
}

.item-circle.goldrand.large {
  height: 350px;
  margin-top: -297px;
}

.item-circle.large.special {
  justify-content: center;
  width: 320px;
  height: 170px;
  margin-bottom: 50px;
}

.item-square {
  background-color: #ccae6f85;
  border-radius: 10px;
  width: 180px;
  margin-top: 28px;
  margin-bottom: 31px;
}

.text-block {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.h3-method {
  color: var(--black80);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.text-item {
  color: var(--dark-grey-2);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.h1white {
  color: #f2f2f2;
  margin-top: 50px;
}

.text-divider {
  color: #fff;
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 28px;
}

.typed-words {
  color: var(--white);
  margin-top: -7px;
  font-size: 36px;
  font-weight: 500;
}

.h2-circle {
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.h2-circle.first {
  margin-top: 15px;
}

.wrapper-circe-biohacking {
  flex-direction: column;
  align-items: center;
  margin-top: 103px;
  display: flex;
}

.text-span-9 {
  line-height: 30px;
}

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

.item-icon {
  width: 80px;
  margin-left: 5px;
}

.icon-methods {
  width: 110px;
  margin-right: 5px;
  position: absolute;
  inset: 1% 0% auto auto;
}

._4er-wrapper-team {
  display: flex;
}

.hero-heading-2 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.hero-heading-2.h2-job {
  color: var(--white);
  font-size: 45px;
  line-height: 55px;
}

.image-22 {
  width: 60px;
}

.section-angebot {
  display: none;
}

.link-ihht {
  color: var(--dark-grey-2);
}

.link-ihht:hover {
  color: var(--gainsboro);
}

.h3-title-paragraph {
  color: var(--dark-grey-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.title-kontakt {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.wrapper-infusion {
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.card-bg-picture {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.card-text {
  padding: 28px;
}

.card-text.saplten {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 60%;
  display: flex;
}

.wrapper-text-infusion---card {
  width: 100%;
}

.wrapper-heading---icon {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.heading-infusion {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.h3-subline-card {
  color: var(--gold);
  text-transform: none;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.infusion-card-text {
  color: var(--gold);
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-infusion---icon {
  flex-direction: column;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.text-block-4 {
  color: var(--gold);
  font-weight: 600;
}

.wrapper-list-card {
  background-color: #000000b3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  padding: 10px 20px 3px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper-termin-vereinbaren {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 53px;
  display: flex;
}

.gold-flag {
  background-color: var(--gold);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 6px;
  outline: 3px #fff;
  align-self: flex-end;
  padding: 2px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.gold-flag.rechts {
  margin-right: 20px;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 58px;
  align-self: stretch;
}

.cell-infusion-bersicht {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}

.cell-infusion-bersicht:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px 4px #0003;
}

.cell-infusion-bersicht._01 {
  background-image: url('../images/2_1.webp');
  background-position: 100% 0;
  background-size: cover;
}

.cell-infusion-bersicht._03 {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/11.webp');
  background-position: 0 0, 50%;
}

.cell-infusion-bersicht._02 {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/5_1.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.subline-card-infusion {
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
}

.h2-card-infusion {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
}

.link-wrapper-card-infusion {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
  display: block;
  position: relative;
}

.link-wrapper-card-infusion._01 {
  background-image: url('../images/2_1.webp');
  background-size: cover;
  border-style: none;
  border-radius: 8px;
}

.link-wrapper-card-infusion._02 {
  background-image: url('../images/5_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.link-wrapper-card-infusion._03 {
  background-image: url('../images/11.webp');
  background-position: 50% 0;
  background-size: cover;
}

.link-wrapper-card-infusion._04 {
  background-image: url('../images/12.webp');
  background-position: 50% 0;
  background-size: cover;
}

.link-wrapper-card-infusion._08 {
  background-image: url('../images/7.webp');
  background-position: 0 0;
  background-size: cover;
}

.link-wrapper-card-infusion._11 {
  background-image: url('../images/27.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.link-wrapper-card-infusion._05 {
  background-image: url('../images/9.webp');
  background-position: 0 0;
  background-size: cover;
}

.link-wrapper-card-infusion._06 {
  background-image: url('../images/16.webp');
  background-position: 100% 0;
  background-size: cover;
}

.link-wrapper-card-infusion._07 {
  background-image: url('../images/20.webp');
  background-position: 100% 0;
  background-size: cover;
}

.link-wrapper-card-infusion._09 {
  background-image: url('../images/21.webp');
  background-position: 0 0;
  background-size: cover;
}

.link-wrapper-card-infusion._10 {
  background-image: url('../images/24.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-27 {
  background-color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-mehr-infos {
  justify-content: flex-end;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: auto 5% 7% auto;
}

.link-mehr-infos:hover {
  transform: scale(1.1);
}

.back {
  background-color: var(--gold);
  transform-origin: 100% 100%;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
  display: inline-block;
  transform: rotate(-90deg);
  box-shadow: 0 2px 5px 2px #0003;
}

.back:hover {
  color: var(--black80);
  box-shadow: 0 0 5px 3px #0003;
}

.back-link-home {
  z-index: 2;
  position: fixed;
  inset: 10% 0% auto auto;
}

.google-tag-manager {
  background-color: var(--lime-green);
  height: 500px;
  display: none;
}

.cell-picture {
  border-radius: 8px;
  justify-content: flex-end;
  box-shadow: 0 2px 5px #0003;
}

.cell-picture._01 {
  background-image: url('../images/2_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.cell-picture._02 {
  background-image: url('../images/5_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.cell-picture._03 {
  background-image: url('../images/11.webp');
  background-position: 50% 0;
  background-size: cover;
}

.cell-picture._04 {
  background-image: url('../images/12.webp');
  background-position: 50% 0;
  background-size: cover;
}

.cell-picture._05 {
  background-image: url('../images/9.webp');
  background-position: 0 0;
  background-size: cover;
}

.cell-picture._06 {
  background-image: url('../images/16.webp');
  background-position: 73% 0;
  background-size: cover;
}

.cell-picture._07 {
  background-image: url('../images/20.webp');
  background-position: 35% 0;
  background-size: cover;
}

.cell-picture._08 {
  background-image: url('../images/7.webp');
  background-position: 40%;
  background-size: cover;
}

.cell-picture._09 {
  background-image: url('../images/21.webp');
  background-position: 60% 0;
  background-size: cover;
}

.cell-picture._10 {
  background-image: url('../images/24.webp');
  background-position: 20%;
  background-size: cover;
}

.cell-picture._11 {
  background-image: url('../images/27.webp');
  background-position: 95%;
  background-size: cover;
}

.cell-right {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 6px;
  justify-content: flex-end;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.cell-right.set-to-relative {
  align-content: flex-start;
}

.cell-right.set-to-relative.beige {
  background-color: var(--tan);
}

.cell-right.icons {
  justify-content: center;
  align-items: center;
}

.cell-right.icons.spez {
  justify-content: center;
}

.cell-right.spez {
  padding-top: 0;
  padding-bottom: 0;
}

.cell-right.grey {
  background-color: var(--white-98);
}

.cell-right.beige {
  background-color: var(--tan);
}

.quick-stack-modul-infusion {
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  height: auto;
  padding: 0;
}

.paragraph-infusion-site {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
}

.infuson-titel {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.infusionszus-tze {
  color: var(--gold);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.list-infusionen-benefits {
  color: var(--gold);
  background-color: #00000091;
  border-radius: 8px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 13px 20px 13px 12%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.time-infusion {
  border: 1px #000;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
}

.image-23 {
  width: 32px;
}

.image-24 {
  width: 30px;
  margin-left: 2px;
}

.text-block-6 {
  color: var(--gold);
  margin-left: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.infusion-inhalt {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 0;
  font-weight: 600;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.list-item-ihnalt-infusion {
  color: var(--dark-grey-2);
  margin-top: 10px;
  text-decoration: none;
}

.link-selector {
  align-self: stretch;
  height: 40px;
}

.cell-button {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.infusionstermin-buchen {
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  display: block;
}

.link-block {
  color: var(--white);
  line-height: 14px;
  text-decoration: none;
}

.wrapper-infusion-inhalt {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-13 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.cell-onlybutton {
  justify-content: center;
  align-items: center;
}

.bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.cell {
  justify-content: center;
  align-items: center;
}

.image-25 {
  margin-top: 89px;
  margin-bottom: 123px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 600;
}

.text-span-15 {
  text-transform: none;
}

.text-span-16 {
  text-transform: none;
  font-size: 30px;
  line-height: 1px;
}

.wrapper-impressum {
  padding: 5%;
  font-family: Montserrat, sans-serif;
}

.inhalt {
  flex-flow: column;
  margin-bottom: 57px;
  display: flex;
}

.heading-14 {
  color: #ccae6f;
  text-align: left;
}

.link {
  color: #ccae6f;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline;
}

.h2-impressum {
  color: #ccae6f;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
}

.p-impressum-2 {
  color: #737373;
  padding-left: 0;
  font-size: 16px;
  line-height: 25px;
}

.heading-16 {
  color: #ccae6f;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.job {
  font-size: 45px;
  line-height: 50px;
}

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

.quick-stack-2 {
  margin-top: 68px;
}

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

.link-jobs {
  color: var(--gold);
  font-size: 18px;
  text-decoration: none;
}

.list-elemtent-wrapper {
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.text-block-8, .text-block-9 {
  text-align: left;
}

.bold-text-6 {
  margin-right: 7px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.video {
  margin-top: 60px;
  margin-bottom: 76px;
}

.list-header {
  max-width: 60%;
  margin-top: 29px;
  margin-left: 10%;
}

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

.video-wrapper {
  width: 100%;
  max-width: 500px;
  margin-bottom: 53px;
}

.text-block-10 {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

.section-2 {
  display: none;
}

.list {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}

.berschrift-inseat {
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.list-inserat {
  text-align: left;
  margin-bottom: 2px;
  font-size: 17px;
}

.separator-2 {
  background-color: #ccae6f;
  width: 1px;
  height: 70px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h3-title-paragraph-2 {
  color: #737373;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.h3-title-paragraph-2.kundenstimmen {
  margin-top: 56px;
}

.container-1201 {
  z-index: 50;
  flex-flow: column;
  place-content: stretch flex-start;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.code-embed {
  margin-top: 40px;
}

.section-header-2 {
  color: #ccae6f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-center-2 {
  color: #737373;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-testimonials-2 {
  padding-top: 140px;
  padding-bottom: 220px;
}

.google-wrapper {
  margin-top: 78px;
  margin-bottom: 124px;
  display: flex;
}

.google-text {
  background-color: #f5f6f9;
  border-radius: 8px;
  width: 350px;
  margin-left: 20px;
  padding: 20px;
  box-shadow: 0 0 5px #0003;
}

.google-reviews {
  margin-top: 220px;
}

.h3-google-reviews {
  color: var(--black80);
  font-size: 30px;
  font-weight: 600;
}

.section-sthetik {
  padding: 140px 40px 220px;
}

.link-footer-tel {
  color: var(--white);
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    height: 75px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-1200 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .container-1200.slide-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200.topmenu {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    float: none;
    text-align: left;
    background-color: #fffffffc;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    line-height: 20px;
    display: flex;
    position: absolute;
    top: 75px;
    bottom: auto;
    left: 0;
    overflow: auto;
  }

  .section-hero {
    height: 800px;
  }

  .wrapper-hero-content {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .wrapper-hero-content.content-jobs {
    width: 100%;
    padding: 10px;
  }

  .hero-text.thin._2 {
    margin-top: 0;
  }

  .terminbutton-gold.button-jobs {
    margin-top: 0;
    margin-bottom: 31px;
  }

  .hero-heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-heading-1.job {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .scroll-link {
    display: none;
  }

  .section-intro {
    padding: 80px 24px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-header {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .half-side-content {
    width: 100%;
    min-height: 0;
    padding: 40px 5% 60px;
  }

  .half-side-content.hsc-bg-image {
    background-image: linear-gradient(#0009, #0009);
  }

  .half-side-content.hsc-bg-image._1, .half-side-content.hsc-bg-image._2, .half-side-content.hsc-bg-image._3, .half-side-content.hsc-bg-image._4, .half-side-content.hsc-bg-image._5 {
    width: 100%;
    min-height: 500px;
  }

  .half-side-content.bg-beige {
    width: 100%;
  }

  .section-team {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .programm-name-card {
    font-size: 40px;
    line-height: 48px;
  }

  .list-wrapper {
    width: 100%;
  }

  .footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 20px;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .button-kontakt-topmenu {
    color: #fff;
  }

  .nav-link {
    color: var(--black80);
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
  }

  .nav-link:hover {
    color: var(--gold);
    font-weight: 500;
  }

  .nav-link:focus {
    line-height: 20px;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .menu-button {
    color: #fff;
    flex-wrap: nowrap;
    align-content: center;
    align-self: stretch;
    margin-top: 0;
  }

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

  .menu-button.black {
    color: #000;
  }

  .paragraph-footer.white.impressum {
    text-align: center;
    padding-right: 0;
  }

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

  .team-member._7 {
    margin-bottom: -30px;
  }

  .footer-text {
    font-size: 13px;
  }

  .close-popup-interaction {
    margin-bottom: -40px;
  }

  .close-popup-interaction.card {
    width: 30px;
    height: 30px;
  }

  .concept-slider-icon {
    margin-bottom: 15px;
  }

  .icon-2 {
    margin-top: 5px;
  }

  .angebot-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 151px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .angebot-card {
    width: 80%;
    margin-bottom: 20px;
  }

  .angebot-card.middle, .angebot-card.goldline {
    width: 65%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .popup-impressum {
    padding: 5%;
  }

  .features-wrapper, .features-wrapper._2, .features-wrapper._1 {
    flex-direction: column;
  }

  .wrapper-half-side-text {
    max-width: 100%;
    padding: 0;
  }

  .section-kacheln {
    padding: 80px 24px;
  }

  .p-kacheln {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .section-testimonials {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .testimonial-block {
    width: 350px;
    height: 350px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .testimonial-block.ausgeblendet {
    display: none;
  }

  .test-text {
    font-size: 14px;
    line-height: 18px;
  }

  .section-infusionen {
    padding: 80px 20px 120px;
  }

  .movie-text-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .movie-text-wrapper.tmw-right {
    max-width: 50%;
    padding-left: 4%;
    padding-right: 0;
  }

  .p-movie-text {
    line-height: 22px;
  }

  .card-infusion {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .card-infusion.gespiegelt {
    flex-direction: row-reverse;
  }

  .button-buchen {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 13px;
  }

  ._3er-wrapper-team {
    flex-flow: column;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: end;
    display: flex;
  }

  .movie-wrapper {
    width: 50%;
  }

  .h2-methods {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .method-item {
    background-color: #00000014;
    border-radius: 9px;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 27px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-number {
    margin-bottom: -10px;
  }

  .item-circle {
    width: 100px;
    height: 100px;
  }

  .item-square {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .h3-method {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-item {
    width: 50%;
  }

  .h1white {
    line-height: 45px;
  }

  .typed-words {
    font-size: 34px;
    line-height: 36px;
  }

  .item-subwrapper {
    width: 30%;
  }

  .item-icon {
    width: 65px;
    margin-top: 0;
  }

  .item-icon.gross {
    width: 70px;
    margin-top: 5px;
  }

  .icon-methods {
    width: 80px;
  }

  ._4er-wrapper-team {
    flex-flow: wrap;
    justify-content: center;
  }

  .hero-heading-2.h2-job {
    margin-bottom: 9px;
    font-size: 35px;
    line-height: 45px;
  }

  .wrapper-infusion {
    flex-direction: row;
  }

  .card-bg-picture {
    background-image: linear-gradient(#0000, #0000), url('../images/2.webp');
    background-position: 0 0, 50% 0;
    flex-direction: row;
    width: 100%;
    height: 350px;
  }

  .card-text.saplten {
    justify-content: space-around;
    width: 100%;
  }

  .h3-subline-card {
    text-align: center;
  }

  .gold-flag {
    margin-right: 10px;
  }

  .h2-card-infusion {
    text-align: center;
  }

  .link-wrapper-card-infusion {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-wrapper-card-infusion._11 {
    background-position: 50% 0;
  }

  .cell-picture {
    background-position: 100% 30%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cell-picture._01 {
    background-position: 50% 20%;
  }

  .cell-picture._02 {
    background-position: 0 30%;
  }

  .cell-picture._03 {
    background-position: 50% 30%;
  }

  .cell-picture._04 {
    background-position: 50% 45%;
  }

  .cell-picture._05, .cell-picture._06 {
    background-position: 100% 30%;
  }

  .cell-picture._07 {
    background-position: 50% 25%;
  }

  .cell-picture._08 {
    background-position: 50% 20%;
  }

  .cell-picture._09 {
    background-position: 50% 40%;
  }

  .cell-picture._10 {
    background-position: 50% 30%;
  }

  .cell-picture._11 {
    background-position: 50% 80%;
  }

  .cell-right.spez {
    line-height: 20px;
  }

  .quick-stack-modul-infusion {
    grid-row-gap: 10px;
  }

  .infusion-inhalt {
    margin-right: 20px;
  }

  .link-selector {
    margin-top: 26px;
  }

  .infusionstermin-buchen {
    white-space: nowrap;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 50px;
  }

  .link {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-impressum {
    font-size: 35px;
    line-height: 40px;
  }

  .list-elemtent-wrapper {
    margin-bottom: 0;
    font-size: 14px;
  }

  .list-header {
    font-size: 14px;
  }

  .text-block-10 {
    width: 100%;
  }

  .separator-2 {
    display: none;
  }

  .container-1201 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: static;
  }

  .section-header-2 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 75px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-1200.slide-wrapper {
    max-width: 95%;
  }

  .container-1200.topmenu {
    justify-content: center;
  }

  .container-1200.jobs {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    top: 75px;
    left: auto;
    right: 0;
  }

  .section-hero {
    height: 600px;
  }

  .section-hero.jobs {
    height: 650px;
  }

  .wrapper-hero-content {
    margin-top: 40px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-text.thin._2 {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 19px;
  }

  .terminbutton-gold {
    font-size: 12px;
    line-height: 14px;
  }

  .terminbutton-gold.site.button-jobs {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .hero-heading-1 {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-heading-1.job {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .section-intro {
    padding: 60px 3%;
  }

  .section-wrapper-content {
    width: auto;
    margin-bottom: 20px;
  }

  .section-header {
    font-size: 30px;
    line-height: 36px;
  }

  .half-side-content {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 7%;
    display: flex;
  }

  .section-team {
    padding: 60px 20px 40px;
  }

  .team-content {
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .scroll-up-button.srup-gold, .scroll-up-button.srup-gold.w--current {
    width: 30px;
    height: 30px;
  }

  .footer-content {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-footer.white.impressum {
    font-size: 11px;
    line-height: 16px;
  }

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

  .contact-us-block {
    align-items: center;
    margin-top: 5px;
    padding-top: 0;
  }

  .team-member-image._4 {
    width: 100%;
  }

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

  .image-5 {
    align-self: flex-start;
  }

  .footer-copyright {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-copyright {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .team-member._7 {
    margin-bottom: -43px;
  }

  .footer-text {
    font-size: 11px;
    line-height: 14px;
  }

  .separator {
    display: none;
  }

  .close-popup-interaction {
    width: 30px;
    height: 30px;
  }

  .link-footer {
    line-height: 18px;
  }

  .angebot-wrapper {
    flex-direction: column;
    margin-top: 79px;
    padding-left: 0;
    padding-right: 0;
  }

  .angebot-card {
    margin-top: 20px;
  }

  .angebot-card.middle, .angebot-card.goldline {
    width: 80%;
  }

  .features-wrapper {
    flex-flow: column wrap;
    display: flex;
  }

  .features-wrapper._2 {
    flex-flow: column;
  }

  .features-wrapper._1 {
    flex-direction: column;
  }

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

  .section-testimonials {
    padding: 60px 20px 100px;
  }

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

  .testimonial-block.tb-handy {
    padding-top: 20px;
    padding-right: 40px;
  }

  .umbruch {
    flex-direction: column;
  }

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

  .div-movie-block {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
  }

  .div-movie-block.reversed {
    flex-direction: column;
  }

  .movie-text-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 91%;
  }

  .movie-text-wrapper.tmw-right {
    max-width: none;
  }

  .movie {
    width: 100%;
  }

  .p-movie-text {
    text-align: center;
    margin-bottom: 0;
  }

  .popup-card {
    padding-top: 5%;
  }

  ._3er-wrapper-team {
    flex-direction: column;
  }

  .movie-wrapper {
    width: 80%;
    margin-top: 25px;
  }

  .section-divider {
    background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/Zielerreichung.webp');
    background-position: 0 0, 90%;
    background-attachment: scroll, fixed;
  }

  .image-18 {
    width: 80px;
  }

  .div-footer-logo-dadresse {
    justify-content: space-between;
  }

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

  .column-left {
    justify-content: center;
    height: auto;
  }

  .column-right {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 20px;
  }

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

  .column-middle {
    height: auto;
    margin-top: 20px;
  }

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

  .method-item {
    justify-content: space-around;
    width: 100%;
  }

  .h1white {
    font-size: 35px;
    line-height: 42px;
  }

  .text-divider {
    font-size: 18px;
  }

  .typed-words {
    font-size: 26px;
    line-height: 28px;
  }

  .hero-heading-2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .hero-heading-2.h2-job {
    font-size: 30px;
    line-height: 35px;
  }

  .card-bg-picture {
    height: 250px;
  }

  .card-text.saplten {
    flex-direction: column-reverse;
  }

  .gold-flag {
    bottom: 17px;
  }

  .link-wrapper-card-infusion._11 {
    background-position: 50% 100%;
  }

  .back {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .cell-picture._02 {
    background-position: 0 30%;
  }

  .cell-picture._03 {
    background-position: 50% 35%;
  }

  .cell-picture._04 {
    background-position: 50%;
  }

  .cell-picture._06 {
    background-position: 100% 35%;
  }

  .cell-picture._10 {
    background-position: 50% 40%;
  }

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

  .cell-button {
    line-height: 12px;
  }

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

  .wrapper-infusion-inhalt {
    flex-direction: column;
    align-items: center;
  }

  .heading-14 {
    font-size: 35px;
    line-height: 40px;
  }

  .link {
    font-size: 16px;
    line-height: 22px;
  }

  .h2-impressum {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .p-impressum-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .video-wrapper {
    margin-bottom: 10px;
  }

  .text-block-10 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .list-inserat {
    font-size: 15px;
    line-height: 22px;
  }

  .separator-2 {
    display: none;
  }

  .container-1201 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-center-2 {
    font-size: 14px;
    line-height: 22px;
  }
}

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

  .container-1200 {
    max-width: 90%;
    margin-bottom: -61px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200.slide-wrapper {
    align-items: flex-end;
  }

  .container-1200.jobs {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-menu {
    background-color: #fffffffc;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    left: 0;
    right: auto;
  }

  .wrapper-hero-content {
    margin-top: 32px;
    margin-bottom: 20px;
    padding: 32px 0;
  }

  .hero-text.thin {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text.thin._2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 18px;
  }

  .terminbutton-gold {
    width: 200px;
    font-size: 12px;
  }

  .terminbutton-gold.site.button-jobs {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .hero-heading-1 {
    font-size: 26px;
    line-height: 30px;
  }

  .hero-heading-1.job {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-down-button {
    display: none;
  }

  .section-intro {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-wrapper-content {
    width: auto;
    margin-bottom: 10px;
    display: block;
  }

  .section-wrapper-content.buchen-zentriert {
    margin-bottom: 0;
  }

  .section-header {
    font-size: 28px;
    line-height: 35px;
  }

  .half-side-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half-side-content.hsc-bg-image._1, .half-side-content.hsc-bg-image._2, .half-side-content.hsc-bg-image._3, .half-side-content.hsc-bg-image._4, .half-side-content.hsc-bg-image._5 {
    min-height: 300px;
  }

  .section-team {
    padding-top: 72px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .programm-name-card.ac-white {
    font-size: 35px;
  }

  .scroll-up-button {
    margin-bottom: 20px;
    bottom: 125px;
  }

  .footer-content {
    margin-left: 10px;
    padding-right: 0;
  }

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

  .paragraph-footer.white.impressum {
    line-height: 16px;
  }

  .image-5 {
    height: 15px;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
  }

  .text-copyright {
    font-size: 10px;
  }

  .team-member._7 {
    margin-bottom: -35px;
  }

  .paragraph-center {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .navbar-scrolling-white {
    display: block;
  }

  .close-popup-interaction {
    width: 25px;
    height: 25px;
    margin-bottom: -32px;
  }

  .close-popup-interaction.card {
    margin-right: 8%;
  }

  .link-footer {
    font-size: 10px;
    line-height: 16px;
  }

  .angebot-card {
    margin-left: 0;
    margin-right: 0;
  }

  .angebot-card.middle, .angebot-card.goldline {
    width: 100%;
  }

  .popup-impressum {
    padding: 5%;
    display: none;
  }

  .heading-11, .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .wrapper-half-side-text {
    max-width: 400px;
  }

  .p-kacheln {
    text-align: center;
    line-height: 24px;
  }

  .section-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-block {
    width: 300px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .testimonial-block.tb-handy {
    padding-right: 30px;
  }

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

  .section-infusionen {
    padding-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-movie-block.reversed {
    margin-top: 58px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .card-infusion {
    width: 100%;
  }

  .aufzaehlung-card {
    margin-top: -11px;
  }

  .aufzaehlung-text {
    margin-top: 0;
    line-height: 22px;
  }

  .popup-card {
    padding-top: 5%;
    display: none;
  }

  .movie-wrapper {
    width: 100%;
  }

  .section-divider {
    background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/Zielerreichung.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 70px;
  }

  .div-footer-logo-dadresse {
    justify-content: space-between;
  }

  .div-block-22 {
    margin-right: 10px;
  }

  .p-impressum {
    font-size: 14px;
    line-height: 20px;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
    padding-right: 0;
  }

  .method-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .item-circle.goldrand.large {
    height: 300px;
    margin-top: -282px;
  }

  .item-circle.large.special {
    width: 270px;
  }

  .text-item {
    width: 100%;
    margin-top: 23px;
  }

  .h1white {
    margin-top: 0;
    font-size: 28px;
    line-height: 35px;
  }

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

  .typed-words {
    font-size: 24px;
    line-height: 26px;
  }

  .h2-circle {
    font-size: 26px;
    line-height: 28px;
  }

  .icon-methods {
    width: 50px;
    top: 5px;
    right: 0;
  }

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

  .hero-heading-2.h2-job {
    font-size: 26px;
    line-height: 30px;
  }

  .image-22 {
    width: 55px;
  }

  .card-bg-picture {
    height: 200px;
  }

  .card-text.saplten {
    padding: 12px;
  }

  .wrapper-list-card {
    flex-direction: column;
  }

  .h2-card-infusion {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .back {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .cell-picture {
    background-position: 100% 0;
  }

  .cell-picture._02 {
    background-position: 0 0;
  }

  .cell-picture._05 {
    background-position: 0%;
  }

  .cell-picture._06 {
    background-position: 100% 0;
  }

  .cell-picture._10 {
    background-position: 0%;
  }

  .cell-picture._11 {
    background-position: 50% 100%;
  }

  .cell-right.icons.spez {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .time-infusion {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-13 {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .h2-impressum {
    font-size: 28px;
    line-height: 35px;
  }

  .p-impressum-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-16 {
    font-size: 30px;
    line-height: 40px;
  }

  .list-elemtent-wrapper {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .list-header {
    align-self: center;
    max-width: 100%;
    margin-left: 20px;
    margin-right: auto;
  }

  .header-wrapper-jobs {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-10 {
    width: 98%;
    margin-bottom: 30px;
  }

  .text-span-17 {
    font-size: 22px;
  }

  .bold-text-7 {
    font-size: 12px;
  }

  .container-1201 {
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-center-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }
}

#w-node-_3dedc5ee-a8a2-52ce-eea7-4c24ea0b5cad-1581d43a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3be-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3bf-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3c7-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3cd-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_0a8a4317-e9fb-03d6-bb45-70579d78a591-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd0-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd1-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd9-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cdf-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cf4-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f52-55122028 {
  grid-template-rows: auto minmax(0, 1fr) minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f53-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f5b-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f61-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f76-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e6-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e7-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6ef-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6f5-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e70a-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_852613cb-e3b2-16c0-57e4-0468f7df5216-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_852613cb-e3b2-16c0-57e4-0468f7df5217-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_852613cb-e3b2-16c0-57e4-0468f7df521f-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_852613cb-e3b2-16c0-57e4-0468f7df5225-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_852613cb-e3b2-16c0-57e4-0468f7df523a-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-ddacf9ee-8360-339e-f2da-257a1c042f23-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-ddacf9ee-8360-339e-f2da-257a1c042f24-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-ddacf9ee-8360-339e-f2da-257a1c042f2c-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-ddacf9ee-8360-339e-f2da-257a1c042f32-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-ddacf9ee-8360-339e-f2da-257a1c042f47-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_8489fffe-530c-1f09-8018-a47419dd6440-55122028 {
  grid-template-rows: auto minmax(auto, 1fr) minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_8489fffe-530c-1f09-8018-a47419dd6441-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_8489fffe-530c-1f09-8018-a47419dd6449-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_8489fffe-530c-1f09-8018-a47419dd644f-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_8489fffe-530c-1f09-8018-a47419dd6464-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_07178d09-b847-3cdc-8fc4-1c153353fafe-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_07178d09-b847-3cdc-8fc4-1c153353faff-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_07178d09-b847-3cdc-8fc4-1c153353fb07-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_07178d09-b847-3cdc-8fc4-1c153353fb0d-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_07178d09-b847-3cdc-8fc4-1c153353fb22-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc3-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc4-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fcc-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fd2-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fe7-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b6-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b7-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30bf-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30c5-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30da-55122028 {
  grid-row: span 2 / span 2;
}

#w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd5-55122028 {
  grid-template-rows: auto auto minmax(30px, 30px) auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd6-55122028 {
  grid-row: span 4 / span 4;
}

#w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fde-55122028 {
  grid-column: span 2 / span 2;
}

#w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fe4-55122028 {
  grid-row: span 3 / span 3;
}

#w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462ff9-55122028 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3dedc5ee-a8a2-52ce-eea7-4c24ea0b5cad-1581d43a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3be-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3bf-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3cd-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3d3-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_0a8a4317-e9fb-03d6-bb45-70579d78a591-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd0-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd1-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cdf-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73ceb-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cf4-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f52-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f53-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f61-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f6d-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f76-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e6-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e7-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6f5-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e701-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e70a-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5216-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5217-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5225-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5231-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df523a-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f23-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f24-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f32-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f3e-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f47-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6440-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6441-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd644f-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd645b-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6464-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fafe-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353faff-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb0d-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb19-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb22-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc3-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc4-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fd2-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fde-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fe7-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b6-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b7-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30c5-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30d1-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30da-55122028 {
    grid-row: span 1 / span 1;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd5-55122028 {
    grid-template-rows: 300px auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd6-55122028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fe4-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462ff0-55122028 {
    grid-row: span 2 / span 2;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462ff9-55122028 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3dedc5ee-a8a2-52ce-eea7-4c24ea0b5cad-1581d43a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3be-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3bf-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3cd-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3d3-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd0-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd1-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cdf-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73ceb-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f52-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f53-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f61-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f6d-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e6-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e7-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6f5-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e701-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5216-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5217-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5225-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5231-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f23-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f24-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f32-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f3e-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6440-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6441-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd644f-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd645b-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fafe-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353faff-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb0d-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb19-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc3-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc4-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fd2-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fde-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b6-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b7-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30c5-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30d1-55122028 {
    grid-row: span 3 / span 3;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd5-55122028 {
    grid-template-rows: 200px auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd6-55122028 {
    grid-row: span 6 / span 6;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fe4-55122028 {
    grid-row: span 4 / span 4;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462ff0-55122028 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3bf-55122028, #w-node-_4b80690a-b9cb-e8be-9c7a-65317effd3c7-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a8a4317-e9fb-03d6-bb45-70579d78a591-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd1-55122028, #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cd9-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e19c001-91f6-5925-7c94-c86a1fe73cf4-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f53-55122028, #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f5b-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d4dda24-02ea-8ae0-0251-0359cc604f76-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6e7-55122028, #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e6ef-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-e2004fc9-6b79-8fe2-ec48-581e43c6e70a-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df5217-55122028, #w-node-_852613cb-e3b2-16c0-57e4-0468f7df521f-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_852613cb-e3b2-16c0-57e4-0468f7df523a-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f24-55122028, #w-node-ddacf9ee-8360-339e-f2da-257a1c042f2c-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-ddacf9ee-8360-339e-f2da-257a1c042f47-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6441-55122028, #w-node-_8489fffe-530c-1f09-8018-a47419dd6449-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8489fffe-530c-1f09-8018-a47419dd6464-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353faff-55122028, #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb07-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_07178d09-b847-3cdc-8fc4-1c153353fb22-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fc4-55122028, #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fcc-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_265adcbb-9d59-32d5-0eff-315f17ef6fe7-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30b7-55122028, #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30bf-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-_457594b6-8c4a-534c-cf7c-8cb03cba30da-55122028 {
    grid-row: span 7 / span 7;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fd6-55122028, #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462fde-55122028 {
    grid-column: span 1 / span 1;
  }

  #w-node-dfb5678d-bd43-e068-d7fd-b7f7ac462ff9-55122028 {
    grid-row: span 7 / span 7;
  }
}


