.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.mobile-margin-top-10 {
  overflow: visible;
  width: auto;
  flex: 0 0 auto;
  list-style-type: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #3cdba2;
  transition: all 200ms ease;
  color: #323232;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
}

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

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

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

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

.footer-wrapper {
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-content-32 {
  display: flex;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

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

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Outfit, sans-serif;
  color: #eee;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

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

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

.footer-social-block {
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  justify-content: flex-start;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

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

.list-item {
  flex: 0 auto;
}

.navbar-outer-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.button {
  padding: 12px 24px 8px;
  border-radius: 20px;
  background-color: #3cdba2;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-weight: 600;
}

.link {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.navbar-inner-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: flex;
  height: 112px;
  padding-right: 130px;
  padding-left: 130px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.footer {
  display: flex;
  height: auto;
  padding: 72px 115px 64px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #323232;
}

.footer:hover {
  color: #fff;
}

.footer:focus {
  color: #fff;
}

.footer-main-div {
  display: flex;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.footer-text-title {
  font-family: Outfit, sans-serif;
  color: #eee;
  font-size: 15px;
  font-weight: 600;
}

.footer-text {
  font-family: Outfit, sans-serif;
  color: #eee;
  font-size: 12px;
}

.footer-content-24 {
  display: flex;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
}

.footer-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
}

.text-block {
  font-family: Outfit, sans-serif;
  color: #eee;
  font-size: 11px;
  font-weight: 400;
}

.home-section-1 {
  display: flex;
  width: auto;
  height: 640px;
  margin-top: 112px;
  padding-top: 0px;
  padding-right: 7vw;
  padding-left: 7vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #3cdba2;
  background-image: url('../images/JG_Website_Header-1_2022.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.navbar-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  height: 112px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.navbar-title {
  overflow: visible;
  padding: 0px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
}

.navbar-title:hover {
  color: #3cdba2;
}

.navbar-title.w--current {
  color: #323232;
}

.navbar-title.w--current:hover {
  border-style: none;
  border-width: 1px;
  border-color: #323232;
  color: #3cdba2;
}

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

.navbar-button {
  display: block;
  padding: 12px 20px;
  order: 0;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #3cdba2;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
}

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

.navbar-button.w--current {
  display: block;
}

.navbar-button.hidden {
  display: block;
}

.navbar-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7vw;
  padding-left: 7vw;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
}

.navbar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  order: 1;
  flex: 1;
}

.navbar-logo {
  -ms-grid-row-align: center;
      align-self: center;
  order: -1;
  flex: 0 auto;
}

.navbar-hamburger {
  -ms-grid-row-align: center;
      align-self: center;
  order: 1;
}

.navbar-button-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 1;
  flex: 1;
}

.navbar-div-inner-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  order: -1;
  flex: 1;
}

.navbar-div-inner-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.navbar-title-placeholder {
  width: 0px;
  height: 0px;
  max-height: 0px;
  max-width: 0px;
}

.rich-text-block {
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

.text-1 {
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
}

.text-1.black {
  color: #323232;
}

.div-block-2 {
  display: flex;
  width: 720px;
  flex-direction: column;
  justify-content: space-between;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-2 {
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
  text-indent: 0px;
  -moz-column-count: auto;
       column-count: auto;
}

.text-2.black {
  color: #323232;
}

.link-2 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.home-section-2 {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 72px 7vw 72px 0vw;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.home-section-3 {
  display: block;
  height: auto;
  padding: 72px 7vw 72px 0vw;
  background-color: #3cdba2;
}

.home-section-4 {
  display: none;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 72px 7vw;
  justify-content: center;
  align-items: center;
}

.contact-section {
  display: flex;
  height: auto;
  padding: 64px 7vw 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 128px;
}

.section-2-row {
  display: -ms-grid;
  display: grid;
  justify-content: stretch;
  justify-items: center;
  align-content: stretch;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-2-element {
  display: flex;
  width: 248px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-2-element-image {
  width: 200px;
  height: 268px;
  border-radius: 40px;
  background-color: #323232;
}

.section-2-element-text {
  display: flex;
  overflow: visible;
  height: 300px;
  flex-direction: column;
  justify-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.section-2-element-link {
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 22px;
  font-weight: 400;
}

.paragraph {
  overflow: visible;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 1;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.section-2-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-2-grid-element {
  display: flex;
  flex-direction: column;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.section-2-gird-element-image {
  height: 250px;
  background-color: #000;
  -o-object-fit: fill;
     object-fit: fill;
}

.text-block-3 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-block-4 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 0.9rem;
  line-height: 160%;
  font-weight: 400;
}

.text-block-5 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 500;
}

.div-block-3 {
  display: flex;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.section-3-flexbox {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-3-image {
  display: block;
  width: 360px;
  height: 360px;
  min-height: 360px;
  min-width: 360px;
  margin-left: 32px;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/JG_Website_Header-7_2022.png');
  background-position: 0px 0px;
  background-size: contain;
}

.section-3-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-block-6 {
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
}

.text-block-7 {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 160%;
}

.button-black {
  padding: 12px 22px;
  border-radius: 20px;
  background-color: #323232;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
}

.text-block-8 {
  overflow: visible;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  -o-object-fit: fill;
     object-fit: fill;
}

.side-text {
  display: flex;
  width: 7vw;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 0 auto;
  border-bottom: 1px none #dcdcdc;
}

.side-text-wer-bin-ich {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 140px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #dcdcdc;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-3-flexbox-inner {
  display: flex;
  justify-content: space-around;
  flex: 1;
  grid-column-gap: 32px;
}

.section-2-flexbox {
  display: flex;
  justify-content: space-between;
}

.side-text-meine-leistungen {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 200px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-4-flexbox {
  display: flex;
  justify-content: space-between;
}

.side-text-kundenstimme {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 170px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.testimonials {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.el {
  position: relative;
  z-index: 3;
  width: 600px;
  height: 200px;
  border-radius: 20px;
  background-color: #eee;
}

.text-block-9 {
  flex: 0 auto;
}

.elem {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  padding: 10px;
  background-color: red;
}

.li {
  height: 300px;
  max-height: 300px;
  min-height: 300px;
}

.html-embed {
  position: absolute;
  z-index: 0;
}

.carousel-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
}

.t {
  position: relative;
  z-index: 3;
}

.html-embed-2 {
  position: absolute;
  z-index: 0;
}

.div-block-4 {
  position: relative;
  z-index: 3;
}

.div-block-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container-carousel {
  position: absolute;
  z-index: 1;
}

.section-4-carousel-outer-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.section-5-flexbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.contact-section-header {
  width: 580px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.button-green {
  display: block;
  width: auto;
  padding: 12px 20px;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #3cdba2;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 100%;
}

.button-green:hover {
  background-color: #43efb3;
}

.button-green.hidden {
  display: block;
}

.text-link {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: #323232;
}

.text-link.no-underline {
  text-decoration: none;
}

.section-4 {
  display: -ms-grid;
  display: grid;
  padding: 64px 7vw;
  justify-content: end;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #dcdcdc;
}

.section-4._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4.ber-mich {
  display: flex;
  padding-right: 7vw;
  padding-left: 7vw;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 56px;
}

.section-4._2-col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-1 {
  display: flex;
  height: 640px;
  margin-top: 110px;
  padding: 56px 7vw 196px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-row-gap: 72px;
  background-color: #3cdba2;
  background-image: url('../images/JG_Website_Header-2_2022.jpg');
  background-position: 90% 0%;
  background-size: cover;
  color: #fff;
}

.section-1.inverted {
  display: flex;
  flex-direction: column;
  grid-row-gap: 72px;
  background-color: #fff;
}

.section-1.inverted.imprint {
  height: auto;
  background-image: none;
}

.section-1.section-2-pr-vention {
  background-image: url('../images/Prävention-DT.jpg');
}

.section-1.section-1-pr-vention {
  padding-bottom: 196px;
  justify-content: space-between;
  background-image: url('../images/JG_Website_Header-4_2022.jpg');
}

.section-1.section-1-firmenbetreuung {
  padding-bottom: 196px;
  justify-content: space-between;
  background-image: url('../images/JG_Website_header-3.jpg');
  background-position: 100% 0%;
}

.section-1.section-1-wellness {
  margin-top: 110px;
  padding-bottom: 196px;
  justify-content: space-between;
  background-image: url('../images/JG_Website_Header-5_2022.jpg');
}

.section-1.section-1-ber-mich {
  padding-bottom: 196px;
  justify-content: space-between;
  background-image: url('../images/JG_Website_header-6.jpg');
  background-position: 75% 50%;
  background-size: cover;
}

.section-1.section-1-kontakt {
  background-color: #3cdba2;
  background-image: url('../images/Kontakt-DT.jpg');
}

.section-1.section-1-kontakt.inverted {
  margin-bottom: 0px;
  padding-bottom: 196px;
  justify-content: space-between;
  background-image: url('../images/JG_Website_header-7.jpg');
  background-position: 80% 0%;
}

.section-2 {
  display: flex;
  padding: 72px 7vw 72px 0vw;
  flex-direction: row;
  grid-row-gap: 0px;
}

.div-block-6 {
  display: flex;
  width: 80%;
  margin-top: 0px;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 16px;
}

.text-block-11 {
  margin-bottom: 64px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
}

.text-block-12 {
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 500;
}

.h1 {
  width: 550px;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 4.5rem;
  line-height: 120%;
  font-weight: 500;
}

.h1.black {
  color: #323232;
}

.div-block-7 {
  display: flex;
}

.text-block-14 {
  margin-left: 3px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 500;
  -o-object-fit: fill;
     object-fit: fill;
}

.text-block-15 {
  flex: 0 auto;
  font-size: 1rem;
  line-height: 100%;
}

.pt-section-2-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h3 {
  width: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
}

.h3.white {
  color: #fff;
}

.h3.light {
  width: auto;
  padding-right: 0px;
  color: #fff;
}

.h3.contact {
  width: 500px;
}

.copytext {
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
}

.copytext.gray {
  color: #323232;
}

.copytext.light {
  width: 400px;
  -ms-grid-row-align: auto;
      align-self: auto;
  color: #fff;
}

.copytext.error {
  color: #d30000;
  font-weight: 600;
}

.pt-section-2-flexbox {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
}

.div-block-8 {
  width: 50%;
  flex: 0 auto;
}

.pt-section-2-left-div {
  width: 500px;
  padding-right: 0px;
  flex: 1;
}

.pt-section-2-right-dv {
  flex: 1;
}

.section-3 {
  padding: 72px 7vw;
}

.flag-text {
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.testimonial-slider {
  z-index: 0;
  width: 800px;
  height: auto;
  background-color: #fff;
}

.testimonial-slider-mask {
  overflow: visible;
  width: 800px;
  height: auto;
}

.testimonial-card {
  margin-right: 32px;
  border-radius: 20px;
  background-color: #eee;
}

.testimonial-content {
  display: flex;
  height: auto;
  padding: 0px;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 32px;
  border-radius: 0px;
  background-color: transparent;
}

.h4 {
  overflow: visible;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500;
}

.h4.light {
  font-weight: 400;
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: 376px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-slider {
  z-index: 0;
  height: auto;
  background-color: transparent;
}

.image-slide {
  height: auto;
  border-radius: 20px;
  background-color: #3cdba2;
}

.image-slide.stabilit-t {
  background-image: url('../images/Jan_Gloeckner_230121_8_INET_bearbeitet.jpg');
}

.image-slider-content {
  display: flex;
  width: auto;
  height: 400px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-row-gap: 0px;
  border-radius: 20px;
  background-image: url('../images/pexels-pixabay-416778.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.image-slider-content.mobilit-t {
  display: flex;
  padding-bottom: 40px;
  background-image: url('../images/Slider-Image-DT.jpg');
}

.image-slider-content.stabilit-t {
  padding-bottom: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Jan_Gloeckner_230121_8_INET_bearbeitet.jpg');
  background-position: 50% 100%;
}

.image-slider-content.verletzungen {
  background-image: url('../images/Slider-Image-DT.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.image-slider-content.motivation {
  padding-bottom: 0px;
  background-image: url('../images/Jan_Gloeckner_230121_18_INET_bearbeitet.jpg');
}

.image-slider-content.konzentration {
  background-image: url('../images/pexels-nathan-cowley-634030.jpg');
  background-position: 50% 70%;
}

.image-slider-content.nachhaltigkeit {
  display: flex;
  padding-bottom: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Jan_Gloeckner_230121_61_2_INET.jpg');
  background-position: 50% 38%;
}

.image-slider-content.erholung {
  background-image: url('../images/Jan_Gloeckner_230121_55_INET_bearbeitet.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.image-slider-content.durchblutung {
  background-image: url('../images/pexels-ron-lach-9146383.jpg');
  background-position: 100% 50%;
}

.mask {
  height: auto;
  border-radius: 0px;
  background-color: transparent;
}

.slide-nav-2 {
  position: relative;
  bottom: -48px;
}

.contact-section-text {
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  grid-row-gap: 32px;
}

.contact-section-form {
  width: 50%;
}

.h2 {
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
}

.contact-section-2 {
  display: flex;
  padding: 72px 7vw;
  justify-content: space-between;
  grid-column-gap: 96px;
  background-color: #eee;
}

.field-label {
  margin-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-field {
  margin-bottom: 32px;
  padding: 12px 24px;
  border: 1px none #000;
  border-radius: 20px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 120%;
}

.textarea {
  overflow: scroll;
  height: auto;
  min-height: 240px;
  margin-bottom: 32px;
  padding: 12px 24px;
  border: 1px none #000;
  border-radius: 20px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
}

.imprint {
  display: flex;
  padding-right: 16vw;
  padding-bottom: 72px;
  padding-left: 16vw;
  flex-direction: column;
  justify-content: flex-start;
  grid-row-gap: 48px;
}

.imprint-block {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}

.testimonial-card-outer-div {
  display: flex;
  overflow: hidden;
  width: auto;
  height: 328px;
  padding: 64px 128px;
  flex-direction: row;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.flag-element {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 24px;
}

.section-4-ber-mich-outer-div {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: flex;
}

.link-block {
  display: flex;
  grid-column-gap: 16px;
  text-decoration: none;
}

.left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-arrow-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0px, 0px);
}

.right-arrow-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pt-section-2-outer-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-2-outer-div {
  display: flex;
  flex-direction: column;
  grid-row-gap: 80px;
}

.side-text-personal-training {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 200px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.side-text-pr-vention {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 330px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.side-text-firmenbetreuung {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 200px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.side-text-wellness {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 96px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.slider-icon.left {
  transform: rotate(-180deg);
}

.side-text-ber-mich {
  display: flex;
  overflow: visible;
  width: auto;
  height: 30px;
  min-width: 128px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 2px solid #3cdba2;
  transform: rotate(-90deg);
  font-family: Outfit, sans-serif;
  color: #323232;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.link-3 {
  color: #323232;
  font-weight: 500;
}

.link-3:hover {
  color: #3cdba2;
}

.link-4 {
  color: #323232;
  font-weight: 500;
}

.link-4:hover {
  color: #3cdba2;
}

.link-block-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 8px;
  font-family: Outfit, sans-serif;
  color: #323232;
  font-style: normal;
  text-decoration: none;
}

.link-block-card:hover {
  color: #3cdba2;
}

.iconn-temp {
  display: inline-block;
}

.iconn-temp:hover {
  color: #333;
}

.instagram {
  display: block;
}

.facebook {
  display: block;
}

.image-5 {
  width: 255.796875px;
  height: 298.421875px;
}

.image-6 {
  width: 256px;
  height: 300px;
  float: none;
}

.div-block-10 {
  width: 256px;
  height: 300px;
  border-radius: 45px;
  background-image: url('../images/Jan_Gloeckner_230121_8_INET_bearbeitet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-personal-training {
  width: auto;
  height: 34vh;
  border-radius: 45px;
  background-image: url('../images/Jan_Gloeckner_230121_8_INET_bearbeitet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-firmenbetreuung {
  height: 34vh;
  border-radius: 45px;
  background-image: url('../images/Jan_Gloeckner_230121_18_INET_bearbeitet.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.card-trainings--und-ern-hrungsplan {
  height: 34vh;
  border-radius: 45px;
  background-image: url('../images/Jan_Gloeckner_230121_71_INET_bearbeitet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-wellness {
  height: 34vh;
  border-radius: 45px;
  background-image: url('../images/Jan_Gloeckner_230121_55_INET_bearbeitet.jpg');
  background-position: 80% 40%;
  background-size: cover;
}

.image-7 {
  height: 72px;
}

.image-8 {
  height: 72px;
}

.image-9 {
  height: 72px;
}

.image-10 {
  height: 72px;
}

.image-11 {
  height: 72px;
}

.image-12 {
  height: 72px;
}

.image-13 {
  height: 72px;
}

.image-14 {
  height: 72px;
}

.image-15 {
  height: 72px;
}

.image-16 {
  height: 72px;
}

.image-17 {
  height: 72px;
}

.image-18 {
  height: 72px;
}

.image-19 {
  height: 72px;
}

.text-block-16 {
  font-family: Outfit, sans-serif;
  color: #c90000;
  font-weight: 600;
}

.error-message {
  background-color: transparent;
}

.text-block-17 {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.success-message {
  background-color: transparent;
}

.green-gradient-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-row-gap: 24px;
  background-image: url('../images/Lichtpunkt_grün.png');
  background-position: 50% 20%;
  background-size: auto;
}

.div-block-11 {
  width: 100px;
  height: 100px;
  background-image: url('../images/JG_Assets_Icons-02.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-20 {
  height: 72px;
}

.image-21 {
  height: 72px;
}

.image-22 {
  height: 72px;
}

.image-23 {
  height: 72px;
}

.image-24 {
  height: 72px;
}

.hero {
  display: none;
}

.linkedin {
  display: block;
}

.image-26 {
  display: block;
}

.html-embed-3 {
  color: #f60000;
}

.link-icon {
  position: relative;
  top: 2px;
}

.link-icon:hover {
  color: #3cdba2;
}

.text-link-card {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .link {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .navbar-inner-div {
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-content-right {
    flex: 1;
  }

  .home-section-1 {
    height: 640px;
  }

  .navbar-new {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 100%;
    padding-left: 0px;
    justify-content: space-between;
  }

  .navbar-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    order: 0;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .section-2-row {
    flex: 1;
  }

  .section-4 {
    padding-right: 0vw;
    padding-left: 0vw;
    justify-content: center;
    justify-items: center;
  }

  .section-4.ber-mich {
    padding-right: 7vw;
    padding-left: 7vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 48px;
  }

  .section-1 {
    justify-content: space-between;
  }

  .section-1.inverted.imprint {
    height: auto;
  }

  .section-1.section-1-pr-vention {
    padding-bottom: 196px;
  }

  .section-1.section-1-firmenbetreuung {
    padding-bottom: 196px;
    background-position: 100% 0%;
  }

  .section-1.section-1-wellness {
    padding-bottom: 196px;
  }

  .section-1.section-1-ber-mich {
    padding-bottom: 196px;
  }

  .section-1.section-1-kontakt.inverted {
    margin-bottom: 0px;
    padding-bottom: 196px;
  }

  .div-block-6 {
    width: 70%;
  }

  .h1 {
    width: 550px;
    height: 120%;
  }

  .h1.black {
    color: #323232;
  }

  .h3 {
    width: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .flag-element {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4-ber-mich-outer-div {
    justify-content: end;
    justify-items: center;
    align-items: center;
  }

  .link-icon {
    top: 3px;
  }
}

@media screen and (min-width: 1440px) {
  .footer-dark {
    overflow: visible;
  }

  .footer-content-32 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar-outer-div {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    flex: 1;
  }

  .button {
    padding: 12px 24px;
    border-radius: 32px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .link {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .navbar-inner-div {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: flex;
    height: 112px;
    padding-right: 130px;
    padding-left: 130px;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    height: 400px;
    padding-right: 130px;
    padding-bottom: 72px;
    padding-left: 130px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #323232;
  }

  .footer-main-div {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    flex-direction: row;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-text-title {
    font-family: Outfit, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-text {
    font-family: Outfit, sans-serif;
    color: #fff;
    font-size: 14px;
  }

  .footer-content-div {
    display: flex;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-content-24 {
    display: flex;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
  }

  .footer-content-icons {
    display: flex;
    justify-content: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block {
    font-family: Outfit, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }

  .home-section-1 {
    height: 720px;
    background-color: #3cdba2;
  }

  .navbar-title {
    font-size: 1rem;
  }

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

  .section-2-row {
    flex: 1;
  }

  .contact-section-header {
    width: 600px;
  }

  .section-1.section-1-firmenbetreuung {
    background-position: 50% 0%;
  }

  .h1 {
    width: 600px;
  }

  .link-icon {
    top: 2px;
    color: #323232;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-title {
    font-size: 1rem;
  }

  .navbar-button {
    flex: 0 auto;
    font-size: 1rem;
  }

  .navbar-button-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 1;
    flex: 1;
  }

  .home-section-3 {
    background-image: none;
  }

  .section-2-row {
    flex: 1;
  }

  .section-3-flexbox {
    display: flex;
    justify-content: space-between;
  }

  .section-3-image {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background-color: transparent;
  }

  .text-block-6 {
    font-family: Outfit, sans-serif;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 500;
  }

  .text-block-7 {
    font-family: Outfit, sans-serif;
    color: #323232;
    font-size: 1rem;
    line-height: 160%;
    font-weight: 400;
  }

  .contact-section-header {
    width: 1000px;
  }

  .section-4 {
    padding-right: 7vw;
    padding-left: 7vw;
    background-color: #eee;
  }

  .section-1.section-1-firmenbetreuung {
    background-position: 50% 0%;
  }

  .section-1.section-1-kontakt.inverted {
    background-position: 100% 50%;
  }

  .h1 {
    width: 800px;
  }

  .h3 {
    display: flex;
    width: auto;
    padding-right: 0px;
    justify-content: flex-start;
    align-items: center;
    color: #323232;
    text-align: left;
  }

  .h3.light {
    color: #fff;
  }

  .h3.contact {
    width: 500px;
    text-align: center;
  }

  .copytext.light {
    width: 400px;
    color: #fff;
  }

  .section-3 {
    display: flex;
    padding: 72px 7vw;
    justify-content: center;
  }

  .image-slider {
    z-index: 0;
    width: 100vw;
    height: auto;
    border-radius: 0px;
    background-color: transparent;
  }

  .image-slide {
    height: auto;
    background-color: #3cdba2;
  }

  .image-slider-content {
    display: flex;
    height: 480px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    grid-row-gap: 24px;
    border: 6px none #000;
    border-radius: 0px;
    background-color: transparent;
  }

  .image-slider-content.erholung {
    padding-bottom: 0px;
  }

  .mask {
    width: auto;
    height: auto;
    border-radius: 20px;
  }

  .slide-nav-2 {
    position: relative;
    bottom: -32px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .footer-content-32 {
    grid-column-gap: 60px;
  }

  .footer {
    height: auto;
    padding-right: 80px;
    padding-left: 80px;
  }

  .footer-main-div {
    flex-direction: column;
  }

  .footer-content-right {
    flex-direction: row;
    order: 1;
  }

  .footer-content-icons {
    display: flex;
    order: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block {
    align-self: flex-start;
    color: #eee;
  }

  .home-section-1 {
    height: 960px;
    padding-top: 72px;
    padding-right: 10vw;
    padding-left: 10vw;
    background-image: url('../images/JG_Website_Header-1_Tabletmobil_2022.jpg');
  }

  .navbar-title {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 80px;
    justify-content: space-between;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    order: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px none #dcdcdc;
    text-align: left;
  }

  .navbar-button {
    display: flex;
    justify-content: center;
    border-top: 1px none #000;
  }

  .navbar-container {
    z-index: 2;
    padding-right: 10px;
    padding-left: 10vw;
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
  }

  .navbar-menu {
    flex-direction: column;
    background-color: #fff;
  }

  .navbar-hamburger.w--open {
    padding: 0px;
    background-color: #fff;
    color: #323232;
    text-align: justify;
  }

  .navbar-div-inner-1 {
    flex-direction: column;
    align-items: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    order: 0;
  }

  .navbar-div-inner-2 {
    position: relative;
    z-index: 0;
    flex-direction: column;
    align-items: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline;
    overflow: auto;
    width: 32px;
    height: 32px;
    float: none;
    text-align: left;
  }

  .div-block {
    padding: 20px 80px;
    border-top: 1px solid #dcdcdc;
  }

  .navbar-title-placeholder {
    height: 56px;
    max-height: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-1 {
    font-size: 40px;
    line-height: 100%;
  }

  .text-1.black {
    width: 100%;
  }

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

  .text-2 {
    font-size: 96px;
  }

  .home-section-2 {
    height: auto;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .home-section-3 {
    height: auto;
    padding-left: 7vw;
  }

  .home-section-4 {
    height: auto;
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .contact-section {
    height: auto;
    flex-direction: column;
    grid-row-gap: 64px;
  }

  .section-2-row {
    display: -ms-grid;
    display: grid;
    justify-content: stretch;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-2-grid {
    grid-auto-flow: row;
    grid-column-gap: 22px;
    grid-row-gap: 48px;
        grid-template-areas: ".";
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 48px auto 48px auto;
    grid-template-rows: auto auto auto;
  }

  .section-3-flexbox {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-3-image {
    width: 420px;
    height: 420px;
    min-height: 420px;
    min-width: 420px;
    margin-left: 0px;
    order: -1;
  }

  .side-text {
    width: auto;
    flex-wrap: nowrap;
    order: 0;
    flex: 0 auto;
  }

  .side-text-wer-bin-ich {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 48px;
    margin-bottom: 32px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #fff;
    font-size: 2.5rem;
  }

  .section-3-flexbox-inner {
    flex-direction: column;
  }

  .section-2-flexbox {
    flex-direction: column;
  }

  .side-text-meine-leistungen {
    display: none;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .side-text-kundenstimme {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .section-5-flexbox {
    flex-direction: column;
    grid-row-gap: 32px;
  }

  .contact-section-header {
    width: 580px;
    text-align: center;
  }

  .section-4 {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-4._3-col {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-4._2-col {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-1 {
    height: auto;
    padding-top: 256px;
    padding-bottom: 128px;
    background-image: url('../images/JG_Website_Header-2_Tabletmobil_2022.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-1.inverted.imprint {
    padding-top: 56px;
    padding-bottom: 0px;
  }

  .section-1.section-1-pr-vention {
    background-image: url('../images/JG_Website_Header-4_Tabletmobil_2022.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-1.section-1-firmenbetreuung {
    background-image: url('../images/JG_Website_Header-3_Tabletmobil_2022.jpg');
    background-position: 50% 0%;
  }

  .section-1.section-1-wellness {
    margin-top: 110px;
    background-image: url('../images/Wellness-TB.jpg');
    background-position: 50% 0%;
  }

  .section-1.section-1-ber-mich {
    margin-top: 110px;
    padding-top: 71px;
    background-image: none;
  }

  .section-1.section-1-kontakt.inverted {
    padding-top: 500px;
    background-image: url('../images/Kontakt-TB.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-2 {
    padding-left: 7vw;
  }

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

  .h1 {
    width: auto;
    font-size: 6rem;
  }

  .h1.black {
    color: #323232;
    white-space: normal;
  }

  .div-block-7 {
    display: none;
  }

  .pt-section-2-grid {
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h3 {
    padding-right: 0px;
  }

  .pt-section-2-flexbox {
    flex-direction: column;
    grid-row-gap: 32px;
  }

  .testimonial-slider {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-slider-mask {
    width: auto;
  }

  .testimonial-content {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: flex-start;
    grid-row-gap: 32px;
  }

  .slide-nav {
    top: 336px;
    margin-bottom: -40px;
  }

  .image-slider-content {
    position: relative;
    z-index: 0;
  }

  .contact-section-text {
    width: 100%;
  }

  .contact-section-form {
    width: 100%;
  }

  .h2 {
    width: auto;
  }

  .contact-section-2 {
    flex-direction: column;
    grid-row-gap: 96px;
  }

  .imprint {
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .testimonial-card-outer-div {
    height: 328px;
    padding-right: 88px;
    padding-left: 88px;
    grid-column-gap: 16px;
  }

  .flag-element {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4-ber-mich-outer-div {
        grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .side-text-personal-training {
    display: none;
    overflow: visible;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .side-text-pr-vention {
    display: none;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .side-text-firmenbetreuung {
    display: none;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .side-text-wellness {
    display: none;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .side-text-ber-mich {
    display: none;
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 48px;
    justify-content: space-around;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 1;
    border-bottom-style: none;
    transform: rotate(0deg);
    color: #323232;
    font-size: 2.5rem;
  }

  .card-personal-training {
    width: auto;
    height: 40vh;
  }

  .card-firmenbetreuung {
    height: 40vh;
  }

  .card-trainings--und-ern-hrungsplan {
    height: 40vh;
  }

  .card-wellness {
    height: 40vh;
  }

  .green-gradient-container {
    background-position: 50% 10%;
    background-size: 150vw;
  }

  .image-25 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-12 {
    background-image: url('../images/JG_Website_Header-7_2022.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .hero {
    display: block;
    width: 500px;
    height: 500px;
    max-width: none;
    padding-right: 0px;
    padding-bottom: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    background-image: url('../images/JG_Website_Header-7_2022.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-13 {
    width: 144px;
    height: 144px;
    background-image: url('../images/JG_Assets_Icons-02.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

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

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer-content-32 {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .home-section-1 {
    height: 720px;
  }

  .text-1 {
    font-size: 20px;
  }

  .div-block-2 {
    width: auto;
  }

  .text-2 {
    font-size: 56px;
  }

  .side-text-wer-bin-ich {
    color: #eee;
  }

  .section-4._3-col {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .h1 {
    width: 100%;
  }

  .testimonial-content {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    grid-row-gap: 24px;
  }

  .section-4-ber-mich-outer-div {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-personal-training {
    width: auto;
    height: 28vh;
  }

  .card-firmenbetreuung {
    height: 28vh;
  }

  .card-trainings--und-ern-hrungsplan {
    height: 28vh;
  }

  .card-wellness {
    height: 28vh;
  }

  .green-gradient-container {
    background-position: 50% 0%;
    background-size: 180vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .footer-link {
    color: #dcdcdc;
  }

  .footer {
    height: auto;
    padding: 56px 24px;
  }

  .footer-text {
    color: #dcdcdc;
  }

  .footer-content-right {
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-content-icons {
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block {
    color: #eee;
  }

  .home-section-1 {
    height: auto;
    padding: 256px 7vw 72px;
    align-items: center;
    background-image: url('../images/JG_Website_Header-1_Tabletmobil_2022.jpg');
    background-position: 100% 50%;
  }

  .navbar-title {
    padding: 24px;
  }

  .navbar-container {
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .navbar-hamburger.w--open {
    display: flex;
    padding: 0px;
    justify-content: flex-end;
    flex: 0 auto;
  }

  .icon {
    -ms-grid-row-align: center;
        align-self: center;
    order: 1;
    flex: 0 0 auto;
  }

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

  .navbar-title-placeholder {
    height: 32px;
    max-height: 32px;
  }

  .div-block-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    justify-content: space-between;
    align-items: flex-start;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    order: 0;
  }

  .text-2 {
    overflow: visible;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 50px;
  }

  .link-2 {
    font-size: 20px;
  }

  .home-section-2 {
    height: auto;
    padding: 40px 7vw;
  }

  .home-section-3 {
    height: 1368px;
  }

  .home-section-4 {
    height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    justify-content: center;
  }

  .contact-section {
    height: 520px;
  }

  .section-2-grid {
    align-items: stretch;
    align-content: start;
    grid-row-gap: 72px;
        grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 72px auto 72px auto 72px auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-2-grid-element {
    overflow: visible;
    justify-content: flex-start;
    flex-wrap: nowrap;
    grid-row-gap: 28px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .section-3-image {
    width: 260px;
    height: 260px;
    min-height: 260px;
    min-width: 260px;
  }

  .section-3-text {
    width: 100%;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 0 auto;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .text-block-6 {
    width: 100%;
    font-size: 2rem;
  }

  .side-text-wer-bin-ich {
    margin-bottom: 24px;
    color: #fff;
    font-size: 2rem;
  }

  .side-text-meine-leistungen {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .side-text-kundenstimme {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .contact-section-header {
    width: auto;
    font-size: 2rem;
  }

  .section-4 {
    grid-row-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-4._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-4.ber-mich {
    grid-row-gap: 72px;
  }

  .section-4._2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-1 {
    height: auto;
    padding-bottom: 72px;
    background-image: url('../images/JG_Website_Header-2_Tabletmobil_2022.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-1.section-1-pr-vention {
    background-image: url('../images/JG_Website_Header-4_Tabletmobil_2022.jpg');
    background-position: 100% 50%;
  }

  .section-1.section-1-firmenbetreuung {
    background-image: url('../images/JG_Website_Header-3_Tabletmobil_2022.jpg');
    background-position: 100% 50%;
  }

  .section-1.section-1-wellness {
    background-image: url('../images/Wellness-MB.jpg');
  }

  .section-1.section-1-ber-mich {
    margin-top: 110px;
  }

  .section-1.section-1-kontakt.inverted {
    padding-top: 220px;
    padding-bottom: 72px;
    background-image: url('../images/Kontakt-MB.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1 {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
    flex: 0 auto;
    font-size: 3.5rem;
  }

  .div-block-7 {
    flex: 0 auto;
  }

  .h3 {
    width: auto;
    padding-right: 0px;
  }

  .copytext.light {
    width: auto;
    padding-right: 42px;
    padding-left: 42px;
  }

  .pt-section-2-left-div {
    width: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 1;
  }

  .testimonial-slider {
    height: 455.953125px;
  }

  .testimonial-card {
    margin-right: 32px;
  }

  .testimonial-content {
    height: auto;
    padding: 0px;
  }

  .h4 {
    font-size: 1.4rem;
  }

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

  .slide-nav {
    top: 500px;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .icon-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .icon-3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .contact-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    grid-row-gap: 72px;
  }

  .testimonial-card-outer-div {
    height: 480px;
    padding: 32px;
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .flag-element {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4-ber-mich-outer-div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .left-arrow-2 {
    top: 0px;
    padding-right: 0px;
    padding-left: 4px;
    justify-content: flex-start;
  }

  .right-arrow-2 {
    padding-right: 4px;
    justify-content: flex-end;
  }

  .side-text-personal-training {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .side-text-pr-vention {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .side-text-firmenbetreuung {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .side-text-wellness {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .slider-icon.left {
    position: absolute;
  }

  .side-text-ber-mich {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .card-personal-training {
    width: auto;
    height: 38vh;
  }

  .card-firmenbetreuung {
    height: 38vh;
  }

  .card-trainings--und-ern-hrungsplan {
    height: 38vh;
  }

  .card-wellness {
    height: 38vh;
  }

  .green-gradient-container {
    grid-row-gap: 64px;
    background-position: 50% -50%;
    background-size: 600px 600px;
  }

  .hero {
    width: 300px;
    height: 300px;
  }

  .div-block-13 {
    width: 32px;
    height: 32px;
  }

  .linkedin {
    background-color: transparent;
    color: #fff;
  }
}

#w-node-_3a71f89f-fcaf-e23b-2e76-ab20d551a24d-d4a5fd1a {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72529189-b1cd-5899-b13e-98ee3b2a8e6f-d4a5fd1a {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55d74d5f-0ced-ef9b-a4f8-47cef67984a6-d4a5fd1a {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_368572ef-b436-497f-b9f5-7849db049ddf-d4a5fd1a {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca769e66-4e34-84a1-179c-73ce9224ddd5-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e3d5c9-9e02-d342-7a50-29816dc3a4b3-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6052a080-c087-8783-daa4-4fb8b850a777-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-a58f2d72-dbf8-c486-e630-fcdb73eb07e7-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_296065ac-ec35-ea6b-bfaf-33369d642e43-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_296065ac-ec35-ea6b-bfaf-33369d642e45-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_363f7f8b-49d0-4053-a878-73b94f2a44dc-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_363f7f8b-49d0-4053-a878-73b94f2a44de-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_1e457432-0c91-a4b4-4942-f72b4e5059b6-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_1e457432-0c91-a4b4-4942-f72b4e5059b8-bf26d8e5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_1d396d9d-65b1-0f7e-2d64-b8ce9a9c1d4f-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_1d396d9d-65b1-0f7e-2d64-b8ce9a9c1d51-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-c0b1ce60-a9ae-069a-46a2-2f462a633110-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-c0b1ce60-a9ae-069a-46a2-2f462a633112-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-e704f460-9868-8fbe-7975-24d7adc37477-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-e704f460-9868-8fbe-7975-24d7adc37479-accd9027 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ed038b76-db68-2bc6-20ee-3be531e1e11f-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-ed038b76-db68-2bc6-20ee-3be531e1e121-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_019f565d-f4c6-5b7a-46af-7e7264007c6e-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_019f565d-f4c6-5b7a-46af-7e7264007c70-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_2056390d-6d72-f864-25c8-d1221f7e64d0-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_2056390d-6d72-f864-25c8-d1221f7e64d2-1b648c73 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a3602fac-50a8-ba08-0e5a-374798b0bacb-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-a3602fac-50a8-ba08-0e5a-374798b0bacd-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-b3b4000a-ffa0-b621-43f2-898d5a2940da-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-b3b4000a-ffa0-b621-43f2-898d5a2940dc-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_618b0c3f-e322-79b2-c780-f1cb5e574a89-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_618b0c3f-e322-79b2-c780-f1cb5e574a8b-bf4b6c42 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_5a495e47-d007-9c05-13cb-56c2fc17a81c-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_596eb240-d209-e68b-4c15-0b4225981148-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_596eb240-d209-e68b-4c15-0b422598114a-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_5d8da5dc-c039-af0d-af29-785cd34467c3-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_5d8da5dc-c039-af0d-af29-785cd34467c5-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_4a02676f-6584-4b10-ab33-a938f5581a8a-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_4a02676f-6584-4b10-ab33-a938f5581a8c-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-cff52877-5f4a-d84d-dc28-90f98af81fa1-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-cff52877-5f4a-d84d-dc28-90f98af81fa3-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_2b762e3c-1702-6e5f-a991-5f1e63f2bf81-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-_2b762e3c-1702-6e5f-a991-5f1e63f2bf83-118c4570 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_3a71f89f-fcaf-e23b-2e76-ab20d551a24d-d4a5fd1a {
    -ms-grid-row-align: auto;
        align-self: auto;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

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