:root {
  --tuerkisi: #206f79;
  --goldchen: #877b5e;
  --blacki: #0c282b;
  --weiss: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--tuerkisi);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overpass Semi Bold, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--tuerkisi);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overpass Semi Bold, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 43px;
}

h3 {
  color: var(--goldchen);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
}

p {
  color: var(--blacki);
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--blacki);
  text-decoration: none;
}

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

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

li {
  font-size: 20px;
}

strong {
  font-family: Overpass Semi Bold, sans-serif;
  font-weight: 600;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.body {
  color: var(--blacki);
  font-family: Overpass Light, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 60px;
}

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

.navbar-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Overpass Semi Bold, sans-serif;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-link-2.w--current {
  color: var(--tuerkisi);
}

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image {
  width: 12px;
}

.link-block {
  background-color: var(--tuerkisi);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link-block.icon {
  pointer-events: auto;
  margin-left: 20px;
  margin-right: 10px;
}

.link-block.icon.icon-mobil, .link-block.icon-mobil {
  display: none;
}

.image-2 {
  width: 28px;
}

.column {
  background-image: url('../images/Markus_Wellisch.webp');
  background-position: 100% 0;
  background-size: cover;
  height: 500px;
}

.column.titel-physio {
  background-image: url('../images/Physiotherapie_Markus_Wllisch.webp');
  background-position: 50% 69%;
}

.column.titel-heilpraktiker {
  background-image: url('../images/Heilpraktik_bei_Praxis_Wellisch.webp');
  background-position: 21% 100%;
}

.column.titel-kontakt {
  background-image: url('../images/Praxis_Markus_Wellisch-02.webp');
  background-position: 50%;
}

.column.titel-praxis {
  background-image: url('../images/Praxis_Markus_Wellisch.webp');
  background-position: 50%;
}

.column.titel-impressum {
  background-image: url('../images/herr-markus-wellisch.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.column.titel-datenschutz {
  background-image: url('../images/wirbelsaule-analyse_Wellisch.webp');
  background-position: 100%;
}

.section {
  height: auto;
}

.column-2 {
  background-color: var(--weiss);
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  background-image: url('../images/hg-logo.png');
  background-position: 100%;
  background-size: auto;
  width: 800px;
  max-width: none;
}

.image-4 {
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: 509px;
  position: relative;
  top: -3px;
  left: -82px;
  right: auto;
}

.link-block-2 {
  z-index: 3;
  width: 450px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.link-block-2.w--current {
  width: 500px;
}

.link-block-2.logo-block-footer.w--current {
  position: absolute;
  top: 11%;
  left: 0;
}

.div-block {
  background-color: #206f79d9;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin: 0 20px -176px auto;
  display: flex;
  position: relative;
  top: -195px;
}

.h3-groess {
  color: var(--weiss);
  text-align: center;
  text-transform: uppercase;
  font-family: Overpass Semi Bold, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.p-weiss {
  color: var(--weiss);
}

.p-weiss.mittig {
  text-align: center;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.section-2 {
  margin-top: 412px;
  margin-bottom: 189px;
}

.mittig {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 0;
}

.section-3 {
  background-color: var(--tuerkisi);
  background-image: url('../images/deko-weiss.png');
  background-position: 10% -92%;
  background-repeat: no-repeat;
  background-size: 430px;
  margin-bottom: auto;
}

.section-3.sec-blau {
  background-image: none;
  padding: 100px;
}

.h2-weiss {
  color: var(--weiss);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 40px;
  line-height: 40px;
}

.div-block-2 {
  height: 700px;
  padding: 220px 100px 220px 320px;
}

.image-5 {
  width: 300px;
  margin-bottom: -288px;
  margin-left: auto;
}

.image-5.bubble-anfahrt {
  z-index: 99;
  width: 200px;
  margin-top: -297px;
  position: relative;
}

.div-block-3 {
  text-align: right;
  margin-top: 133px;
  margin-bottom: -39px;
  margin-left: auto;
}

.div-block-3.block-team {
  margin-top: 85px;
  margin-bottom: -99px;
}

.facebook {
  color: var(--weiss);
}

.image-6 {
  width: 50px;
}

.link-block-3 {
  margin-top: 20px;
  margin-right: 20px;
}

.section-4 {
  margin: 140px 60px 220px;
}

.image-7 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  text-align: left;
  margin-bottom: 60px;
  padding-left: 60px;
}

.button {
  background-color: var(--tuerkisi);
  border-radius: 9px;
  margin-top: 40px;
  padding: 10px 60px;
  font-family: Overpass Semi Bold, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--goldchen);
  color: var(--weiss);
}

.button.button-weiss {
  background-color: var(--weiss);
  color: var(--tuerkisi);
}

.button.button-weiss:hover {
  background-color: var(--goldchen);
  color: var(--weiss);
}

.column-3 {
  padding-right: 60px;
}

.column-4 {
  padding-left: 60px;
}

.section-5 {
  background-image: url('../images/behandlungsmethoden-markus-wellisch.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.section-5.sec-physio {
  background-image: url('../images/Behandlung_Markus_Wellisch.webp');
}

.section-5.sec-physio.sec-heilpraktiker {
  background-image: url('../images/Behandlung_Markus_Wellisch02.webp');
  background-position: 50% 100%;
}

.image-8 {
  width: 300px;
  margin-top: -205px;
}

.image-8.bubble-tam {
  margin-top: 0;
  margin-bottom: -622px;
}

.div-block-5 {
  opacity: 1;
  background-image: url('../images/hg-gold.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  height: 461px;
  margin-top: -198px;
  margin-left: auto;
  padding-left: 140px;
  display: flex;
}

.div-block-5.transparent {
  opacity: 1;
  background-image: url('../images/gold-transparent.png');
  background-size: auto 100%;
  width: 85%;
  height: 100%;
  margin-top: -91px;
  padding-right: 20px;
  position: static;
}

.h2-weiss-klein {
  color: var(--weiss);
  text-transform: none;
  margin-top: 10px;
  font-family: Overpass Light, sans-serif;
}

.h2-weiss-klein.fett {
  margin-bottom: 0;
  font-family: Overpass Semi Bold, sans-serif;
}

.section-6 {
  margin: 100px 60px 88px;
}

.div-block-6 {
  background-color: var(--goldchen);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-5 {
  background-color: var(--tuerkisi);
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 100px;
}

.column-6 {
  background-color: var(--tuerkisi);
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  background-color: var(--tuerkisi);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.image-9 {
  width: 380px;
  margin-top: 34px;
  margin-left: 40px;
}

.image-10 {
  height: 100%;
}

.section-7 {
  height: auto;
}

.image-11 {
  width: 50%;
  margin-bottom: 20px;
}

.image-12 {
  text-align: left;
  width: 60%;
  position: absolute;
  inset: 16% auto auto 10%;
}

.image-13 {
  z-index: 5;
  width: 600px;
  margin-top: -41px;
  position: absolute;
  top: 622px;
}

.image-14 {
  width: 50px;
  margin-right: 20px;
}

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

.flex-block.block-physio {
  margin-bottom: 20px;
}

.link-blau {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-blau:hover {
  color: var(--tuerkisi);
}

.link-block-4 {
  margin-top: 20px;
  display: flex;
}

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

.heading-2 {
  font-size: 28px;
  line-height: 33px;
}

.text-span, .p-blau {
  color: var(--tuerkisi);
}

.h3-weiss {
  color: var(--weiss);
}

.column-7 {
  padding: 0 40px 0 0;
}

.column-8 {
  padding: 0 0 0 40px;
}

.liste-weiss {
  color: var(--weiss);
}

.list-item {
  font-size: 21px;
  line-height: 34px;
}

.section-8 {
  padding: 140px 100px;
}

.section-8.zwei-teile {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-8.unsichtbar {
  display: block;
}

.heading-3 {
  position: relative;
}

.image-15 {
  z-index: 8;
  text-align: right;
  width: 500px;
  margin-left: auto;
  position: relative;
  inset: 0% -72px 0% auto;
  overflow: hidden;
}

.div-block-7 {
  z-index: 8;
  box-sizing: border-box;
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: block;
  position: relative;
  top: 299px;
  right: 0;
  overflow: hidden;
}

.div-block-8 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 140px;
  position: relative;
}

.bold-text {
  font-family: Overpass Semi Bold, sans-serif;
  font-weight: 600;
}

.team-circles {
  border-bottom: 0 #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  background-color: var(--tuerkisi);
  object-fit: cover;
  border-radius: 0%;
  width: 270px;
  height: 300px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.heading-4, .paragraph-3 {
  text-align: center;
}

.section-9 {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.link-weiss {
  color: var(--weiss);
}

.link-weiss.hover-braun:hover {
  color: var(--goldchen);
}

.link-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.image-16 {
  width: 270px;
}

.heading-5 {
  text-align: center;
}

.image-17 {
  width: 30px;
}

.link-block-7 {
  z-index: 99;
  background-color: var(--tuerkisi);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 2px 5px #0003;
}

.heading-6 {
  margin-top: -33px;
  margin-left: 136px;
  font-family: Overpass Light, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 31px;
}

.heading-6.h-unten {
  margin-top: 15px;
}

.div-block-9 {
  margin-top: 55px;
  margin-bottom: 71px;
}

.section-10 {
  background-image: url('../images/Heilpraktik_bei_Praxis_Wellisch02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}

.column-9 {
  background-image: url('../images/Heilpraktik_bei_Praxis_Wellisch02.webp');
  background-position: 50%;
  background-size: cover;
}

.column-9.col-kiefergelenk {
  background-image: url('../images/Behandlung_Markus_Wellisch03.webp');
}

.columns-3 {
  display: flex;
}

.column-10 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 50px;
}

.section-11 {
  background-image: url('../images/Physiotherapie_bei_Praxis_Wellisch02.webp');
  background-position: 50% 31%;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.section-12 {
  background-image: url('../images/Heilpraktik_bei_Praxis_Wellisch01.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.heading-7 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 33px;
  }

  .column {
    height: 550px;
  }

  .column.titel-physio {
    background-image: url('../images/Physiotherapie_Markus_Wllisch.webp');
    background-position: 0%;
  }

  .column.titel-datenschutz {
    background-position: 100% 41%;
  }

  .image-4 {
    width: auto;
    height: 555px;
    left: -110px;
  }

  .link-block-2.logo-block-footer {
    top: 11%;
  }

  .link-block-2.logo-block-footer.w--current {
    position: absolute;
    top: 13%;
  }

  .h3-groess {
    font-size: 28px;
    line-height: 33px;
  }

  .div-block-2 {
    padding-top: 240px;
    padding-left: 350px;
  }

  .div-block-3.block-team {
    margin-top: 103px;
    margin-bottom: -91px;
  }

  .section-5 {
    background-image: url('../images/behandlungsmethoden-markus-wellisch.webp');
  }

  .div-block-5.transparent {
    background-size: cover;
  }

  .image-9.logo-footer {
    margin-top: 0;
  }

  .image-11 {
    width: 600px;
    margin-top: 23px;
  }

  .image-12 {
    width: 430px;
    top: 7%;
  }

  .heading {
    font-size: 40px;
  }

  .link-block-6 {
    margin-top: 20px;
  }

  .heading-6.h-unten.h-logo2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-6.h-logo01 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }

  .nav-link-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 29px;
  }

  .column, .columns {
    height: 700px;
  }

  .image-4 {
    height: 705px;
    left: -143px;
  }

  .link-block-2 {
    width: 500px;
    position: relative;
    top: 76px;
    left: 5%;
  }

  .link-block-2.w--current {
    width: 500px;
  }

  .link-block-2.logo-block-footer {
    position: absolute;
  }

  .link-block-2.logo-block-footer.w--current {
    position: absolute;
    bottom: auto;
  }

  .section-5 {
    height: 850px;
  }

  .image-9 {
    width: 450px;
    margin-left: 15%;
  }

  .image-13 {
    width: 41%;
    top: 806px;
  }

  .section-8.zwei-teile {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-8.unsichtbar {
    display: none;
  }

  .team-circles {
    border-bottom-style: none;
  }

  .team-member-image {
    width: 280px;
    height: 300px;
    max-height: none;
  }

  .heading-6 {
    margin-left: 190px;
  }

  .heading-6.h-unten {
    margin-left: 189px;
  }

  .heading-6.h-unten.h-logo2 {
    margin-left: 187px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-6.h-logo01 {
    margin-left: 188px;
    font-size: 30px;
  }

  .heading-6.h-footer {
    margin-left: 189px;
  }

  .column-9 {
    background-image: url('../images/Heilpraktik_bei_Praxis_Wellisch02.webp');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .columns-3 {
    flex-flow: row;
    display: flex;
  }

  .column-10 {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 60px;
  }

  .section-11, .section-12 {
    height: 850px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link-2 {
    font-size: 34px;
  }

  .column, .column.titel-physio, .column-2, .columns {
    height: 800px;
  }

  .image-4 {
    height: 805px;
  }

  .link-block-2 {
    width: 600px;
  }

  .link-block-2.w--current {
    width: 600px;
    top: 76px;
  }

  .link-block-2.logo-block-footer {
    width: 500px;
    top: 47px;
    left: -2%;
  }

  .link-block-2.logo-block-footer.w--current {
    margin-top: -10px;
    position: absolute;
    top: 67px;
    left: 1%;
  }

  .image-9 {
    width: 500px;
    max-width: none;
    margin-left: 25%;
  }

  .image-9.logo-footer {
    margin-left: 10%;
  }

  .image-13 {
    z-index: 5;
    top: 848px;
  }

  .heading-6 {
    margin-top: -41px;
    margin-left: 184px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-6.h-unten {
    margin-left: 176px;
  }

  .heading-6.h-unten.h-logo2 {
    margin-left: 277px;
    font-size: 34px;
    line-height: 41px;
  }

  .heading-6.h-logo01 {
    margin-left: 277px;
    font-size: 36px;
  }

  .heading-6.h-footer {
    margin-left: 176px;
  }

  .column-10 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .navbar-no-shadow-container {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 342px;
    height: auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 40px;
    list-style-type: none;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 23px;
  }

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

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

  .menu-button-2 {
    margin-top: 10px;
    padding: 12px;
    font-size: 38px;
  }

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

  .image {
    width: 10px;
    max-width: 10px;
  }

  .link-block {
    margin-bottom: 10px;
    margin-right: 10px;
    position: fixed;
    inset: auto 0% 56px auto;
    box-shadow: 0 2px 5px #0003;
  }

  .link-block.icon {
    margin-bottom: 10px;
    margin-left: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .link-block.icon.icon-mobil {
    display: flex;
    bottom: 56px;
  }

  .link-block.icon-mobil {
    display: flex;
    bottom: 113px;
  }

  .column.titel-physio {
    background-position: 0%;
  }

  .column.titel-heilpraktiker {
    background-position: 50% 100%;
  }

  .column.titel-kontakt {
    background-position: 30%;
  }

  .column.titel-impressum {
    background-position: 16%;
  }

  .image-4 {
    width: auto;
    max-width: 100%;
    height: 567px;
    left: -118px;
  }

  .link-block-2 {
    width: 380px;
    top: 6%;
  }

  .link-block-2.w--current {
    left: 3%;
  }

  .link-block-2.logo-block-footer {
    top: 4%;
    left: 3%;
  }

  .link-block-2.logo-block-footer.w--current {
    top: -2%;
  }

  .div-block {
    width: 300px;
    height: 300px;
    margin-bottom: -105px;
    top: -131px;
  }

  .h3-groess {
    font-size: 25px;
    line-height: 30px;
  }

  .p-weiss.mittig.txt-kreis {
    font-size: 18px;
    line-height: 22px;
  }

  .section-3.sec-blau {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    padding-left: 260px;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    margin-bottom: 140px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 20px;
  }

  .section-5 {
    background-position: 50%;
  }

  .section-5.sec-physio {
    height: 600px;
  }

  .image-8 {
    margin-top: -112px;
  }

  .image-8.bubble-tam {
    width: 200px;
    margin-bottom: -468px;
  }

  .div-block-5 {
    width: 600px;
  }

  .div-block-5.transparent {
    width: 95%;
  }

  .column-5 {
    padding-left: 40px;
  }

  .image-9 {
    width: 320px;
    margin-top: 101px;
    margin-left: 0;
  }

  .image-9.logo-footer {
    margin-top: 80px;
  }

  .image-12 {
    width: 76%;
    top: 15%;
    left: 4%;
  }

  .image-13 {
    width: 400px;
    margin-top: -20px;
    top: 470px;
  }

  .icon-2 {
    color: var(--tuerkisi);
  }

  .section-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-8.zwei-teile {
    padding-left: 0;
  }

  .image-15 {
    width: 400px;
    right: -79px;
  }

  .div-block-7 {
    top: 239px;
  }

  .div-block-8 {
    padding-top: 130px;
    padding-right: 100px;
  }

  .team-circles {
    padding-top: 0;
    padding-bottom: 54px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .list-item-2 {
    flex: 0 auto;
  }

  .list-item-2.bubble-menue, .bubble-menue {
    display: none;
  }

  .list-item-3 {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin: 20px 10px 20px 0;
    padding-bottom: 0;
  }

  .image-17 {
    width: 28px;
    padding-left: 0;
  }

  .link-block-7 {
    z-index: 99;
    background-color: var(--tuerkisi);
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 1% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-6 {
    margin-top: -26px;
    margin-left: 80px;
  }

  .column-9 {
    background-position: 50%;
    height: 700px;
  }

  .columns-3 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .column-10 {
    padding-left: 50px;
  }

  .section-12 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  p {
    font-size: 20px;
    line-height: 33px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    z-index: 6;
    background-color: #ffffffd1;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .image {
    display: none;
  }

  .column {
    background-position: 100% 11%;
    height: 450px;
  }

  .column.titel-physio {
    background-position: 0%;
  }

  .column.titel-heilpraktiker {
    background-position: 0 100%;
  }

  .column.titel-impressum {
    background-position: 50% 0;
  }

  .column.titel-datenschutz {
    background-position: 100% 45%;
  }

  .column-2 {
    text-align: center;
  }

  .image-4 {
    height: 403px;
    display: none;
    left: -10px;
  }

  .link-block-2 {
    width: 400px;
    position: static;
    top: 0%;
  }

  .link-block-2.w--current {
    width: 400px;
  }

  .link-block-2.logo-block-footer {
    position: absolute;
    top: 0%;
  }

  .link-block-2.logo-block-footer.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
    top: -1%;
  }

  .div-block {
    z-index: 3;
    width: 280px;
    height: 280px;
    margin-left: 0;
    margin-right: auto;
    left: 15px;
  }

  .h3-groess {
    font-size: 20px;
    line-height: 25px;
  }

  .p-weiss {
    font-size: 20px;
    line-height: 32px;
  }

  .p-weiss.mittig.txt-kreis {
    font-size: 16px;
    line-height: 20px;
  }

  .mittig {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    background-position: -30% -92%;
  }

  .h2-weiss {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-2 {
    padding-left: 162px;
    padding-right: 20px;
  }

  .image-5 {
    width: 200px;
    margin-bottom: -240px;
  }

  .image-7 {
    width: 150px;
  }

  .button {
    font-size: 20px;
    line-height: 28px;
  }

  .column-3 {
    padding-right: 10px;
  }

  .section-5 {
    background-position: 50%;
    height: 600px;
  }

  .section-5.sec-physio {
    height: 500px;
  }

  .image-8 {
    width: 200px;
  }

  .image-8.bubble-tam {
    width: 150px;
    margin-bottom: -457px;
  }

  .div-block-5 {
    background-position: 0%;
    background-size: auto 270px;
    width: 90%;
    height: 250px;
    margin-top: -75px;
    padding-left: 115px;
  }

  .div-block-5.transparent {
    width: 99%;
  }

  .section-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-2 {
    height: auto;
    display: block;
  }

  .image-9 {
    width: 250px;
    margin-top: 29px;
    margin-bottom: 57px;
    margin-left: -12px;
  }

  .image-9.logo-footer {
    width: 350px;
    margin-top: 50px;
  }

  .image-10 {
    height: 380px;
  }

  .image-11 {
    width: 76%;
    margin-bottom: 11px;
  }

  .image-12 {
    width: 60%;
    top: 6%;
  }

  .image-13 {
    z-index: 4;
    width: 600px;
    margin-top: 0;
    top: 237px;
  }

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

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

  .paragraph-2 {
    font-size: 20px;
    line-height: 31px;
  }

  .column-7 {
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .section-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-15 {
    width: 300px;
  }

  .div-block-7 {
    top: 234px;
  }

  .div-block-8 {
    padding-top: 115px;
    padding-right: 20px;
  }

  .team-circles {
    padding: 0 15px 60px;
  }

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

  .section-9 {
    margin-top: 87px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-item-3 {
    margin-bottom: 0;
  }

  .heading-6 {
    text-align: left;
    margin-top: -88px;
    margin-left: 77px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6.h-unten {
    margin-top: 5px;
    margin-bottom: 44px;
  }

  .heading-6.h-unten.h-logo2 {
    margin-bottom: 58px;
    margin-left: 130px;
  }

  .heading-6.h-logo01 {
    margin-top: -79px;
    margin-left: 130px;
  }

  .column-9 {
    height: 600px;
  }

  .section-11 {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    overflow-wrap: normal;
    object-fit: scale-down;
    font-size: 7vw;
    line-height: 40px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-no-shadow-container {
    padding-left: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .link-block.icon-mobil {
    z-index: 8;
  }

  .column.titel-physio {
    background-position: 0%;
  }

  .column.titel-heilpraktiker {
    background-position: 19% 100%;
  }

  .column.titel-kontakt {
    background-position: 53%;
  }

  .column.titel-impressum {
    background-position: 30%;
  }

  .column.titel-datenschutz {
    background-position: 100%;
  }

  .link-block-2, .link-block-2.w--current {
    width: 240px;
  }

  .link-block-2.logo-block-footer.w--current {
    width: 501px;
  }

  .div-block {
    width: 250px;
    height: 250px;
    margin-bottom: -60px;
    top: -103px;
  }

  .section-3 {
    background-position: -70px -28%;
    background-size: 380px;
  }

  .section-3.sec-blau {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-weiss {
    font-size: 7vw;
    line-height: 35px;
  }

  .div-block-2 {
    height: 750px;
    padding-top: 143px;
    padding-left: 100px;
  }

  .image-5 {
    width: 200px;
    margin-bottom: -186px;
  }

  .image-5.bubble-team {
    margin-bottom: -314px;
  }

  .image-5.bubble-anfahrt {
    margin-top: -190px;
    margin-bottom: -309px;
  }

  .column-4 {
    padding-left: 10px;
  }

  .section-5 {
    background-position: 59%;
    background-attachment: scroll;
    height: 500px;
  }

  .section-5.sec-physio {
    background-position: 37%;
    height: 400px;
  }

  .image-8 {
    width: 147px;
    margin-top: -145px;
  }

  .image-8.bubble-tam {
    margin-bottom: -627px;
  }

  .image-8.bubble-start {
    margin-top: -187px;
  }

  .div-block-5 {
    width: 96%;
    margin-top: -69px;
    padding-left: 40px;
  }

  .div-block-5.transparent {
    background-position: 3%;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .h2-weiss-klein {
    font-size: 23px;
    line-height: 29px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .column-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .columns-2 {
    height: auto;
    display: block;
  }

  .image-9 {
    width: 240px;
    margin-top: 62px;
    margin-bottom: 0;
    margin-left: -10px;
    position: static;
    left: auto;
  }

  .image-9.logo-footer {
    width: 305px;
    margin-top: 20px;
    margin-left: -24px;
  }

  .image-10 {
    height: 330px;
    padding-bottom: 0;
  }

  .image-12 {
    width: 280px;
    top: 0%;
    left: 0%;
  }

  .image-13 {
    width: 380px;
    top: 274px;
  }

  .image-14 {
    width: 43px;
    font-size: 24px;
  }

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

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

  .image-15 {
    z-index: 4;
    width: 250px;
    right: -56px;
  }

  .div-block-7 {
    top: 181px;
  }

  .div-block-8 {
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .team-circles {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

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

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

  .team-member-image {
    width: 220px;
    height: 240px;
  }

  .heading-5 {
    line-height: 37px;
  }

  .code-embed {
    margin-bottom: 100px;
  }

  .no-break {
    white-space: nowrap;
  }

  .heading-6 {
    margin-top: -78px;
    margin-left: 50px;
  }

  .heading-6.h-unten {
    margin-left: 51px;
  }

  .heading-6.h-unten.h-logo2 {
    margin-top: 0;
    margin-bottom: 65px;
    margin-left: 56px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-6.h-logo01 {
    margin-top: -21px;
    margin-bottom: 5px;
    margin-left: 55px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-6.h-footer {
    margin-top: -25px;
    margin-left: 51px;
  }

  .column-9 {
    height: 400px;
  }

  .column-10 {
    padding-left: 20px;
  }

  .section-11, .section-12 {
    height: 400px;
  }
}

#w-node-cb7c2343-ccf7-2f7c-479d-116acd1d6820-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d6849-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d6835-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d682b-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d683f-cd2cf256, #w-node-e96a7542-b3b1-0b06-eb28-86e3980decef-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d6853-cd2cf256, #w-node-c5f7e685-5913-f225-a854-fe05ee2bffc3-cd2cf256, #w-node-c5f7e685-5913-f225-a854-fe05ee2bffca-cd2cf256, #w-node-c5f7e685-5913-f225-a854-fe05ee2bffd1-cd2cf256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d6835-cd2cf256, #w-node-cb7c2343-ccf7-2f7c-479d-116acd1d682b-cd2cf256, #w-node-c5f7e685-5913-f225-a854-fe05ee2bffca-cd2cf256, #w-node-c5f7e685-5913-f225-a854-fe05ee2bffd1-cd2cf256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Overpass Semi Bold';
  src: url('../fonts/Overpass-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass Light';
  src: url('../fonts/Overpass-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}