:root {
  --slate-grey: #5b7c8c;
  --sky-blue: #98c3d9;
  --white: white;
  --slate-grey-2: #547a8c;
  --pink: #d9adb2;
  --white-smoke: #f7f7f7;
  --dark-salmon: #d9b1a3;
}

h1 {
  color: var(--slate-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

.div-block {
  width: 100vw;
  height: 30px;
  background-color: var(--sky-blue);
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.container {
  width: 100vw;
  float: none;
  clear: both;
  color: var(--sky-blue);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 15px -10px rgba(0, 0, 0, .3);
}

.contact-topbar {
  color: #fff;
  margin-left: 25px;
  margin-right: 25px;
}

.landing-section {
  width: 100vw;
  height: 100vh;
}

.landing-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.landing-heading {
  z-index: 2;
  width: auto;
  height: 180px;
  background-color: var(--sky-blue);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 50vh;
  margin-bottom: 0;
  padding: 20px 50px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.top-heading {
  width: 100%;
  color: #fff;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
  display: block;
  position: static;
}

.top-subheading {
  width: 100%;
  color: var(--slate-grey-2);
  letter-spacing: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  position: static;
}

.nav-link {
  color: var(--sky-blue);
  text-align: left;
  flex-direction: column;
  order: 1;
  align-items: stretch;
  display: inline-block;
  overflow: visible;
}

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

.nav-link.w--current {
  float: none;
  clear: none;
  color: var(--slate-grey-2);
  display: inline-block;
}

.nav-link-2 {
  float: none;
  color: var(--sky-blue);
  order: 1;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--slate-grey);
}

.nav-link-3 {
  float: none;
  color: var(--sky-blue);
  order: 1;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--slate-grey);
}

.nav-link-4 {
  float: none;
  color: var(--sky-blue);
}

.nav-link-4:hover {
  color: var(--slate-grey);
}

.nav-link-4.w--current {
  color: var(--slate-grey);
  order: 1;
}

.nav-link-5 {
  float: none;
  color: var(--sky-blue);
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  display: inline-block;
}

.nav-link-5:hover, .nav-link-5.w--current {
  color: var(--slate-grey);
}

.about-section {
  width: 100vw;
  height: auto;
  min-height: 85vh;
  font-family: Poppins, sans-serif;
}

.about-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 18vh;
  display: flex;
}

.div-block-2 {
  margin-top: 25vh;
  display: flex;
}

.columns {
  width: 60vw;
}

.column {
  height: 450px;
  background-image: url('../images/_ST_3197-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 5px;
  overflow: hidden;
}

.column-2 {
  height: 500px;
  padding-top: 50px;
  padding-left: 40px;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.heading-4 {
  color: var(--pink);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.heading-5 {
  color: var(--sky-blue);
  margin-top: 5px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-3 {
  width: 400px;
  min-height: 150px;
  background-color: var(--sky-blue);
  border-radius: 5px;
  margin-top: 50px;
  margin-left: 50px;
  padding: 25px;
}

.text-block {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.image {
  width: auto;
  height: 100%;
  max-width: none;
}

.settings-section {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: var(--white-smoke);
}

.settings-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.small-heading {
  width: 100%;
  color: var(--pink);
  text-align: left;
  order: 0;
  align-self: auto;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: block;
}

.div-block-4 {
  width: 700px;
  height: auto;
  background-color: var(--sky-blue);
  border-radius: 5px;
  padding: 45px;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 35px;
}

.text-block-3 {
  color: var(--sky-blue);
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.banner-section {
  width: 100vw;
  height: auto;
  min-height: 30vh;
  background-color: var(--sky-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

.banner-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 13vw;
  margin-right: 13vw;
  display: block;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  margin-top: 10px;
}

.image-2, .image-3, .image-4, .image-5 {
  border-radius: 5px;
}

.link-block {
  opacity: .9;
  transition: transform .2s cubic-bezier(.485, .007, .25, 1);
}

.link-block:hover {
  opacity: 1;
  transform: scale(1.02);
}

.banner-button {
  padding-left: 25px;
  padding-right: 25px;
}

.location-section {
  min-height: 100vh;
  padding-bottom: 10vh;
}

.location-wrapper {
  padding-top: 10vh;
}

.praxis-1 {
  margin-left: 20vw;
  margin-right: 20vw;
}

.heading-6 {
  color: var(--slate-grey);
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-8 {
  color: var(--slate-grey-2);
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-9 {
  color: var(--pink);
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-block-10 {
  color: var(--sky-blue);
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.html-embed {
  width: 100%;
}

.standort-1, .standort-2 {
  margin-bottom: 45px;
}

.footer {
  height: 30vh;
  background-color: var(--sky-blue);
}

.div-block-5 {
  height: 15%;
  background-color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  height: 85%;
  padding-top: 45px;
  padding-left: 20vw;
  padding-right: 10vw;
  display: block;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-11 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.text-block-12 {
  flex: 1;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.small-bold {
  color: var(--white);
  flex: 1;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.small-regular {
  color: var(--white);
  flex: 1;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.columns-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.therapie-section {
  width: 100vw;
  height: 80vh;
}

.therapie-wrapper {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.therapie-background {
  z-index: 1;
  width: 100vw;
  height: 60vh;
  background-image: url('../images/praxis-wien-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.therapie-heading {
  z-index: 2;
  width: auto;
  height: 180px;
  background-color: var(--sky-blue);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 50vh;
  margin-bottom: 0;
  padding: 0 70px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.therapie-text {
  width: 100vw;
  height: auto;
  min-height: 50px;
  padding-bottom: 40px;
}

.therapie-text-wrapper {
  margin-left: 15vw;
  margin-right: 15vw;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 35px;
}

.div-block-9 {
  background-color: var(--sky-blue);
  margin-top: 60px;
  margin-left: 15px;
  padding: 30px;
}

.text-block-13 {
  color: var(--white);
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-14 {
  color: var(--slate-grey);
  margin-bottom: 20px;
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.kosten-section {
  width: 100vw;
  height: auto;
  min-height: auto;
  padding-top: 36px;
  padding-bottom: 90px;
}

.div-block-10 {
  width: auto;
  height: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: block;
}

.text-block-15 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
  font-family: Poppins, sans-serif;
}

.columns-3 {
  background-color: rgba(0, 0, 0, 0);
}

.column-4 {
  padding: 25px;
}

.column-5 {
  background-color: var(--sky-blue);
  padding-left: 20px;
  padding-right: 20px;
}

.column-6 {
  padding: 25px;
  display: none;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.praxen-landing {
  width: 100vw;
  height: 80vh;
  padding-bottom: 0;
}

.praxen-wrapper {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.praxen-background {
  z-index: 1;
  width: 100vw;
  height: 60vh;
  background-image: url('../images/Schloss-Burgenland.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.praxen-heading {
  z-index: 2;
  width: auto;
  height: 180px;
  min-width: 400px;
  background-color: var(--sky-blue);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 50vh;
  margin-bottom: 0;
  padding: 0 70px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.praxen {
  width: auto;
  height: 70vh;
}

.praxen.praxis-wien {
  width: auto;
}

.div-block-12 {
  height: 400px;
  background-image: url('../images/Praxis-Burgenland.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-13 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.columns-4 {
  width: 100%;
  height: auto;
}

.text-block-16 {
  color: var(--slate-grey);
  flex-flow: column wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Poppins, sans-serif;
  display: flex;
}

.column-8 {
  height: 400px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.praxis-heading {
  color: var(--slate-grey);
  margin-bottom: 25px;
  padding-left: 20vw;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.praxis-wien {
  width: 100vw;
  height: 70vh;
}

.praxen-section {
  padding-left: 15vw;
  padding-right: 15vw;
}

.text-block-17 {
  color: var(--slate-grey);
  flex: 0 auto;
  order: 0;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.image-6 {
  margin-left: 10px;
}

.wegbeschreibung-burgenland {
  opacity: .5;
  margin-top: 30px;
  margin-left: 30px;
}

.wegbeschreibung-burgenland:hover {
  opacity: 1;
}

.wegbeschreibung-wien {
  opacity: .5;
  margin-top: 30px;
  margin-left: 30px;
}

.wegbeschreibung-wien:hover {
  opacity: 1;
}

.ueber-mich {
  width: 100vw;
  height: 90vh;
}

.ueber-mich-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  width: 70vw;
  height: 50vh;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: auto;
  height: auto;
  max-width: 90%;
  min-height: 135px;
  min-width: 400px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 10px 25px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column-9 {
  height: 400px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: var(--pink);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
}

.text-block-18 {
  color: var(--slate-grey);
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.column-10 {
  flex-flow: column wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.text-block-19 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  line-height: 27px;
  display: block;
}

.div-block-15 {
  width: 500px;
  background-color: var(--sky-blue);
  border-radius: 5px;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  padding: 35px;
  display: flex;
  position: static;
}

.ausbildung-section {
  min-height: 80vh;
  padding-top: 50px;
}

.ausbildung-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.auflistung-ausbildung {
  width: auto;
  background-color: var(--white-smoke);
  flex: 0 auto;
  padding-left: 15vw;
  padding-right: 15vw;
}

.auflistung-ausbildung.mitgliedschaften {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 70px;
}

.auflistung-ausbildung.t-tigkeiten {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
}

.list-rechts {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 45px 0;
}

.liste-2 {
  color: var(--slate-grey);
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 35px;
}

.t-tigkeiten {
  width: 100vw;
  flex: 0 auto;
}

.anfahrt-heading {
  color: var(--slate-grey);
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.ausbildung-heasing {
  width: 100%;
  color: var(--slate-grey);
  text-align: center;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: block;
}

.heading-8 {
  color: var(--pink);
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-9 {
  width: 100%;
  color: var(--pink);
  display: block;
}

.heading-10, .heading-11 {
  color: var(--pink);
}

.main-footer {
  background-color: var(--sky-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-16 {
  color: var(--slate-grey);
  font-family: Poppins, sans-serif;
}

.icon-topbar {
  display: none;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  color: var(--pink);
}

.link-block-2 {
  margin-left: 80px;
}

.heading-19 {
  color: var(--slate-grey-2);
}

.nav-menu {
  width: 100vw;
  height: 100%;
  float: none;
  clear: none;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  align-content: center;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
}

.image-7 {
  background-color: #bb5353;
}

.div-block-17 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.heading-20 {
  color: var(--pink);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  display: none;
}

.brand {
  height: auto;
  float: left;
  clear: none;
  flex: none;
  position: absolute;
  overflow: hidden;
}

.div-block-18 {
  display: block;
}

.image-8 {
  opacity: .5;
  margin-left: 10px;
}

.image-9 {
  opacity: .8;
  margin-right: 10px;
}

.image-10 {
  opacity: .8;
  flex: 0 auto;
  align-self: auto;
  margin-right: 10px;
}

.div-block-19 {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-20 {
  margin-top: 20px;
}

.lightbox-link, .slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide {
  background-image: url('../images/Praxis-Burgenland.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Schloss-Burgenland.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/praxis-wien-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.div-block-12-copy {
  height: 400px;
  background-image: url('../images/praxis-wien-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-20 {
  width: 500px;
  color: var(--slate-grey);
  font-family: Poppins, sans-serif;
}

.image-11 {
  width: auto;
  height: 100%;
  max-width: none;
  border-radius: 5px;
}

.link-block-3 {
  display: block;
}

.sticky-nav {
  z-index: 5;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link-6 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-6:hover {
  text-decoration: underline;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.loadingscreen {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-21 {
  color: var(--pink);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-21-copy {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-21 {
  background-color: var(--sky-blue);
  border-radius: 5px;
  flex: 1;
}

.preisliste-rechts {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
  font-family: Poppins, sans-serif;
}

.link-block-4 {
  display: block;
}

.text-block-15-copy {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
  font-family: Poppins, sans-serif;
}

.rich-text-block, .rich-text-block-2 {
  margin-top: 20vh;
  margin-left: 7vw;
  margin-right: 7vw;
}

.column-20 {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .landing-section {
    height: 80vh;
  }

  .landing-wrapper {
    background-size: cover;
  }

  .landing-heading {
    margin-top: 40vh;
  }

  .about-section {
    min-height: auto;
  }

  .about-wrapper {
    padding-top: 8vh;
  }

  .columns {
    width: 85vw;
  }

  .div-block-3 {
    width: 350px;
    margin-top: 20px;
    margin-left: 15px;
  }

  .settings-section {
    min-height: auto;
    margin-bottom: 70px;
  }

  .div-block-4 {
    width: 80vw;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 30px;
  }

  .praxis-1 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .therapie-heading {
    margin-top: 45vh;
  }

  .div-block-10 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .praxen-heading {
    height: 140px;
    min-width: 350px;
  }

  .praxen-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-10, .heading-11 {
    font-size: 32px;
  }

  .column-11, .column-12 {
    overflow: hidden;
  }

  .main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-link {
    display: none;
  }

  .column-15 {
    margin-top: 25px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .heading-13 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .column-16, .column-17 {
    overflow: hidden;
  }

  .heading-14 {
    font-size: 32px;
  }

  .column-18, .column-19 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .landing-heading {
    width: 90vw;
  }

  .top-heading {
    font-size: 37px;
  }

  .top-subheading {
    margin-top: 10px;
    font-size: 12px;
  }

  .column-2 {
    height: auto;
    margin-bottom: 50px;
  }

  .settings-wrapper {
    padding-top: 0;
  }

  .banner-section {
    display: none;
  }

  .main-footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    font-size: 11px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .heading-16, .heading-17 {
    font-size: 24px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 24px;
  }

  .div-block {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5vw;
  }

  .contact-topbar {
    display: none;
  }

  .landing-section {
    height: 70vh;
  }

  .landing-wrapper {
    background-size: cover;
  }

  .landing-heading {
    max-width: 90vw;
    margin-top: 30vh;
  }

  .top-heading {
    text-align: center;
    margin-top: 10px;
    font-size: 32px;
    line-height: 45px;
    display: flex;
  }

  .top-subheading {
    letter-spacing: 10px;
    margin-top: 10px;
    font-size: 9px;
  }

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

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

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
    color: var(--white);
    text-align: center;
  }

  .about-section {
    min-height: auto;
  }

  .about-wrapper {
    padding-top: 5vh;
  }

  .columns {
    width: 90vw;
  }

  .column-2 {
    height: auto;
    padding-top: 15px;
    padding-left: 0;
  }

  .heading-4 {
    font-size: 28px;
  }

  .heading-5 {
    font-size: 15px;
    line-height: 17px;
  }

  .div-block-3 {
    width: 90vw;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block {
    text-align: left;
    line-height: 22px;
  }

  .settings-section {
    min-height: auto;
    margin-bottom: 60px;
  }

  .settings-wrapper {
    align-items: center;
    padding-bottom: 25px;
  }

  .small-heading {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .div-block-4 {
    width: 90vw;
    padding: 30px 5px 30px 30px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .text-block-3 {
    margin-top: 0;
    font-size: 12px;
  }

  .banner-section {
    display: none;
  }

  .location-wrapper {
    padding-top: 0;
  }

  .praxis-1 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-10 {
    margin-bottom: 10px;
  }

  .footer {
    height: auto;
  }

  .div-block-5 {
    height: auto;
    display: block;
  }

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

  .text-block-11 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .small-bold {
    margin-top: 8px;
    font-size: 16px;
  }

  .columns-2 {
    margin-bottom: 20px;
  }

  .therapie-section {
    height: 70vh;
  }

  .therapie-heading {
    width: 90vw;
  }

  .therapie-text-wrapper {
    margin-left: 2vw;
    margin-right: 2vw;
  }

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

  .text-block-15 {
    clear: none;
    text-align: left;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
  }

  .column-4 {
    padding-left: 25px;
    padding-right: 0;
  }

  .column-6 {
    clear: right;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 25px;
    display: inline-block;
  }

  .wegbeschreibung-burgenland, .wegbeschreibung-wien {
    display: none;
  }

  .ueber-mich {
    height: auto;
    padding-top: 15vh;
    font-family: Poppins, sans-serif;
    display: block;
  }

  .ueber-mich-wrapper {
    height: auto;
  }

  .columns-5 {
    width: 90vw;
    height: auto;
    display: block;
  }

  .div-block-14 {
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    height: auto;
    flex: 1;
    display: block;
    position: relative;
  }

  .column-10 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    line-height: 26px;
  }

  .div-block-15 {
    width: auto;
    border-radius: 5px;
  }

  .ausbildung-section {
    padding-top: 60px;
  }

  .ausbildung-wrapper {
    background-color: var(--white-smoke);
  }

  .auflistung-ausbildung {
    padding-left: 10px;
    padding-right: 0;
  }

  .auflistung-ausbildung.t-tigkeiten {
    margin-bottom: 0;
  }

  .list-rechts {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .liste-2 {
    font-size: 14px;
  }

  .heading-9 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .heading-10 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .column-11, .column-12 {
    overflow: hidden;
  }

  .main-footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 16px;
  }

  .column-13, .column-14 {
    padding-bottom: 20px;
  }

  .icon-topbar {
    height: 100%;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .link-block-2 {
    margin-top: 25px;
    margin-left: 0;
    display: block;
  }

  .heading-18, .heading-19 {
    font-size: 24px;
  }

  .nav-menu {
    height: auto;
    background-color: var(--sky-blue);
    text-align: center;
  }

  .menu-button {
    background-color: var(--white);
    order: 1;
  }

  .menu-button:active {
    background-color: #f8f8f8;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    display: inline-block;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-6 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .loadingscreen {
    display: none;
  }

  .text-block-21 {
    color: var(--slate-grey);
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-21-copy {
    color: var(--white);
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .preisliste-rechts {
    clear: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
  }

  .text-block-15-copy {
    clear: none;
    text-align: right;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
  }

  .rich-text-block, .rich-text-block-2 {
    font-family: Poppins, sans-serif;
    overflow: hidden;
  }

  .column-20 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


