:root {
  --white: #fafcf8;
  --font-family-default: "Open Sans", sans-serif;
  --green-dark: #34431e;
  --font-size-default-desktop: 18px;
  --line-height-default-desktop: 30px;
  --header-height: 100px;
  --green-light: #578a0f;
  --font-family-heading: Vollkorn, serif;
  --font-size-heading-1: 75px;
  --line-height-heading-1: 75px;
  --font-size-heading-2: 40px;
  --line-height-heading-2: 40px;
  --green-very-light: #eaf1da;
  --font-size-heading-3: 25px;
  --line-height-heading-3: 25px;
  --white-2: white;
  --black: black;
}

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

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

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

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

.body {
  background-color: var(--white);
  font-family: var(--font-family-default);
  color: var(--green-dark);
  font-size: var(--font-size-default-desktop);
  line-height: var(--line-height-default-desktop);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 200vh;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: none;
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  display: flex;
}

.image {
  height: var(--header-height);
  mix-blend-mode: multiply;
  display: block;
}

.header {
  background-color: var(--white);
  width: 100%;
  position: fixed;
  top: 0;
}

.container-full-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 60px;
  display: flex;
}

.container-full-width.map {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: var(--white);
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  width: auto;
  height: 100%;
  padding-bottom: 0;
  display: block;
}

.container {
  height: 100%;
  display: flex;
}

.nav-menu {
  align-self: center;
}

.navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 30px;
}

.navigation-link {
  color: var(--green-light);
  border: 1px solid #0000;
  border-bottom-width: 2px;
  text-decoration: none;
  transition: border-color .2s;
}

.navigation-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--green-light);
}

.div-block {
  width: 0;
}

.div-block-2 {
  width: 100px;
  height: 200px;
}

.willkommen {
  margin-top: 140px;
  display: block;
}

.container-centered {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  padding: 60px;
  display: flex;
}

.container-centered.werdegang {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-centered.leistungen, .container-centered.therapieinfo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.container-centered.termin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: column;
}

.container-centered.welcome {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: max-content 1fr min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-centered.ber-mich {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: max-content 1fr max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  margin-left: 0;
  display: flex;
}

.heading {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-heading-1);
  line-height: var(--line-height-heading-1);
}

.heading.dark {
  color: var(--green-dark);
}

.heading.light {
  color: var(--green-light);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.cta {
  background-color: var(--green-light);
  color: var(--white);
  text-align: center;
  border-radius: 9999px;
  padding: 15px 40px;
}

.wilkommen-image {
  border-radius: 20px;
  flex: 1;
  height: 65vh;
  margin-left: 30px;
}

.text-block {
  flex: 1;
  display: block;
}

.ber-mich {
  background-color: var(--green-very-light);
}

.ber-mich-image {
  background-image: url('../images/aboutme.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  height: 100%;
  min-height: 90vh;
}

.willkommen-image {
  object-fit: contain;
  background-image: url('../images/welcome.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  order: 0;
  align-self: auto;
  height: 100%;
  min-height: 65vh;
  display: block;
}

.heading-3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-heading-3);
  line-height: var(--line-height-heading-3);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.light {
  color: var(--green-light);
  text-align: left;
  align-self: flex-start;
}

.heading-3.light.zu-mir {
  align-self: flex-end;
}

.heading-2 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-heading-2);
  line-height: var(--line-height-heading-2);
  text-align: center;
  align-self: flex-start;
}

.heading-2.kontakt {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--green-very-light);
  border-radius: 20px;
  flex-flow: column;
  padding: 19px 20px 20px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 40px 20px 20px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

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

.image-2 {
  height: 260px;
}

