@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.woff2') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.woff2') format("opentype"), url('../fonts/NeueMontreal-Medium.woff2') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.woff2') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.woff2') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Informe;
  src: url('../fonts/Informe---Medium.woff2') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --bg-color: #e9e8e8;
  --black-blue: #262b30;
  --green: #c7ce1b;
  --grey: #d2d1d1;
  --blue-black-light: #262b3099;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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


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

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

}

@media screen and (max-width: 479px) {

}

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

.body {
  background-color: var(--bg-color);
}

.section-wrapper._01 {
  height: 100vh;
  min-height: 100svh;
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1400px;
  height: 55vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.title-img {
  background-image: url('../images/APE_DSC_0018©DeniseHäse.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  height: 45vh;
}

.title-img {
  width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  width: 100%;
  margin-top: auto;
  padding-bottom: 4em;
  padding-left: 3em;
  padding-right: 3em;
}

.image {
  width: 70px;
  margin: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.subheading {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .8em;
}

.heading {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 6.5em;
  font-weight: 500;
  line-height: .8em;
}

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

.line {
  background-color: var(--grey);
  height: .05em;
}

.line.unterteilung._01 {
  margin-left: 1.3rem;
}

.title-button-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
}

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

.button {
  color: var(--black-blue);
  background-color: #3898ec00;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .3em 1em .3em 1.3em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003, inset 0 2px 5px #0003;
}

.button.accordion {
  margin-top: 1em;
  margin-left: 0;
  margin-right: auto;
}

.button.single {
  margin-top: 1em;
  margin-bottom: 1em;
}

.image-2 {
  width: 2em;
  margin-left: 0;
}

.text-block {
  text-transform: none;
  margin-right: .5em;
}

.dropdown {
  margin-left: auto;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.icon {
  margin-right: 0;
}

.dropdown-list {
  height: 100vh;
}

.dropdown-list.w--open {
  width: 50vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: var(--bg-color);
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-menu {
  z-index: 1;
  background-color: #c8c8c800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  display: flex;
}

.menu-button {
  height: 100%;
  margin-right: 3em;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #c8c8c800;
}

.menu-button-wrapper {
  flex-flow: column;
  justify-content: space-between;
}

.content-sections {
  height: 100vh;
}

.content-sections._01 {
  perspective: 200px;
  height: 250vh;
}

.content-sections._05 {
  text-transform: uppercase;
  height: auto;
}

.content-sections._05.team {
  height: 100svh;
}

.grid-content {
  perspective: 1000px;
  grid-template-rows: min-content min-content min-content auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  position: sticky;
  top: 0;
}

.grid-content._01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content min-content auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-rows: auto;
  height: auto;
  min-height: 100vh;
}

.grid-content._01._02.i {
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content;
  grid-template-columns: 1fr;
  padding-right: 0;
}

.grid-content._01.team {
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  min-height: auto;
  position: static;
}

.grid-content._03 {
  grid-column-gap: 0.8%;
  grid-row-gap: 0.8%;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.grid-content.intro {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  max-width: 1200px;
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
}

.text-wrapper._01 {
  margin-top: -5em;
}

.text-wrapper.quer {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1em;
  display: flex;
}

.text-wrapper.main, .text-wrapper.main._116117 {
  padding-top: 5em;
}

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

.img-wrapper._01 {
  perspective: 1000px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  transform: none;
}

.img-wrapper._01._116117 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.img-wrapper._01.leistungen {
  margin-top: 2rem;
}

.img-wrapper._01.mobile {
  display: none;
}

.text {
  max-width: 600px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2.4em;
  line-height: 1.1em;
}

.text.sub {
  text-align: right;
  margin-top: 2em;
  font-size: 1em;
  line-height: 1.1em;
}

.text.sub.grey {
  top: auto;
  bottom: 0;
}

.text.sub.h-se.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.text.imforme {
  margin-top: 2em;
  margin-bottom: auto;
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
}

.text._02 {
  max-width: none;
  color: var(--blue-black-light);
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 0;
  padding-right: 3em;
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.text._02._1 {
  text-transform: none;
  flex: none;
  font-family: Neuemontreal, Arial, sans-serif;
  display: flex;
}

.text.grey {
  flex: 0 auto;
}

.text._03 {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  padding-right: 3em;
  font-size: 1.5em;
  line-height: 1.3em;
}

.text._04 {
  color: var(--blue-black-light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1em;
  margin-right: 0;
  padding-right: 3em;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.text._04._01 {
  color: var(--black-blue);
  padding-right: 0;
  font-size: 1.2em;
  display: block;
}

.text._04._01.b {
  font-weight: 500;
  display: block;
}

.text._06 {
  color: var(--blue-black-light);
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.text._07 {
  max-width: none;
  color: var(--blue-black-light);
  text-align: center;
  text-transform: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.text._07._01 {
  font-weight: 500;
}

.text._05 {
  max-width: none;
  color: var(--blue-black-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  padding-right: 3em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.text.home {
  color: var(--blue-black-light);
  font-size: 1.2em;
}

.text.home._116117 {
  margin-left: auto;
}

.img-aerzte {
  background-image: url('../images/1_DSC_0290a-1024x679.jpg');
  background-position: 25%;
  background-size: cover;
  border-radius: 1em;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25em;
  height: 25em;
  display: flex;
}

.heading-sections {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.heading-sections._1 {
  display: block;
}

.heading-sections._3, .heading-sections._02.mobile, .heading-sections.mobile {
  display: none;
}

.text-span-2 {
  color: var(--green);
}

.table-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  max-width: 700px;
  padding-left: 10em;
}

.table-wrapper.kontakt {
  margin-top: 0;
}

.table-wrapper.home {
  width: auto;
}

.informe-heading {
  color: var(--green);
  margin-left: 0;
  margin-right: 0;
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.informe-heading._01 {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1em;
}

.informe-heading.footer {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.informe-heading.footer._01 {
  color: var(--blue-black-light);
  text-align: right;
  margin-bottom: 1em;
  font-size: 1em;
}

.informe-heading.footer._02 {
  color: var(--blue-black-light);
  margin-bottom: 1em;
  font-size: 1em;
}

.informe-heading.menu {
  color: var(--blue-black-light);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1em;
}

.informe-heading.menu.title {
  color: var(--black-blue);
  text-transform: uppercase;
  margin-right: 2.1em;
  padding-right: 0;
  font-size: 2.5em;
}

.informe-heading.home {
  margin-top: 0;
  margin-bottom: 0;
}

.table-wrapper-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.montreal-heading {
  color: var(--black-blue);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.montreal-heading._01 {
  color: var(--blue-black-light);
}

.text-span-3 {
  color: var(--green);
}

.link-block {
  color: var(--green);
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14em;
  font-weight: 500;
  line-height: .8em;
}

.image-3 {
  height: 5em;
  margin-top: auto;
  transform: rotate(45deg);
}

.div-block-3 {
  margin-top: -1em;
}

.footer-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.footer-grid.mobile {
  display: none;
}

.footer-text {
  color: var(--black-blue);
  text-transform: none;
  flex-flow: column;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Informe, Palatino Linotype, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-text.links {
  justify-content: space-between;
}

.footer-text.i {
  display: inline;
}

.link {
  color: var(--black-blue);
  text-decoration: underline;
}

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

.square {
  background-color: var(--blue-black-light);
  border-radius: .12em;
  width: .25em;
  height: .25em;
  margin-top: .1em;
  margin-right: .1em;
}

.menu-button-wrapper-square {
  display: flex;
}

.menu-button-wrapper-sqaures {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.button-wrap {
  z-index: 3;
  margin-right: 3em;
  display: flex;
  position: fixed;
  top: 30px;
  right: 0;
}

.button-wrap.schliessen {
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.text-block-2 {
  color: var(--blue-black-light);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: .5em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: .7em;
}

.flex-block {
  background-color: var(--bg-color);
  justify-content: space-between;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  margin-left: auto;
  padding-bottom: 4em;
  padding-left: 5em;
  box-shadow: 0 2px 100px 25px #0000003b;
}

.menu-title {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 20vh;
  display: flex;
}

.x-line {
  background-color: var(--blue-black-light);
  border-radius: 2em;
  width: 1.1em;
  height: .1em;
}

.x-line._1 {
  transform: rotate(45deg);
}

.x-line._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.text-block-3 {
  color: var(--blue-black-light);
  font-family: Neuemontreal, Arial, sans-serif;
}

._2 {
  display: flex;
}

._2.schliessen {
  z-index: 3;
  position: fixed;
  top: 30px;
  left: auto;
  right: 3em;
}

.button-container {
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  display: none;
}

.demo-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0a0a0a;
  text-align: center;
  background-color: #262b30;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 2.75rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: margin-right .6s cubic-bezier(.34, 1.56, .64, 1), padding-right .6s cubic-bezier(.34, 1.56, .64, 1);
  display: flex;
  position: relative;
}

.button-text {
  z-index: 2;
  color: #cdd50c;
  white-space: nowrap;
  margin-right: 20px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.arrow-circle {
  background-color: #262b30;
  border-radius: 100%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0;
  padding: 0;
  transition: all .6s cubic-bezier(.34, 1.56, .64, 1);
  display: flex;
  position: absolute;
  inset: auto 7% auto auto;
}

.svg {
  width: 1rem;
  height: 1rem;
  transition: all .6s cubic-bezier(.34, 1.56, .64, 1);
}

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

.div-block-5 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-6 {
  perspective: 789px;
  background-color: #a0d8a7;
  width: 250px;
  height: 400px;
  transform: translate(0)perspective(606px);
}

.section-2 {
  z-index: 999;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: auto;
}

.div-block-7 {
  perspective: 1000px;
  transform: translate(0);
}

.img-anim-wrapper {
  perspective: 1000px;
}

.img-anim-wrapper._02 {
  justify-content: flex-end;
  align-items: center;
  width: 18em;
  margin-top: -1em;
  overflow: visible;
}

.img-anim-wrapper._01 {
  width: 25em;
}

.img-anim-wrapper._03 {
  margin-top: -5em;
}

.img-anim-wrapper.leistungen {
  margin-top: 0;
}

.img-anim-wrapper._06 {
  width: 30em;
  height: 20em;
  margin-left: auto;
  margin-right: auto;
}

.img-anim-wrapper._05 {
  width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.img-anim-wrapper._04 {
  width: 20em;
}

.img-anim-wrapper.intro {
  display: none;
}

.text-block-close {
  color: var(--blue-black-light);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: .5em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: .7em;
}

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

.empty {
  width: 0;
  height: 0;
}

.empty._01 {
  height: 2em;
}

.square-copy._02 {
  width: .25em;
  height: .25em;
  margin-top: .1em;
  margin-right: .1em;
}

.square-copy {
  background-color: var(--blue-black-light);
  background-color: var(--blue-black-light);
  background-color: var(--blue-black-light);
  background-color: var(--blue-black-light);
  border-radius: .12em;
  width: .35em;
  height: .35em;
  margin-right: .05em;
}

.img-aktuelles {
  background-image: url('../images/APE_DSC_0196©DeniseHäse.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1em;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30em;
  height: 20em;
  margin-top: .5em;
  display: flex;
}

.img-aktuelles._02 {
  background-image: url('../images/APE_DSC_0018©DeniseHäse.jpg');
  width: 15em;
  height: 10em;
}

.img-aktuelles._02._01 {
  background-image: url('../images/DSC_0187©DeniseHäse.jpg');
  max-width: 20em;
  height: 12em;
  margin-left: auto;
}

.img-aktuelles._03 {
  background-image: url('../images/akram-huseyn-brbF5FSnSgI-unsplash.jpg');
  width: auto;
  height: 20em;
}

.img-aktuelles._04 {
  background-image: url('../images/APE_DSC_0003©DeniseHäse.jpg');
  width: 30em;
  max-width: none;
  height: 20em;
}

.img-aktuelles._04._01 {
  background-image: url('../images/DSC_0059©DeniseHäse.jpg');
  width: 35em;
  height: 20em;
}

.img-aktuelles._04._02 {
  background-image: none;
  width: 35em;
  height: 20em;
}

.img-aktuelles._04._05 {
  background-image: url('../images/IMG_1253©DeniseHäse.jpg');
  height: 20em;
}

.img-aktuelles._07 {
  background-image: url('../images/marek-levak-KOID4ns1Ii4-unsplash.jpg');
  width: 17em;
  height: 13em;
}

.img-aktuelles._08 {
  background-image: url('../images/akram-huseyn-brbF5FSnSgI-unsplash.jpg');
}

.img-aktuelles._09 {
  background-image: url('../images/APE_DSC_0294©DeniseHäse.jpg');
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 50px;
  padding-left: 0;
}

.text-span-5 {
  color: var(--green);
}

.accordion-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  padding-left: 1.3rem;
  font-family: Informe, Palatino Linotype, sans-serif;
  line-height: 30px;
}

.accordion-heading.kontat {
  padding-left: 0;
}

.accordion-heading.i {
  margin-top: 0;
  margin-bottom: .5em;
  padding-left: 0;
  line-height: 1.1em;
}

.icon-4.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 30px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-6 {
  color: var(--green);
}

.accordion-item-content-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 0;
  overflow: hidden;
}

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

.heading-accordion {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.div-block-8 {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2em;
}

.cross {
  max-width: 1.3em;
  margin-left: auto;
  overflow: clip;
  transform: rotate(45deg);
}

.accordion-item-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.accordion-item-trigger-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 90% 10%;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  margin-bottom: 1em;
  display: grid;
}

.accordion-item-content-3 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 30px;
  padding-left: 1.3rem;
  display: flex;
  overflow: hidden;
}

.image-4 {
  max-width: 1.2em;
  margin-left: auto;
  overflow: clip;
}

.bold-text-3 {
  color: var(--black-blue);
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.bold-text-3.kontakt {
  margin-top: 2em;
  margin-bottom: 1em;
}

.text-span-7, .text-span-8 {
  color: var(--green);
}

.aktuelles-info-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}

.text-informe-mid {
  color: var(--blue-black-light);
  font-family: Informe, Palatino Linotype, sans-serif;
  font-size: 1.2em;
}

.text-informe-mid.kontakt {
  margin-top: 2em;
  margin-bottom: 1em;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-span-9 {
  color: var(--green);
}

.text-span-10 {
  color: var(--green);
  font-weight: 400;
}

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

.text-block-5 {
  text-transform: none;
  max-width: 32em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.text-block-5.quer {
  max-width: none;
}

.text-span-11 {
  color: var(--green);
}

.arztpraxis-info {
  margin-top: 5em;
}

.arztpraxis-info._01 {
  margin-top: -15em;
  margin-left: auto;
  left: auto;
  right: 3em;
}

.arztpraxis-info.quer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.arztpraxis-info.quer._2 {
  grid-template-columns: .5fr .5fr;
}

.arztpraxis-info.quer.mobile {
  display: none;
}

.div-block-10-copy {
  margin-top: 300px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 3em;
  padding-right: 3em;
}

.grid-4 {
  grid-template-rows: auto auto auto;
}

.text-span-12, .text-span-13, .text-span-14 {
  color: var(--green);
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: auto;
  display: flex;
}

.bold-text-4 {
  font-weight: 400;
}

.form {
  margin-top: 2em;
}

.sprechzeiten-wrapper {
  width: 25em;
  margin-top: 1em;
  margin-bottom: 2em;
}

.sprechzeiten {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.button-wrapper-kontakt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-16, .text-span-17, .text-span-18 {
  color: var(--green);
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.link-3, .link-4, .link-4.w--current, .link-5, .link-6, .link-7, .link-8, .link2 {
  color: var(--black-blue);
}

.slider_right {
  width: 40%;
  margin-left: auto;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
}

.swiper.is-player {
  width: 100%;
  display: flex;
}

.swiper.is-card {
  height: 100%;
  min-height: 25rem;
  overflow: visible;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-card {
  height: 100%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 80%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-card {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.swiper-slide.is-player {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 25rem;
  min-height: 25rem;
  padding-top: 2rem;
  display: flex;
}

.slider_height {
  display: block;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.slider_left {
  width: 50%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-3.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 0 2em;
  display: flex;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider_height-2 {
  width: 80%;
  padding-top: 100%;
}

.slider_tagline {
  color: #b8a5ff99;
}

.slider_title {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.slider_title-text {
  letter-spacing: -.03em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .9;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider_left-2 {
  align-self: stretch;
  min-width: 0;
}

.grid-double {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.slider_right-2 {
  flex-direction: column;
  min-width: 0;
}

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

.main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.text-color-red {
  color: #d22736;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: .9;
}

.bio {
  text-align: justify;
  margin-bottom: 3rem;
  font-size: 5px;
}

.cms-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 23rem;
  height: 30rem;
}

.text-span-19 {
  color: var(--green);
}

.navigation {
  grid-column-gap: .75rem;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.swiper-button-prev.is-prev {
  border: .125rem solid var(--blue-black-light);
  color: #d22736;
  border-radius: 1000rem;
  width: auto;
  height: auto;
  padding: .25rem 1.5rem;
  text-decoration: none;
  position: static;
}

.swiper-button-prev.is-prev:hover {
  opacity: .5;
}

.swiper-button-next.is-next {
  border: .125rem solid var(--green);
  background-color: var(--green);
  color: #fff;
  cursor: pointer;
  border-radius: 1000rem;
  width: auto;
  height: auto;
  padding: .25rem 1.5rem;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
}

.swiper-button-next.is-next:hover {
  opacity: .5;
}

.image-6 {
  width: 1.5rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.image-7 {
  width: 1.5rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  transform: rotate(180deg);
}

.div-block-13 {
  height: 100%;
}

.div-block-14 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-8 {
  border-radius: 1em;
}

.div-wrapper-impressum {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.column {
  padding-left: 0;
  padding-right: 1em;
}

.column-2 {
  padding-left: 1em;
}

@media screen and (max-width: 991px) {
  .section-wrapper._01 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .section.title-img {
    height: 45%;
    min-height: 300px;
    margin-top: 0;
  }

  .section._01 {
    justify-content: flex-end;
    height: auto;
    margin-top: auto;
  }

  .grid {
    grid-template-rows: min-content min-content;
    width: 100vw;
    padding-top: 4em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .image {
    width: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading {
    font-size: 1.6rem;
  }

  .heading {
    font-size: 4rem;
  }

  .line {
    width: 100vw;
    margin-left: -3em;
  }

  .line.unterteilung {
    width: auto;
    margin-left: 0;
  }

  .line.unterteilung._01 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .button {
    margin-right: 0;
    padding: .5vw 1.5vw .5vw 2vw;
  }

  .text-block {
    font-size: 1.7vw;
    line-height: 1.5vw;
  }

  .navbar {
    width: 100%;
    right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .content-sections._01 {
    display: flex;
  }

  .content-sections._02 {
    display: block;
  }

  .content-sections._05.team {
    height: auto;
    min-height: 100svh;
  }

  .grid-content {
    grid-template-rows: min-content 1fr min-content 1fr;
    grid-template-columns: 1fr;
    padding-top: 7em;
  }

  .grid-content._01 {
    grid-template-rows: min-content 1fr .5fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    height: 100%;
    min-height: 100vh;
    padding-top: 0;
  }

  .grid-content._01._02 {
    grid-template-rows: min-content auto auto;
  }

  .grid-content.intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1.75fr;
    padding-top: 7em;
    padding-bottom: 3em;
  }

  .text-wrapper {
    height: 100%;
    display: flex;
  }

  .text-wrapper.main {
    justify-content: center;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .text-wrapper.main._116117 {
    padding-top: 0;
  }

  .img-wrapper._01 {
    flex-flow: column;
    margin-bottom: 4rem;
    display: none;
  }

  .img-wrapper._01._116117 {
    margin-top: 0;
    font-size: 1.8vw;
    display: block;
  }

  .img-wrapper._01.leistungen {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    display: block;
  }

  .img-wrapper._01.mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 1em;
    display: none;
  }

  .img-wrapper._01.contact {
    display: block;
  }

  .text.sub {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text._02.foot {
    width: auto;
    font-size: 1.5vw;
  }

  .text.anim {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .text._04 {
    font-size: 2vw;
    line-height: 1.2em;
  }

  .text._07 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.2em;
  }

  .text.home {
    margin-left: auto;
    font-size: 2vw;
    line-height: 1.2em;
  }

  .img-aerzte {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50vw;
    height: 30vw;
    min-height: 30vh;
  }

  .heading-sections {
    margin-top: 0;
    margin-bottom: auto;
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading-sections._1 {
    display: none;
  }

  .heading-sections._3 {
    display: block;
  }

  .heading-sections.mobile2 {
    margin-top: 7rem;
  }

  .table-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 3rem;
    padding-left: 0;
  }

  .table-wrapper.kontakt {
    margin-top: 2rem;
  }

  .table-wrapper.home {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
  }

  .informe-heading._01 {
    font-size: 2.5vw;
  }

  .informe-heading.footer {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .informe-heading.footer._01, .informe-heading.footer._02 {
    font-size: 1.7vw;
  }

  .informe-heading.menu.title {
    justify-content: center;
    align-items: center;
    margin-right: 2em;
  }

  .informe-heading.home {
    font-size: 3vw;
    line-height: 1.1em;
  }

  .montreal-heading {
    font-size: 3.5vw;
    line-height: 1.1em;
  }

  .heading-2 {
    font-size: 25vw;
  }

  .image-3 {
    height: 6vw;
  }

  .footer {
    display: block;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text {
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-wrap {
    align-items: center;
    margin-right: 2rem;
    top: 1.3rem;
  }

  .flex-block {
    width: 90vw;
  }

  .menu-title {
    height: auto;
    margin-top: 4em;
  }

  ._2.schliessen {
    justify-content: flex-start;
    align-items: center;
    margin-right: 2rem;
    top: 1.3rem;
    right: 0;
  }

  .img-anim-wrapper {
    width: 100%;
    height: 100%;
  }

  .img-anim-wrapper.leistungen {
    height: auto;
  }

  .img-anim-wrapper._06 {
    width: 25em;
    height: 15em;
  }

  .img-anim-wrapper._05 {
    width: 100%;
  }

  .img-anim-wrapper.intro {
    width: 50vw;
    height: 30vw;
    min-height: 30vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
  }

  .img-aktuelles {
    width: 100%;
    height: 15em;
  }

  .img-aktuelles._02._01 {
    margin-left: 0;
  }

  .img-aktuelles._04 {
    width: 25em;
    height: 15em;
  }

  .img-aktuelles._04._01 {
    width: 100%;
    max-width: none;
  }

  .img-aktuelles._04._02 {
    width: auto;
    margin-top: 0;
  }

  .img-aktuelles._04._05 {
    width: 25em;
    height: 15em;
  }

  .accordion-heading {
    padding-left: 0;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .accordion-item-trigger-2, .accordion-item-content-4 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .bold-text-3 {
    font-size: 2.5vw;
  }

  .arztpraxis-info.quer {
    grid-template-columns: .75fr .75fr;
  }

  .arztpraxis-info.quer._2 {
    grid-template-columns: .5fr 1.25fr;
  }

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

  .form-wrapper, .sprechzeiten-wrapper {
    width: 100%;
  }

  .button-wrapper-kontakt {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-11 {
    background-color: var(--green);
    width: 50px;
    height: 50px;
  }

  .link-block-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .link-block-2.w--current {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .swiper.is-player {
    justify-content: center;
    align-items: stretch;
  }

  .swiper-slide.is-player {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .grid-double {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slider_right-2 {
    order: -1;
  }

  .main-wrapper {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-top: 2em;
  }

  .heading-style-h1 {
    line-height: 1.1;
  }

  .cms-img-wrapper {
    border-radius: 1.5em;
    width: 40vw;
    height: 55vw;
  }

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

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.title-img {
    height: 30vh;
  }

  .section._01 {
    height: 70vh;
  }

  .grid {
    grid-template-rows: min-content auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .subheading {
    font-size: 4vw;
  }

  .heading {
    font-size: 8.5vw;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1vw 2vw 1vw 3vw;
  }

  .image-2 {
    margin-left: auto;
  }

  .text-block {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .grid-content._01 {
    padding-top: 0;
  }

  .grid-content.intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1.75fr;
  }

  .img-wrapper._01 {
    display: none;
  }

  .img-wrapper._01.mobile {
    margin-top: 5em;
    display: none;
  }

  .text.anim {
    max-width: none;
    font-size: 2rem;
  }

  .text._04._01, .text._04._01.b {
    font-size: 2.5vw;
  }

  .img-aerzte {
    width: 50vw;
    height: 30vw;
  }

  .heading-sections {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 28vw;
  }

  .text-block-2 {
    display: none;
  }

  .flex-block {
    width: 100vw;
  }

  .demo-button {
    font-size: 16px;
  }

  .img-anim-wrapper._01, .img-anim-wrapper._06, .img-anim-wrapper._04 {
    width: 40vw;
  }

  .img-anim-wrapper.intro {
    width: 50vw;
    height: 30vw;
  }

  .text-block-close {
    display: none;
  }

  .img-aktuelles._02 {
    width: 25vw;
    height: 15vw;
    margin-left: auto;
    margin-right: auto;
  }

  .img-aktuelles._02._01 {
    margin-left: auto;
  }

  .img-aktuelles._04 {
    width: 40vw;
  }

  .img-aktuelles._04._05 {
    width: auto;
  }

  .accordion-item-content, .accordion-item-content-2, .accordion-item-content-3, .accordion-item-content-4 {
    margin-right: 0;
  }

  .arztpraxis-info.quer {
    grid-template-columns: .75fr .5fr;
  }

  .arztpraxis-info.quer._2 {
    grid-template-columns: .5fr 1.75fr;
  }

  .container-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .praxis-img-wrapper {
    width: 100%;
  }

  .link-block-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .link2 {
    margin-bottom: .5rem;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .swiper.is-content {
    position: relative;
  }

  .slider_left {
    width: 100%;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .heading-style-h1 {
    margin-left: -.1rem;
  }

  .div-wrapper-impressum {
    margin-top: 0;
  }

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

  .columns {
    margin-top: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section-wrapper._01 {
    min-height: 100vh;
  }

  .grid {
    grid-template-rows: min-content min-content;
    padding-bottom: 2rem;
  }

  .image {
    width: 4em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .subheading {
    font-size: 6vw;
  }

  .heading {
    margin-bottom: 5vw;
    font-size: 14vw;
    line-height: 12vw;
  }

  .line {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    margin-left: -2rem;
  }

  .line.unterteilung {
    width: auto;
    margin-left: 0;
  }

  .line.unterteilung.footer {
    margin-top: .25vw;
    margin-bottom: .25vw;
  }

  .line.unterteilung._01 {
    margin-left: .2rem;
    margin-right: .2rem;
  }

  .title-button-wrapper {
    margin-top: 0;
  }

  .button {
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding: 1vw 3vw 1vw 4vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .content-sections._05 {
    min-height: 100svh;
  }

  .content-sections._05.team {
    min-height: auto;
  }

  .grid-content {
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-content._01 {
    grid-template-rows: min-content auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-content.intro {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: 100svh;
    padding: 6.5rem 2rem 2rem;
  }

  .text-wrapper {
    justify-content: flex-start;
    height: 100%;
    display: flex;
  }

  .text-wrapper.main {
    margin-top: 0;
  }

  .img-wrapper._01.leistungen {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .img-wrapper._01.mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .text.sub {
    margin-top: 1rem;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text._02.foot {
    font-size: 3vw;
  }

  .text.anim {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }

  .text._04 {
    padding-right: 2em;
    font-size: 4vw;
  }

  .text._04._01 {
    font-size: 4vw;
  }

  .text._04._01.b {
    font-size: 4.5vw;
  }

  .text._07 {
    font-size: 4vw;
  }

  .text._07._01 {
    font-size: 3.4vw;
  }

  .text.home {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .img-aerzte {
    width: 50vw;
    height: auto;
    min-height: 25vh;
    margin-top: 0;
  }

  .heading-sections {
    margin-top: 0;
    padding-top: 6rem;
    font-size: 7.5vw;
    line-height: 8vw;
    display: block;
  }

  .heading-sections._1, .heading-sections._2 {
    display: none;
  }

  .heading-sections._3 {
    display: block;
  }

  .heading-sections._02 {
    display: none;
  }

  .heading-sections._02.mobile {
    margin-top: 0;
    display: block;
  }

  .heading-sections.mobile {
    font-size: 7.7vw;
    display: block;
  }

  .heading-sections.mobile2 {
    display: none;
  }

  .table-wrapper.home {
    margin-top: auto;
    margin-bottom: auto;
  }

  .informe-heading._01 {
    font-size: 4vw;
  }

  .informe-heading.footer {
    font-size: 4vw;
    line-height: 4vw;
  }

  .informe-heading.footer._01, .informe-heading.footer._02 {
    margin-bottom: 2em;
    font-size: 2vw;
    line-height: 2vw;
  }

  .informe-heading.menu {
    justify-content: flex-start;
    align-items: center;
    font-size: 4.5vw;
    line-height: 1.3em;
    display: flex;
  }

  .informe-heading.menu.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 1.3em;
  }

  .informe-heading.menu.title {
    margin-right: 1em;
  }

  .informe-heading.menu._2 {
    font-size: 3.5vw;
  }

  .informe-heading.home {
    font-size: 4.5vw;
    line-height: 1em;
  }

  .montreal-heading {
    font-size: 6vw;
    line-height: 1em;
  }

  .footer-grid {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-grid.mobile2 {
    display: none;
  }

  .footer-grid.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-text {
    flex-flow: column;
    display: flex;
  }

  .button-wrap {
    margin-right: 1.5em;
    top: 1em;
  }

  .flex-block {
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 4em;
    padding-left: 0;
  }

  ._2.schliessen {
    margin-right: 1.5em;
    top: 1em;
  }

  .demo-button {
    width: 100%;
  }

  .img-anim-wrapper {
    height: auto;
  }

  .img-anim-wrapper._01 {
    width: 100%;
  }

  .img-anim-wrapper.leistungen {
    width: 100%;
    margin-left: 0;
  }

  .img-anim-wrapper._06 {
    width: 100%;
  }

  .img-anim-wrapper.intro {
    margin-top: 1rem;
    display: block;
  }

  .img-aktuelles {
    height: 15em;
    margin-top: 0;
  }

  .img-aktuelles._02, .img-aktuelles._02._01 {
    display: none;
  }

  .img-aktuelles._04 {
    background-image: url('../images/IMG_0187d-1024x723.jpg');
    width: auto;
    max-width: none;
  }

  .img-aktuelles._04._01 {
    background-image: url('../images/7_DSC_0193-1024x683.jpg');
    height: 15em;
  }

  .img-aktuelles._04._02 {
    background-image: url('../images/nemo-L_tUFRgsTm4-unsplash.jpg');
    height: 15em;
    display: block;
  }

  .img-aktuelles._04._05 {
    background-image: url('../images/IMG_1253©DeniseHäse.jpg');
  }

  .accordion-heading {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.5vw;
  }

  .accordion-item-trigger-2 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .accordion-item-content-4 {
    padding-left: .2rem;
    padding-right: .2rem;
    line-height: 1.1em;
  }

  .image-4 {
    margin-bottom: .3rem;
  }

  .bold-text-3 {
    font-size: 4vw;
    line-height: 1.1rem;
  }

  .text-span-10 {
    font-size: 4vw;
    line-height: 1.1em;
  }

  .text-block-5 {
    max-width: none;
  }

  .arztpraxis-info {
    margin-top: 2em;
  }

  .arztpraxis-info._01 {
    margin-top: 0;
    display: block;
  }

  .arztpraxis-info.quer {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  .arztpraxis-info.quer._2 {
    grid-template-columns: 1fr;
  }

  .arztpraxis-info.quer.mobile2 {
    display: none;
  }

  .arztpraxis-info.quer.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .praxis-img-wrapper {
    height: 15em;
  }

  .praxis-img-wrapper._1 {
    display: none;
  }

  .button-wrapper-kontakt {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-span-15, .text-span-17 {
    color: var(--green);
  }

  .link-block-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .link-block-2.w--current {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
    font-weight: 400;
  }

  .link2.mobile {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .swiper.is-player {
    height: auto;
  }

  .swiper.is-card {
    min-height: auto;
  }

  .swiper-wrapper.is-card {
    width: 100%;
  }

  .swiper-wrapper.is-player {
    width: 100%;
    height: auto;
  }

  .swiper-slide.is-card {
    height: 100%;
  }

  .swiper-slide.is-player {
    width: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_left-2 {
    z-index: 999;
    margin-top: -2em;
    position: relative;
  }

  .grid-double {
    grid-column-gap: 0rem;
    grid-template-rows: 1fr .25fr;
  }

  .main-wrapper {
    background-position: 100% 0;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .cms-img-wrapper {
    border-radius: 1em;
    width: 60vw;
    height: auto;
    min-height: 40vh;
  }

  .navigation {
    margin-top: 4em;
  }

  .div-block-13 {
    z-index: 999;
  }
}

#w-node-c050a27a-b6e0-863f-4c16-a8546a259841-633b674e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a8e0b0d3-416f-8d07-903b-43e3f0545f40-633b674e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-_7d937ab6-b90e-48d7-7a94-57ac2feccd80-633b674e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d460235-5f91-1c14-0720-73579440229f-633b674e, #w-node-fd9d1e1f-2912-fbcd-cf16-3dfdcb395237-633b674e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1be707a8-9d78-a487-816d-0af0c90e5eb4-633b674e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_99da237a-120e-100c-3957-9e8dd8291446-633b674e, #w-node-_2c024802-7e21-4d43-67f3-14eb6e8fadb6-633b674e {
  align-self: start;
}

#w-node-_9aef61af-5ec2-8d1a-212d-ad30c5f6fc16-633b674e, #w-node-b8cbbb8b-6fd6-e358-e118-8caa3f536772-633b674e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f2eae879-76bb-f3f5-566e-6a72fab189eb-633b674e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b8a203f8-60e4-25a5-6b0c-09f4935824d5-633b674e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: start;
}

#w-node-_86153195-e2db-1db0-53fb-5923a2168f56-633b674e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b94d-c313b94b, #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b954-c313b94b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b955-c313b94b, #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b966-c313b94b {
  align-self: start;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b973-c313b94b {
  align-self: auto;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b986-c313b94b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b987-c313b94b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b989-c313b94b {
  align-self: center;
}

#w-node-_231628cc-97ec-cffc-e1b1-fd5ccc018eaa-c313b94b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-bdbcf680 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-bdbcf680 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_39c9fcef-aba0-24a3-289f-bbc66f31b8fa-bdbcf680, #w-node-f5962ef4-4ebd-cbf4-345c-97f1f9a8dd2f-bdbcf680, #w-node-e6592b8a-fc5f-70ab-867e-1225d4125e32-bdbcf680 {
  align-self: center;
}

#w-node-acd314a7-cf62-a336-aafb-12b8864145c2-bdbcf680 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_35d50c77-bc90-4a5c-8c8a-ec340d532186-ccd26a3a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_838a827c-0b33-7950-422c-e8cc72ce86a1-ccd26a3a {
  justify-self: start;
}

#w-node-_6dc22cee-8543-f985-981a-95f69dbfe284-ccd26a3a {
  place-self: center;
}

#w-node-_06c019a6-6122-f541-5040-b4061f88ae78-ccd26a3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06c019a6-6122-f541-5040-b4061f88ae7b-ccd26a3a {
  align-self: center;
}

#w-node-a5cf95f1-4c0d-bc96-137e-725bcff820a7-ccd26a3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5cf95f1-4c0d-bc96-137e-725bcff820a8-ccd26a3a {
  align-self: center;
}

#w-node-f333e23f-fc6f-6c03-1faa-584548585385-ccd26a3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f333e23f-fc6f-6c03-1faa-584548585386-ccd26a3a {
  align-self: center;
}

#w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-700bb457, #w-node-_21f15756-9585-e504-df1f-5e57d0ead83b-700bb457 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-700bb457 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-_39c9fcef-aba0-24a3-289f-bbc66f31b8fa-700bb457, #w-node-eab58023-bd12-223c-942a-70eabe7bdc08-700bb457, #w-node-e2078282-77a0-3a87-da83-b0929f07d1f2-700bb457, #w-node-_083e7b92-d733-109d-0552-c95db03f74c2-700bb457, #w-node-_47a1b0cc-5ae7-9d34-09d1-ea403e21a156-700bb457 {
  align-self: center;
}

#w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-de09f68b, #w-node-_33a28bf9-7038-ea17-2a37-a08a070aa1bc-de09f68b, #w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-de09f68b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39c9fcef-aba0-24a3-289f-bbc66f31b8fa-de09f68b, #w-node-_4b8066e0-865e-a15b-f560-b4b18fad5213-de09f68b {
  align-self: center;
}

#w-node-acd314a7-cf62-a336-aafb-12b8864145c2-de09f68b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-b1c6dcb5, #w-node-_21f15756-9585-e504-df1f-5e57d0ead83b-b1c6dcb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e22b978-31b2-796e-b4a5-d8615de77174-b1c6dcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1e22b978-31b2-796e-b4a5-d8615de7717b-b1c6dcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-a8e0b0d3-416f-8d07-903b-43e3f0545f40-633b674e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: auto;
  }

  #w-node-_7d937ab6-b90e-48d7-7a94-57ac2feccd80-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2d460235-5f91-1c14-0720-73579440229f-633b674e {
    place-self: center;
  }

  #w-node-fd9d1e1f-2912-fbcd-cf16-3dfdcb395237-633b674e {
    align-self: center;
  }

  #w-node-_1be707a8-9d78-a487-816d-0af0c90e5eb4-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_99da237a-120e-100c-3957-9e8dd8291446-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2c024802-7e21-4d43-67f3-14eb6e8fadb6-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start stretch;
  }

  #w-node-_9aef61af-5ec2-8d1a-212d-ad30c5f6fc16-633b674e, #w-node-b8cbbb8b-6fd6-e358-e118-8caa3f536772-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-f2eae879-76bb-f3f5-566e-6a72fab189eb-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b8a203f8-60e4-25a5-6b0c-09f4935824d5-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_86153195-e2db-1db0-53fb-5923a2168f56-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b94b-c313b94b {
    grid-column: span 1 / span 1;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b952-c313b94b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b954-c313b94b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b966-c313b94b {
    align-self: auto;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b973-c313b94b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_65d3b5ed-2f1b-d28e-b3f7-114fc313b987-c313b94b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_231628cc-97ec-cffc-e1b1-fd5ccc018ead-c313b94b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-bdbcf680 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acd314a7-cf62-a336-aafb-12b8864145c2-bdbcf680 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_838a827c-0b33-7950-422c-e8cc72ce86a1-ccd26a3a {
    justify-self: center;
  }

  #w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-de09f68b, #w-node-_33a28bf9-7038-ea17-2a37-a08a070aa1bc-de09f68b, #w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-de09f68b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acd314a7-cf62-a336-aafb-12b8864145c2-de09f68b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8e0b0d3-416f-8d07-903b-43e3f0545f40-633b674e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: auto;
  }

  #w-node-_7d937ab6-b90e-48d7-7a94-57ac2feccd80-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2d460235-5f91-1c14-0720-73579440229f-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-fd9d1e1f-2912-fbcd-cf16-3dfdcb395237-633b674e {
    justify-self: center;
  }

  #w-node-_838a827c-0b33-7950-422c-e8cc72ce86a1-ccd26a3a {
    justify-self: start;
  }

  #w-node-_1e22b978-31b2-796e-b4a5-d8615de7717b-b1c6dcb5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d937ab6-b90e-48d7-7a94-57ac2feccd80-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2d460235-5f91-1c14-0720-73579440229f-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1be707a8-9d78-a487-816d-0af0c90e5eb4-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99da237a-120e-100c-3957-9e8dd8291446-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2c024802-7e21-4d43-67f3-14eb6e8fadb6-633b674e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start stretch;
  }

  #w-node-_65a9e37e-0419-8186-3de0-2bab59d0b9c7-bdbcf680 {
    grid-column: span 1 / span 1;
  }

  #w-node-d33fb9f1-562d-3b54-eaa9-278c5e4a904e-bdbcf680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b9bd99f-bde3-1a62-4e60-6c3306499479-bdbcf680, #w-node-f5962ef4-4ebd-cbf4-345c-97f1f9a8dd2c-bdbcf680, #w-node-e6592b8a-fc5f-70ab-867e-1225d4125e2f-bdbcf680 {
    align-self: center;
  }

  #w-node-acd314a7-cf62-a336-aafb-12b8864145c2-bdbcf680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2b49b3ac-f301-66fd-8ed6-00421bece58a-ccd26a3a, #w-node-_35d50c77-bc90-4a5c-8c8a-ec340d532186-ccd26a3a, #w-node-_06c019a6-6122-f541-5040-b4061f88ae78-ccd26a3a, #w-node-a5cf95f1-4c0d-bc96-137e-725bcff820a7-ccd26a3a, #w-node-f333e23f-fc6f-6c03-1faa-584548585385-ccd26a3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.woff2') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.woff2') format('opentype'), url('../fonts/NeueMontreal-Medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.woff2') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.woff2') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Informe';
  src: url('../fonts/Informe---Medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Informe';
  src: url('../fonts/Informe---Regular.woff2') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}