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

@font-face {
  font-family: Abhayalibre Bold;
  src: url('../fonts/AbhayaLibre-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Regular;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Bold;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dblaui: #21325e;
  --graui: #4e5158;
  --blau-helli: #e8eaef;
  --weiss: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--dblaui);
  font-family: Roboto Regular, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abhayalibre Medium, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Abhayalibre Medium, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Roboto Regular, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abhayalibre Medium, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

p {
  margin-bottom: 10px;
}

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 0;
  display: flex;
}

.navbar-brand {
  z-index: 10;
  margin-top: 0;
  margin-left: -40px;
  margin-right: 100px;
}

.navbar-brand.w--current {
  margin-right: 40px;
}

.nav-menu-wrapper {
  padding-left: 20px;
}

.nav-menu-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -57px;
  margin-bottom: 0;
  font-family: Abhayalibre Bold, Times New Roman, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: var(--dblaui);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 25px;
  line-height: 45px;
  text-decoration: none;
}

.nav-link:hover {
  outline-offset: 0px;
  color: var(--graui);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #fff;
  border-top: 1px #000;
  outline: 3px #4e5158;
  text-decoration: none;
}

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

.nav-link.w--current {
  outline-offset: 0px;
  color: var(--graui);
  -webkit-text-stroke-width: 0px;
  outline: 3px #4e5158;
}

.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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.image {
  width: 500px;
}

