:root {
  --walsh--black: #2c2c2c;
  --111\<deleted\|variable-5797c191-ade9-58a6-da01-ed7136e3dab1\>: #c0e2f2;
  --22\<deleted\|variable-15885f2d-5473-11f0-d813-464c5e14202d\>: #1a5072;
  --blue-dark: #1a5072;
  --text-dark: #133a52;
  --akzent-blue: #223240;
  --transparent: transparent;
  --walsh--walsh-dark-green-2: #2c5c5d;
  --green-primar: #60bf81;
  --akzent: #ed8b61;
  --blue-bright: #c0e2f2;
  --white: #ececec;
  --walsh--walsh-dark-green: #204f58;
  --bright_background: #dbe6ed;
  --walsh--azure: #e7f1f1;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--walsh-mid-green: #47888a;
  --akzent-green: #93d94e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

.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-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-cta-block-white {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-text-field-single-gray {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #eee;
}

.walsh-button-circle-wrapper-gray {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-background-darkgreen {
  background-color: var(--111\<deleted\|variable-5797c191-ade9-58a6-da01-ed7136e3dab1\>);
  position: relative;
}

.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-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

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

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

.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 {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ed8b61;
  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: 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 {
  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-inner-float-image {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

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

.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-heading-xlarge-white {
  color: var(--22\<deleted\|variable-15885f2d-5473-11f0-d813-464c5e14202d\>);
  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;
}

.walsh-text-marker {
  background-color: var(--111\<deleted\|variable-5797c191-ade9-58a6-da01-ed7136e3dab1\>);
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-height-large {
  height: 3rem;
}

.copy-tiny {
  color: #000;
  font-size: .9rem;
  line-height: 1.4;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.spacer-xxs-start {
  padding-top: .5rem;
}

.image {
  vertical-align: baseline;
  background-color: #8158aa;
  border-radius: 1000rem;
  width: 25px;
  height: 25px;
  padding: .25rem;
}

.text-color-grey {
  color: #757575;
}

.heading-3 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.text-weight-semibold {
  color: #000;
  font-weight: 600;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

.text-color-black {
  color: #000;
}

.heading-4 {
  color: #000;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.text-weight-light {
  color: #000;
  font-weight: 300;
}

.text-style-muted {
  opacity: .6;
}

.copy-small {
  color: var(--blue-dark);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.background-color-light-1 {
  background-color: #e9e1f0;
}

.spacer-xl-end {
  padding-bottom: 7.5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-align-left {
  color: #000;
  text-align: left;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.hide-desktop-only {
  display: none;
}

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

.icon-height-medium {
  height: 2rem;
}

.background-color-dark-1 {
  color: #f5f5f5;
  background-color: #8158aa;
}

.icon-height-small {
  height: 1rem;
}

.text-align-right {
  color: #000;
  text-align: right;
}

.styleguide_header {
  background-color: #0000000d;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-bright {
  color: #fffdf3;
}

.heading-style-h2 {
  color: #000;
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 50px;
  line-height: 1;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.styleguide-heading {
  font-size: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.heading-style-h4 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  line-height: 1.2;
}

.copy-large {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.icon-1x1-small {
  background-color: #8158aa;
  border-radius: 1000rem;
  flex: none;
  width: 25px;
  height: 25px;
  padding: .25rem;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.hide {
  display: none;
}

.heading-5 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-style-strikethrough {
  color: #000;
  text-decoration: line-through;
}

.heading-style-h6 {
  color: #000;
  letter-spacing: .02em;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-align-center {
  color: #000;
  text-align: center;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-md-start {
  padding-top: 4rem;
}

.spacer-md-start.spacer-md-end {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-md-start._3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-style-nowrap {
  color: #000;
  white-space: nowrap;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.heading-2 {
  color: #000;
  font-size: 50px;
  font-weight: 400;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.form_message-success {
  padding: 1.25rem;
}

.spacer-xs-start {
  padding-top: 1rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.copy-medium {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.4;
}

.spacer-sm-start {
  padding-top: 2rem;
}

.container-small {
  width: 100%;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.text-style-italic {
  color: #000;
  font-style: italic;
}

.text-weight-regular {
  color: #000;
  font-weight: 400;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.spacer-xs-end {
  padding-bottom: .8rem;
}

.text-style-allcaps {
  color: #000;
  text-transform: uppercase;
}

.button {
  color: #8158aa;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 1.2rem 0;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.button.is-round {
  color: #fff;
  white-space: normal;
  word-break: normal;
  background-color: #8158aa;
  border-radius: 1000rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  color: #8158aa;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 700;
}

.heading-style-h3 {
  color: #000;
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 40px;
  line-height: 1.1;
}

.heading-6 {
  color: #000;
  font-size: 15px;
}

.spacer-md-end {
  padding-bottom: 4.5rem;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.heading {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
  position: relative;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

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

.container-medium {
  width: 100%;
  max-width: 77rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading-style-h1 {
  color: #000;
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 60px;
  line-height: 1;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  color: #000;
  font-weight: 700;
}

.form_component {
  margin-bottom: 0;
}

.text-weight-medium {
  color: #000;
  font-weight: 500;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-auto {
  overflow: auto;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.page-padding {
  padding: 4rem;
}

.page-padding.footer {
  background-color: var(--akzent-blue);
  padding-top: 2rem;
}

.page-padding.nav {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.hero {
  padding-top: 0;
  padding-bottom: 2rem;
}

.page-padding.nav {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.short {
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem 0 2rem;
}

.page-padding._01, .page-padding._02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-padding._02._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding._02._1 {
  padding-bottom: 4rem;
}

.page-padding.footer {
  background-color: var(--walsh--black);
  background-image: linear-gradient(45deg, #2c2c2c00, var(--walsh--walsh-dark-green-2)), url('../images/13107749_5137894.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-padding.cta {
  background-color: var(--green-primar);
  background-image: none;
  background-position: 0 0;
  padding: 0 2rem;
}

.page-padding.cta._1 {
  background-color: var(--text-dark);
}

.page-padding._4 {
  padding-bottom: 4rem;
}

.heading-style-h5 {
  color: #000;
  text-align: left;
  letter-spacing: .02em;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05;
}

.akzent {
  background-color: var(--akzent);
}

.blue-dark {
  background-color: var(--blue-dark);
}

.blue-bright {
  background-color: var(--blue-bright);
}

.nav {
  background-color: var(--blue-dark);
}

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

.walsh-link-block-orange-2 {
  background-color: var(--akzent);
  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: #ffbba6;
}

.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: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  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-2 {
  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: var(--text-dark);
}

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

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

.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: 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:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  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;
}

.hero {
  padding-bottom: 4rem;
}

.nav-wrapper {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

.nav-wrapper.unterseite {
  background-color: var(--blue-bright);
  padding-bottom: 2rem;
}

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

.walsh-text-burst {
  color: var(--akzent);
  background-image: url('../images/scribble-burts-02-02.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100px 50px;
  width: 440px;
  height: 115px;
  padding-bottom: 0;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-2 {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto 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-2 {
  color: var(--blue-dark);
  max-width: 25em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
}

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

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

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

.walsh-link-block-white-2 {
  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-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

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

.walsh-container-hero {
  z-index: 5;
  background-color: var(--transparent);
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 2rem;
  position: relative;
  overflow: visible;
}

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

.walsh-left-hero-content._1 {
  padding-bottom: 2rem;
}

.walsh-left-hero-content._1.beruns {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4rem;
}

.walsh-hero-sub-bg {
  grid-row-gap: 1em;
  background-color: var(--blue-dark);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.walsh-hero-rail {
  box-sizing: border-box;
  grid-column-gap: 1em;
  object-fit: fill;
  width: 100%;
  height: 20em;
  display: flex;
  position: static;
}

.walsh-hero-grid-wrapper {
  z-index: 1;
  background-color: var(--blue-bright);
  border-radius: 0 0 15px 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  object-fit: fill;
  flex: none;
  width: 100%;
  display: flex;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  width: 100%;
  display: flex;
}

.walsh-heading-xlarge-white-2 {
  color: var(--blue-dark);
  letter-spacing: -.02em;
  column-count: auto;
  width: 600px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-background-darkgreen-3 {
  z-index: 0;
  background-color: var(--transparent);
  position: relative;
}

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

.walsh-hero-sub-bg-2 {
  z-index: 2;
  grid-row-gap: 1em;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-hero-rail-2 {
  z-index: 2;
  grid-column-gap: 1em;
  object-fit: fill;
  width: 100%;
  height: 20em;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

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

.walsh-float-menu {
  z-index: 2;
  background-color: var(--white);
  border-radius: 15px;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 20px;
  position: relative;
}

.walsh-float-menu._2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.walsh-nav-link-black {
  color: var(--text-dark);
  border-radius: 8px;
  padding: 15px 18px;
  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-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-toggle-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

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

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

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-inner-container-nav-float._2 {
  max-width: none;
}

.div-block {
  z-index: 1;
  background-color: var(--blue-dark);
  width: 50%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.div-block-2 {
  width: 100%;
  height: auto;
  padding-right: 30px;
  overflow: hidden;
}

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

.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-heading-medium-2 {
  color: var(--walsh--black);
  margin-top: 0;
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

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

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-cta-block-white-2 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline {
  color: #000;
  border: .15em solid #00000026;
  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-outline:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-heading-regular {
  color: var(--blue-dark);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-paragraph-small {
  color: var(--blue-dark);
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

.walsh-inner-wrap-gap {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-large {
  color: var(--walsh--black);
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  color: var(--blue-dark);
  text-align: center;
  margin-top: 0;
  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: 2em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-heading-small.text-align-left {
  text-align: left;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-medium {
  color: var(--blue-dark);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-paragraph {
  color: var(--blue-dark);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  color: var(--text-dark);
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

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

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

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

.walsh-button-circle {
  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:hover {
  background-color: #fcb55e;
}

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

.walsh-button-fill {
  background-color: #4ab1bd;
  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-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-hero-p-wrapper-2 {
  width: 100%;
  max-width: 36em;
}

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

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

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

.walsh-heading-xlarge-white-3 {
  color: var(--blue-dark);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker-green {
  color: var(--blue-dark);
  background-image: url('../images/text_highlight_02_Zeichenfläche-1-Kopie-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .1em;
  display: inline-block;
}

.lernkonzept-wrapper {
  background-color: var(--blue-bright);
  background-image: url('../images/form_background_03_Zeichenfläche-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  margin-top: -2rem;
  padding: 4rem 30px;
}

.lernkonzept-wrapper.foerderung {
  background-image: url('../images/form_background.png');
  background-position: 50%;
  padding-bottom: 2rem;
}

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

.walsh-main-grid-4._1 {
  grid-template-columns: 1fr 1fr;
  padding-top: 2rem;
}

.walsh-heading-small-2 {
  color: var(--blue-dark);
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-paragraph-small-2 {
  color: var(--blue-dark);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-rounded-box-center {
  grid-row-gap: 1em;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.walsh-rounded-box-center.green {
  background-color: var(--green-primar);
}

.walsh-icon-wrapper-circle {
  background-color: var(--akzent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.text-block {
  color: var(--blue-dark);
}

.text-block-2, .text-block-3 {
  color: var(--text-dark);
}

.bewertungen-wrapper {
  background-color: var(--green-primar);
  border-radius: 15px;
  padding: 4rem;
}

.walsh-container-3 {
  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-main-grid-5 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-heading-regular-2 {
  color: var(--blue-dark);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph-2 {
  color: var(--blue-dark);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-small-3 {
  color: var(--text-dark);
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

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

.walsh-content-wrapper-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left {
  color: var(--blue-dark);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-quote-inner-center {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-container-4 {
  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-heading-large {
  color: var(--blue-dark);
  letter-spacing: -.02em;
  margin-top: 0;
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-large.ablauf {
  color: var(--bright_background);
  font-size: 3.5em;
}

.walsh-heading-regular-3 {
  color: var(--blue-dark);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-rounded-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--blue-bright);
  background-image: url('../images/form_background.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 30px;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

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

.walsh-hero-inner-float-image {
  background-color: var(--walsh--azure);
  background-image: url('../images/44.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 35px;
  display: flex;
}

.walsh-ui-image {
  object-fit: contain;
  width: 100%;
  max-width: 35em;
  max-height: 35em;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-icon-wrapper-circle-2 {
  background-color: var(--akzent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.walsh-grid-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
  width: 100%;
}

.walsh-content-wrapper-padding {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  width: 55%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-inner-padding-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
}

.ablauf-wrapper {
  z-index: 2;
  position: relative;
}

.walsh-container-5 {
  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-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-main-grid-6 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-form-success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper-2 {
  width: 100%;
}

.walsh-full-form-2 {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-single-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small-2 {
  background-color: var(--akzent);
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: var(--blue-bright);
}

.walsh-content-wrapper-gap-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-paragraph-3 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-small-4 {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-link {
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.walsh-footer-legal-text {
  color: var(--blue-bright);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-logo-footer {
  height: auto;
  max-height: 80px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-text-field-single-grey {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  color: var(--akzent);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.walsh-footer-list._2 {
  grid-row-gap: 0em;
  justify-content: flex-end;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2px;
  line-height: 1.2;
}

.div-block-3 {
  padding-top: 4rem;
  padding-left: 30px;
  padding-right: 30px;
}

.footer {
  background-color: var(--blue-dark);
}

.walsh-container-6 {
  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-inner-float-image-2 {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero-2 {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-heading-xlarge-white-4 {
  color: var(--blue-dark);
  text-align: center;
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker-2 {
  color: var(--blue-dark);
  background-image: url('../images/text_highlight_01_Zeichenfläche-1-Kopie_Zeichenfläche-1-Kopie.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto 98px;
  background-attachment: scroll;
  height: 90px;
  padding: .05em .1em;
  display: inline-block;
  overflow: visible;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

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

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-form-error-3 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-block {
  color: #fff;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.walsh-button-circle-medium {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-medium:hover {
  background-color: #ffdd79;
}

.walsh-cta-form {
  grid-column-gap: 15px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-flex-col-padding-small {
  grid-column-gap: 2em;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-7 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-text-field {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: 16em;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-background-svg-green {
  background-color: var(--walsh--walsh-dark-green);
  background-image: url('../images/bg-green.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.walsh-list-flex-white {
  color: #fffc;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-tag-white {
  color: var(--walsh--walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

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

.walsh-form-success-rounded-2 {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-circle-check-2 {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-form-error-4 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-block-2 {
  color: #fff;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.walsh-button-circle-medium-2 {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

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

.walsh-cta-form-2 {
  grid-column-gap: 15px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-icon-check-2 {
  height: 9px;
}

.walsh-flex-col-padding-small-2 {
  grid-column-gap: 2em;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-8 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-center-h-wrapper-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-text-field-2 {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: 16em;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-heading-large-white-2 {
  color: #fff;
  margin-top: 0;
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-background-svg-green-2 {
  background-color: var(--walsh--walsh-dark-green);
  background-image: url('../images/bg-green.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.walsh-list-flex-white-2 {
  color: #fffc;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-tag-white-2 {
  color: var(--walsh--walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.bold-text {
  color: var(--blue-dark);
}

.spacer-medium {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.heading-style-h2-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-2.heading-2 {
  text-align: center;
}

.heading-style-h2-2.heading-2.space_down {
  margin-bottom: 2rem;
}

.rl_faq6_icon-wrapper {
  object-fit: cover;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 16px;
  max-width: none;
  height: 16px;
  display: flex;
}

.container-large-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.bold-text-5 {
  font-size: 20px;
}

.spacer-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_faq {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.heading-faq {
  text-align: center;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.rl-text-style-regular.paragraph-2.faq-text {
  color: #666;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-bg {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.rl_faq6_answer {
  padding-left: 20px;
  padding-right: 100px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

._w-18 {
  filter: invert(0%);
  color: var(--akzent);
  object-fit: cover;
  width: 16px;
  max-width: none;
  height: 16px;
  overflow: visible;
}

.heading-style-h3-2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-2.heading-3 {
  font-family: Varela Round, sans-serif;
  font-size: 1.5rem;
}

.padding-global {
  background-color: #fff0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.faq_accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: relative;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.walsh-container-7 {
  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-heading-medium-3 {
  color: var(--blue-dark);
  margin-top: 0;
  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: 2.8em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid-9 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-grid-9._02 {
  margin-top: 2rem;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-inner-wrap-2 {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small-2 {
  height: 100px;
}

.walsh-icon-wrapper-circle-large {
  background-color: var(--akzent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.walsh-rounded-box-center-large {
  grid-row-gap: 0em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 2em 30px;
  display: flex;
}

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

.walsh-container-8 {
  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-main-grid-10 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-logo-2 {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-logos-wrapper {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-9 {
  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-main-grid-11 {
  grid-column-gap: 2.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-main-grid-11.preise {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-center-h-wrapper-3 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-price-small {
  color: var(--blue-dark);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-price {
  color: var(--blue-dark);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-link-wrapper-3 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-3:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-text-block-purple {
  background-color: var(--akzent);
  color: #fff;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.walsh-icon-arrow-3 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-price-green-wrapper-padding {
  grid-row-gap: .6em;
  background-color: var(--blue-bright);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 35px;
  display: flex;
}

.walsh-pricing-circle-icon {
  background-color: var(--blue-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-bottom: 10px;
  display: flex;
}

.walsh-icon-pricing-card {
  height: 2.25em;
}

.walsh-pricing-grid {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  width: 100%;
  overflow: hidden;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: var(--blue-bright);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-heading-regular-dark-green {
  color: #2c5c5d;
  margin-top: 0;
  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: 1.9em;
  font-weight: 700;
}

.walsh-button-orange {
  z-index: 5;
  background-color: var(--akzent);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  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: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-content-wrapper-gap-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small-5 {
  color: var(--blue-dark);
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  border: 2px solid var(--akzent);
  background-color: var(--blue-bright);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-text-grey-xsmall {
  color: var(--blue-dark);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-text-block {
  background-color: var(--akzent);
  color: #fff;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-button-orange-2 {
  z-index: 5;
  background-color: var(--akzent);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  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: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-2:hover {
  color: #fff;
  background-color: #ffa286;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: var(--blue-dark);
}

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

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

.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-heading-medium-4 {
  color: var(--walsh--black);
  margin-top: 0;
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-paragraph-4 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

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

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rounded-banner {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 6em;
  display: flex;
}

.walsh-inner-rounded-banner-image {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 50%;
  min-height: 45em;
  display: flex;
}

.walsh-link-block-green {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  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-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-heading-regular-4 {
  color: var(--walsh--black);
  text-align: center;
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-card-wrapper-image-2 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 20em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card-2 {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom-2 {
  grid-row-gap: 1.2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-3, .video-grid {
  grid-template-rows: auto;
}

.lynx-paragraph-accordion {
  color: #797c83;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-6 {
  color: #1a5072;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  height: 600px;
  min-height: auto;
  max-height: none;
  overflow: clip;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.text-span-3 {
  color: #ed8b61;
}

.lynx-heading-2 {
  color: var(--walsh--walsh-dark-green);
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.lynx-heading-2.schulungen {
  margin-bottom: 1rem;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-hero-large {
  background-color: #c0e2f2;
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
  position: relative;
}

.lynx-block-process-green {
  box-shadow: 0 0 0 15px #a0b9d1, 0 2px 0 25px var(--white);
  background-color: #1a5072;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-text-check-white {
  color: #1a5072;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/15918.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  display: flex;
  box-shadow: 0 15px 30px -10px #c3e1f2;
}

.lynx-number-customers {
  color: #ed8b61;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-number-customers.counter-number {
  color: var(--akzent-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.lynx-heading-3 {
  color: #1a5072;
  text-align: center;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-paragraph-plans {
  color: #1a5072;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-paragraph-features {
  color: var(--walsh--light-goldenrod-yellow);
  text-align: center;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-logo-footer {
  width: 220px;
  margin-bottom: 16px;
}

.lynx-text-check {
  color: var(--walsh--black);
  margin-top: .5rem;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.lynx-text-check.inhalte-einleitung {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.lynx-text-check._1 {
  margin-top: 0;
}

.lynx-text-check._2 {
  width: 100%;
  margin-bottom: .5rem;
  margin-left: 0;
}

.lynx-text-check._2._1 {
  margin-bottom: 0;
  margin-left: 0;
}

.lynx-plans-left {
  color: #1a5072;
  text-align: center;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 10px 2px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: sticky;
  top: 6rem;
  bottom: 0;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--walsh--walsh-dark-green);
  box-shadow: 0 0 10px -2px var(--akzent-blue);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto 80px -5% auto;
}

.lynx-nav-link {
  color: #1a5072;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #8979ec;
}

.copy-small-2 {
  color: #797c83;
  text-align: center;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.lynx-block-productivity-border {
  text-align: center;
  border-right: 1px #dfdad2;
  padding: 10px 0;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.lynx-heading-features-large {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-block-center-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-plans-right {
  text-align: center;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 10px 2px #1f20221a;
}

.lynx-block-process-purple {
  background-color: #ed8b61;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #ffdecd, 0 0 0 25px #fff;
}

.lynx-heading-process {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-grid-plans-tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-block-process-pink {
  box-shadow: 0 0 0 15px #ddf3ff, 0 0 0 25px var(--white);
  background-color: #c0e2f2;
  border: 10px #ddf3ff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 36px;
  margin-left: 0;
  display: flex;
}

.walsh-icon-small-3 {
  height: 100px;
}

.walsh-rounded-box-center-large-2 {
  grid-row-gap: 0em;
  text-align: center;
  background-color: #c0e2f2;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 2em 30px;
  display: flex;
  box-shadow: 0 2px 10px 2px #1f20221a;
}

.walsh-heading-medium-5 {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 14px;
}

.walsh-main-paragraph-5 {
  color: #1a5072;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.lynx-icon-arrow {
  color: #1a5072;
  background-color: #ed8b61;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-paragraph-white {
  color: #1a5072;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-paragraph-3 {
  color: #797c83;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-footer-dark {
  background-color: #1a5072;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.walsh-heading-regular-5 {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-price-green {
  color: #ed8b61;
  margin-bottom: 26px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-button-white {
  color: #1a5072;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ed8b61;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  color: #ed8b61;
  background-color: #1a5072;
}

.lynx-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.vorteile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.vorteile.schulungen {
  display: block;
}

.lynx-text-plans-white-fill {
  color: #1a5072;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8fafce;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-text-check-2 {
  color: #1a5072;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-nav-button {
  color: #1a5072;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ed8b61;
  border-radius: 50px;
  margin-top: 36px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  color: #ed8b61;
  background-color: #1a5072;
}

.lynx-nav-button.nav {
  margin-top: 0;
}

.lynx-heading-white {
  color: #1a5072;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 0;
}

.lynx-logo {
  object-fit: cover;
  width: auto;
  height: 50px;
  overflow: visible;
}

.lynx-text-plans-green-fill {
  color: #ed8b61;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffe0d1;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.lynx-paragraph-process {
  color: #797c83;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-paragraph-process.footer {
  color: var(--white);
  max-width: 350px;
}

.lynx-heading-client {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-plans-white {
  color: #1a5072;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-heading-footer-white {
  color: #1a5072;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-plans-purple-center {
  text-align: center;
  background-color: #c0e2f2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 10px 2px #1f20221a;
}

.lynx-paragraph-reviews {
  color: #1a5072;
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.preise {
  display: none;
}

.lynx-price-white {
  color: #1a5072;
  margin-bottom: 26px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-process-number {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-reviews-bg {
  background-color: #c0e2f2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-accordion-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-image-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.lynx-icon-check-2 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-text-plans-pink-fill {
  color: #ed8b61;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffe0d1;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.content-wrapper {
  width: 100%;
}

.content-wrapper.responsive {
  display: none;
}

.lynx-check-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-2._1 {
  width: 100%;
}

.lynx-number-satisfaction {
  color: #c0e2f2;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-number-satisfaction.counter-number {
  color: var(--green-primar);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.lynx-text-productivity {
  color: var(--walsh--black);
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.lynx-text-productivity._01 {
  font-size: 35px;
  font-weight: 700;
}

.lynx-text-productivity._01._1, .lynx-text-productivity._01._2, .lynx-text-productivity._01._3 {
  color: var(--walsh--walsh-mid-green);
  font-family: Varela Round, sans-serif;
}

.lynx-arrow-features {
  background-color: #ed8b61;
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-heading-accordion {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-block-features-large {
  flex-flow: column;
  height: 300px;
  padding: 1rem;
  display: flex;
}

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

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-icon-check {
  color: #ed8b61;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-block-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-left: 0%;
  display: flex;
}

.lynx-block-right.beruns {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.lynx-block-right.schulungen {
  width: 70%;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 0;
}

.lynx-number-support {
  color: #1a5072;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-number-support.counter-number {
  color: var(--akzent-green);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.lynx-subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-subtitle-white.dark {
  color: var(--walsh--black);
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.lynx-subtitle-white.dark._1 {
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 20px;
  font-size: 16px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-features-large {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-process {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-main-grid-12 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-grid-12._02 {
  margin-top: 2rem;
}

.lynx-price-pink {
  color: #ed8b61;
  margin-bottom: 26px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-link-footer-large-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: #8979ec;
}

.walsh-icon-wrapper-circle-large-2 {
  background-color: #ed8b61;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

.walsh-icon-wrapper-circle-3 {
  background-color: var(--green-primar);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.bold-text-7 {
  color: #223240;
  font-size: 3.5rem;
}

.walsh-hero-grid-wrapper-2 {
  z-index: 1;
  background-color: #60bf81;
  border-radius: 0 0 15px 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.walsh-hero-rail-3 {
  z-index: 2;
  grid-column-gap: 1em;
  object-fit: fill;
  width: 100%;
  height: 15em;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.walsh-stats-number-medium-2 {
  color: #60bf81;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-small-left-2 {
  color: var(--akzent-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-main-paragraph-6 {
  color: #223240;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
}

.walsh-heading-small-6 {
  color: var(--akzent-blue);
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-nav-link-black-2 {
  color: var(--walsh--walsh-dark-green);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.walsh-nav-link-black-2:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black-2.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.walsh-icon-small-4 {
  height: 32px;
}

.logo-icon-wrapper {
  color: #9ca3b0;
  transition: color .3s;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.walsh-text-grey-xsmall-2 {
  color: #1a5072;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-footer-wrapper-2 {
  grid-row-gap: 1em;
  color: #ed8b61;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.bold-text-8 {
  color: var(--akzent-blue);
  font-size: 20px;
}

.footer-3 {
  background-color: #1a5072;
}

.logo-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.walsh-price-small-2 {
  color: #1a5072;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price-2 {
  color: #1a5072;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-icon-arrow-4 {
  color: #133a52;
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-hero-inner-float-image-2 {
  background-color: #e7f1f1;
  background-image: url('../images/44.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 35px;
  display: flex;
}

.walsh-paragraph-small-3 {
  color: #223240;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.lernkonzept-wrapper-2 {
  background-color: #c0e2f2;
  background-image: url('../images/form_background_03_Zeichenfläche-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  margin-top: -2rem;
  padding: 4rem 30px;
}

.lernkonzept-wrapper-2.foerderung {
  background-color: #60bf81;
  background-image: none;
  background-size: auto;
  background-color: var(--walsh--black);
  background-image: linear-gradient(225deg, #2c5c5d, #2c2c2c00), url('../images/13107749_5137894.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding: 4rem;
}

.nav-wrapper-3 {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

.text-block-7 {
  color: #1a5072;
}

.walsh-footer-legal-text-2 {
  color: #c0e2f2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-wrapper-circle-4 {
  background-color: var(--green-primar);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-wrapper-circle-4.blue {
  background-color: var(--akzent-blue);
}

.walsh-heading-large-2 {
  color: var(--akzent-blue);
  letter-spacing: -.02em;
  width: 80%;
  margin-top: 0;
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-large-2.ablauf {
  color: var(--akzent-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  font-size: 2.5em;
  display: flex;
}

.logo-component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.walsh-main-grid-13 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-paragraph-7 {
  color: #fff;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.5;
}

.hero-3 {
  padding-bottom: 0;
}

.walsh-rounded-box-center-large-3 {
  grid-row-gap: 0em;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  height: 430.047px;
  padding: 2em 30px;
  display: flex;
}

.walsh-heading-small-7 {
  color: #1a5072;
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.copy-small-3 {
  color: var(--akzent-blue);
  text-align: center;
  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: 16px;
  line-height: 1.4;
}

.walsh-heading-xlarge-white-5 {
  color: #223240;
  letter-spacing: -.02em;
  column-count: auto;
  width: 600px;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-rounded-block-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
  overflow: hidden;
}

.walsh-heading-medium-6 {
  color: var(--walsh--walsh-dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.walsh-pricing-inner-card-featured-2 {
  grid-row-gap: 2.5em;
  background-color: #c0e2f2;
  border: 2px solid #ed8b61;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-main-paragraph-8 {
  color: var(--akzent-blue);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-xlarge-white-6 {
  color: var(--akzent-blue);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-paragraph-serif-left-hero-4 {
  color: #223240;
  max-width: 25em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.walsh-paragraph-serif-left-hero-4._02 {
  color: var(--walsh--azure);
  font-family: Varela Round, sans-serif;
}

.walsh-paragraph-serif-left-hero-4._02._1 {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.walsh-heading-small-8 {
  color: #223240;
  text-align: center;
  margin-top: 0;
  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: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.text-block-8 {
  color: #133a52;
}

.walsh-footer-link-2 {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link-2:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-heading-regular-6 {
  color: var(--akzent-blue);
  margin-top: 0;
  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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-xlarge-white-7 {
  color: var(--akzent-blue);
  text-align: left;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-xlarge-white-7.center {
  text-align: center;
  margin-top: 0;
}

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

.walsh-container-10 {
  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-text-marker-3 {
  color: var(--akzent-blue);
  background-image: url('../images/text_highlight_01_Zeichenfläche-1-Kopie_Zeichenfläche-1-Kopie.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto 98px;
  background-attachment: scroll;
  height: 90px;
  padding: .05em .1em;
  display: inline-block;
  overflow: visible;
}

.walsh-link-block-orange-4 {
  color: #93d94e;
  text-align: center;
  background-color: #223240;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 350px;
  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 {
  color: var(--text-dark);
  background-color: #93d94e;
}

.div-block-4 {
  width: 100%;
  height: auto;
  padding-right: 30px;
  overflow: hidden;
}

.walsh-button-circle-small-3 {
  background-color: #ed8b61;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-3:hover {
  background-color: #c0e2f2;
}

._w-18-2 {
  filter: invert(0%);
  color: #ed8b61;
  object-fit: cover;
  width: 16px;
  max-width: none;
  height: 16px;
  overflow: visible;
}

.div-block-5 {
  z-index: 1;
  background-color: #223240;
  width: 50%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.walsh-button-orange-3 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ed8b61;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  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: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-3:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-container-hero-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 3rem;
  position: relative;
  overflow: visible;
}

.walsh-text-marker-green-2 {
  color: var(--akzent-blue);
  background-image: url('../images/text_highlight_02_Zeichenfläche-1-Kopie-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .1em;
  display: inline-block;
}

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

.walsh-icon-wrapper-circle-large-3 {
  background-color: var(--green-primar);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.code-embed {
  margin-bottom: 0;
  display: none;
}

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

.walsh-heading-small-9 {
  color: var(--akzent-blue);
  margin-top: 0;
  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: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.div-block-6 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.walsh-hero-sub-bg-3 {
  z-index: 2;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-heading-small-10 {
  color: var(--akzent-green);
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-pricing-inner-card-2 {
  grid-row-gap: 2.5em;
  background-color: #c0e2f2;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-paragraph-small-4 {
  color: var(--akzent-blue);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.6;
}

.walsh-paragraph-small-4.center {
  text-align: center;
}

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

.walsh-main-grid-15.preise {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.walsh-main-grid-16 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-grid-16._02 {
  margin-top: 2rem;
}

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

.walsh-text-block-2 {
  color: #fff;
  background-color: #ed8b61;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-9 {
  color: #133a52;
}

.logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 140px;
  height: auto;
  max-height: 40px;
  display: flex;
}

.walsh-main-grid-17 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-content-wrapper-gap-4 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.bold-text-9 {
  color: var(--akzent-blue);
  font-size: 3.5rem;
}

.walsh-container-11 {
  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-main-grid-18 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-heading-regular-7 {
  color: var(--walsh--black);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-paragraph-small-5 {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-icon-small-5 {
  height: 32px;
}

.walsh-center-col-2 {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

.walsh-inner-wrap-gap-2 {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-wrapper-circle-large-4 {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.walsh-heading-small-11 {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-rounded-block-3 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper-2 {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

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

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

.walsh-inner-wrap-3 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.walsh-grid-stats {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  width: 100%;
}

.walsh-stats-number-medium-3 {
  color: var(--walsh--black);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-flex-horizontal-gap {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-image-content {
  background-color: #d0f6f6;
  border-radius: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  display: flex;
  overflow: hidden;
}

.walsh-inner-padding-list-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-content-wrapper-gap-5 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-image-logo-3 {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-main-paragraph-9 {
  color: var(--akzent-blue);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-text-small-left-3 {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-box-2 {
  grid-row-gap: 1.2em;
  background-color: var(--white);
  color: var(--akzent-blue);
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper-2 {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings-2 {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image-small {
  opacity: .26;
  height: 40px;
}

.walsh-circle-image-small {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.walsh-quote-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-heading-xsmall {
  color: var(--walsh--black);
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.button-wrapper {
  margin-top: 2rem;
}

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

.lynx-content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-10 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-7 {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-grid-5-customers-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-customer-2 {
  background-color: #fff;
  background-image: url('../images/Call-Center.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  min-height: auto;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-customer-2._1 {
  background-image: url('../images/IT.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._2 {
  background-image: url('../images/Logistik.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._3 {
  background-image: url('../images/Finanzdienstleister.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._4 {
  background-image: url('../images/Handwerkerin.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._5 {
  background-image: url('../images/Beratung.png');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._6 {
  background-image: url('../images/Immobilienmaklerin.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._7 {
  background-image: url('../images/Gesundheitswesen.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-customer-2._8 {
  background-image: url('../images/Produktion.jpg');
  background-position: 50%;
  background-size: cover;
}

.lynx-image-customer-2 {
  max-height: 40px;
}

.lynx-grid-4-customers-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.text-block-10 {
  color: var(--white);
  font-family: Varela, sans-serif;
  font-size: 25px;
}

.line {
  background-color: var(--blue-bright);
  height: 2px;
}

.line-wrapper {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 58%;
  overflow: hidden;
}

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

.walsh-heading-xlarge-white-9 {
  color: #223240;
  letter-spacing: -.02em;
  column-count: auto;
  width: 600px;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-hero-rail-4 {
  z-index: 2;
  grid-column-gap: 1em;
  object-fit: fill;
  width: 100%;
  height: 15em;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.div-block-8 {
  z-index: 1;
  background-color: #223240;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.div-block-8._01 {
  background-image: none;
}

.hero-4 {
  padding-bottom: 0;
}

.walsh-hero-grid-wrapper-3 {
  z-index: 1;
  background-color: #60bf81;
  border-radius: 0 0 15px 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.walsh-container-hero-3 {
  z-index: 5;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 3rem;
  display: block;
  position: relative;
  overflow: visible;
}

.walsh-link-block-orange-5 {
  color: #93d94e;
  text-align: center;
  background-color: #223240;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 350px;
  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-5:hover {
  color: #133a52;
  background-color: #93d94e;
}

.nav-wrapper-4 {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

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

.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;
  font-weight: 500;
}

.walsh-hero-sub-bg-4 {
  z-index: 2;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.walsh-heading-xlarge-white-10 {
  color: #223240;
  letter-spacing: -.02em;
  column-count: auto;
  width: 600px;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-heading-xlarge-white-10._02 {
  color: var(--walsh--azure);
  width: 110%;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
}

.walsh-heading-xlarge-white-10._02._1 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.walsh-hero-rail-5 {
  z-index: 2;
  grid-column-gap: 1em;
  object-fit: fill;
  width: 100%;
  height: 15em;
  display: flex;
  position: relative;
  overflow: visible;
}

.walsh-hero-grid-wrapper-4 {
  z-index: 1;
  background-color: #60bf81;
  border-radius: 0 0 15px 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.walsh-hero-grid-wrapper-4._04 {
  background-color: #131313;
  background-image: linear-gradient(270deg, #2c2c2c00, var(--walsh--black) 0%, #204f58 45%, #fff0), url('../images/13107749_5137894.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.walsh-container-hero-4 {
  z-index: 5;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 3rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.walsh-container-hero-4._1 {
  padding-bottom: 2rem;
}

.walsh-container-hero-4._1.beruns {
  padding-bottom: 0;
}

.walsh-link-block-orange-6 {
  background-color: #223240;
  background-image: linear-gradient(45deg, var(--akzent-blue), var(--green-primar));
  box-shadow: 0 0 10px -2px var(--akzent-green);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 300px;
  padding: 20px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  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-orange-6:hover {
  color: var(--akzent-green);
  background-color: #93d94e;
}

.walsh-link-block-orange-6._1 {
  background-color: var(--walsh--walsh-dark-green);
  background-image: linear-gradient(45deg, var(--walsh--walsh-mid-green), var(--walsh--walsh-dark-green) 71%);
  box-shadow: 0 0 10px -2px var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
}

.nav-wrapper-5 {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

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

.walsh-label-button-5 {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.walsh-paragraph-small-6 {
  color: var(--walsh--black);
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.walsh-heading-xlarge-white-11 {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-wrapper-circle-5 {
  background-color: var(--walsh--walsh-mid-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.bold-text-10 {
  color: #223240;
  font-size: 24px;
}

.walsh-rounded-box-center-2 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.walsh-heading-small-12 {
  color: var(--walsh--walsh-dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.bold-text-11 {
  color: var(--walsh--walsh-dark-green);
  font-size: 3.5rem;
}

.walsh-link-block-orange-7 {
  color: #93d94e;
  text-align: center;
  background-color: #223240;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 350px;
  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-7:hover {
  color: #133a52;
  background-color: #93d94e;
}

.walsh-label-button-6 {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.walsh-icon-small-6 {
  height: 55px;
}

.walsh-heading-regular-8 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.copy-small-4 {
  color: #223240;
  text-align: center;
  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: 16px;
  line-height: 1.4;
}

.walsh-heading-xlarge-white-12 {
  color: #223240;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-small-7 {
  height: 80px;
}

.walsh-main-paragraph-10 {
  color: var(--walsh--black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.walsh-rounded-box-center-large-4 {
  grid-row-gap: 0em;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  height: 430.047px;
  padding: 2em 30px;
  display: flex;
}

.bold-text-12 {
  color: var(--walsh--walsh-dark-green);
  font-size: 3.5rem;
}

.bold-text-12._2 {
  color: var(--walsh--azure);
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 25px;
}

.bold-text-12._2._1 {
  line-height: 55px;
}

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

.walsh-icon-wrapper-circle-large-5 {
  background-color: var(--walsh--walsh-mid-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: visible;
}

.walsh-main-grid-19 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-main-grid-19._02 {
  margin-top: 2rem;
}

.walsh-rounded-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
  overflow: hidden;
}

.walsh-heading-regular-9 {
  color: var(--walsh--walsh-dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph-11 {
  color: var(--walsh--black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-icon-wrapper-circle-6 {
  background-color: var(--walsh--walsh-mid-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.walsh-heading-large-3 {
  color: #223240;
  letter-spacing: -.02em;
  width: 80%;
  margin-top: 0;
  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: 5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-large-3.ablauf {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  font-family: Varela Round, sans-serif;
  font-size: 2.2em;
  display: flex;
}

.walsh-heading-xlarge-white-8 {
  color: var(--walsh--walsh-dark-green);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-hero-inner-float-image-3 {
  background-color: #e7f1f1;
  background-image: url('../images/2149369110.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 35px;
  display: flex;
}

.walsh-label-button-7 {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-text-marker-4 {
  color: var(--walsh--walsh-mid-green);
  text-align: center;
  width: 320px;
  height: 75px;
  padding: 0 .1em .2em;
  display: inline-block;
  overflow: visible;
}

.walsh-rounded-box-3 {
  grid-row-gap: 1.2em;
  background-color: var(--white);
  color: #223240;
  border-radius: 15px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.walsh-main-paragraph-12 {
  color: var(--walsh--black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.bewertungen-wrapper-2 {
  background-color: var(--walsh--black);
  background-image: linear-gradient(225deg, #2c2c2c00, var(--walsh--walsh-dark-green-2) 76%), url('../images/13107749_5137894.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 4rem;
}

.bewertungen-wrapper-2.cta {
  background-color: var(--walsh--black);
  background-image: linear-gradient(315deg, var(--walsh--black), var(--walsh--walsh-dark-green-2));
  box-shadow: 0 0 15px 0 var(--walsh--light-goldenrod-yellow);
}

.walsh-heading-xlarge-white-13 {
  color: #223240;
  text-align: left;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-xlarge-white-13.center {
  color: var(--walsh--azure);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
}

.walsh-content-wrapper-gap-6 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-quote-image-small-2 {
  opacity: .26;
  width: 40px;
  height: 40px;
}

.walsh-main-grid-20 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-cover-image-10 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.walsh-text-small-left-4 {
  color: #00000080;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-paragraph-small-7 {
  color: #223240;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.6;
}

.walsh-heading-xlarge-white-14 {
  color: #223240;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-wrapper-circle-7 {
  background-color: #60bf81;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-wrapper-circle-7.blue {
  background-color: #223240;
}

.bold-text-13 {
  color: #223240;
  font-size: 24px;
}

.walsh-rounded-box-center-3 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.walsh-rounded-box-center-3.green {
  background-color: #60bf81;
  justify-content: center;
  align-items: center;
}

.walsh-heading-small-13 {
  color: #223240;
  margin-top: 0;
  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: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-heading-xlarge-white-15 {
  color: #223240;
  text-align: left;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-xlarge-white-15._02 {
  color: var(--walsh--walsh-dark-green);
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
}

.walsh-heading-xlarge-white-15._02._2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
}

.walsh-text-marker-5 {
  color: #93d94e;
  text-align: center;
  background-image: url('../images/highlight_01_Zeichenfläche-1-Kopie.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 320px 210px;
  background-attachment: scroll;
  width: 320px;
  height: 75px;
  padding: 0 .1em .2em;
  display: inline-block;
  overflow: visible;
}

.walsh-text-marker-5._02 {
  color: var(--walsh--light-goldenrod-yellow);
  background-image: none;
  width: 250px;
  height: 72px;
  padding-top: .1em;
}

.walsh-heading-xlarge-white-16 {
  color: #223240;
  text-align: left;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-xlarge-white-16.center {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.3rem;
}

.bold-text-14 {
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.walsh-main-paragraph-13 {
  color: #fff;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.5;
}

.footer-4 {
  background-color: #1a5072;
}

.walsh-footer-legal-text-3 {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 13px;
}

.div-block-7 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.walsh-content-wrapper-gap-7 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small-14 {
  color: #93d94e;
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-link-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link-3:hover {
  color: var(--text-dark);
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-link-3._2 {
  font-size: 16px;
}

.walsh-main-grid-21 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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;
}

.bold-text-15 {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
}

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

.absatz {
  padding-left: 60px;
}

.absatz._1 {
  width: 100%;
  padding-left: 0;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.h5 {
  color: var(--walsh--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h5._2, .h5._2._1 {
  color: var(--white);
  font-weight: 400;
}

.h5._2.cta {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.h5.footer-titel {
  color: var(--walsh--light-goldenrod-yellow);
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.h5.footer-contact {
  color: var(--white);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.h5._1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.h5._3 {
  font-size: 1.8rem;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-11.schulungen {
  width: 50%;
}

.walsh-container-12 {
  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-main-grid-22 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-logo-4 {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-heading-regular-10 {
  color: var(--walsh--black);
  margin-top: 0;
  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: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph-14 {
  color: var(--walsh--black);
  letter-spacing: 0;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.walsh-heading-small-15 {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

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

.walsh-content-wrapper-center-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.walsh-circle-image-2 {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left-5 {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-profile-v-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-info-wrap-center-2 {
  text-align: center;
}

.walsh-rounded-box-4 {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper-3 {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings-3 {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image-2 {
  opacity: .26;
  height: 56px;
}

.walsh-quote-inner-center-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-heading-large-4 {
  color: var(--akzent-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-p-wrapper-3 {
  width: 100%;
  max-width: 50em;
}

.walsh-hero-p-wrapper-3._1 {
  max-width: none;
}

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

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

.walsh-link-block-orange-8 {
  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-8: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-8 {
  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-link-wrapper-4 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-4:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-5 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-block-5 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper-3 {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

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

.walsh-hero-inner-float-image-4 {
  background-color: var(--walsh--azure);
  background-image: url('../images/2149241211.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 44em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.walsh-hero-inner-float-image-4._1 {
  background-image: url('../images/2149369110.jpg');
  width: 550px;
  max-width: none;
  height: 350px;
  margin-top: 80px;
  padding-top: 40px;
}

.walsh-hero-inner-float-image-4._2 {
  width: 70%;
  max-width: 40em;
}

.walsh-ui-image-2 {
  object-fit: contain;
  width: 100%;
  max-width: 35em;
  max-height: 30em;
}

.walsh-flex-horizontal-2 {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-content-wrap._1 {
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bold-text-16 {
  color: var(--walsh--walsh-dark-green);
}

.bold-text-16._2 {
  color: var(--walsh--azure);
  font-size: 3rem;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  padding-top: 2rem;
}

.div-block-13 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.walsh-container-13 {
  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-icon-arrow-flip-5 {
  height: 12px;
}

.walsh-link-block-orange-9 {
  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-9:hover {
  background-color: #ffbba6;
}

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

.walsh-button-hover-fill-5 {
  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-9 {
  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-5 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-heading-medium-7 {
  color: var(--text-dark);
  text-align: center;
  width: 80%;
  margin-top: 0;
  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: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-heading-medium-7._1 {
  color: var(--blue-bright);
}

.walsh-heading-medium-7.cta {
  color: var(--green-primar);
}

.walsh-main-grid-23 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  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-cta-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-cta-block-white-3 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline-2 {
  color: #000;
  border: .15em solid #00000026;
  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-outline-2:hover {
  color: #000;
  background-color: #dbffe0;
}

.div-block-14 {
  width: 100%;
}

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

.grid-5 {
  grid-template-rows: auto;
  place-items: center;
}

.div-block-16 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-16._2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
}

.div-block-17 {
  width: 70%;
}

.div-block-17._2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-17._3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.bold-text-17, .bold-text-18 {
  font-weight: 900;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.div-block-18 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.div-block-20 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-21 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-end;
  height: 50%;
  display: flex;
}

.bold-text-19 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.line-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.line-2 {
  background-color: #8158aa;
  width: 50px;
  height: 1px;
  overflow: clip;
}

.text-block-11 {
  color: #000;
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

.div-block-24 {
  background-color: var(--walsh--azure);
  height: 5px;
  margin-top: 5px;
  padding-top: 0;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  line-height: 15px;
  display: flex;
}

.div-block-26 {
  height: 60px;
  margin-top: 0;
  padding-top: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
}

.container-100 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-103 {
  margin-left: 0;
}

.h2 {
  color: #292929;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.container-101 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 650px;
  display: flex;
}

.container-102 {
  margin-left: 0;
  margin-right: 0;
}

.subtitle {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-klein {
  text-align: left;
  margin-top: 5px;
  margin-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
  font-size: 15px;
  line-height: 25px;
}

.link-2 {
  color: #333;
}

.container-134 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-135 {
  margin-left: 0;
}

.container-137 {
  margin-left: 0;
  margin-right: 0;
}

.container-138 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-139 {
  margin-left: 0;
}

.container-141 {
  margin-left: 0;
  margin-right: 0;
}

.container-142 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-143 {
  margin-left: 0;
}

.container-144 {
  margin-left: 0;
  margin-right: 0;
}

.text-klein-2 {
  text-align: left;
  margin-top: 5px;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 25px;
}

.container-145 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-146 {
  margin-left: 0;
}

.container-147 {
  margin-left: 0;
  margin-right: 0;
}

.text-klein-3 {
  text-align: left;
  margin-top: 5px;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 25px;
}

.walsh-container-14 {
  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-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-background-darkgreen-5 {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

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

.walsh-hero-inner-image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  height: 300px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid-no-gap-6 {
  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-hero-p-wrapper-4 {
  width: 100%;
  max-width: 36em;
}

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

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

.walsh-image-hero-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  max-width: none;
  max-height: none;
  position: static;
  overflow: visible;
}

.walsh-heading-xlarge-white-17 {
  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;
}

.walsh-text-marker-green-3 {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.image-2 {
  width: 300px;
}

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  margin-left: 0;
}

.bold-text-24, .text-span-6 {
  margin-left: 20px;
}

.text-span-7 {
  margin-left: 20px;
  padding-left: 0;
}

.bold-text-25 {
  margin-left: 0;
}

.text-span-8 {
  text-decoration: none;
}

.text-span-9 {
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: normal;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-28, .div-block-29, .div-block-30 {
  padding-bottom: 0;
  display: flex;
}

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

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
}

.bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
  font-size: 20px;
}

.text-span-10 {
  color: var(--walsh--light-goldenrod-yellow);
  font-size: 3rem;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .bold-text-38 {
  color: var(--walsh--walsh-mid-green);
}

.div-block-32 {
  height: 230px;
}

.bold-text-39, .bold-text-40 {
  font-size: 20px;
}

.text-span-16 {
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: normal;
}

.bold-text-41, .bold-text-42 {
  font-size: 20px;
}

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

.text-span-17 {
  font-family: Varela Round, sans-serif;
  text-decoration: none;
}

.lynx-text-check-3 {
  color: #223240;
  margin-top: .5rem;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.lynx-text-check-3._2 {
  width: 100%;
  margin-bottom: .5rem;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
}

.lynx-text-check-3._2._1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.bold-text-43 {
  font-size: 20px;
}

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

.italic-text, .italic-text-2, .italic-text-3 {
  font-style: normal;
}

.div-block-34 {
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 991px) {
  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-text-field-single-gray {
    min-width: auto;
  }

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

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

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

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

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

  .walsh-padding-image-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .hide-desktop-only {
    display: block;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-5 {
    text-align: right;
    font-size: 1.25rem;
    line-height: 25px;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .walsh-button-hover-fill-2 {
    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-2);
    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-text-burst {
    background-size: auto 60%;
  }

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

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

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

  .walsh-left-hero-content {
    z-index: 600;
    grid-row-gap: 1.25em;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .walsh-left-hero-content._1 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

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

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

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

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

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

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

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh--black);
    background-color: #0000;
  }

  .walsh-nav-menu-white {
    z-index: 10;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

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

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

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

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

  .walsh-cta-block-white-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

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

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

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

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

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

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

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

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

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

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

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

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

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

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-hero-inner-float-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrapper-padding {
    width: 100%;
  }

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

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

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

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

  .walsh-padding-image-hero-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .walsh-container-padding-large {
    flex: 0 auto;
    width: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-form-block {
    padding-right: 0;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

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

  .walsh-text-field {
    min-width: auto;
  }

  .walsh-container-padding-large-2 {
    flex: 0 auto;
    width: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-form-block-2 {
    padding-right: 0;
  }

  .walsh-icon-check-2 {
    margin-right: 0;
  }

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

  .walsh-text-field-2 {
    min-width: auto;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .heading-style-h2-2.heading-2 {
    font-size: 2rem;
  }

  .spacer-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .image-bg {
    height: 213px;
  }

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

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

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

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

  .walsh-image-logo-2 {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-logos-wrapper {
    width: auto;
  }

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

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

  .walsh-pricing-inner-card {
    align-items: center;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-button-orange-2 {
    padding: 18px 40px;
  }

  .walsh-button-orange-2:hover {
    background-color: #80808033;
  }

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

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

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-inner-rounded-banner-image {
    max-width: none;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 2em;
  }

  .lynx-heading-6 {
    font-size: 38px;
  }

  .lynx-image {
    width: 700px;
    height: 300px;
  }

  .lynx-heading-2 {
    text-align: center;
    font-size: 38px;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-number-customers {
    font-size: 55px;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-plans-left {
    padding: 24px;
  }

  .lynx-block-absolute {
    bottom: -10%;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-plans-right {
    padding: 25px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-2-columns, .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-plans-purple-center {
    padding: 25px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content-wrapper {
    display: none;
  }

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

  .content-wrapper.leitbild {
    display: block;
  }

  .lynx-check-2 {
    width: 100%;
  }

  .lynx-number-satisfaction {
    font-size: 55px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-block-right {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .lynx-number-support {
    font-size: 55px;
  }

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

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

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

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

  .walsh-hero-inner-float-image-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

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

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

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

  .walsh-pricing-inner-card-featured-2 {
    align-items: center;
  }

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

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

  .walsh-paragraph-serif-left-hero-4._02 {
    text-align: center;
  }

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

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

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

  .div-block-4 {
    padding-left: 30px;
  }

  .walsh-button-orange-3 {
    padding: 18px 40px;
  }

  .walsh-button-orange-3:hover {
    background-color: #80808033;
  }

  .walsh-main-grid-no-gap-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .walsh-menu-button-black-2 {
    order: 1;
  }

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

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

  .walsh-pricing-inner-card-2 {
    align-items: center;
  }

  .walsh-main-grid-15, .walsh-main-grid-16, .walsh-main-grid-17 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-flex-horizontal-gap {
    flex-flow: column wrap;
  }

  .walsh-image-content {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-image-logo-3 {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .lynx-heading-7 {
    font-size: 38px;
  }

  .lynx-grid-5-customers-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-customer-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers-2 {
    margin-top: 10px;
  }

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

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

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

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

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

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

  .walsh-hero-grid-wrapper-4._04 {
    padding-top: 0;
  }

  .walsh-container-hero-4 {
    z-index: 1;
  }

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

  .walsh-link-block-orange-6._1 {
    display: none;
  }

  .hero2 {
    z-index: 1;
    position: relative;
  }

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

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

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

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

  .walsh-rounded-block-4 {
    flex-flow: column;
  }

  .walsh-heading-large-3 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

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

  .walsh-hero-inner-float-image-3 {
    width: 100%;
    max-width: none;
    height: 300px;
    margin-top: 0;
    margin-bottom: 60px;
  }

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

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

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

  .walsh-heading-xlarge-white-15._02 {
    text-align: center;
  }

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

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

  .div-block-10 {
    width: 100%;
    height: auto;
  }

  .div-block-11 {
    width: 100%;
  }

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

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

  .walsh-image-logo-4 {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-paragraph-14 {
    text-align: center;
  }

  .walsh-heading-large-4 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-p-wrapper-3 {
    max-width: none;
  }

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

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

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

  .walsh-rounded-container-3 {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-hero-inner-float-image-4 {
    width: 100%;
    max-width: none;
    height: 250px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-flex-horizontal-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .walsh-content-wrap {
    order: -1;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

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

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

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

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

  .walsh-cta-block-white-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

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

  .text-block-11 {
    text-align: center;
  }

  .container-100 {
    max-width: 500px;
  }

  .container-101 {
    min-width: 500px;
    max-width: 500px;
  }

  .text-klein, .container-134, .container-138, .container-142, .text-klein-2, .container-145, .text-klein-3 {
    max-width: 500px;
  }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-text-field-single-gray {
    text-align: left;
    margin-right: 0;
  }

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

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

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

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

  .styleguide_section-header {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .styleguide-heading {
    font-size: 2rem;
  }

  .heading-5 {
    text-align: center;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button {
    padding-left: 0;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .page-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .walsh-left-hero-content._1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  .walsh-heading-medium-2 {
    font-size: 2.4em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

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

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

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

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .walsh-paragraph-small-2 {
    font-size: 1.4em;
  }

  .walsh-rounded-box-center {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-5 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

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

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

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-main-grid-6 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-form-single-2 {
    flex-direction: row;
  }

  .walsh-logo-footer {
    max-height: 60px;
  }

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-padding-image-hero-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .walsh-form-block {
    width: 100%;
  }

  .walsh-cta-form {
    flex-direction: column;
  }

  .walsh-flex-col-padding-small {
    flex-direction: column;
    padding-top: 25px;
  }

  .walsh-main-grid-7 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-text-field {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .walsh-container-padding-large-2 {
    padding: 6em 3.5em;
  }

  .walsh-form-block-2 {
    width: 100%;
  }

  .walsh-cta-form-2 {
    flex-direction: column;
  }

  .walsh-flex-col-padding-small-2 {
    flex-direction: column;
    padding-top: 25px;
  }

  .walsh-main-grid-8 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-text-field-2 {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-heading-large-white-2 {
    font-size: 2.4em;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .heading-style-h2-2.heading-2 {
    text-align: center;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .section_faq {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-2 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .image-bg {
    height: 240px;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

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

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .walsh-main-grid-9 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-box-center-large {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-10, .walsh-main-grid-11 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.8em;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange-2 {
    width: 100%;
    font-size: 16px;
  }

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

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

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

  .walsh-rounded-card-2 {
    grid-row-gap: 1.5em;
  }

  .lynx-heading-6 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-image {
    width: 500px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-plans-left {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-plans-right {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-plans-tight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .walsh-rounded-box-center-large-2 {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-medium-5 {
    font-size: 2.4em;
  }

  .lynx-grid-2-columns, .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .walsh-heading-regular-5 {
    font-size: 1.8em;
  }

  .lynx-grid-productivity {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-productivity {
    border-right-style: none;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content-wrapper.leitbild {
    display: block;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .walsh-main-grid-12 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .logo-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .walsh-paragraph-small-3 {
    font-size: 1.4em;
  }

  .lernkonzept-wrapper-2.foerderung {
    height: auto;
  }

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

  .walsh-main-grid-13 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-box-center-large-3 {
    grid-row-gap: 1.5em;
  }

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

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .walsh-heading-medium-6 {
    font-size: 2.4em;
  }

  .walsh-main-grid-14 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

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

  .walsh-heading-regular-6 {
    font-size: 1.8em;
  }

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

  .walsh-button-orange-3 {
    width: 100%;
    font-size: 16px;
  }

  .walsh-paragraph-small-4 {
    font-size: 1.4em;
  }

  .walsh-main-grid-15, .walsh-main-grid-16, .walsh-main-grid-17, .walsh-main-grid-18 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-7 {
    font-size: 1.8em;
  }

  .walsh-paragraph-small-5 {
    font-size: 1.4em;
  }

  .walsh-rounded-block-3 {
    border-radius: 20px;
  }

  .walsh-rounded-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-grid-stats {
    grid-row-gap: 0px;
  }

  .walsh-rounded-box-2 {
    grid-row-gap: 1.5em;
  }

  .lynx-heading-7 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-5-customers-2, .lynx-grid-4-customers-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .walsh-heading-xlarge-white-10._02 {
    width: 500px;
  }

  .walsh-heading-xlarge-white-10._02._1 {
    text-align: center;
  }

  .walsh-container-hero-4._1 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .walsh-paragraph-small-6 {
    font-size: 1.4em;
  }

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

  .walsh-rounded-box-center-2 {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-small-12 {
    font-size: 25px;
  }

  .bold-text-11 {
    font-size: 2.5rem;
  }

  .walsh-heading-regular-8 {
    font-size: 1.8em;
  }

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

  .walsh-rounded-box-center-large-4 {
    grid-row-gap: 1px;
    justify-content: flex-start;
    height: auto;
  }

  .bold-text-12 {
    font-size: 3rem;
  }

  .walsh-main-grid-19 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-block-4 {
    border-radius: 20px;
  }

  .walsh-heading-regular-9 {
    font-size: 1.8em;
  }

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

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

  .walsh-text-marker-4 {
    line-height: 1.5;
  }

  .walsh-rounded-box-3 {
    grid-row-gap: 1.5em;
  }

  .bewertungen-wrapper-2.cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .walsh-main-grid-20 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small-7 {
    font-size: 1.4em;
  }

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

  .walsh-rounded-box-center-3 {
    grid-row-gap: 1.5em;
  }

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

  .walsh-text-marker-5._02 {
    line-height: 1.2;
  }

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

  .walsh-main-grid-21, .walsh-main-grid-22 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-10 {
    font-size: 1.8em;
  }

  .walsh-rounded-box-4 {
    grid-row-gap: 1.5em;
  }

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

  .walsh-rounded-block-5 {
    border-radius: 20px;
  }

  .walsh-rounded-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-hero-inner-float-image-4._1 {
    height: 300px;
    margin-top: 2rem;
    padding-top: 0;
  }

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

  .walsh-heading-medium-7 {
    width: 100%;
    font-size: 2.4em;
  }

  .walsh-heading-medium-7._1, .walsh-heading-medium-7.cta {
    width: 100%;
  }

  .walsh-main-grid-23 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

  .grid-6 {
    grid-auto-flow: row;
  }

  .bold-text-19 {
    font-size: 25px;
  }

  .container-100 {
    max-width: 400px;
  }

  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .container-101 {
    min-width: 400px;
    max-width: 400px;
  }

  .text-klein, .container-134, .container-138, .container-142, .text-klein-2, .container-145, .text-klein-3 {
    max-width: 400px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-text-field-single-gray {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

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

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

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .button.is-round {
    width: 100px;
    height: 100px;
    font-size: .7rem;
  }

  .heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .page-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding.footer {
    padding-bottom: 2rem;
  }

  .page-padding._4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding._3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding._1 {
    padding-bottom: 4rem;
  }

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

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

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

  .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-text-burst {
    background-size: auto 56%;
  }

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

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

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

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
    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-hero-sub-bg-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .walsh-heading-medium-2 {
    font-size: 1.8em;
  }

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

  .walsh-cta-block-white-2 {
    padding: 3em 1em;
  }

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

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-center-col {
    font-size: 18px;
  }

  .walsh-stats-number-large {
    font-size: 5em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-stats-number-medium {
    font-size: 38px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

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

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

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

  .walsh-main-grid-4 {
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .walsh-heading-small-2, .walsh-paragraph-small-2 {
    font-size: 1em;
  }

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

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-heading-regular-2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-2, .walsh-heading-small-3 {
    font-size: 1em;
  }

  .walsh-content-wrapper-center {
    grid-row-gap: 1.2em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

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

  .walsh-heading-regular-3 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-inner-float-image {
    border-radius: 12px;
    margin-bottom: 35px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-grid-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .walsh-content-wrapper-padding {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .walsh-inner-padding-list {
    justify-content: center;
    align-items: center;
  }

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

  .walsh-form-wrapper-2 {
    width: 100%;
  }

  .walsh-form-single-2 {
    align-items: center;
  }

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-main-paragraph-3, .walsh-heading-small-4 {
    font-size: 1em;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 70px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-footer-list {
    justify-content: space-between;
    align-items: center;
  }

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-container-padding-large {
    flex: 0 auto;
    width: 100%;
    padding: 4em 2.5em;
  }

  .walsh-cta-form {
    grid-row-gap: 1em;
    align-items: center;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-flex-col-padding-small {
    flex-wrap: wrap;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-cta-h-wrapper-2 {
    grid-row-gap: 1em;
  }

  .walsh-container-padding-large-2 {
    flex: 0 auto;
    width: 100%;
    padding: 4em 2.5em;
  }

  .walsh-cta-form-2 {
    grid-row-gap: 1em;
    align-items: center;
  }

  .walsh-icon-check-2 {
    margin-bottom: 0;
  }

  .walsh-flex-col-padding-small-2 {
    flex-wrap: wrap;
  }

  .walsh-center-h-wrapper-2 {
    font-size: 18px;
  }

  .walsh-text-field-2 {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .walsh-heading-large-white-2 {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-list-flex-white-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-tag-white-2 {
    text-align: left;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .heading-style-h2-2.heading-2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

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

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

  .rl-text-style-regular.paragraph-2.faq-text {
    font-size: 1rem;
  }

  .image-bg {
    height: 430px;
    display: none;
  }

  .rl_faq6_question {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  ._w-18 {
    width: .875rem;
  }

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

  .heading-style-h3-2.heading-3 {
    width: 100%;
  }

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

  .faq_accordion {
    height: auto;
  }

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

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

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

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

  .walsh-image-logo-2 {
    max-width: none;
    max-height: 20px;
  }

  .walsh-logos-wrapper {
    padding: 35px 10px;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

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

  .walsh-center-h-wrapper-3 {
    font-size: 18px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-link-wrapper-3 {
    font-size: 16px;
  }

  .walsh-price-green-wrapper-padding {
    padding: 30px 20px;
  }

  .walsh-pricing-circle-icon {
    width: 6em;
    height: 6em;
  }

  .walsh-icon-pricing-card {
    height: 1.8em;
  }

  .walsh-pricing-inner-card {
    padding: 30px 20px 40px;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-content-wrapper-gap-3 {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small-5 {
    font-size: 1em;
  }

  .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .walsh-button-orange-2 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

  .walsh-main-paragraph-4 {
    font-size: 1em;
  }

  .walsh-inner-rounded-banner-image {
    height: 30em;
    min-height: auto;
  }

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

  .walsh-heading-regular-4 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-card-wrapper-image-2 {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom-2 {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .lynx-heading-6 {
    font-size: 29px;
  }

  .lynx-image {
    width: 280px;
  }

  .lynx-heading-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-number-customers {
    font-size: 45px;
  }

  .lynx-number-customers.counter-number {
    font-size: 30px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-paragraph-features {
    max-width: 350px;
    font-size: 13px;
  }

  .lynx-text-check {
    font-size: 1rem;
  }

  .lynx-block-absolute {
    width: 210px;
    bottom: -15%;
    left: 10%;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .walsh-heading-medium-5 {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-5 {
    font-size: 1em;
  }

  .walsh-heading-regular-5 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .content-wrapper.leitbild {
    display: block;
  }

  .lynx-number-satisfaction {
    font-size: 45px;
  }

  .lynx-number-satisfaction.counter-number {
    font-size: 30px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-block-right {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-number-support {
    font-size: 45px;
  }

  .lynx-number-support.counter-number {
    font-size: 30px;
  }

  .lynx-subtitle-white.dark {
    text-align: center;
    font-size: 14px;
  }

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

  .walsh-stats-number-medium-2 {
    font-size: 38px;
  }

  .walsh-text-small-left-2 {
    font-size: 13px;
  }

  .walsh-main-paragraph-6, .walsh-heading-small-6 {
    font-size: 1em;
  }

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

  .walsh-text-grey-xsmall-2 {
    font-size: 13px;
  }

  .walsh-price-2 {
    font-size: 40px;
  }

  .walsh-hero-inner-float-image-2 {
    border-radius: 12px;
    margin-bottom: 35px;
  }

  .walsh-paragraph-small-3 {
    font-size: 1em;
  }

  .lernkonzept-wrapper-2.foerderung {
    padding: 2rem .5rem;
  }

  .walsh-footer-legal-text-2 {
    font-size: 11px;
  }

  .walsh-main-paragraph-7, .walsh-heading-small-7 {
    font-size: 1em;
  }

  .walsh-heading-medium-6 {
    font-size: 1.8em;
  }

  .walsh-pricing-inner-card-featured-2 {
    padding: 30px 20px 40px;
  }

  .walsh-main-paragraph-8 {
    font-size: 1em;
  }

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

  .walsh-paragraph-serif-left-hero-4._02, .walsh-heading-small-8 {
    font-size: 1em;
  }

  .walsh-heading-regular-6 {
    font-size: 1.4em;
    line-height: 1.2;
  }

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

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

  ._w-18-2 {
    width: .875rem;
  }

  .walsh-button-orange-3 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .walsh-heading-small-9 {
    font-size: 1em;
  }

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

  .walsh-heading-small-10 {
    font-size: 1em;
  }

  .walsh-pricing-inner-card-2 {
    padding: 30px 20px 40px;
  }

  .walsh-paragraph-small-4 {
    font-size: 1em;
  }

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

  .walsh-content-wrapper-gap-4 {
    grid-row-gap: 1.2em;
  }

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

  .walsh-heading-regular-7 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-paragraph-small-5 {
    font-size: 1em;
  }

  .walsh-center-col-2 {
    font-size: 18px;
  }

  .walsh-heading-small-11 {
    font-size: 1em;
  }

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-grid-stats {
    grid-row-gap: 16px;
  }

  .walsh-stats-number-medium-3 {
    font-size: 38px;
  }

  .walsh-flex-horizontal-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-image-content {
    border-radius: 12px;
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-content-wrapper-gap-5 {
    grid-row-gap: 1.2em;
  }

  .walsh-image-logo-3 {
    max-width: none;
    max-height: 20px;
  }

  .walsh-main-paragraph-9 {
    font-size: 1em;
  }

  .walsh-text-small-left-3 {
    font-size: 13px;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-rounded-box-2 {
    padding: 30px;
  }

  .walsh-heading-xsmall {
    font-size: 1em;
  }

  .lynx-heading-7 {
    font-size: 29px;
  }

  .lynx-grid-5-customers-2, .lynx-grid-4-customers-2 {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .walsh-heading-xlarge-white-10._02 {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
  }

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

  .walsh-container-hero-4 {
    height: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .walsh-paragraph-small-6 {
    font-size: 1rem;
  }

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

  .walsh-heading-small-12 {
    font-size: 1.5rem;
  }

  .bold-text-11 {
    font-size: 2.5rem;
  }

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

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

  .walsh-heading-regular-8 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-10 {
    font-size: 1rem;
  }

  .bold-text-12 {
    font-size: 2.5rem;
  }

  .bold-text-12._2 {
    font-size: 2rem;
  }

  .walsh-heading-regular-9 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .walsh-main-paragraph-11 {
    font-size: 1rem;
  }

  .walsh-icon-wrapper-circle-6 {
    width: 40px;
    height: 40px;
  }

  .walsh-heading-xlarge-white-8 {
    text-align: center;
    width: 300px;
    font-size: 2.5em;
  }

  .walsh-hero-inner-float-image-3 {
    border-radius: 12px;
    margin-bottom: 35px;
  }

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

  .walsh-text-marker-4 {
    box-sizing: border-box;
    object-fit: fill;
    background-size: cover;
    width: 290px;
    height: 75px;
    padding-top: .25em;
    padding-bottom: 0;
    overflow: visible;
  }

  .walsh-rounded-box-3 {
    padding: 30px;
  }

  .walsh-main-paragraph-12 {
    font-size: 1rem;
  }

  .bewertungen-wrapper-2 {
    padding: 2rem 1rem;
  }

  .bewertungen-wrapper-2.cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .walsh-heading-xlarge-white-13.center {
    font-size: 2.5em;
  }

  .walsh-content-wrapper-gap-6 {
    grid-row-gap: 1.2em;
  }

  .walsh-text-small-left-4 {
    font-size: 13px;
  }

  .walsh-paragraph-small-7, .walsh-heading-small-13 {
    font-size: 1em;
  }

  .walsh-heading-xlarge-white-15._02 {
    text-align: center;
    width: 280px;
    font-size: 2.5rem;
  }

  .walsh-heading-xlarge-white-15._02._2 {
    width: 250px;
    font-size: 2rem;
  }

  .walsh-text-marker-5._02 {
    background-size: auto;
    width: 220px;
    height: 50px;
    line-height: 1.2;
  }

  .walsh-heading-xlarge-white-16.center {
    font-size: 2.5em;
  }

  .bold-text-14 {
    font-size: 1.5rem;
  }

  .walsh-main-paragraph-13 {
    font-size: 1em;
  }

  .walsh-footer-legal-text-3 {
    font-size: 11px;
  }

  .walsh-content-wrapper-gap-7 {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small-14 {
    font-size: 1em;
  }

  .absatz {
    padding-left: 30px;
  }

  .div-block-11 {
    width: 100%;
  }

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

  .walsh-image-logo-4 {
    max-width: none;
    max-height: 20px;
  }

  .walsh-heading-regular-10 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-14 {
    font-size: 1rem;
  }

  .walsh-heading-small-15 {
    font-size: 1em;
  }

  .walsh-content-wrapper-center-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-circle-image-2 {
    flex: none;
  }

  .walsh-text-small-left-5 {
    font-size: 13px;
  }

  .walsh-rounded-box-4 {
    padding: 30px;
  }

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

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

  .walsh-label-button-8, .walsh-link-wrapper-4 {
    font-size: 16px;
  }

  .walsh-rounded-container-3 {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-inner-float-image-4 {
    border-radius: 12px;
    margin-bottom: 35px;
  }

  .walsh-hero-inner-float-image-4._1 {
    width: 300px;
  }

  .walsh-hero-inner-float-image-4._2 {
    width: 100%;
  }

  .walsh-flex-horizontal-2 {
    grid-row-gap: 2em;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .bold-text-16._2 {
    font-size: 2rem;
  }

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

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

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

  .walsh-heading-medium-7 {
    font-size: 1.8em;
  }

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

  .walsh-cta-block-white-3 {
    padding: 3em 1em;
  }

  .walsh-link-block-outline-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-18, .div-block-20 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .container-100, .container-103 {
    max-width: 250px;
  }

  .h2 {
    max-width: 100%;
    font-size: 22px;
    line-height: 25px;
  }

  .container-101 {
    min-width: 250px;
    max-width: 250px;
  }

  .container-102, .text-klein, .container-134, .container-135, .container-137 {
    max-width: 250px;
  }

  .link-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
    display: block;
    overflow: visible;
  }

  .schmaler {
    max-width: 250px;
    text-decoration: none;
  }

  .container-138, .container-139, .container-141, .container-142, .container-143, .container-144, .text-klein-2, .container-145, .container-146, .container-147, .text-klein-3 {
    max-width: 250px;
  }

  .link-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
    display: block;
    overflow: visible;
  }

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

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

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

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

  .lynx-text-check-3 {
    font-size: 1rem;
  }
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9920-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9925-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b992a-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b992f-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9934-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9943-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b994a-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b994f-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9951-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9956-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9958-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b995d-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b995f-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b99bb-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b99d4-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b99d7-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b99d9-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b99dc-4e1fd62b {
  justify-self: start;
}

#w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9a53-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9a5d-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9a5e-4e1fd62b, #w-node-_9fd8fb60-b19c-cdb0-c2ca-a6dab91b9ae3-4e1fd62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40d86aae-c9eb-c233-185f-c04b1efa53e4-4e1fd62c {
  grid-area: span 1 / span 13 / span 1 / span 13;
}

#w-node-_40d86aae-c9eb-c233-185f-c04b1efa53fd-4e1fd62c {
  grid-area: 2 / 1 / 3 / 14;
  align-self: start;
}

#w-node-_40d86aae-c9eb-c233-185f-c04b1efa540c-4e1fd62c {
  grid-area: 2 / 8 / 3 / 14;
  place-self: start;
}

#w-node-d08c8242-0aac-8004-4511-7412c99889c2-4e1fd62c, #w-node-d08c8242-0aac-8004-4511-7412c99889c7-4e1fd62c, #w-node-d08c8242-0aac-8004-4511-7412c99889cc-4e1fd62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5972949-a81c-6127-a91f-c56d26cf6a03-4e1fd62c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-ac6be381-1a7a-cc27-7834-84d19f183414-4e1fd62c, #w-node-ac6be381-1a7a-cc27-7834-84d19f18341d-4e1fd62c, #w-node-ac6be381-1a7a-cc27-7834-84d19f183425-4e1fd62c, #w-node-ac6be381-1a7a-cc27-7834-84d19f18342e-4e1fd62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b2983c84-381d-13d4-2706-cb013aceba3d-4e1fd62c, #w-node-b2983c84-381d-13d4-2706-cb013aceba54-4e1fd62c, #w-node-b2983c84-381d-13d4-2706-cb013aceba6b-4e1fd62c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d08c8242-0aac-8004-4511-7412c9988a5f-4e1fd62c, #w-node-_57c9b11a-8ebd-143d-5921-02d1d3e183cf-4e1fd62c, #w-node-_7128ab02-6bd2-fde6-e2dc-ab4a7db8c4c3-4e1fd62c, #w-node-_7128ab02-6bd2-fde6-e2dc-ab4a7db8c4ba-4e1fd62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336393df-3c71-ee0b-910f-308d90c7aae6-4e1fd62c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_336393df-3c71-ee0b-910f-308d90c7aaf1-4e1fd62c, #w-node-_336393df-3c71-ee0b-910f-308d90c7aafa-4e1fd62c, #w-node-_336393df-3c71-ee0b-910f-308d90c7ab03-4e1fd62c {
  align-self: center;
}

#w-node-_84d023ba-569e-79df-c9cf-317c452ef9e3-4e1fd62c, #w-node-_84d023ba-569e-79df-c9cf-317c452ef9f9-4e1fd62c, #w-node-_84d023ba-569e-79df-c9cf-317c452efa0f-4e1fd62c, #w-node-_18acd4ae-8212-17cf-4b4e-0454a9241fe9-4e1fd62c, #w-node-d2a3bee1-fcb5-7ced-fbb2-8815c6d42f66-4e1fd62c, #w-node-de3b97e2-f810-11db-d99a-7b1278acf9c4-4e1fd62c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f5afd04a-2280-c6a9-1dbf-ab923a8a834e-4e1fd62c, #w-node-f5afd04a-2280-c6a9-1dbf-ab923a8a8357-4e1fd62c, #w-node-f5afd04a-2280-c6a9-1dbf-ab923a8a835f-4e1fd62c, #w-node-f5afd04a-2280-c6a9-1dbf-ab923a8a8368-4e1fd62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ed88728b-dae9-9f1e-f3ff-b457f306a392-4e1fd62c, #w-node-_9275d0e3-9359-af85-7cd0-0395fea06022-4e1fd62c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c906c98-d5ef-7114-abc1-3e973713b0b1-4e1fd62c {
  justify-self: center;
}

#w-node-_9f536053-68f5-34ad-d3af-03379a760950-4e1fd62c, #w-node-ea8275a2-934a-45fd-6fd2-121773211b33-4e1fd62c, #w-node-_06faf9f4-6ab8-adfd-53a2-e6f7a3c2e96a-4e1fd62c, #w-node-f15a0afc-a6bc-f16b-c6fd-e2838744a228-4e1fd62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f15a0afc-a6bc-f16b-c6fd-e2838744a22c-4e1fd62e {
  justify-self: center;
}

#w-node-f15a0afc-a6bc-f16b-c6fd-e2838744a234-4e1fd62e, #w-node-f15a0afc-a6bc-f16b-c6fd-e2838744a242-4e1fd62e, #w-node-f15a0afc-a6bc-f16b-c6fd-e2838744a24d-4e1fd62e, #w-node-_77d6d3f6-f871-aa68-8bf8-c97cd1448526-4e1fd62f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77d6d3f6-f871-aa68-8bf8-c97cd144852a-4e1fd62f {
  justify-self: center;
}

#w-node-_77d6d3f6-f871-aa68-8bf8-c97cd1448532-4e1fd62f, #w-node-_77d6d3f6-f871-aa68-8bf8-c97cd1448540-4e1fd62f, #w-node-_77d6d3f6-f871-aa68-8bf8-c97cd144854b-4e1fd62f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_40d86aae-c9eb-c233-185f-c04b1efa53fd-4e1fd62c {
    grid-area: 2 / 1 / 3 / 14;
    align-self: start;
  }

  #w-node-_40d86aae-c9eb-c233-185f-c04b1efa540c-4e1fd62c {
    grid-area: 3 / 1 / 4 / 14;
    place-self: start;
  }

  #w-node-c5972949-a81c-6127-a91f-c56d26cf6a03-4e1fd62c, #w-node-_336393df-3c71-ee0b-910f-308d90c7aae6-4e1fd62c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84d023ba-569e-79df-c9cf-317c452ef9e3-4e1fd62c, #w-node-_84d023ba-569e-79df-c9cf-317c452ef9f9-4e1fd62c, #w-node-_84d023ba-569e-79df-c9cf-317c452efa0f-4e1fd62c, #w-node-_18acd4ae-8212-17cf-4b4e-0454a9241fe9-4e1fd62c, #w-node-d2a3bee1-fcb5-7ced-fbb2-8815c6d42f66-4e1fd62c, #w-node-de3b97e2-f810-11db-d99a-7b1278acf9c4-4e1fd62c {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5972949-a81c-6127-a91f-c56d26cf6a03-4e1fd62c, #w-node-_336393df-3c71-ee0b-910f-308d90c7aae6-4e1fd62c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}


