@font-face {
  font-family: Opensans local;
  src: url('../fonts/OpenSans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans local;
  src: url('../fonts/OpenSans-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans local;
  src: url('../fonts/OpenSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --gold: #857665;
  --weiß: white;
  --dunkelgrau: #1d1c1c;
  --rot: red;
  --schwarz: gray;
  --transparent: #fff0;
  --grau: #4e4e4c;
  --hellgrau: #cdcaba;
  --weiß-transparent: #ffffffb3;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans local, Arial, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 75px;
}

h2 {
  color: var(--gold);
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans local, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100px;
}

.navbar {
  z-index: 1000;
  background-color: var(--weiß);
  position: sticky;
  inset: 0;
}

.men-punkt {
  color: var(--dunkelgrau);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans local, Arial, sans-serif;
  font-weight: 700;
}

.men-punkt:hover, .men-punkt:focus {
  color: var(--rot);
}

.men-punkt:visited, .men-punkt.w--current {
  color: var(--dunkelgrau);
}

.navcontainer {
  mix-blend-mode: normal;
  width: 100vw;
  min-width: 100vw;
  max-width: 95vw;
  height: auto;
  padding: 40px 30px 20px;
  transition: opacity .225s;
  position: sticky;
}

.logo:hover {
  opacity: .5;
}

.nav-menu {
  margin-top: 21px;
}

.image {
  opacity: 1;
}

.header-section {
  background-image: url('../images/DSC_9500.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.header-section.psychotherapie {
  background-image: url('../images/DSC_9858_3.jpg');
  height: 60vh;
}

.header-section.zugaenge {
  background-image: url('../images/DSC_9835.jpg');
  background-position: 50% 100%;
  height: 60vh;
}

.header-section.schwerpunkte {
  background-image: url('../images/DSC_0140.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 60vh;
}

.header-section.praxis {
  background-image: url('../images/DSC_9416.jpg');
  height: 60vh;
}

.header-section.kontakt {
  background-image: url('../images/DSC_9862.jpg');
  height: 60vh;
}

.text-section {
  box-shadow: 7px 8px 5px 0 var(--schwarz);
  padding-bottom: 100px;
}

.text-stack {
  width: 1300px;
  margin: 100px auto;
}

.paragraf {
  color: var(--dunkelgrau);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--schwarz);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Opensans local, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraf.wei {
  color: var(--weiß);
  margin-bottom: 0;
  font-family: Opensans local, Arial, sans-serif;
  font-weight: 300;
}

.paragraf.wei:hover {
  color: var(--weiß);
}

.paragraf.wei.copyright {
  margin-top: 60px;
  font-weight: 300;
}

.paragraf.wei.copyright:hover {
  color: var(--weiß);
}

.paragraf.wei.aufklapp {
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.paragraf.wei.footer {
  margin-bottom: 10px;
  font-weight: 700;
}

.paragraf.kontakt {
  aspect-ratio: auto;
  color: var(--dunkelgrau);
  margin-top: 10px;
  text-decoration: none;
  position: static;
}

.h2 {
  text-transform: none;
  margin-top: 0;
  line-height: 80px;
}

.link-block {
  position: fixed;
  inset: 80vh 0% 0% auto;
}

.slider-container {
  text-align: center;
  max-width: 1300px;
  margin-top: 0;
  padding-top: 180px;
}

.text-slider {
  background-color: var(--transparent);
}

.heading {
  line-height: 80px;
}

.h3 {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}

.slide-nav {
  opacity: 0;
}

.pfeil-nach-unten-linkblock {
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: flex-grow 1s;
  display: flex;
}

.pfeil-runter {
  cursor: pointer;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

._3er-link-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._1-link {
  background-color: var(--gold);
  box-shadow: 0 2px 5px 0 var(--schwarz);
  padding: 60px 40px 20px 20px;
}

._1-link:hover {
  background-color: var(--rot);
}

._1-link._2 {
  text-decoration: none;
}

._1-link._2-link {
  background-color: var(--grau);
  text-decoration: none;
}

._1-link._2-link:hover {
  background-color: var(--rot);
}

._1-link._3-link {
  background-color: var(--hellgrau);
  text-decoration: none;
}

._1-link._3-link:hover {
  background-color: var(--rot);
  color: var(--weiß);
}

.linktext {
  color: var(--weiß);
  font-family: Opensans local, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.linktext.dunkel {
  color: var(--grau);
}

.textbildsection {
  background-color: var(--hellgrau);
  padding-top: 100px;
  padding-bottom: 100px;
}

.textbildstack {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h4 {
  text-transform: none;
  margin-top: 0;
  font-size: 42px;
  line-height: 55px;
}

.h4.hellgrau {
  color: var(--hellgrau);
  margin-top: 0;
  font-family: Opensans local, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

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

.bildlinkflexgro {
  background-image: url('../images/DSC_9063.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1300px;
  max-width: 1300px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  text-decoration: none;
  display: flex;
}

.textlink {
  text-decoration: none;
}

.text-block {
  color: var(--grau);
  font-family: Opensans local, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.text-block:hover {
  color: var(--rot);
}

.image-2 {
  margin-bottom: 11px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.footersection {
  background-color: var(--dunkelgrau);
  color: var(--dunkelgrau);
  max-width: 100vw;
  height: 400px;
  margin-bottom: 100px;
  padding-top: 100px;
}

.footercontainer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.textnavlink {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.startsectioninhalt {
  padding-top: 70px;
  padding-bottom: 100px;
}

.section {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.grafikflexbox {
  justify-content: center;
  align-items: center;
  width: 1300px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grafikimage {
  width: 900px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grafikimage.zugaenge {
  width: 700px;
}

.textcontainer2spalt {
  background-color: var(--gold);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.textcontainer2spalt.wei {
  background-color: var(--weiß);
}

.textcontainer2spalt.aufklapp {
  background-color: var(--dunkelgrau);
  display: block;
}

._2spalttextspack {
  width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.trennerbildsection {
  background-image: url('../images/DSC_9824.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.trennerbildsection.spektrum {
  background-image: url('../images/DSC_9532.jpg');
}

.trennerbildsection.oemler {
  background-image: url('../images/DSC_9841.jpg');
  background-position: 50%;
  height: 900px;
}

.trennerbildsection.praxis {
  background-image: url('../images/DSC_9027.jpg');
  height: 600px;
}

.trennerbildsection.kontakt {
  background-image: url('../images/Titel.jpg');
  background-position: 50% 100%;
  height: 800px;
}

.aufklappcontainerani {
  box-sizing: border-box;
  width: auto;
  height: 0;
  min-height: auto;
  max-height: none;
  position: relative;
  inset: 0;
  overflow: hidden;
}

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

.bold-text {
  color: var(--weiß);
  text-decoration: none;
}

.section-2 {
  width: 1300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.lightboxthumbnail {
  max-width: 200px;
  margin-right: 20px;
}

.containerslider {
  max-width: 100vw;
  height: 1000px;
  margin-top: 100px;
  margin-bottom: -203px;
}

.bilderslider {
  background-color: var(--weiß);
  height: 800px;
}

.mask {
  height: 800px;
}

.slide-nav-2 {
  opacity: 0;
}

.sliderbild {
  width: 100vw;
  max-width: 100vw;
  max-height: none;
  position: relative;
  inset: -104px 0% 0%;
  overflow: hidden;
}

.aufklappcontainerausgang {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0;
}

.aufklappcell {
  cursor: s-resize;
  flex-flow: column;
  display: block;
}

.textcontainer2spalt-co {
  background-color: var(--gold);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.textcontainer2spalt-co.wei {
  background-color: var(--weiß);
}

.textcontainer2spalt-co.aufklapp {
  background-color: var(--dunkelgrau);
}

.anfahrtssection {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-anfahrt {
  max-width: 1300px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-kontakt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-top: 0;
  padding-top: 54px;
  display: grid;
}

.containerkontakt, .container-kontakt2 {
  background-color: var(--weiß-transparent);
}

.container {
  max-width: 1300px;
  padding-top: 69px;
}

.kontaktcell {
  background-color: var(--weiß-transparent);
  padding: 30px 20px 30px 30px;
}

.kontaktcell.impressum {
  padding-left: 0;
}

.h1 {
  text-transform: capitalize;
}

.quick-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 21px;
  padding: 0;
}

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

.link-2 {
  color: var(--dunkelgrau);
  text-decoration: none;
}

.cel-2, .cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.link-3, .link-4, .link-5 {
  color: var(--dunkelgrau);
  text-decoration: none;
}

.link-6, .link-7, .link-8 {
  color: var(--dunkelgrau);
}

.grid-aufklapptext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: ". ."
                 ". Area"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

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

.cell-4 {
  display: block;
}

.code-embed {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .men-punkt {
    color: var(--weiß);
    padding: 30px 56px 30px 50px;
    font-family: Opensans local, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .men-punkt.w--current {
    color: var(--rot);
  }

  .nav-menu {
    background-color: var(--dunkelgrau);
    margin-top: 40px;
  }

  .header-section {
    background-position: 100%;
    background-size: cover;
  }

  .header-section.psychotherapie {
    background-position: 100%;
  }

  .header-section.praxis {
    background-position: 50%;
    background-size: cover;
  }

  .text-stack {
    width: auto;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2.zugaenge, .h2.schwerpunkte {
    padding-left: 20px;
  }

  .slider-container {
    padding-top: 20vh;
  }

  .h3 {
    color: var(--gold);
    font-size: 60px;
    line-height: 80px;
  }

  ._3er-link-flex-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .linktext {
    text-align: left;
  }

  .textbildstack {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h4, .h4.hellgrau {
    width: 80vw;
  }

  .grafik {
    max-width: 40vw;
  }

  .bildlinksection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bildlinkflexgro {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .footersection {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .startsectioninhalt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grafikflexbox {
    max-width: 90vw;
  }

  .grafikimage {
    width: 80vw;
  }

  .grafikimage.zugaenge {
    max-width: 60vw;
  }

  .textcontainer2spalt.wei {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2spalttextspack {
    max-width: 90vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .trennerbildsection.praxis {
    background-position: 50% 0;
  }

  .containerslider {
    height: 500px;
    max-height: 500px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .bilderslider {
    height: 500px;
  }

  .sliderbild {
    max-width: 110%;
    height: auto;
    max-height: 600px;
  }

  .container-anfahrt {
    height: 500px;
    max-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    padding-top: 40px;
  }

  .kontaktcell.impressum {
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 45px;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code-embed {
    height: 500px;
  }

  .link-9, .link-10 {
    text-decoration: none;
  }

  .menubutton.w--open {
    background-color: var(--transparent);
  }
}

@media screen and (max-width: 767px) {
  .header-section.praxis {
    background-image: url('../images/DSC_9420.jpg');
    background-position: 50%;
  }

  .text-stack {
    margin-top: 0;
  }

  .paragraf {
    width: 80vw;
  }

  .h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .slider-container {
    padding-top: 50vh;
  }

  .h4 {
    font-size: 32px;
    line-height: 42px;
  }

  .bildlinkflexgro {
    height: 30vh;
  }

  .startsectioninhalt {
    padding-bottom: 20px;
  }

  .grafikimage {
    width: 70vw;
  }

  .textcontainer2spalt {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .textcontainer2spalt.wei {
    padding-left: 39px;
    padding-right: 39px;
  }

  ._2spalttextspack {
    padding-left: 0;
  }

  .trennerbildsection {
    height: 40vh;
  }

  .trennerbildsection.oemler {
    background-image: url('../images/DSC_9841.jpg');
    background-position: 0%;
    height: 40vh;
  }

  .trennerbildsection.praxis {
    background-image: url('../images/DSC_9027.jpg');
    height: 40vh;
  }

  .trennerbildsection.kontakt {
    height: 40vh;
  }

  .containerslider {
    height: 300px;
  }

  .h1 {
    width: 80vw;
    font-size: 45px;
  }
}

@media screen and (max-width: 479px) {
  .men-punkt {
    color: var(--weiß);
    padding: 30px 25px 30px 20px;
    font-size: 18px;
    font-weight: 300;
  }

  .navcontainer {
    display: flex;
  }

  .nav-menu {
    background-color: var(--dunkelgrau);
    margin-top: 20px;
    display: flex;
    overflow: hidden;
  }

  .header-section {
    background-position: 100%;
  }

  .header-section.kontakt {
    height: 80vh;
  }

  .text-stack {
    margin-bottom: 60px;
  }

  .paragraf, .paragraf.wei {
    font-size: 16px;
  }

  .h2 {
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .slider-container {
    height: auto;
    padding-top: 25vh;
  }

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

  .textbildstack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100vw;
  }

  .h4 {
    font-size: 28px;
  }

  .bildlinkflexgro {
    justify-content: flex-start;
    align-items: flex-start;
    height: 250px;
  }

  .celleh4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .startsectioninhalt, .textcontainer2spalt.wei {
    padding-left: 0;
    padding-right: 0;
  }

  .containerslider {
    height: 200px;
    margin-top: 0;
  }

  .anfahrtssection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-anfahrt {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
  }

  .kontaktcell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontaktcell.impressum {
    padding-top: 0;
  }

  .h1 {
    margin-top: 10px;
    font-size: 28px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
  }

  .code-embed {
    height: 300px;
  }

  .quick-stack-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .menubutton {
    flex-flow: row;
    display: flex;
  }

  .menubutton.w--open {
    background-color: var(--transparent);
  }
}

#w-node-ff4ade2a-2127-142e-441d-3ce2734245eb-36c4b8b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b432a116-1280-1866-0258-c90b428ac722-36c4b8b8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b432a116-1280-1866-0258-c90b428ac724-36c4b8b8 {
  grid-row: span 2 / span 2;
}

#w-node-_6621cbdb-cda1-8d88-5e23-07f6c832382f-25029649, #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-25029649, #w-node-_2bef4f58-912a-f17a-2ce3-13ef8d299b49-25029649 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-dc6295d8-6585-0e81-ac16-9ca4533cdcb7-25029649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce2f3075-fe2e-280e-4647-3ff141b0e6e5-25029649 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-ce2f3075-fe2e-280e-4647-3ff141b0e6ea-25029649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b12a670a-aeea-b362-a770-b14cb2e9fbfc-25029649 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-b12a670a-aeea-b362-a770-b14cb2e9fc01-25029649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e91a8448-ac07-b356-6773-5132170d2499-25029649 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-e91a8448-ac07-b356-6773-5132170d249e-25029649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56891772-dbd3-fa10-c86c-2944aae14e19-25029649 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-_56891772-dbd3-fa10-c86c-2944aae14e1e-25029649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bef4f58-912a-f17a-2ce3-13ef8d299b49-4f9cc981 {
  grid-template-rows: auto;
  grid-template-columns: 1.15fr;
}

#w-node-_5b93ef29-4256-b0be-f681-2c71ae19abd6-4f9cc981, #w-node-_9157e563-0746-6eb2-ac5c-ae1bebe18fa5-4f9cc981, #w-node-c39fc5ba-62c8-bcea-84ae-a7c513817223-4f9cc981, #w-node-_2e1930d2-867b-dfe6-dff4-0533f5e4c212-4f9cc981 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-_2e1930d2-867b-dfe6-dff4-0533f5e4c217-4f9cc981 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8125c4c2-9bf0-0689-6c43-1c8ca5b40fd8-4f9cc981, #w-node-b920b2a3-52bf-795f-2aca-d729b0ab50eb-4f9cc981, #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-4f9cc981, #w-node-_5b93ef29-4256-b0be-f681-2c71ae19abd6-0dd5e5ea {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-fcf16f5f-94c4-1f3f-20a0-d1efd0842246-0dd5e5ea {
  grid-template-rows: auto;
  grid-template-columns: 1.15fr;
}

#w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-0dd5e5ea, #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-0dd5e5ea, #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-6dee7e9c, #w-node-_9e288c27-de0d-6f1b-3bbe-39d9d25d6bdd-6dee7e9c {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-_3cafe386-1f11-273c-c4e5-70b9d7ade780-ccb0cc0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb278049-446d-68a8-da6b-2cbc3fd9247a-ccb0cc0f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 3.75fr;
}

#w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-ccb0cc0f {
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
}

#w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-d47815d5 {
  grid-template-rows: auto auto;
  grid-template-columns: .9fr .75fr;
}

#w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-2f0ab0cc {
  grid-template-rows: auto auto;
  grid-template-columns: .9fr;
}

@media screen and (max-width: 991px) {
  #w-node-ff4ade2a-2127-142e-441d-3ce2734245eb-36c4b8b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b432a116-1280-1866-0258-c90b428ac722-36c4b8b8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b432a116-1280-1866-0258-c90b428ac724-36c4b8b8 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6621cbdb-cda1-8d88-5e23-07f6c832382f-25029649, #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-25029649, #w-node-_2bef4f58-912a-f17a-2ce3-13ef8d299b49-25029649, #w-node-ce2f3075-fe2e-280e-4647-3ff141b0e6e5-25029649, #w-node-b12a670a-aeea-b362-a770-b14cb2e9fbfc-25029649, #w-node-e91a8448-ac07-b356-6773-5132170d2499-25029649, #w-node-_56891772-dbd3-fa10-c86c-2944aae14e19-25029649, #w-node-_5b93ef29-4256-b0be-f681-2c71ae19abd6-4f9cc981, #w-node-_9157e563-0746-6eb2-ac5c-ae1bebe18fa5-4f9cc981, #w-node-c39fc5ba-62c8-bcea-84ae-a7c513817223-4f9cc981, #w-node-_2e1930d2-867b-dfe6-dff4-0533f5e4c212-4f9cc981, #w-node-_8125c4c2-9bf0-0689-6c43-1c8ca5b40fd8-4f9cc981, #w-node-b920b2a3-52bf-795f-2aca-d729b0ab50eb-4f9cc981, #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-4f9cc981, #w-node-_5b93ef29-4256-b0be-f681-2c71ae19abd6-0dd5e5ea, #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-0dd5e5ea, #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-0dd5e5ea, #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-6dee7e9c, #w-node-_9e288c27-de0d-6f1b-3bbe-39d9d25d6bdd-6dee7e9c {
    grid-template-rows: auto;
    grid-template-columns: .4fr;
  }

  #w-node-_3cafe386-1f11-273c-c4e5-70b9d7ade780-ccb0cc0f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-ccb0cc0f {
    grid-template-rows: auto;
    grid-template-columns: .4fr;
  }

  #w-node-_5c9b0234-08e8-ec94-1328-8c6da3fa2842-d47815d5 {
    grid-template-rows: auto auto;
    grid-template-columns: .9fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88758782-aad3-38b9-d43a-2641deda3b7a-25029649 {
    grid-template-rows: auto;
    grid-template-columns: .4fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b432a116-1280-1866-0258-c90b428ac723-36c4b8b8 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Opensans local';
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans local';
  src: url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans local';
  src: url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans ttf local';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}