@font-face {
  font-family: Inter variablefont slnt wght;
  src: url('../images/') format("truetype"), url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Linotype Feltpen;
  src: url('../fonts/Linotype-Feltpen-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --sea-green: #2f7f5d;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray900: #101828;
  --dark-slate-grey: #22654e;
  --untitled-ui-gray50: #f9fafb;
  --yellow-green: #76b82a;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-white: white;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray100: #f2f4f7;
  --dark-slate-blue: #475467;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary600: #7f56d9;
  --dim-grey: #555a61;
  --gainsboro: #d7dbdf;
  --untitled-ui-gray800: #1d2939;
  --typo-grau: #333;
  --untitled-ui-gray300: #d0d5dd;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--sea-green);
  font-style: normal;
  text-decoration: none;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_link {
  color: var(--untitled-ui-gray600);
  letter-spacing: .5px;
  align-items: center;
  padding: .75rem 1rem .75rem .5rem;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1.255rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_link:focus {
  color: var(--sea-green);
}

.uui-navbar07_link.w--current {
  color: var(--untitled-ui-gray400);
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.uui-navbar07_item-heading {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: block;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar07_dropdown-link.w--current {
  color: var(--yellow-green);
  background-color: #e9eaec;
  font-family: Inter variablefont slnt wght, sans-serif;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--untitled-ui-white);
  border-radius: .75rem;
  width: 28rem;
  padding: .75rem;
  position: absolute;
  right: -100%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_dropdown-toggle.w--open {
  justify-content: flex-start;
}

.uui-navbar07_menu-left {
  text-align: left;
  justify-content: flex-start;
  display: block;
}

.uui-navbar07_menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_logo-link {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.uui-navbar07_logo-link.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
}

.uui-navbar07_container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  font-family: Inter variablefont slnt wght, sans-serif;
}

.lug-section-hero-start {
  height: 85vh;
  margin-top: 0;
  position: relative;
}

.lug-container-large {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lug-section-padding {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #333;
  padding: 4rem 6rem;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 44px;
  margin-bottom: 2rem;
  font-family: Linotype Feltpen, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 3rem;
}

.heading-3.leistungen {
  margin-bottom: 0;
}

.lug-handschrift-gruen {
  color: var(--sea-green);
  text-align: center;
  width: auto;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 98px;
  padding-right: 98px;
  font-family: Linotype Feltpen, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 96px;
  display: block;
}

.lug-handschrift-gruen.leistungen {
  margin-bottom: 0;
}

.image-2 {
  width: 300px;
  height: auto;
  margin-top: 10px;
  display: block;
}

.lug-text-02 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}

.lug-container-padding-vertical {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lug-heading-dachzeile {
  color: var(--yellow-green);
  text-align: right;
  margin-bottom: .75rem;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.lug-heading-dachzeile.mittig {
  text-align: center;
}

.lug-headline-03 {
  color: var(--untitled-ui-gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.lug-headline-03.rechts {
  text-align: right;
}

.lug-headline-03.mittig {
  text-align: center;
}

.lug-lauftext-02 {
  color: var(--untitled-ui-gray600);
  text-align: right;
  letter-spacing: normal;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.lug-lauftext-02.links {
  text-align: left;
}

.lug-lauftext-02.mittig {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.lug-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.lug-grid-start {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lug-grid-start.links {
  grid-template-columns: 1fr .5fr;
}

.lug-space-klein {
  width: 100%;
  min-height: 1rem;
}

.lug-container-zeile-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.lug-container-zeile-button.rechts {
  justify-content: flex-end;
}

.lug-container-zeile-button.links {
  justify-content: flex-start;
}

.lug-button {
  grid-column-gap: .5rem;
  border: 1px none var(--yellow-green);
  background-color: var(--dark-slate-grey);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.lug-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--sea-green);
}

.lug-button:active {
  border-color: var(--sea-green);
}

.lug-button:focus {
  background-color: var(--yellow-green);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  border-style: none;
}

.lug-navbar {
  z-index: 10;
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 11.7rem;
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-wrapper {
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.lug-grid-3-spalten {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lug-container-text-mittig {
  text-align: center;
}

.lug-max-width {
  width: 100%;
  max-width: 48rem;
}

.lug-space-small {
  width: 100%;
  min-height: 1rem;
}

.lug-grid-3-spaltig {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.lug-grid-item-01 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lug-grid-wrapper-01 {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.lug-grid-image-01 {
  width: 100%;
}

.lug-heading-xs {
  color: var(--yellow-green);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.lug-space-xs {
  width: 100%;
  min-height: .5rem;
}

.lug-text-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 0;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start;
  display: flex;
}

.lug-footer-section {
  background-color: #0000;
  margin-top: 4rem;
}

.lug-footer-top-wrapper-01 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lug-footer-bottom-wrapper {
  grid-column-gap: 1.5rem;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.lug-logo-footer {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: flex;
}

.lug-footer-text-zeile {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.lug-footer-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  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: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lug-footer-link:hover {
  color: var(--untitled-ui-gray700);
}

.lug-footer-logo-div-01 {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
}

.lug-footer-text {
  color: var(--untitled-ui-gray100);
  align-items: center;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.lug-footer-text.light {
  margin-left: 40px;
  font-weight: 300;
}

.lug-footer-textzeile-02 {
  color: var(--untitled-ui-gray100);
  letter-spacing: normal;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.lug-container-padding-vertical-02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.feature-grid-links-tablet-down {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.feature-container-padding-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  padding-top: 3rem;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.feature-button-zeile {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.feature-button-zeile.rechts {
  justify-content: flex-end;
}

.lug-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #22654e;
  border: 1px #76b82a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.lug-button-2:hover {
  background-color: #2f7f5d;
  border-color: #6941c6;
}

.lug-button-2:active {
  border-color: #2f7f5d;
}

.lug-button-2:focus {
  background-color: #76b82a;
  border-style: none;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.feature-text-container.rechts {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-text-container.links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.feature-grid-rechts {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: auto;
  display: grid;
}

.image-4 {
  position: relative;
  right: 0;
}

.dachzeile-projekt {
  color: var(--yellow-green);
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 1rem;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.dachzeile-projekt.links {
  text-align: left;
}

.dachzeile-projekt.links.dark {
  color: var(--dark-slate-grey);
}

.feature-space-medium {
  width: 100%;
  min-height: 2rem;
}

.feature-headline-03 {
  color: #101828;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.feature-headline-03.links {
  font-family: Linotype Feltpen, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.feature-headline-03.links.weiss {
  color: var(--untitled-ui-white);
}

.feature-headline-03.rechts-neu {
  text-align: right;
  font-family: Linotype Feltpen, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.feature-space-klein {
  width: 100%;
  min-height: 1rem;
}

.feature-padding {
  padding: 2rem 6rem;
}

.feature-lauftext {
  color: #475467;
  text-align: right;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.feature-lauftext.links {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.feature-lauftext.rechts {
  color: var(--dark-slate-blue);
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.feature-grid-links {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 600px;
  display: grid;
}

.feature-section-links {
  position: static;
}

.hero-image_wrapper {
  object-fit: cover;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.hero-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 85vh;
}

.text-block-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: .5px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 1.25rem;
}

.feature-image-wrapper {
  position: relative;
  overflow: hidden;
}

.feature-image-rechts, .feature-image-links {
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: auto;
}

.feature-image-links.jobs {
  background-image: url('../images/e_s_Funktions_T-Shirt_poly_cotton_Damen-182698-2-637816338015948698.jpg.webp');
  background-position: 0 0;
  background-size: auto;
}

.slow-image-wrapper {
  width: 100vw;
  height: 90vh;
  padding-top: 0;
  overflow: hidden;
}

.slow-image-div-01 {
  background-image: url('../images/011-projekt-02-bilder-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 150%;
  overflow: visible;
}

.slow-image-div-02 {
  background-image: url('../images/erda-estremera-ESY3yWsC1wk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150%;
  overflow: visible;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  place-content: center start;
  place-items: center stretch;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid.test-01 {
  width: 100%;
  max-width: 80rem;
}

.grid.test-02 {
  background-color: var(--gainsboro);
  width: 100%;
  max-width: 80rem;
}

.grid-01-background-color-div {
  background-color: var(--gainsboro);
}

.grid-01-text-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
  left: -72px;
}

.section-2 {
  height: 189px;
}

.test-image-01 {
  width: 85%;
  display: block;
  position: relative;
}

.div-block-5 {
  padding: 75px 0 39px 44px;
  position: relative;
}

.feature-section-test-02 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.grid-02-background-color-div {
  background-color: #0000;
  position: relative;
  bottom: 0;
}

.test-image-02 {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: -96px;
}

.grid-02-text-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
  left: -72px;
}

.lug-space-vertical-xl {
  height: 10rem;
  margin-top: 0;
}

.projekt-hero-section {
  width: 100vw;
  height: 90vh;
}

.projekt-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/01-C-Side-Pool-Riviera.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.projekt-dreieck {
  opacity: .75;
  background-image: url('../images/landschaften-und-gaerten-dreieck-01_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  place-content: flex-end;
  align-items: center;
  width: 50%;
  height: 70%;
  min-height: auto;
  max-height: none;
  margin-left: 140px;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.columns {
  justify-content: center;
  min-width: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline-projekt {
  color: #101828;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Linotype Feltpen, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
  display: flex;
}

.text-container-projekt {
  width: auto;
  margin-bottom: 2vh;
  padding-left: 40px;
  padding-right: 40px;
}

.projekt-text-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  margin-bottom: 6vh;
  display: block;
}

.projekt-text-wrapper {
  width: 70vw;
  margin: 36px auto;
}

.text-24-36-light {
  color: var(--untitled-ui-gray600);
  text-align: center;
  margin-bottom: 60px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.text-span {
  color: var(--yellow-green);
  font-weight: 700;
}

.projekt-column {
  padding-left: 20px;
  padding-right: 20px;
}

.projekt-image-div {
  margin-bottom: 40px;
}

.head-projektbeschreibung {
  color: var(--untitled-ui-gray900);
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.5rem;
}

.start-projekt-dachzeile {
  color: var(--untitled-ui-white);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 1rem;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  line-height: 5vh;
  display: block;
}

.start-projekt-dachzeile.rechts {
  text-align: center;
}

.start-projekt-dachzeile.linksbuendig {
  color: var(--yellow-green);
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.start-projekt-dachzeile.rechtsbuendig {
  color: var(--yellow-green);
  text-align: right;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.jobs-hero-section {
  width: 100vw;
  height: 90vh;
}

.jobs-hero-wrapper {
  background-image: url('../images/Offene-Stellen_1Offene Stellen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.link-mehr-links, .link-mehr-rechts {
  color: var(--yellow-green);
}

.logo-link-div {
  width: auto;
  max-width: 400px;
  position: static;
}

.text-span-2 {
  font-style: italic;
}

.mail-icon-navigation {
  padding-left: 1.5rem;
}

.mail-icon {
  width: 48px;
}

.feature-grid-rechts-mobile {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.heading-4 {
  color: var(--yellow-green);
  text-align: center;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 80px;
}

.navigation-mobile, .mobile-bg-image {
  display: none;
}

.mobile-image-wrapper-wasser, .mobile-image-wrapper-pflanzen {
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}

.image-19 {
  width: 360px;
}

.social-media-icon {
  width: 80px;
}

.headline-grau {
  color: var(--dark-slate-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.headline-grau.leistungen {
  margin-bottom: 0;
}

.lug-footer-section-desktop {
  background-color: #0000;
  margin-top: 4rem;
}

.footer-mobile {
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.jobs-top-text-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  margin-bottom: 6vh;
  display: block;
}

.jobs-section-padding {
  flex-direction: column;
  align-items: center;
  padding: 4rem 6rem 1rem;
  display: flex;
}

.jobs-section-padding.gruen {
  background-color: var(--yellow-green);
}

.teaser {
  color: var(--dark-slate-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.jobs-section-angebot {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.jobs-head-01 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter variablefont slnt wght, sans-serif;
  display: block;
}

.jobs-head-01.schwarz-auf-weiss {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray600);
  text-align: center;
  border-radius: 10px;
  flex: none;
  width: 600px;
  margin: 0 30px 15px;
  padding: 16px 50px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.body-2 {
  font-family: Inter variablefont slnt wght, sans-serif;
}

.jobs-headline-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jobs-headline-div.schwarz {
  width: 600px;
  margin-bottom: 39px;
}

.jobs-offene-stellen-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.jobs-offene-stellen {
  background-color: var(--yellow-green);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 940px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-offene-stellen {
  margin-left: 30px;
  margin-right: 30px;
}

.package-jobangebot {
  background-color: #fff;
  border-radius: 12px;
}

.text-div-jobangebot {
  background-color: var(--yellow-green);
  padding: 19px;
}

.lauftext-jobs {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

.rich-text-jobs {
  color: var(--typo-grau);
  margin-top: 40px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.bulletpoint-jobs {
  margin-bottom: 8px;
  font-size: 18px;
}

.accordion-icon_vertical-line-4 {
  background-color: var(--untitled-ui-gray800);
  border-radius: 1px;
  width: 3px;
  height: 36px;
  position: absolute;
}

.accordion-icon_horizontal-line-4 {
  background-color: var(--untitled-ui-gray800);
  color: var(--untitled-ui-gray800);
  border-radius: 1px;
  width: 36px;
  height: 3px;
  position: absolute;
}

.uui-faq01_icon-wrapper-4 {
  color: #7f56d9;
  background-color: #0000;
  font-size: 1rem;
}

.uui-faq01_answer-4 {
  overflow: hidden;
}

.faq-heading {
  color: var(--untitled-ui-gray800);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.uui-faq01_accordion-4 {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-icon_component-4 {
  color: #fff;
  border: 3px #30a86c;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.uui-faq01_question-4 {
  border: 2px solid var(--yellow-green);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: none;
  margin-bottom: 2rem;
  padding: 10px;
  font-family: Inter variablefont slnt wght, sans-serif;
  display: flex;
}

.text-18-28-light {
  color: #101828;
  text-align: left;
  width: 940px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-18-28-light.center {
  text-align: center;
}

.projekt-image-column-desktop {
  justify-content: center;
  min-width: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.projekt-images-mobile {
  display: none;
}

.muster-hero-wrapper {
  background-image: url('../images/AdobeStock_284447506-2_1AdobeStock_284447506-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.teaser-fett {
  color: var(--dark-slate-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.teaser-regular {
  color: var(--dark-slate-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.text-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  margin-bottom: 6vh;
  display: block;
}

.jobs-head-02 {
  color: var(--untitled-ui-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter variablefont slnt wght, sans-serif;
  display: block;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-3 {
  font-family: Inter variablefont slnt wght, sans-serif;
}

.image-21 {
  object-fit: fill;
}

.dreieck {
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.anker-space {
  width: 300px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.whattsap-icon-div {
  margin-right: 19px;
}

.whatsaap-zeile {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.lauftext-whatsapp {
  color: var(--typo-grau);
  font-size: 18px;
  line-height: 28px;
}

.muster-hero-wrapper-copy {
  background-image: url('../images/Planung-Landschaften-und-Gaerten.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.testimonial {
  color: var(--dark-slate-blue);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  margin-bottom: 23px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.kundenstimmen-section-padding {
  flex-direction: column;
  align-items: center;
  padding: 4rem 6rem 1rem;
  display: flex;
}

.text-span-3 {
  font-style: italic;
}

.rich-text-kontakt {
  margin-top: 40px;
  margin-bottom: 46px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.kontakt-image-div {
  margin-bottom: 44px;
  margin-right: 60px;
}

.landesgartenschau, .verband {
  width: auto;
  max-width: none;
  height: 250px;
}

.rich-text-impressum {
  margin-top: 40px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.kontakt-hero-section {
  width: 100vw;
  height: 90vh;
}

.kontakt-logo-div {
  align-items: flex-start;
  display: flex;
}

.kontakt-hero-wrapper {
  background-image: url('../images/SKnittel_1920px_20230629_SK6_0564.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.nymphenburg-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/01-Nymphenburg-Gartengestaltung.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.kundenstimmen-container {
  margin-top: 0;
}

.kundenstimmen-icon-div {
  justify-content: center;
  height: 120px;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

._3-hochformate-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column, .column-2, .column-3, .image-22 {
  padding-left: 0;
  padding-right: 0;
}

._3-hochformate-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.sticker-anerkennung {
  z-index: 100;
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-24 {
  width: 600px;
}

.landesgartenschau-div {
  margin-bottom: 93px;
}

.lauftext {
  color: #101828;
  text-align: left;
  width: 940px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.footer-logo-link {
  height: 140px;
}

.footer-logo-link.w--current {
  height: 120px;
}

.footer-social-media-link {
  height: 40px;
}

.footer-icon.kirchheim {
  background-color: #fff;
  align-items: center;
  height: 120px;
  padding: 16px 0 16px 16px;
  display: flex;
}

.image-25, .image-26 {
  height: 40px;
}

.image-27 {
  height: 120px;
}

.footer-logo-link-mobile {
  height: 140px;
}

.footer-logo-link-mobile.w--current {
  height: 120px;
}

.div-block-10 {
  z-index: 2;
  float: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.footer-mobile-02 {
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

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

.footer-02-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-logo-link-mobile-02 {
  height: 140px;
}

.footer-logo-link-mobile-02.w--current {
  height: 120px;
}

.footer-desktop {
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-spacer {
  height: 186px;
}

.div-block-14 {
  width: 200px;
}

.garten-des-jahres-image {
  width: 200px;
  position: absolute;
  inset: auto 0 -20% 5%;
}

.albanische-flagge-div {
  margin-left: 0;
  margin-right: 20px;
}

.link-block-3 {
  display: flex;
}

.link-albanische-seiten {
  color: var(--untitled-ui-gray400);
  align-items: center;
  margin-left: 120px;
  display: flex;
}

.link {
  color: var(--sea-green);
}

.whatsapp-jobs {
  align-items: center;
  display: flex;
}

.lauftext-link-albanisch {
  color: var(--sea-green);
  font-size: 18px;
  line-height: 28px;
}

.button-wrapper-gaerten-des-jahres {
  width: 200px;
}

.button-wrapper-landesgartenschau {
  z-index: 3;
  object-fit: fill;
  width: auto;
  position: absolute;
  inset: auto 7% -7% auto;
  overflow: visible;
}

.button-wrapper-landesgartenschau:hover {
  opacity: .7;
}

.button-wrapper-landesgartenschau.w--current {
  bottom: -10%;
}

.landesgartenschau-logo-image {
  z-index: 2;
  background-color: var(--untitled-ui-white);
  outline-offset: 0px;
  color: var(--typo-grau);
  mix-blend-mode: normal;
  outline: 1px solid #e6e6e6;
  width: 300px;
  padding: 20px;
  position: static;
  inset: auto 5% -6% auto;
}

.wrapper {
  height: 10px;
}

.wrapper-anerkennung-2022 {
  z-index: 3;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.video-startseite {
  width: 1920vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-anerkennung-2022 {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -152px 0% 0% -7%;
}

.bold-text-9 {
  font-size: 2.5rem;
}

.desktop-wrapper-anerkennung-2022 {
  z-index: 3;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.tablet-wrapper-anerkennung-2022 {
  z-index: 3;
  height: auto;
  display: none;
  position: relative;
  inset: auto;
  overflow: visible;
}

.tablet-wrapper-anerkennung-2022-copy-copy-copy {
  z-index: 3;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.mobile-01-wrapper-anerkennung-2022, .mobile-02-wrapper-anerkennung-2022 {
  z-index: 3;
  height: auto;
  display: none;
  position: relative;
  inset: auto;
  overflow: visible;
}

.bogenhausen-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/2-Wassertisch-Oase-Pumpe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-anerkennung-2024 {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/GdJ-Plakette-2024-druckbar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -140px -7% 0% auto;
}

.desktop-wrapper-anerkennung-2024 {
  z-index: 3;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.tablet-wrapper-anerkennung-2024, .mobile-02-wrapper-anerkennung-2024, .mobile-01-wrapper-anerkennung-2024 {
  z-index: 3;
  height: auto;
  display: none;
  position: relative;
  inset: auto;
  overflow: visible;
}

.image-30 {
  height: 120px;
}

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

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

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

.leistungen-section-padding-copy {
  color: var(--yellow-green);
  flex-direction: column;
  align-items: center;
  padding: 4rem 6rem 1rem;
  display: flex;
}

.leistungen-container {
  margin-top: 61px;
}

.leistungen-lauftext {
  color: var(--untitled-ui-gray600);
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 36px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.leistungen-lauftext.links {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.leistungen-lauftext.rechts {
  color: var(--dark-slate-blue);
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.leistungen-head-02 {
  color: var(--sea-green);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.space-60-px-hoch {
  height: 60px;
}

.kundenstimmen-hero-wrapper {
  background-image: url('../images/garten-und-landschaftsbau-jobs-ausbildung5_1garten-und-landschaftsbau-jobs-ausbildung5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.text-bold-guen {
  color: var(--sea-green);
}

.bold-text-11 {
  color: var(--dark-slate-blue);
  font-size: 28px;
}

.leistungen-planung-hero-wrapper {
  background-image: url('../images/Planung-Landschaften-und-Gaerten.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.leistungen-gartenbau-hero-wrapper {
  background-image: url('../images/Leistungen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.leistungen-pflege-hero-wrapper {
  background-image: url('../images/Leistungen2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.landesgartenschau-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/001-Landesgartenschau-Kirchheim-2024-Landschaften-und-Gaerten-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.leistungen-link-div {
  cursor: pointer;
  transition: opacity .2s;
}

.leistungen-link-div:hover {
  opacity: 1;
}

.leistungen-head-04 {
  color: var(--sea-green);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.space-30-px-vertikal {
  height: 30px;
}

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

.leistungen-hero-wrapper {
  background-image: url('../images/Hero-Image-Garten-Planung-Gestaltung-Pflege_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.link-block-leistungen:hover {
  opacity: .8;
}

.lgs-link:hover {
  opacity: .7;
}

.kundenstimmen-icon-div-2 {
  justify-content: center;
  height: 120px;
  margin-bottom: 30px;
  display: flex;
}

.testimonial-2 {
  color: #475467;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  margin-bottom: 140px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.lug-section-video-start {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.feature-video-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-video-padding-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 544px;
  padding-top: 3rem;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.button-auszeichnung-links {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/Siegel_GdJ_2025_RGB_Basic_Auszeichnung_500px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -152px 0% 0% -7%;
}

.button-auszeichnung-links._2022 {
  background-image: url('../images/lug-auszeichnung-2022.png');
}

.desktop-wrapper-anerkennung-2025 {
  z-index: 3;
  height: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.tablet-wrapper-anerkennung-2025 {
  z-index: 3;
  height: auto;
  display: none;
  position: relative;
  inset: auto;
  overflow: visible;
}

.image-anerkennung-2022-copy {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -152px 0% 0% -7%;
}

.image-auszeichnung-2025-tablet {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/Siegel_GdJ_2025_RGB_Basic_Auszeichnung_500px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -152px 0% 0% -7%;
}

.mobile-01-wrapper-auszeichnung-2025 {
  z-index: 3;
  height: auto;
  display: none;
  position: relative;
  inset: auto;
  overflow: visible;
}

.image-mobile-auszeichnung-2025 {
  z-index: 3;
  background-color: #fff0;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -152px 0% 0% -7%;
}

.kiefernsaum-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/001-Privatgarten-Muenchen-Pool-Schwimmteich-Feuerstelle-Stauden-alter-Baumbestand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.pullach-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/001-Privatgarten-Pullach-GeselligkeitFeuerstelle-Stauden-alter-Baumbestand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-video-wrapper-mobile, .feature-video-wrapper-mobile-small {
  position: relative;
  overflow: hidden;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.youtube-overlay_thumbnail-image {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/002-Screenshot-für-Overlay_1.avif');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_vide-embed-wrapper {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_accept-button {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.2rem;
}

.copy-me-youtube-overlay_component-wrapper {
  display: none;
}

.overlay-text-div {
  max-width: 30rem;
}

.overlay-wrapper {
  z-index: 2;
  background-color: var(--untitled-ui-gray600);
  opacity: .69;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay-component {
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-overlay_overlay-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_video-embed {
  height: 100%;
}

.youtube-overlay_thumbnail-image-2 {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/youtube-cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_content {
  max-width: 30rem;
}

.youtube-overlay_content-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_component {
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-overlay_overlay-wrapper-2 {
  z-index: 2;
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-wrapper-chester {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
  display: block;
}

.video-overlay {
  z-index: auto;
  color: #f8f0f000;
  background-color: #f8f5f500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-overlay {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f8f0f000;
  background-color: #fffcfc;
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px 51px;
  display: flex;
  position: absolute;
}

.white-trans {
  display: flex;
}

.image-31 {
  opacity: .4;
}

.text-block-4 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 20px;
}

.button {
  background-color: var(--dark-slate-grey);
}

.div-block-15 {
  z-index: 10;
  background-color: #330b0b00;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.youtube-overlay_thumbnail-image-3 {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/youtube-cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.wrapper-01 {
  width: auto;
  height: auto;
  position: relative;
}

.div-block-3 {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4d202080;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-akzeptieren-text {
  width: 40%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.wrapper-klick-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 9px;
  padding: 4px 8px;
}

.text-block-5 {
  color: #3b3b3b;
}

.spaacee {
  height: 314px;
}

.klick-button {
  color: #3b3b3b;
  cursor: pointer;
}

.akzeptieren-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.div-block-3-copy {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4d202080;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay-wrapper {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #42424266;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-video-wrapper {
  width: auto;
  height: auto;
  position: relative;
}

.overlay-text-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 482px;
  display: flex;
}

.wrapper-klick-button-tablet {
  cursor: pointer;
  background-color: #fff;
  border-radius: 9px;
  padding: 4px 8px;
}

.yt-overlay-wrapper-tablet, .yt-overlay-wrpper-mobile {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #42424266;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.alter-baumbestand-hero-wrapper {
  object-fit: fill;
  background-image: url('../images/projekt-06-alter-baumbestand-horizontal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button {
    margin-right: 18px;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .lug-section-hero-start {
    height: 40vh;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .lug-section-padding {
    outline-offset: 0px;
    outline: 3px #333;
    margin-bottom: 60px;
    padding: 0 2rem;
  }

  .heading-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .lug-handschrift-gruen {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    line-height: 4rem;
  }

  .lug-text-02 {
    font-size: 18px;
    line-height: 30px;
  }

  .lug-container-padding-vertical {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lug-heading-dachzeile.mittig {
    font-size: 2rem;
    line-height: 3;
  }

  .lug-grid-start {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .lug-navbar {
    min-height: auto;
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .footer-wrapper {
    display: none;
  }

  .lug-grid-3-spaltig {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .lug-grid-image-01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lug-heading-xs {
    font-size: 2rem;
  }

  .uui-footer04_logo-link {
    margin-bottom: 14px;
  }

  .lug-footer-top-wrapper-01 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: space-around;
    justify-items: center;
  }

  .lug-footer-bottom-wrapper {
    margin-top: 1.3rem;
    padding-top: 1rem;
  }

  .lug-footer-text-zeile {
    grid-column-gap: 1.5rem;
  }

  .lug-footer-link {
    padding-left: 0;
    padding-right: 0;
  }

  .lug-footer-text {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .lug-footer-text.light {
    font-size: 1rem;
  }

  .lug-container-padding-vertical-02 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .feature-grid-links-tablet-down {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: grid;
  }

  .feature-container-padding-vertical {
    height: 760px;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .feature-button-zeile.rechts {
    justify-content: flex-start;
  }

  .feature-button-zeile.links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: nowrap;
    display: flex;
  }

  .feature-text-container.rechts {
    text-align: left;
    align-items: center;
  }

  .feature-text-container.links {
    align-items: center;
    margin-top: 40px;
  }

  .feature-text-container.links.video {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

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

  .feature-grid-rechts {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: none;
  }

  .dachzeile-projekt {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 40px;
  }

  .feature-headline-03.links, .feature-headline-03.rechts-neu {
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .feature-space-klein {
    overflow: visible;
  }

  .feature-padding {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 2rem 4rem 0;
    display: flex;
  }

  .feature-lauftext.links, .feature-lauftext.rechts {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .feature-grid-links {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    min-height: 0;
    display: flex;
  }

  .feature-section-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-image_wrapper {
    height: 100%;
  }

  .hero-img {
    height: 100%;
    margin-bottom: 0;
  }

  .feature-image-wrapper {
    overflow: hidden;
  }

  .feature-image-rechts, .feature-image-links {
    width: 100%;
    height: 100%;
  }

  .desktop-bg-image {
    display: none;
  }

  .slow-image-wrapper {
    height: 50vh;
  }

  .slow-image-div-01 {
    object-fit: fill;
    height: 150%;
  }

  .projekt-hero-section, .projekt-hero-wrapper {
    height: 50vh;
  }

  .headline-projekt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 68px;
    line-height: 81px;
  }

  .projekt-text-section {
    margin-top: 3vh;
  }

  .text-24-36-light {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .start-projekt-dachzeile.rechts {
    text-align: left;
  }

  .start-projekt-dachzeile.linksbuendig {
    text-align: left;
    font-size: 1.5rem;
  }

  .start-projekt-dachzeile.rechtsbuendig {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 2vh;
    display: block;
  }

  .jobs-hero-section, .jobs-hero-wrapper {
    height: 50vh;
  }

  .mail-icon-navigation {
    flex: 0 auto;
  }

  .feature-grid-rechts-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 720px;
    min-height: auto;
    display: grid;
  }

  .feature-grid-rechts-mobile.video {
    height: 560px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .navigation-mobile {
    background-color: #fffefe;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .icon-4 {
    color: var(--untitled-ui-gray800);
    background-color: #fffcfc;
    font-size: 80px;
    line-height: 72px;
  }

  .icon-4:hover {
    color: #000;
  }

  .menu-button {
    padding: 16px;
  }

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

  .mobile-nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .brand.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mobile-bg-image {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .mobile-image-wrapper-wasser {
    background-image: url('../images/011-projekt-02-bilder-11.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 68vh;
    margin-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .mobile-image-wrapper-pflanzen {
    background-image: url('../images/erda-estremera-ESY3yWsC1wk-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 68vh;
    margin-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .logo-navigation {
    align-self: auto;
    width: 35vw;
    max-width: 300px;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .image-19 {
    width: 280px;
  }

  .social-media-icon {
    width: 60px;
  }

  .headline-grau {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .headline-grau.dachzeile {
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #fffefe;
    flex: 0 auto;
    margin-top: 0;
    padding-top: 84px;
    padding-bottom: 220px;
  }

  .mobil-nav-text {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Inter variablefont slnt wght, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }

  .mobil-nav-text.w--current {
    color: var(--yellow-green);
  }

  .mobil-nav-text.current {
    color: var(--untitled-ui-gray400);
    -webkit-text-stroke-color: var(--untitled-ui-gray500);
  }

  .mobil-nav-text-link-02 {
    padding: 0 20px;
    font-family: Inter variablefont slnt wght, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }

  .mobil-nav-text-link-02.w--current {
    color: var(--yellow-green);
  }

  .lug-footer-section-desktop, .footer-mobile {
    display: block;
  }

  .mobile-nav-no-link {
    padding-bottom: 0;
    font-family: Inter variablefont slnt wght, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }

  .mobile-nav-ldiv-no-link {
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jobs-top-text-section {
    margin-top: 0;
  }

  .jobs-section-padding {
    padding: 2.9rem 40px 0;
  }

  .teaser {
    font-size: 24px;
    line-height: 36px;
  }

  .jobs-head-01.schwarz-auf-weiss {
    font-size: 30px;
    line-height: 45px;
  }

  .jobs-headline-div.schwarz {
    margin-bottom: 20px;
  }

  .jobs-offene-stellen-section {
    padding-top: 0;
  }

  .jobs-offene-stellen {
    width: 90vw;
    margin-bottom: 100px;
    padding: 5px 30px;
  }

  .text-offene-stellen {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-right: 20px;
    display: block;
  }

  .jobs-dreieck {
    width: 32px;
  }

  .accordion-icon_vertical-line-4 {
    height: 1.9rem;
  }

  .accordion-icon_horizontal-line-4 {
    width: 1.9rem;
  }

  .uui-faq01_answer-4 {
    width: 80vw;
  }

  .faq-heading {
    margin-right: 10px;
    font-size: 30px;
  }

  .uui-faq01_accordion-4 {
    margin-top: 20px;
  }

  .accordion-icon_component-4 {
    padding-left: 10px;
  }

  .uui-faq01_question-4 {
    width: auto;
    max-width: none;
    padding: 3px 1.4rem;
  }

  .text-18-28-light {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .text-18-28-light.center {
    font-size: 16px;
    line-height: 24px;
  }

  .projekt-image-column-desktop {
    display: none;
  }

  .projekt-images-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .muster-hero-wrapper {
    height: 40vh;
  }

  .teaser-fett {
    font-size: 22px;
    line-height: 32px;
  }

  .teaser-regular {
    font-size: 24px;
    line-height: 36px;
  }

  .jobs-head-02 {
    text-align: center;
    margin-top: 10px;
  }

  .container-3 {
    max-width: none;
    display: flex;
  }

  .mobil-nav-text-link-03 {
    color: var(--untitled-ui-gray700);
    padding: 0 20px 20px;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .mobil-nav-text-link-03.w--current {
    color: var(--yellow-green);
  }

  .bold-text-7 {
    letter-spacing: .5px;
    font-size: 27px;
    font-weight: 600;
    line-height: 40px;
  }

  .bold-text-8 {
    font-size: 30px;
    line-height: 45px;
  }

  .muster-hero-wrapper-copy {
    height: 40vh;
  }

  .testimonial {
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
  }

  .kundenstimmen-section-padding {
    padding: 0 40px;
  }

  .rich-text-kontakt {
    text-align: left;
  }

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

  .image-6 {
    width: 8vw;
    display: block;
  }

  .communication-div {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .kontakt-hero-section, .kontakt-hero-wrapper, .nymphenburg-hero-wrapper {
    height: 50vh;
  }

  .kundenstimmen-container {
    margin-top: 60px;
  }

  .mobil-nav-text-link-04 {
    margin-bottom: 12px;
    padding: 0 20px;
    font-family: Inter variablefont slnt wght, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    position: relative;
  }

  .mobil-nav-text-link-04.w--current {
    color: var(--yellow-green);
  }

  ._3-hochformate-desktop {
    grid-column-gap: 20px;
    display: none;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 10px;
  }

  ._3-hochformate-mobile {
    grid-column-gap: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .sticker-anerkennung {
    width: 150px;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .image-24 {
    width: 500px;
  }

  .landesgartenschau-div {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .lauftext {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .footer-icon.kirchheim {
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  .image-27, .footer-logo-link-mobile.w--current {
    height: 60px;
  }

  .footer-mobile-copyrightzeile {
    justify-content: center;
    align-items: flex-start;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-28 {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    height: 100px;
  }

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

  .footer-02-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-logo-link-mobile-02.w--current {
    height: 60px;
  }

  .footer-desktop {
    display: none;
  }

  .nav-spacer {
    height: 130px;
  }

  .garten-des-jahres-image {
    width: 161px;
    inset: auto 0 36% 3%;
  }

  .link-albanische-seiten.ausbildung {
    margin-left: 60px;
  }

  .list {
    padding-left: 20px;
  }

  .button-wrapper-landesgartenschau {
    overflow: visible;
  }

  .button-wrapper-landesgartenschau.w--current {
    bottom: 36%;
  }

  .landesgartenschau-logo-image {
    width: 149px;
    padding: 10px;
    position: static;
    inset: 0%;
  }

  .wrapper {
    flex-flow: row;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .mobile-nav-wrapper-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .wrapper-anerkennung-2022 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .section-3 {
    opacity: 1;
    outline-offset: 0px;
    border: 0 solid #000;
    outline: 3px #555;
    height: auto;
  }

  .spacing-section {
    opacity: 1;
    outline-offset: 0px;
    border: 0 solid #000;
    outline: 3px #555;
    height: 120px;
  }

  .image-anerkennung-2022 {
    width: 120px;
    height: 120px;
    top: -370px;
    right: auto;
  }

  .phone-block {
    display: none;
  }

  .desktop-wrapper-anerkennung-2022 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: none;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .tablet-wrapper-anerkennung-2022 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .tablet-wrapper-anerkennung-2022-copy-copy-copy, .mobile-01-wrapper-anerkennung-2022, .mobile-02-wrapper-anerkennung-2022 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .bogenhausen-hero-wrapper {
    background-image: url('../images/2-Wassertisch-Oase-Pumpe.jpg');
    height: 50vh;
  }

  .image-anerkennung-2024 {
    width: 120px;
    height: 120px;
    inset: 286px auto 0% -7%;
  }

  .desktop-wrapper-anerkennung-2024 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: none;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .tablet-wrapper-anerkennung-2024 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .mobile-02-wrapper-anerkennung-2024, .mobile-01-wrapper-anerkennung-2024 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .leistungen-section-padding-copy {
    padding: 0 40px;
  }

  .leistungen-container {
    margin-top: 20px;
  }

  .leistungen-lauftext.links, .leistungen-lauftext.rechts {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .leistungen-head-02 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .kundenstimmen-hero-wrapper {
    height: 40vh;
  }

  .bold-text-11 {
    font-size: 24px;
  }

  .leistungen-planung-hero-wrapper, .leistungen-gartenbau-hero-wrapper, .leistungen-pflege-hero-wrapper {
    height: 40vh;
  }

  .landesgartenschau-hero-wrapper {
    background-image: url('../images/001-Landesgartenschau-Kirchheim-2024-Landschaften-und-Gaerten-01.jpg');
    height: 50vh;
  }

  .leistungen-head-04 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .leistungen-hero-wrapper {
    height: 40vh;
  }

  .lgs-link-02:hover {
    opacity: .7;
  }

  .testimonial-2 {
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
  }

  .feature-video-padding-vertical {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-auszeichnung-links {
    width: 120px;
    height: 120px;
    top: -380px;
  }

  .desktop-wrapper-anerkennung-2025 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: none;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .tablet-wrapper-anerkennung-2025 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .image-anerkennung-2022-copy {
    width: 120px;
    height: 120px;
    top: -370px;
    right: auto;
  }

  .image-auszeichnung-2025-tablet {
    width: 120px;
    height: 120px;
    top: -325px;
  }

  .mobile-01-wrapper-auszeichnung-2025 {
    z-index: 3;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0;
    overflow: visible;
  }

  .image-mobile-auszeichnung-2025 {
    width: 120px;
    height: 120px;
    top: -370px;
    right: auto;
  }

  .kiefernsaum-hero-wrapper, .pullach-hero-wrapper {
    height: 50vh;
  }

  .feature-video-wrapper-mobile {
    overflow: hidden;
  }

  .feature-video-wrapper-mobile-small {
    display: none;
    overflow: hidden;
  }

  .spaacee {
    height: 130px;
  }

  .alter-baumbestand-hero-wrapper {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .lug-section-hero-start {
    height: 81vh;
    margin-top: 0;
  }

  .lug-container-large {
    flex-direction: column;
    flex: 0 auto;
  }

  .lug-section-padding {
    padding-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lug-handschrift-gruen {
    font-size: 2.5rem;
    line-height: 48px;
  }

  .lug-container-padding-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lug-headline-03 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .lug-lauftext-02 {
    font-size: 1rem;
  }

  .lug-space-medium {
    min-height: 1.5rem;
  }

  .lug-grid-start {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lug-space-klein {
    min-height: .75rem;
  }

  .lug-container-zeile-button {
    align-self: stretch;
  }

  .lug-button-wrapper.max-width-full-mobile-landscape {
    width: auto;
  }

  .lug-button {
    font-size: 1rem;
  }

  .lug-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .lug-navbar {
    min-height: 4.5rem;
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lug-grid-3-spalten {
    align-items: stretch;
  }

  .lug-space-small {
    min-height: .75rem;
  }

  .lug-grid-3-spaltig {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lug-grid-wrapper-01 {
    margin-bottom: 1.5rem;
  }

  .lug-grid-image-01 {
    margin-bottom: 0;
  }

  .lug-heading-xs {
    font-size: 2rem;
  }

  .uui-footer04_social-list {
    grid-column-gap: 1rem;
  }

  .lug-footer-top-wrapper-01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1.75fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-bottom: 40px;
    display: grid;
  }

  .lug-footer-bottom-wrapper {
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    padding-top: 0;
    font-size: 12px;
  }

  .lug-footer-text-zeile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .lug-footer-link:hover {
    color: var(--untitled-ui-gray500);
  }

  .lug-footer-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .lug-footer-textzeile-02 {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
  }

  .lug-container-padding-vertical-02 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feature-grid-links-tablet-down {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature-container-padding-vertical {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .feature-button-zeile {
    align-self: stretch;
  }

  .lug-button-2 {
    font-size: 1rem;
  }

  .lug-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .feature-grid-rechts {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature-space-medium {
    min-height: 1.5rem;
  }

  .feature-headline-03 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .feature-space-klein {
    min-height: .75rem;
  }

  .feature-padding {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-lauftext {
    font-size: 1rem;
  }

  .feature-lauftext.links {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-grid-links {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .lug-space-vertical-xl {
    height: 8rem;
  }

  .projekt-hero-section, .projekt-hero-wrapper {
    height: 70vh;
  }

  .headline-projekt {
    font-size: 48px;
    line-height: 58px;
  }

  .projekt-text-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-24-36-light {
    font-size: 18px;
    line-height: 26px;
  }

  .projekt-image-div {
    margin-bottom: 20px;
  }

  .jobs-hero-section, .jobs-hero-wrapper {
    height: 70vh;
  }

  .mail-icon-navigation {
    display: none;
  }

  .feature-grid-rechts-mobile {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-mobile {
    padding: 0;
  }

  .icon-4 {
    align-items: center;
    font-size: 60px;
    line-height: 60px;
    display: block;
  }

  .menu-button {
    align-self: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .logo-navigation {
    flex: none;
    align-self: center;
    width: 200px;
    margin-top: 0;
    margin-right: 100px;
  }

  .image-19 {
    width: 240px;
  }

  .social-media-icon {
    width: 40px;
  }

  .headline-grau {
    margin-top: 0;
    margin-bottom: 0;
  }

  .headline-grau.unten-kein-abstand {
    margin-bottom: 0;
  }

  .nav-menu {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    height: 100vh;
    padding-top: 40px;
    display: flex;
    overflow: auto;
  }

  .mobil-nav-text {
    padding: 10px 16px;
    font-size: 24px;
    line-height: 36px;
  }

  .mobil-nav-text-link-02 {
    font-size: 20px;
  }

  .footer-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jobs-top-text-section {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .jobs-section-padding {
    margin-bottom: 40px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .teaser {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .jobs-head-01.schwarz-auf-weiss {
    width: 94vw;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .jobs-headline-div.schwarz {
    width: auto;
  }

  .jobs-offene-stellen-section {
    padding-top: 40px;
    padding-bottom: 41px;
  }

  .jobs-offene-stellen {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-div-jobangebot {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .uui-faq01_answer-4 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-faq01_question-4 {
    width: auto;
  }

  .text-18-28-light {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .muster-hero-wrapper {
    height: 69vh;
  }

  .teaser-fett, .teaser-regular {
    font-size: 20px;
    line-height: 30px;
  }

  .jobs-head-02 {
    font-size: 24px;
    line-height: 6px;
  }

  .mobil-nav-text-link-03 {
    font-size: 20px;
  }

  .bold-text-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-8 {
    font-size: 24px;
    line-height: 36px;
  }

  .dreieck {
    width: 27px;
  }

  .whatsaap-zeile {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .muster-hero-wrapper-copy {
    height: 69vh;
  }

  .testimonial {
    font-size: 18px;
    line-height: 28px;
  }

  .kundenstimmen-section-padding {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rich-text-kontakt {
    width: 94vw;
  }

  .kontakt-image-div {
    margin-right: 35px;
  }

  .landesgartenschau, .verband {
    height: 150px;
  }

  .link-block-2 {
    padding: 0 8px;
    display: block;
  }

  .image-6 {
    width: 40px;
    margin-bottom: 4px;
  }

  .communication-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .kontakt-hero-section, .kontakt-hero-wrapper, .nymphenburg-hero-wrapper {
    height: 70vh;
  }

  .kundenstimmen-container {
    margin-top: 40px;
  }

  .mobil-nav-text-link-04 {
    font-size: 20px;
  }

  .column {
    padding-right: 0;
  }

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

  ._3-hochformate-mobile {
    margin-bottom: 20px;
  }

  .sticker-anerkennung {
    width: 120px;
    top: -414px;
    left: -12px;
  }

  .image-24 {
    width: 400px;
  }

  .landesgartenschau-div {
    margin-bottom: 59px;
  }

  .lauftext {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .footer-icon.kirchheim {
    height: 60px;
  }

  .image-27 {
    height: auto;
  }

  .footer-logo-link-mobile.w--current {
    align-self: auto;
    height: 40px;
  }

  .image-28 {
    height: 50px;
  }

  .image-29 {
    height: 80px;
  }

  .footer-mobile-02 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-02-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-logo-link-mobile-02.w--current {
    align-self: auto;
    height: 40px;
  }

  .footer-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-spacer {
    height: 90px;
  }

  .garten-des-jahres-image {
    width: 100px;
    bottom: 0%;
  }

  .link-albanische-seiten.ausbildung {
    margin-left: 0;
  }

  .button-wrapper-landesgartenschau {
    bottom: -3%;
  }

  .button-wrapper-landesgartenschau.w--current {
    bottom: 2%;
  }

  .landesgartenschau-logo-image {
    width: 100px;
    bottom: 2%;
  }

  .mobile-nav-wrapper-02 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .wrapper-anerkennung-2022 {
    top: 290px;
    left: -208px;
  }

  .image-anerkennung-2022 {
    width: 100px;
    height: 100px;
    top: -97px;
    left: -259px;
  }

  .phone-block {
    padding: 0 8px;
    display: block;
  }

  .desktop-wrapper-anerkennung-2022 {
    top: 290px;
    left: -208px;
  }

  .tablet-wrapper-anerkennung-2022 {
    display: none;
    top: 290px;
    left: -208px;
  }

  .tablet-wrapper-anerkennung-2022-copy-copy-copy, .mobile-01-wrapper-anerkennung-2022 {
    top: 290px;
    left: -208px;
  }

  .mobile-02-wrapper-anerkennung-2022 {
    display: block;
  }

  .bogenhausen-hero-wrapper {
    height: 70vh;
  }

  .image-anerkennung-2024 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 10px;
  }

  .desktop-wrapper-anerkennung-2024 {
    top: 290px;
    left: -208px;
  }

  .tablet-wrapper-anerkennung-2024 {
    display: none;
    top: 290px;
    left: -208px;
  }

  .mobile-02-wrapper-anerkennung-2024 {
    display: block;
  }

  .mobile-01-wrapper-anerkennung-2024 {
    top: 290px;
    left: -208px;
  }

  .leistungen-section-padding-copy {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .leistungen-container {
    margin-top: 20px;
  }

  .leistungen-lauftext {
    font-size: 1rem;
  }

  .leistungen-lauftext.links {
    font-size: 18px;
    line-height: 28px;
  }

  .leistungen-head-02 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .kundenstimmen-hero-wrapper, .leistungen-planung-hero-wrapper, .leistungen-gartenbau-hero-wrapper, .leistungen-pflege-hero-wrapper {
    height: 69vh;
  }

  .landesgartenschau-hero-wrapper {
    height: 70vh;
  }

  .leistungen-head-04 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .leistungen-hero-wrapper {
    height: 69vh;
  }

  .testimonial-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-video-wrapper {
    flex-direction: column;
    flex: 0 auto;
  }

  .feature-video-padding-vertical {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .button-auszeichnung-links {
    width: 100px;
    height: 100px;
    top: -97px;
    left: -259px;
  }

  .desktop-wrapper-anerkennung-2025 {
    top: 290px;
    left: -208px;
  }

  .tablet-wrapper-anerkennung-2025 {
    display: none;
    top: 290px;
    left: -208px;
  }

  .image-anerkennung-2022-copy, .image-auszeichnung-2025-tablet {
    width: 100px;
    height: 100px;
    top: -97px;
    left: -259px;
  }

  .mobile-01-wrapper-auszeichnung-2025 {
    top: 290px;
    left: -208px;
  }

  .image-mobile-auszeichnung-2025 {
    width: 100px;
    height: 100px;
    top: -97px;
    left: -259px;
  }

  .kiefernsaum-hero-wrapper, .pullach-hero-wrapper {
    height: 70vh;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

  .youtube-overlay_accept-button {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .overlay-wrapper, .youtube-overlay_content-wrapper {
    padding: 2rem;
  }

  .spaacee {
    height: 90px;
  }

  .alter-baumbestand-hero-wrapper {
    height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  .menu-icon_component {
    margin-right: 0;
  }

  .uui-navbar07_menu-button {
    margin-right: 0;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .lug-section-hero-start {
    background-image: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lug-section-padding {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lug-handschrift-gruen {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 36px;
  }

  .lug-handschrift-gruen.leistungen {
    margin-bottom: 10px;
  }

  .image-2 {
    margin-top: 0;
  }

  .lug-text-02 {
    font-size: 16px;
    line-height: 24px;
  }

  .lug-headline-03.links {
    text-align: center;
  }

  .lug-lauftext-02.mittig {
    font-size: 18px;
    line-height: 28px;
  }

  .lug-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lug-grid-3-spaltig {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .lug-heading-xs {
    font-size: 24px;
    line-height: 30px;
  }

  .lug-footer-top-wrapper-01 {
    grid-column-gap: 2.25rem;
    justify-content: center;
  }

  .lug-footer-bottom-wrapper {
    margin-top: 2.6rem;
  }

  .lug-footer-text-zeile {
    grid-template-columns: 1fr 1fr;
  }

  .lug-footer-text.light {
    text-align: center;
    margin-left: 0;
    font-size: .75rem;
    line-height: 1rem;
  }

  .lug-container-padding-vertical-02 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .feature-container-padding-vertical {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-text-container.links {
    margin-top: 0;
  }

  .dachzeile-projekt {
    font-size: 30px;
    line-height: 40px;
  }

  .feature-headline-03.links, .feature-headline-03.rechts-neu {
    margin-top: .3rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .feature-padding.gross-mobile {
    margin-top: 36px;
  }

  .hero-image_wrapper, .hero-img {
    height: auto;
  }

  .lug-space-vertical-xl {
    height: 40px;
  }

  .projekt-hero-section, .projekt-hero-wrapper {
    height: 50vh;
  }

  .headline-projekt {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .text-container-projekt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projekt-text-wrapper {
    padding-left: 0;
    padding-right: 0;
    font-family: Inter variablefont slnt wght, sans-serif;
  }

  .text-24-36-light {
    font-size: 16px;
    line-height: 22px;
  }

  .projekt-image-div {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .start-projekt-dachzeile.linksbuendig {
    text-align: center;
    margin-bottom: 0;
  }

  .start-projekt-dachzeile.rechtsbuendig {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .jobs-hero-section, .jobs-hero-wrapper {
    height: 30vh;
  }

  .feature-grid-rechts-mobile {
    place-items: start center;
    height: auto;
  }

  .feature-grid-rechts-mobile.video {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .navigation-mobile {
    object-fit: contain;
    padding-top: 16px;
    padding-bottom: 16px;
    inset: 0% 0% auto;
  }

  .icon-4 {
    margin-right: 10px;
    font-size: 44px;
    line-height: 36px;
  }

  .menu-button {
    padding: 0;
  }

  .mobile-nav-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .mobile-bg-image {
    width: auto;
    height: auto;
  }

  .mobile-image-wrapper-wasser {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100vw;
    height: 40vh;
  }

  .mobile-image-wrapper-pflanzen {
    background-size: cover;
    background-attachment: scroll;
    height: 40vh;
  }

  .logo-navigation {
    width: 160px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-19 {
    width: 200px;
  }

  .headline-grau {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .headline-grau.unten-kein-abstand {
    margin-bottom: 10px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 160px;
    display: flex;
    position: absolute;
  }

  .mobil-nav-text {
    padding: 13px 13px 8px;
    font-size: 20px;
    line-height: 19px;
  }

  .mobil-nav-text-link-02 {
    padding-bottom: 0;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-mobile {
    display: none;
  }

  .mobile-nav-no-link {
    font-size: 20px;
    line-height: 20px;
  }

  .mobile-nav-ldiv-no-link {
    margin-bottom: 8px;
  }

  .jobs-section-padding {
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .jobs-section-padding.gruen {
    align-items: center;
  }

  .teaser {
    font-size: 18px;
    line-height: 28px;
  }

  .jobs-section-angebot {
    padding-bottom: 30px;
  }

  .jobs-head-01 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .jobs-head-01.schwarz-auf-weiss {
    border-radius: 5px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .jobs-headline-div {
    margin-bottom: 15px;
  }

  .jobs-offene-stellen-section {
    padding-bottom: 21px;
  }

  .quick-stack-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .jobs-offene-stellen {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-offene-stellen {
    margin-left: 0;
    margin-right: 0;
  }

  .lauftext-jobs {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text-jobs {
    font-size: 15px;
    line-height: 23px;
  }

  .bulletpoint-jobs {
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-icon_vertical-line-4 {
    width: 2px;
    height: 20px;
  }

  .accordion-icon_horizontal-line-4 {
    width: 20px;
    height: 2px;
  }

  .uui-faq01_answer-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading {
    margin-right: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .uui-faq01_accordion-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-icon_component-4 {
    width: 30px;
    height: 30px;
    line-height: 20px;
  }

  .uui-faq01_question-4 {
    width: auto;
    padding: 10px 20px;
  }

  .text-18-28-light {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-18-28-light.center {
    line-height: 22px;
  }

  .muster-hero-wrapper {
    height: 30vh;
  }

  .teaser-fett, .teaser-regular {
    font-size: 18px;
    line-height: 28px;
  }

  .text-section {
    margin-top: 1vh;
  }

  .jobs-head-02 {
    font-size: 18px;
    line-height: 18px;
  }

  .mobil-nav-text-link-03 {
    margin-bottom: 7px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .dreieck {
    width: 24px;
  }

  .whatsaap-zeile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lauftext-whatsapp {
    font-size: 15px;
    line-height: 23px;
  }

  .muster-hero-wrapper-copy {
    height: 30vh;
  }

  .testimonial {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text-kontakt {
    flex-direction: column;
    align-items: flex-start;
    width: 94vw;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .kontakt-image-div {
    width: 200px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .landesgartenschau, .verband {
    width: auto;
    height: 100px;
  }

  .container-4 {
    width: 94vw;
  }

  .rich-text-impressum {
    font-size: 12px;
    line-height: 18px;
  }

  .container-5 {
    width: 94vw;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 12px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-6 {
    width: 26px;
    height: auto;
    margin-left: 0;
  }

  .communication-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
  }

  .kontakt-hero-section, .kontakt-hero-wrapper {
    height: 30vh;
  }

  .nymphenburg-hero-wrapper {
    height: 50vh;
  }

  .kundenstimmen-container {
    margin-top: 30px;
  }

  .mobil-nav-text-link-04 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .mobil-nav-text-link-04.w--current {
    padding-bottom: 8px;
  }

  ._3-hochformate-desktop, ._3-hochformate-mobile {
    grid-column-gap: 20px;
  }

  .sticker-anerkennung {
    width: 90px;
    top: -385px;
    left: 51px;
  }

  .lauftext {
    width: 92vw;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-icon, .footer-icon.kirchheim {
    height: 60px;
  }

  .image-27 {
    height: auto;
  }

  .footer-logo-link-mobile.w--current {
    align-self: flex-start;
    width: 80vw;
    height: auto;
  }

  .image-28 {
    max-width: 80%;
    height: auto;
  }

  .image-29 {
    width: auto;
    height: 70px;
    display: inline-block;
  }

  .footer-mobile-02 {
    display: flex;
  }

  .footer-02-logo-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-direction: row;
    display: flex;
  }

  .footer-logo-link-mobile-02.w--current {
    flex: none;
    align-self: center;
    width: 80vw;
    height: auto;
  }

  .footer-logo-div-02-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

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

  .footer-02-gala-div {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .lgs-link-03 {
    background-color: var(--untitled-ui-white);
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .lgs-link-03:hover {
    opacity: .7;
  }

  .nav-spacer {
    height: 70px;
  }

  .garten-des-jahres-image {
    width: 80px;
    bottom: 33%;
  }

  .link-albanische-seiten.pflege {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: 0;
  }

  .link-albanische-seiten.bautechnik {
    margin-left: 0;
  }

  .lauftext-link-albanisch {
    font-size: 15px;
    line-height: 23px;
  }

  .button-wrapper-landesgartenschau {
    width: auto;
  }

  .button-wrapper-landesgartenschau.w--current {
    bottom: 35%;
  }

  .landesgartenschau-logo-image {
    width: 80px;
    position: static;
    inset: auto 6% 63% auto;
  }

  .mobile-nav-wrapper-02 {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-anerkennung-2022 {
    top: 0;
    left: 0;
  }

  .image-anerkennung-2022 {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0%;
  }

  .phone-block {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .desktop-wrapper-anerkennung-2022, .tablet-wrapper-anerkennung-2022, .tablet-wrapper-anerkennung-2022-copy-copy-copy {
    top: 0;
    left: 0;
  }

  .mobile-01-wrapper-anerkennung-2022 {
    display: block;
    top: -80px;
    left: -140px;
  }

  .mobile-02-wrapper-anerkennung-2022 {
    display: none;
    top: 0;
    left: 0;
  }

  .bogenhausen-hero-wrapper {
    height: 50vh;
  }

  .image-anerkennung-2024 {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0%;
  }

  .desktop-wrapper-anerkennung-2024, .tablet-wrapper-anerkennung-2024 {
    top: 0;
    left: 0;
  }

  .mobile-02-wrapper-anerkennung-2024 {
    display: none;
    top: 0;
    left: 0;
  }

  .mobile-01-wrapper-anerkennung-2024 {
    display: block;
    top: -80px;
    left: -140px;
  }

  .bold-text-10 {
    line-height: 1.3;
  }

  .leistungen-container {
    margin-top: 30px;
  }

  .leistungen-head-02 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .kundenstimmen-hero-wrapper {
    height: 30vh;
  }

  .bold-text-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .leistungen-planung-hero-wrapper, .leistungen-gartenbau-hero-wrapper, .leistungen-pflege-hero-wrapper {
    height: 30vh;
  }

  .landesgartenschau-hero-wrapper {
    height: 50vh;
  }

  .leistungen-head-04 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .leistungen-hero-wrapper {
    height: 30vh;
  }

  .testimonial-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-video-padding-vertical {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-auszeichnung-links {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0%;
  }

  .desktop-wrapper-anerkennung-2025, .tablet-wrapper-anerkennung-2025 {
    top: 0;
    left: 0;
  }

  .image-anerkennung-2022-copy, .image-auszeichnung-2025-tablet {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0%;
  }

  .mobile-01-wrapper-auszeichnung-2025 {
    display: block;
    top: -80px;
    left: -140px;
  }

  .image-mobile-auszeichnung-2025 {
    background-image: url('../images/Siegel_GdJ_2025_RGB_Basic_Auszeichnung_500px.png');
    width: 80px;
    height: 80px;
    top: 0;
    left: 0%;
  }

  .kiefernsaum-hero-wrapper, .pullach-hero-wrapper {
    height: 50vh;
  }

  .feature-video-wrapper-mobile {
    display: none;
  }

  .feature-video-wrapper-mobile-small {
    display: block;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .youtube-overlay_accept-button {
    padding: .8rem;
  }

  .overlay-wrapper, .youtube-overlay_content-wrapper {
    padding: 1rem;
  }

  .wrapper-akzeptieren-text {
    width: 80%;
  }

  .spaacee {
    height: 70px;
  }

  .akzeptieren-text {
    font-size: 13px;
  }

  .yt-overlay-wrpper-mobile {
    display: flex;
  }

  .alter-baumbestand-hero-wrapper {
    height: 50vh;
  }
}

#w-node-_0634c94b-2d64-da41-aff7-7c5cbb94cf43-45a61e42, #w-node-_0634c94b-2d64-da41-aff7-7c5cbb94cf47-45a61e42, #w-node-_72ca0012-92f7-6a4f-c7bf-c759660d617d-45a61e42, #w-node-_0fa6f9b4-6e96-fd4b-c24e-ecdb331ad99b-45a61e42, #w-node-_8995e0bf-30cc-f24f-dc9e-31eafce41cf5-45a61e42, #w-node-_2b16bc0d-7d7e-1422-2320-db221567fc9e-45a61e42, #w-node-a66f06a8-4c1b-cade-f603-44b051f4a297-45a61e42, #w-node-a66f06a8-4c1b-cade-f603-44b051f4a29f-45a61e42, #w-node-_9b8e8fff-ab44-1a6e-b629-1d234ccf6fca-45a61e42, #w-node-_9b8e8fff-ab44-1a6e-b629-1d234ccf6fcd-45a61e42, #w-node-c6dbcd0c-6860-5674-f5a2-8c4805c46b39-45a61e42, #w-node-_6a1f8c59-921f-9280-dd4e-b68309b331d1-09b331c5, #w-node-_6a1f8c59-921f-9280-dd4e-b68309b331ec-09b331c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a522cbf0-cf11-fc3f-f99a-ec0edb48cce0-45a61e4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7d59ac39-7b67-6fd8-dc19-f2b9361a6be2-fefe35ec, #w-node-_1306df57-7ce7-5ca9-cc02-1f704833c9b7-4833c9b0, #w-node-_0b4f6b93-c22c-2ce5-6ce6-ca25cb5d04a0-45a61e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19231ab8-357f-eb3c-e9b1-0d4372bd0666-45a61e5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3903c44e-592b-cee1-eb88-c1e22514ec93-45a61e5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3903c44e-592b-cee1-eb88-c1e22514ec96-45a61e5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0cec006a-9314-49c5-2bc6-0604e89da1e7-45a61e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6a1f8c59-921f-9280-dd4e-b68309b33203-09b331c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a1f8c59-921f-9280-dd4e-b68309b33204-09b331c5 {
    align-self: start;
  }

  #w-node-_6a1f8c59-921f-9280-dd4e-b68309b33206-09b331c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-a522cbf0-cf11-fc3f-f99a-ec0edb48cce0-45a61e4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter variablefont slnt wght';
  src: url('../images/') format('truetype'), url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Feltpen';
  src: url('../fonts/Linotype-Feltpen-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Feltpen';
  src: url('../fonts/Linotype-Feltpen-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}