.karussell-image {
  background-image: url('../images/carousel1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 260px;
}

.karussell-image._2 {
  background-image: url('../images/carousel2.jpg');
}

.karussell-image.heading-3 {
  background-image: url('../images/carousel3.jpg');
}

.karussell-image._4 {
  background-image: url('../images/carousel4.jpg');
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  flex: 1;
  align-self: center;
}

.div-block-8 {
  background-color: var(--green-very-light);
  height: 2px;
}

.therapieinfo {
  background-color: var(--green-very-light);
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link, .bold-text {
  color: var(--green-dark);
  text-decoration: underline;
}

.karte {
  display: flex;
}

.div-block-10 {
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  padding: 60px;
}

.div-block-11 {
  background-color: var(--green-very-light);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding: 60px;
  display: flex;
}

.text-block-3 {
  text-align: right;
  padding-top: 20px;
}

.link-block-2 {
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  padding: 60px;
}

.kontakt {
  display: flex;
}

.div-block-12 {
  flex: 1;
  align-self: center;
  padding: 60px;
}

.div-block-11-copy {
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  padding: 60px;
  display: flex;
}

.termin {
  background-color: #fff;
}

.iframe {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: 830px;
}

.div-block-13 {
  height: 20px;
}

.impressum {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  min-width: auto;
  max-width: min(90vw, 640px);
  max-height: 80vh;
  padding: 20px;
  display: flex;
}

.div-block-16 {
  flex: 1;
  align-self: stretch;
  overflow: auto;
}

.datenschutzerkl-rung {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.small-button {
  color: var(--green-dark);
  text-align: right;
  background-color: #0000;
  align-self: flex-end;
  padding: 0;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 15px;
    line-height: 25px;
  }

  .container-full-width {
    justify-content: center;
    align-items: center;
  }

  .navigation {
    display: none;
  }

  .container-centered {
    padding: 30px;
  }

  .container-centered.werdegang {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-centered.welcome {
    flex-flow: column;
  }

  .heading {
    font-size: var(--font-size-heading-2);
    line-height: var(--line-height-heading-2);
  }

  .cta {
    text-align: center;
  }

  .willkommen-image {
    min-height: 60vh;
  }

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

  .heading-3.light.zu-mir {
    align-self: flex-start;
  }

  .heading-2 {
    text-align: left;
  }

  .div-block-4 {
    padding-bottom: 0;
  }

  .div-block-4._2 {
    padding-top: 0;
  }

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

  .karussell-image {
    height: 220px;
  }

  .karte {
    flex-flow: column;
  }

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

  .text-block-3 {
    text-align: left;
  }

  .link-block-2 {
    min-height: 30vh;
    display: block;
  }

  .kontakt {
    flex-flow: column;
  }

  .div-block-12 {
    align-self: stretch;
    padding: 29px;
  }

  .div-block-11-copy {
    padding: 0 30px 30px;
  }

  .text-block-4 {
    padding-bottom: 10px;
  }

  .small-button {
    align-self: flex-start;
  }
}

#w-node-_5601871e-2dfd-ea90-58dd-2ed5bf19aea5-e3e5e1a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_88dfba21-fe9c-7670-960f-723d2fa19aa2-e3e5e1a4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-_15aab6f7-3398-2691-2637-d99360085a24-e3e5e1a4 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end start;
}

#w-node-cc879056-4bc6-a52d-239b-42ca2956f4ba-e3e5e1a4 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5a9041e7-6439-969b-b194-9b69a34ab768-e3e5e1a4 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-dcf2d5ce-6d35-550c-f846-c861cfd1e0c0-e3e5e1a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dcf2d5ce-6d35-550c-f846-c861cfd1e0c2-e3e5e1a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_273a7cac-0493-738b-68a9-a0ba8e8a38f0-e3e5e1a4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0c06430d-8215-0522-280f-543135627b98-e3e5e1a4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_530b4510-72ea-0c4a-b304-e02caa9f6b94-e3e5e1a4 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_69c77282-3e02-5ea2-5183-884be5ec541f-e3e5e1a4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-abfb54dc-55e3-8aeb-bf11-d32096c7d17e-e3e5e1a4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_77463517-8bf6-309b-156e-77f745a464e1-e3e5e1a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5ad0c4ba-2b93-b109-8463-f5e4b9d8885d-e3e5e1a4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-e36641f4-c27e-b4d1-1764-d3e1d49ea985-e3e5e1a4 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_51a2999a-5b32-ab3c-86d7-ffcc2c03d8de-e3e5e1a4 {
  grid-area: 6 / 1 / 7 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5601871e-2dfd-ea90-58dd-2ed5bf19aea5-e3e5e1a4 {
    grid-column-end: 3;
  }

  #w-node-_88dfba21-fe9c-7670-960f-723d2fa19aa2-e3e5e1a4 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_15aab6f7-3398-2691-2637-d99360085a24-e3e5e1a4 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: stretch;
  }

  #w-node-cc879056-4bc6-a52d-239b-42ca2956f4ba-e3e5e1a4 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_5a9041e7-6439-969b-b194-9b69a34ab768-e3e5e1a4 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-dcf2d5ce-6d35-550c-f846-c861cfd1e0c0-e3e5e1a4 {
    grid-column-start: 1;
  }

  #w-node-dcf2d5ce-6d35-550c-f846-c861cfd1e0c2-e3e5e1a4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_273a7cac-0493-738b-68a9-a0ba8e8a38f0-e3e5e1a4 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_0c06430d-8215-0522-280f-543135627b98-e3e5e1a4 {
    grid-column-end: 3;
  }

  #w-node-_530b4510-72ea-0c4a-b304-e02caa9f6b94-e3e5e1a4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_69c77282-3e02-5ea2-5183-884be5ec541f-e3e5e1a4 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-abfb54dc-55e3-8aeb-bf11-d32096c7d17e-e3e5e1a4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_77463517-8bf6-309b-156e-77f745a464e1-e3e5e1a4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5ad0c4ba-2b93-b109-8463-f5e4b9d8885d-e3e5e1a4 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-e36641f4-c27e-b4d1-1764-d3e1d49ea985-e3e5e1a4 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_51a2999a-5b32-ab3c-86d7-ffcc2c03d8de-e3e5e1a4 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-_957f18ee-9752-aeb4-e516-c09e7582e8a7-e3e5e1a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6de1c9c-ebf3-8169-76c3-000b00df6bf4-e3e5e1a4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a4fddadc-f790-3916-2088-bc319150a586-e3e5e1a4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aa1279eb-5aa5-e124-69ed-8f4ea04aae89-e3e5e1a4 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