.topnav {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

.topnavigation {
  color: var(--dblaui);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Abhayalibre Bold, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.titelbild {
  background-image: url('../images/Privatpraxis_Dr-Robert_Schweiger.jpg');
  background-position: 60% 100%;
  background-size: cover;
  height: 600px;
  margin-top: -83px;
}

.titelbild.behandlungen {
  background-image: url('../images/Dr-Schwaiger-Behandlungen.jpg');
  background-position: 50% 100%;
}

.titelbild.methoden {
  background-image: url('../images/Privatpraxis_Dr-Robert_Schweiger-Methoden.jpg');
  background-position: 50%;
}

.titelbild.team {
  background-image: url('../images/Dr-Schweiger-buero.jpg');
  background-position: 50%;
}

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

.div-block {
  border-top: 1px solid var(--dblaui);
  border-bottom: 1px solid var(--dblaui);
  margin-top: 60px;
  margin-bottom: 60px;
}

.bold {
  font-family: Abhayalibre Bold, Times New Roman, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  background-color: var(--blau-helli);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
}

.button-hellblau {
  background-color: var(--blau-helli);
  color: var(--dblaui);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abhayalibre Medium, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.button-hellblau:hover {
  background-color: var(--dblaui);
  color: var(--blau-helli);
}

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

.button-dunkelblau {
  background-color: var(--dblaui);
  color: var(--blau-helli);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abhayalibre Medium, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.button-dunkelblau:hover {
  background-color: var(--blau-helli);
  color: var(--dblaui);
}

.bildfoot {
  background-image: url('../images/Dr-Schwaiger-Bild.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
}

.text-foot {
  background-color: var(--dblaui);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hellblau {
  color: var(--blau-helli);
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
}

.hellblau.h2-banner {
  font-size: 2.8vw;
  line-height: 3vw;
}

.hellblau.h2-banner.cap {
  text-transform: uppercase;
}

.hellblau.h4-stoerer {
  font-size: 2vw;
  line-height: 37px;
}

.hell-link {
  color: var(--blau-helli);
}

.hell-link:hover {
  color: var(--graui);
}

.div-btn-dunkel {
  text-align: right;
  margin-top: 20px;
  margin-left: auto;
  padding-right: 60px;
}

.div-block-4 {
  aspect-ratio: auto;
  background-color: var(--dblaui);
  object-fit: fill;
  width: 100%;
  padding: 100px 60px;
  position: relative;
  top: -276px;
  bottom: auto;
  right: 0;
  overflow: hidden;
}

.column-2 {
  margin-bottom: -50px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.img-start {
  background-color: #21325e00;
  background-image: url('../images/Dr-Schwaiger-Praxis.jpg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 750px;
  padding: 100px 60px;
  position: relative;
  top: -200px;
}

.text-span {
  white-space: nowrap;
}

.list-item:hover {
  text-decoration: none;
}

.linie-nav {
  z-index: -1;
  border-top: 1px solid var(--dblaui);
  color: #fff;
  width: 70%;
  display: none;
  position: absolute;
  top: -18px;
  left: -16px;
}

.linie-nav:hover {
  border-top-color: var(--dblaui);
}

.stoerer-behandlungen {
  aspect-ratio: auto;
  background-color: var(--dblaui);
  object-fit: fill;
  width: 100%;
  padding: 60px 40px 100px;
  position: relative;
  top: -408px;
  overflow: hidden;
}

.hg-hellblau {
  background-color: var(--blau-helli);
  padding-top: 0;
  padding-bottom: 100px;
}

.col-links {
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  width: 80px;
}

.div-block-6 {
  margin-top: 60px;
  margin-bottom: -15px;
  margin-left: -39px;
}

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

.div-block-7 {
  background-color: var(--dblaui);
  height: 40px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  width: 100%;
  margin-top: -23%;
}

.column-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-4 {
  width: 100%;
}

.list {
  color: var(--blau-helli);
}

.p-gross-serifen {
  font-family: Abhayalibre Bold, Times New Roman, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.kasten-dblau {
  background-color: var(--dblaui);
  padding: 40px;
}

.img-links {
  width: 80px;
}

.div-img-links {
  margin-top: 60px;
  margin-bottom: -59px;
  margin-left: -79px;
}

.img-homoo {
  width: 65px;
}

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

.img-rechts {
  width: 100%;
  margin-bottom: 40px;
}

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

.img-rechts-letzte {
  width: 100%;
  margin-bottom: 0;
}

.hg-hellblau-unten {
  background-color: var(--blau-helli);
  padding-top: 0;
  padding-bottom: 0;
}

.img-wirbel {
  width: 67px;
}

.columns-3 {
  display: flex;
}

.column-nb {
  padding-bottom: 0;
  padding-left: 0;
}

.img-hg {
  background-image: url('../images/Dr-Schwaiger-wirbelsaule.jpg');
  background-position: 100%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  width: 100%;
}

.div-block-8 {
  width: 100%;
  position: absolute;
  top: -331px;
}

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

.image-6 {
  width: 250px;
  margin-right: 0;
}

.div-block-9 {
  margin-left: -5px;
}

.karte {
  background-color: var(--blau-helli);
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.column-kontakt {
  padding-top: 60px;
  padding-bottom: 70px;
}

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

.nav-linie {
  color: var(--weiss);
  letter-spacing: -3px;
}

.nav-linie.w--current {
  color: var(--dblaui);
  letter-spacing: -3px;
}

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

.text-span-2 {
  font-family: Roboto Regular, Verdana, sans-serif;
}

.p-bold {
  font-family: Roboto Bold, Verdana, sans-serif;
  font-weight: 700;
}

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

.top {
  background-color: var(--blau-helli);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

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

.image-7 {
  width: 34px;
  margin-top: -6px;
  margin-left: 0;
}

.code-embed {
  border-style: solid none;
  border-width: 40px 2px;
  border-color: var(--dblaui);
}

.div-block-11 {
  margin-top: auto;
  position: relative;
  top: -280px;
}

.image-8 {
  width: 100%;
  margin-bottom: -249px;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-12 {
  padding-left: 7%;
  padding-right: 7%;
}

.image-9 {
  width: 100%;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

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

.einleitung-italienisch {
  padding-top: 60px;
  padding-bottom: 140px;
}

.spalte-rechts-it {
  margin-bottom: -50px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.image_akupunktur_it {
  width: 100%;
}

.image-10 {
  width: 35px;
  margin-right: 3px;
  padding-right: 0;
}

.image-11 {
  width: 35px;
  margin-right: 3px;
}

.div-it-akupunktur {
  padding-left: 40px;
}

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

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

  p {
    font-size: 21px;
    line-height: 31px;
  }

  .container {
    width: 85%;
  }

  .navbar-wrapper {
    margin-top: -50px;
  }

  .navbar-brand {
    margin-top: 10px;
    margin-right: 140px;
    padding-bottom: 20px;
  }

  .navbar-brand.w--current {
    margin-right: 140px;
  }

  .nav-menu-wrapper {
    padding-left: 20px;
  }

  .nav-link {
    font-size: 30px;
    line-height: 51px;
  }

  .image {
    width: 800px;
  }

  .topnav {
    margin-bottom: 10px;
  }

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

  .titelbild {
    background-position: 57% 100%;
    height: 700px;
    margin-top: -118px;
  }

  .column {
    padding-bottom: 140px;
  }

  .bildfoot {
    height: 600px;
  }

  .text-foot {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hellblau.h2-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .hellblau.h4-stoerer {
    font-size: 25px;
    line-height: 39px;
  }

  .div-btn-dunkel {
    margin-top: 60px;
  }

  .div-block-4 {
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 80px;
    position: relative;
    top: -436px;
  }

  .img-start {
    width: 100%;
    height: 1000px;
    margin-top: 0;
    position: relative;
    top: -298px;
  }

  .list-item {
    white-space: nowrap;
  }

  .stoerer-behandlungen {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 15%;
    position: relative;
  }

  .div-block-6 {
    margin-top: 140px;
  }

  .column-4 {
    padding-bottom: 100px;
  }

  .image-3 {
    width: 100%;
    margin-top: -34%;
  }

  .column-6 {
    padding-top: 100px;
  }

  .image-4 {
    width: 100%;
  }

  .kasten-dblau {
    padding: 60px;
  }

  .div-img-links {
    margin-top: 140px;
  }

  .column-nb {
    padding-bottom: 100px;
  }

  .img-hg {
    height: 900px;
  }

  .karte {
    padding-top: 140px;
  }

  .column-kontakt {
    padding-bottom: 80px;
  }

  .column-4-copy {
    padding-bottom: 100px;
  }

  .div-block-11 {
    margin-bottom: -253px;
    top: -472px;
  }

  .image-8 {
    margin-bottom: -199px;
  }

  .div-block-12 {
    padding-left: 11%;
  }

  .einleitung-italienisch {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spalte-rechts-it {
    margin-bottom: -130px;
  }

  .image_akupunktur_it {
    width: 100%;
  }
}

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

  .navbar-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -47px;
    display: flex;
  }

  .navbar-brand.w--current {
    z-index: 10;
    margin-top: 0;
  }

  .nav-menu-wrapper {
    z-index: 9;
    background-color: #0000;
    padding-left: 0;
    top: 177.783px;
  }

  .nav-menu-two {
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 50px 20px;
    display: flex;
    position: relative;
    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 {
    background-color: var(--dblaui);
    color: #fff;
    padding: 10px;
  }

  .titelbild {
    background-position: 0 100%;
    height: 400px;
  }

  .hellblau.h2-banner {
    font-size: 4vw;
    line-height: 5vw;
  }

  .hellblau.h4-stoerer {
    font-size: 25px;
  }

  .div-block-4 {
    width: 70%;
    margin-top: -52px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 40px 60px;
    position: relative;
    top: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .img-start {
    background-position: 100%;
    width: 90%;
    height: 700px;
    margin-top: 15%;
    margin-left: auto;
    position: static;
  }

  .icon {
    font-size: 40px;
  }

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

  .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stoerer-behandlungen {
    width: 70%;
    margin-top: -52px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 40px 60px;
    position: relative;
    top: 0;
  }

  .div-block-7, .image-4 {
    width: 100%;
  }

  .kasten-dblau {
    width: 70%;
  }

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

  .column-9 {
    position: static;
  }

  .image-5 {
    width: 70%;
  }

  .div-block-8 {
    margin-top: -84px;
    position: static;
  }

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

  .column-kontakt {
    margin-top: 0;
    padding-top: 120px;
  }

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

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

  .div-block-11 {
    position: static;
  }

  .image-8 {
    width: 100%;
    margin-bottom: 0;
  }

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

  .column-13 {
    margin-top: 100px;
  }

  .adresse-it {
    padding-top: 60px;
  }

  .section-it {
    padding-top: 0;
  }

  .spalte-rechts-it {
    padding-left: 0;
    padding-right: 0;
  }

  .image_akupunktur_it {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
  }

  .navbar-wrapper {
    margin-top: -25px;
  }

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

  .navbar-brand.w--current {
    margin-top: 26px;
    padding-bottom: 10px;
  }

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

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .menu-button {
    margin-left: auto;
    padding: 10px;
    right: 0;
  }

  .image {
    width: 400px;
    margin-right: 0;
    padding-right: 20px;
  }

  .topnavigation {
    font-size: 16px;
  }

  .titelbild {
    background-position: 50% 100%;
    margin-top: -71px;
  }

  .bildfoot {
    height: 300px;
  }

  .hellblau.h2-foot {
    font-size: 23px;
    line-height: 30px;
  }

  .hellblau.h3-foot {
    font-size: 18px;
    line-height: 28px;
  }

  .hellblau.h2-banner {
    font-size: 4.9vw;
    line-height: 5vw;
  }

  .div-block-4 {
    width: 90%;
  }

  .img-start {
    width: 100%;
    height: 600px;
  }

  .icon {
    font-size: 31px;
  }

  .list-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stoerer-behandlungen {
    width: 90%;
  }

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

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

  .image-3 {
    margin-top: 0%;
  }

  .image-4 {
    width: 100%;
  }

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

  .kasten-dblau {
    width: 100%;
  }

  .img-rechts {
    margin-top: 60px;
  }

  .columns-3 {
    display: block;
  }

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

  .img-hg {
    height: 700px;
    margin-top: -3px;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 190px;
    margin-left: -22px;
    margin-right: 10px;
  }

  .karte {
    padding-top: 0;
  }

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

  .div-block-12 {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .image-9 {
    width: 100%;
  }

  .adresse-it {
    padding-top: 0;
  }

  .image_akupunktur_it {
    width: 100%;
  }

  .image-10, .image-11 {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 31px;
    line-height: 37px;
  }

  h3 {
    font-size: 22px;
    line-height: 35px;
  }

  h4 {
    font-size: 21px;
  }

  p, li {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 0 20px;
  }

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

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    padding-bottom: 0;
  }

  .navbar-brand {
    margin-left: -7px;
  }

  .navbar-brand.w--current {
    margin-top: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

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

  .menu-button, .menu-button.w--open {
    padding: 5px;
  }

  .image {
    width: 300px;
    padding-right: 20px;
  }

  .topnav {
    z-index: 11;
    padding-bottom: 0;
  }

  .topnavigation {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .titelbild {
    height: 300px;
    margin-top: -52px;
  }

  .titelbild.methoden {
    background-position: 50%;
  }

  .div-block-2 {
    padding: 30px 30px 40px;
  }

  .button-hellblau, .button-dunkelblau {
    font-size: 22px;
  }

  .bildfoot {
    height: 200px;
  }

  .hellblau {
    font-size: 19px;
    line-height: 31px;
  }

  .hellblau.h2-banner {
    font-size: 26px;
    line-height: 30px;
  }

  .hellblau.h3-banner {
    font-size: 19px;
    line-height: 29px;
  }

  .hellblau.h4-stoerer {
    font-size: 20px;
    line-height: 30px;
  }

  .div-btn-dunkel {
    margin-top: 30px;
  }

  .div-block-4 {
    margin-top: -28px;
    padding: 30px 40px 30px 30px;
  }

  .icon {
    font-size: 31px;
  }

  .stoerer-behandlungen {
    width: 95%;
    margin-top: -28px;
    padding: 30px;
  }

  .div-block-6 {
    margin-bottom: -19px;
    margin-left: -19px;
  }

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

  .div-img-links {
    margin-bottom: 0;
    margin-left: 0;
  }

  .section {
    padding-top: 0;
  }

  .img-rechts {
    margin-top: 0;
  }

  .img-hg {
    margin-top: -2px;
  }

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

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

  .image-6 {
    width: 100px;
    margin-right: 0;
    padding-right: 10px;
  }

  .column-kontakt {
    position: static;
  }

  .h3-kasten {
    font-size: 20px;
    line-height: 33px;
  }

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

  .top {
    width: 45px;
    height: 45px;
    bottom: 3%;
    right: 3%;
  }

  .image-7 {
    width: 25px;
    margin-left: 0;
  }

  .section-it {
    padding-top: 0;
  }

  .schraeg-strich-foot {
    display: none;
  }

  .image-10, .image-11 {
    width: 25px;
  }
}


@font-face {
  font-family: 'Abhayalibre Medium';
  src: url('../fonts/AbhayaLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhayalibre Bold';
  src: url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}