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

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

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

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

:root {
  --_augarten---beige: #eeebe4;
  --walsh--walsh-dark-green: #2c5c5d;
  --_augarten---dunkelorange: #d56e14;
  --_augarten---hellorange: #f49a55;
  --_augarten---hellgrün: #87a553;
  --_augarten---dunkelgrün: #465937;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--walsh-mid-green: #47888a;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #f49a55;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #465937;
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.heading {
  text-transform: uppercase;
  font-family: Ebgaramond, Arial, sans-serif;
}

.text-block {
  font-family: Ebgaramond, Arial, sans-serif;
}

.image {
  padding-top: 448px;
}

.image-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: clip;
}

.container-2 {
  box-sizing: border-box;
  object-fit: fill;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

.body-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eeebe4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-2 {
  color: #465937;
  text-align: center;
  text-transform: uppercase;
  background-color: #eeebe4;
  border-radius: 0;
  font-family: Ebgaramond, Arial, sans-serif;
  font-weight: 700;
}

.div-block {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.body-3 {
  background-color: var(--_augarten---beige);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-link-block-orange-2 {
  background-color: var(--_augarten---dunkelorange);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: var(--_augarten---hellorange);
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-2 {
  background-color: var(--_augarten---hellgrün);
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  margin-bottom: 0;
  font-family: Univers, Arial, sans-serif;
  font-size: 1.2em;
  position: static;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav-2 {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav-2 {
  background-color: #0000;
}

.walsh-brand-block-2 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo-2 {
  height: 32px;
}

.walsh-inner-nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-menu-green-2 {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-link-white-2 {
  color: var(--_augarten---beige);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Univers, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.walsh-nav-link-white-2:hover {
  background-color: #00000059;
}

.walsh-nav-link-white-2.w--current {
  color: var(--_augarten---beige);
}

.walsh-nav-wrapper-green-2 {
  z-index: 10;
  background-color: var(--_augarten---dunkelgrün);
  position: sticky;
  top: 0;
}

.walsh-dropdown-2 {
  color: #fff;
}

.walsh-toggle-2 {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-2:hover {
  background-color: #00000059;
}

.walsh-dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link-2 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link-2:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons-2 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button-2 {
  color: #fff;
}

.walsh-icon-dropdown-2 {
  margin-right: 12px;
}

.heading-3 {
  color: var(--_augarten---beige);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Ebgaramond, Arial, sans-serif;
}

.section-hero {
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-bg-hecke {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hecke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
}

.hero-content {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-station1 {
  height: 100vh;
  position: relative;
}

.div-block-2 {
  background-image: url('../images/Element-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.szene1 {
  z-index: 3;
  max-width: 200px;
  max-height: 200px;
  margin-right: 152px;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.hero-bg-weg {
  z-index: 1;
  background-image: url('../images/Weg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -89px;
  display: flex;
}

.image-3 {
  vertical-align: baseline;
  overflow: hidden;
}

.simpel-titelbild {
  background-image: url('../images/02-Deckblatt.png');
  background-position: 50% 80%;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
  position: static;
}

.link-block {
  background-image: url('../images/Element-1.png');
  background-position: 50%;
  background-size: cover;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: static;
}

.walsh-center-hero {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.walsh-button-circle {
  background-color: var(--_augarten---dunkelorange);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: var(--_augarten---hellorange);
}

.walsh-heading-xxlarge {
  color: var(--_augarten---dunkelgrün);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 6em;
  font-style: normal;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen {
  background-color: var(--_augarten---beige);
  position: relative;
}

.walsh-button-fill {
  background-color: var(--_augarten---dunkelorange);
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-heading-xxlarge-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-button-fill-2 {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  border: 10px #f80e0e;
  height: 300vh;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

.section-2 {
  height: 100vh;
}

.image-5 {
  position: static;
}

.image-6 {
  z-index: 1;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: absolute;
}

.image-6._2 {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
  margin-top: 0;
  padding: 0;
  inset: 0%;
}

.body-4 {
  background-color: var(--_augarten---beige);
}

.div-block-3 {
  aspect-ratio: 1;
  border: 1px solid #000;
  width: 60%;
  position: relative;
}

.div-block-3._2 {
  margin-top: -58px;
  margin-bottom: -54px;
  margin-left: 37px;
}

.pfad-szene-section {
  border: 10px #2ea836;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-pfad {
  color: var(--_augarten---dunkelgrün);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ebgaramond, Arial, sans-serif;
  display: block;
  position: relative;
  top: 60px;
}

.pfad-szene-rechts {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vh;
  height: 50vh;
  margin: 0;
  display: flex;
}

.szene-links {
  width: 50vh;
  height: 50vh;
  margin-left: 600px;
  display: block;
  position: static;
}

.szene-links.w--current {
  margin-left: 0;
  margin-right: 600px;
}

.szene-rechts {
  width: 50vh;
  height: 50vh;
  margin-left: 600px;
  display: block;
  position: static;
}

.szene-rechts.w--current {
  margin-top: -200px;
}

.link-block-2 {
  border: 5px solid #000;
  margin-top: 48px;
  margin-left: 75px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pfad-szene-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50vh;
  height: 50vh;
  margin-left: 0;
  margin-right: 250px;
  display: flex;
  position: static;
}

.pfad-szene-wrap {
  outline-offset: 0px;
  border: 5px #aa8433;
  outline: 3px #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.walsh-background-darkgreen-3 {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-text-burst-2 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip-3 {
  height: 12px;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-3 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-3 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.walsh-left-hero-content {
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-hero-sub-bg {
  grid-row-gap: 1em;
  background-color: var(--walsh--walsh-mid-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.walsh-hero-rail {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-hero-frame-square {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 22em;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-top, .walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.pfad-szene-content {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.spacer-100 {
  height: 100vh;
}

.spacer-50 {
  height: 50vh;
}

.spacer-25 {
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.pfad-heading-wrap {
  order: 0;
  align-self: center;
}

.text-block-2 {
  color: var(--_augarten---dunkelgrün);
  text-align: center;
  font-family: Univers, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.sticky-back-button {
  z-index: 2;
  background-color: var(--_augarten---dunkelorange);
  border: 10px #000;
  border-radius: 20px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 50px;
  margin-left: 50px;
  display: flex;
  position: absolute;
}

.sticky-back-button:hover {
  background-color: var(--_augarten---hellorange);
}

.link-block-3 {
  z-index: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: static;
}

.image-7 {
  transform-style: preserve-3d;
  width: 75%;
  display: inline-block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer {
  background-color: var(--_augarten---hellgrün);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-footer {
  color: var(--_augarten---dunkelgrün);
  align-self: flex-start;
  font-family: Univers, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.paragraph {
  width: 50%;
}

.container-3 {
  order: 0;
  align-self: flex-start;
  width: 50%;
}

.footer-impressum {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-4 {
  align-self: flex-start;
}

.text-footer {
  width: 100%;
  font-family: Univers, Arial, sans-serif;
}

.section-photos {
  padding-top: 0;
  padding-bottom: 35px;
}

.photo-collection-list {
  column-count: 3;
}

.photo-collection-item {
  margin-bottom: 15px;
}

.heading-photos {
  color: var(--_augarten---dunkelgrün);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Ebgaramond, Arial, sans-serif;
  display: block;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  display: block;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-photos {
  color: var(--_augarten---dunkelgrün);
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Univers, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.photo-nav {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  display: block;
}

.spacer-20 {
  border: 1px #000;
  height: 20vh;
}

.heading-4 {
  align-self: center;
  padding-left: 0;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-4 {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.container-6 {
  display: flex;
}

.interview-foto {
  width: 33%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.heading-interview {
  color: var(--_augarten---dunkelgrün);
  margin-top: 0;
  padding-left: 20px;
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.paragraph-3 {
  color: var(--_augarten---dunkelgrün);
  padding-left: 20px;
  font-family: Univers, Arial, sans-serif;
}

.interview-frage {
  color: var(--_augarten---dunkelgrün);
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.spacer-10 {
  border: 1px #000;
  height: 10vh;
}

.paragraph-4 {
  color: var(--_augarten---hellgrün);
}

.interview-antwort {
  color: var(--_augarten---dunkelgrün);
  font-family: Univers, Arial, sans-serif;
}

.interview-highlight {
  color: var(--_augarten---dunkelgrün);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Univers, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.spacer-5 {
  height: 5vh;
}

.walsh-icon-arrow-flip-4 {
  height: 12px;
}

.walsh-link-block-orange-4 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-4:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-4 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-4 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-4 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav-3 {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav-3 {
  background-color: #0000;
}

.walsh-brand-block-3 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo-3 {
  height: 32px;
}

.walsh-inner-nav-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white-3 {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white-3:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green-3 {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.nav-dropdown-3 {
  color: #fff;
}

.nav-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.nav-toggle:hover {
  background-color: #00000059;
}

.nav-dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.nav-dropdown-link-3 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.nav-dropdown-link-3:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons-3 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button-3 {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.nav-icon-dropdown-3 {
  color: var(--_augarten---beige);
  margin-right: 12px;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-nav-menu-green-3 {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.body-5 {
  background-color: var(--_augarten---beige);
}

.slider-bild {
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
}

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

.section-4 {
  height: 100vh;
}

.slider {
  height: auto;
}

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

.image-8 {
  width: 1000%;
  height: auto;
}

.paragraph-5, .heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-maps {
  color: var(--_augarten---dunkelgrün);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-map {
  color: var(--_augarten---dunkelgrün);
  text-align: left;
  column-count: auto;
  margin-top: 5px;
  padding-left: 0;
  font-family: Univers, Arial, sans-serif;
}

.slide-nav {
  color: var(--_augarten---dunkelgrün);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Univers, Arial, sans-serif;
}

.text-block-3 {
  color: var(--_augarten---beige);
  font-family: Univers, Arial, sans-serif;
}

.paragraph-6 {
  z-index: 1;
  color: var(--_augarten---beige);
  font-family: Univers, Arial, sans-serif;
  position: static;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-arrow-top-right-2 {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-center-hero-2 {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.walsh-button-circle-2 {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle-2:hover {
  background-color: #fcb55e;
}

.walsh-heading-xxlarge-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-background-darkgreen-4 {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-button-fill-3 {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-hero-inner-image-2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-text-burst-3 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-hero-2 {
  max-height: 45em;
}

.section-5 {
  width: auto;
  height: 100vh;
}

.heading-hero {
  color: var(--_augarten---dunkelgrün);
  text-align: center;
  margin: 60px auto;
  font-family: Ebgaramond, Arial, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.container-8 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.text-block-4 {
  color: var(--_augarten---beige);
}

.text-block-5 {
  color: var(--_augarten---beige);
  font-family: Univers, Arial, sans-serif;
}

.body-6 {
  background-color: var(--_augarten---beige);
}

.image-9 {
  align-self: center;
  width: 100vh;
  height: 100%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.photo-collection-list-2 {
  column-count: 2;
}

.container-9 {
  display: block;
}

.image-10 {
  height: auto;
}

.container-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.karten-zug-nglichkeit {
  height: 50vh;
  position: relative;
}

.container-11 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.heading-6 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-12 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.prozent-zug-nglichkeit {
  color: var(--_augarten---dunkelgrün);
  text-align: center;
  font-family: Ebgaramond, Arial, sans-serif;
}

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

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

.paragraph-7 {
  color: var(--_augarten---dunkelgrün);
  text-transform: uppercase;
  font-family: Univers, Arial, sans-serif;
  font-weight: 700;
}

.nutzer-bild {
  width: auto;
  height: 25vh;
}

.image-11 {
  height: 25vh;
}

.paragraph-8 {
  color: var(--_augarten---dunkelgrün);
  font-family: Univers, Arial, sans-serif;
}

.image-12 {
  height: 10em;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 50px;
  right: 300px;
}

.image-12._3 {
  right: 350px;
}

.image-12._4 {
  top: -68px;
  right: 140px;
}

.image-12._7 {
  margin-top: 0;
  margin-bottom: 220px;
}

.image-12-copy {
  height: 10em;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 50px 300px;
}

.image-12-copy-copy {
  height: 10em;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 50px;
  left: 220px;
  right: 0;
}

.image-12-copy-copy._2 {
  top: -38px;
  left: 324px;
}

.image-12-copy-copy._6 {
  height: 5em;
  top: 0;
  left: 350px;
}

.text-hero {
  color: var(--_augarten---dunkelgrün);
  text-align: center;
  column-count: auto;
  margin-top: 5px;
  padding-left: 30px;
  font-family: Univers, Arial, sans-serif;
}

.text-map2 {
  color: var(--_augarten---dunkelgrün);
  text-align: left;
  column-count: 2;
  margin-top: 5px;
  padding-left: 30px;
  font-family: Univers, Arial, sans-serif;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-container-nav-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-menu-green-2 {
    background-color: var(--_augarten---dunkelgrün);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-nav-link-white-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white-2:hover {
    background-color: #0000;
  }

  .walsh-dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-2:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons-2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button-2 {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button-2.w--open {
    background-color: #0000;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-heading-xxlarge-2 {
    font-size: 4em;
  }

  .walsh-button-fill-2 {
    display: none;
  }

  .walsh-text-burst-2 {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange-3 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-3 {
    display: none;
  }

  .walsh-left-hero-content {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .heading-footer {
    text-transform: uppercase;
    margin-left: 20px;
    font-family: Univers, Arial, sans-serif;
    font-weight: 400;
  }

  .paragraph-2 {
    align-self: flex-start;
    margin-left: 20px;
  }

  .text-footer {
    color: var(--_augarten---beige);
    margin-left: 20px;
    margin-right: 20px;
    font-family: Univers, Arial, sans-serif;
  }

  .walsh-link-block-orange-4 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-4 {
    display: none;
  }

  .walsh-container-nav-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white-3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white-3:hover {
    background-color: #0000;
  }

  .nav-dropdown-3 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-toggle:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons-3 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button-3 {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button-3.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-nav-menu-green-3 {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-xxlarge-3 {
    font-size: 4em;
  }

  .walsh-button-fill-3 {
    display: none;
  }

  .walsh-text-burst-3 {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-hero-2 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

  .nav-menu-block {
    flex-direction: column;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

  .walsh-brand-block, .walsh-brand-block-2 {
    padding-left: 0;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

  .walsh-heading-xxlarge, .walsh-heading-xxlarge-2 {
    font-size: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-brand-block-3 {
    padding-left: 0;
  }

  .walsh-center-hero-2 {
    padding-top: 5em;
  }

  .walsh-heading-xxlarge-3 {
    font-size: 3em;
  }
}

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

  .nav-menu-three {
    flex-direction: column;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-nav-logo-2 {
    height: 24px;
  }

  .walsh-nav-link-white-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-2 {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons-2 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-text-burst, .walsh-text-burst-2 {
    background-size: auto 56%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange-3 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-3 {
    font-size: 16px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-link-block-orange-4 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-4 {
    font-size: 16px;
  }

  .walsh-nav-logo-3 {
    height: 24px;
  }

  .walsh-nav-link-white-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons-3 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-center-hero-2 {
    padding-top: 45px;
    font-size: 18px;
  }

  .walsh-button-circle-2 {
    width: 5em;
    height: 5em;
  }

  .walsh-text-burst-3 {
    background-size: auto 56%;
  }
}

#w-node-_777aedd9-d075-b326-1a35-bb1631c86c26-201b3c50 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: end center;
}

#w-node-_777aedd9-d075-b326-1a35-bb1631c86c28-201b3c50 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_122ac2a1-5f41-876f-2014-f0639a308422-201b3c50 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_122ac2a1-5f41-876f-2014-f0639a308423-201b3c50 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_122ac2a1-5f41-876f-2014-f0639a30843e-201b3c50 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_021723ae-6e1a-8108-8242-a70567d7c0fc-4c073712, #w-node-c1b4cbbc-2973-900b-7ac2-f7b993e38f95-1d85f165, #w-node-e628322c-1858-4cd9-15dd-087305ebcfd2-e9e8733e, #w-node-_68637ac6-fa86-c4bc-9083-872497698c22-07195dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e2545427-f9fd-3713-2298-abe6ae1b578a-07195dbf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e8d6bf9-a328-62a2-505a-0ef50bcfa3f7-07195dbf {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bf410cfa-38ea-ab90-4572-7f849f80fcac-07195dbf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_024a040f-028e-1230-1db5-e6c34e7d4693-07195dbf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_536347d2-fb87-63a0-f7a2-c1e5dd6a8825-07195dbf {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d1f62c6a-b019-91a8-4d99-ffcad6f8cc61-07195dbf {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_87fbbb51-97b2-db9a-df2f-85942a3bd51d-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f244996-3122-d33a-d857-f6218fde8616-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_06b09457-bbc8-d8e9-5b1a-6cd0fcea046b-07195dbf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_06b09457-bbc8-d8e9-5b1a-6cd0fcea046c-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7219e2d2-1103-eebc-8b66-eb753d619f1f-07195dbf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_7219e2d2-1103-eebc-8b66-eb753d619f20-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-fc11adc2-66dd-b419-b498-a3ca12729f42-07195dbf {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-fc11adc2-66dd-b419-b498-a3ca12729f43-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_86472206-298b-c5d7-b7d7-0ad34723aea7-07195dbf {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_86472206-298b-c5d7-b7d7-0ad34723aea8-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_3951abed-10f1-b986-ec5e-fd5b9feb8777-07195dbf {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_3951abed-10f1-b986-ec5e-fd5b9feb8778-07195dbf {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-fd86a0a1-979b-30ea-af0e-ea073d6ae29c-90ead70f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e4ffad81-3bf9-f03e-5c5f-513d8cefc521-90ead70f, #w-node-_82c0ab69-36e6-9073-c131-053dcdc4fbac-90ead70f {
  justify-self: center;
}

#w-node-e4ffad81-3bf9-f03e-5c5f-513d8cefc522-90ead70f {
  place-self: auto center;
}

#w-node-f82c7f1b-a1cd-94ea-b3d1-00e9b080eb90-90ead70f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3250d3af-18a0-f4ec-0d56-fde59fc0b15f-90ead70f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_358b29e1-1845-121a-52a2-3d8acc10f5b2-90ead70f {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_54f66605-8776-2b88-a090-f073dc615925-90ead70f {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_42bcb176-f68b-04e5-09ad-b46c1903b5b7-90ead70f {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-de21679e-a44a-9c10-b36a-513fb9e2a4e3-90ead70f {
  grid-area: 5 / 3 / 6 / 4;
  place-self: center;
}

#w-node-_32bdae07-4f07-6110-ba9d-1e07b5778933-90ead70f {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center;
}

#w-node-_09fc581d-4a39-6695-f0f9-8cbb0912f9b0-90ead70f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07be75f9-548b-ab02-3ae2-f93ba9ba0bf2-90ead70f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a0e994ac-21c6-3792-9d72-34c6c10692a5-90ead70f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e44f4b01-0cc0-e222-796c-ef127a0b11f7-90ead70f {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-b1b82301-4a9d-2335-2952-309a9be4c39b-90ead70f {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6f6c0881-0ca3-df2f-09ef-8fec24d8f562-90ead70f {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_3a2809dd-62b7-003d-9d8e-9339c1d9686a-90ead70f {
  grid-area: 7 / 2 / 8 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_777aedd9-d075-b326-1a35-bb1631c86c26-201b3c50 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_777aedd9-d075-b326-1a35-bb1631c86c28-201b3c50 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_122ac2a1-5f41-876f-2014-f0639a308422-201b3c50 {
    grid-column-end: 3;
  }

  #w-node-_122ac2a1-5f41-876f-2014-f0639a308423-201b3c50 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_122ac2a1-5f41-876f-2014-f0639a30843e-201b3c50 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_777aedd9-d075-b326-1a35-bb1631c86c26-201b3c50 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_777aedd9-d075-b326-1a35-bb1631c86c28-201b3c50, #w-node-_122ac2a1-5f41-876f-2014-f0639a308423-201b3c50 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversRegular.ttf') format('truetype'), url('../fonts/UniversCnRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversCnBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Bold.ttf') format('truetype'), url('../fonts/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}