@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --color-1: #1b3c2d;
  --white: white;
  --color-2: #41b93c;
  --color-3: #fcee8f;
  --color-4: #ada2ca;
}

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: var(--color-1);
}

.nav-link {
  color: #000;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.body {
  background-color: #fff;
}

.home {
  background-color: var(--color-1);
  background-image: url('../images/Vector-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.quick-stack {
  padding: 0;
}

.white {
  color: var(--white);
}

.button-2 {
  background-color: var(--color-2);
  border-radius: 1394px;
  font-weight: 400;
}

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

.image {
  margin-bottom: -110px;
}

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

.white-2 {
  color: #fff;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  width: 140px;
  height: 5px;
}

.about-kachel {
  background-color: #6222c6;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bild-2_1Bild-2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 350px;
  padding: 60px 40px 20px;
  display: flex;
  position: relative;
}

.about-kachel.service {
  background-image: url('../images/Gartenbau-Schweiz-.png');
  background-position: 0 0;
  background-size: cover;
}

.about-kachel.service.slideup-3 {
  background-image: url('../images/image-10.png');
}

.about-kachel.planung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gartenbau-Schweiz-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.about-kachel.umbau {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gartenbau-Schweiz-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-kachel.umbau.slideup-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-6.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.about-kachel.background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gartenbau-Schweiz-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-kachel.beratung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gartenbau-Schweiz-6.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-kachel.pflege {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-10.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-kachel.pflege.slideup-2 {
  background-image: linear-gradient(#0000, #0000), url('../images/image-7.png');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
}

.main-button {
  background-color: #33aa3f;
  border-radius: 10px;
  padding: 12px 25px;
}

.green {
  color: var(--color-2);
}

.about {
  background-color: var(--color-1);
}

.quick-stack-2 {
  padding: 0;
}

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

.cell-3.gutter-outside {
  background-image: url('../images/Vector-1.png');
  background-position: 372px 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: var(--white);
}

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

.paragraph-4 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.image-2 {
  width: 24px;
}

.quick-stack-3 {
  padding: 0;
}

.ablauf-grid-wrapper {
  background-color: #f0f0f0;
  border: 1px solid #cacaca;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.ablauf-grid-contentn-wrapper {
  margin-left: 20px;
}

.partner {
  background-color: var(--color-1);
  background-image: url('../images/Vector-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quick-stack-4 {
  padding: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.slider-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-icon {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-avatar {
  width: 48px;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.left-arrow-hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--color-1);
  color: #fff;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav-active {
  background-color: var(--color-1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #ff5805;
}

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

.slide-nav-hidden {
  display: none;
}

.slider-image {
  height: 100%;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagraph {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.right-arrow-hidden {
  display: none;
}

.slide {
  height: auto;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.error-text {
  color: #e23939;
}

.cell-41 {
  justify-content: center;
}

.success-message-2 {
  background-color: #0252ee;
  border-top-right-radius: 1.6em;
  padding: 1.5rem;
}

.success-text {
  color: #ffea12;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.image-14 {
  width: 24px;
}

.title6-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.title6-2.contact-link {
  color: #000;
  text-transform: none;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.uui-form-field-wrapper {
  flex: 1;
  padding-right: 10px;
  position: relative;
}

.grid-contact-wrapper {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.centered-2 {
  text-align: center;
  width: auto;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.quick-stack-7 {
  padding: 0;
}

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

.uui-field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-26 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.uui-form_input-2 {
  border: 1px solid var(--white);
  outline-offset: 0px;
  color: #101828;
  background-color: #fff0;
  border-radius: 0;
  outline: 3px #101828;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  border-color: var(--white);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.strich-kontakt {
  background-color: #33aa3f;
  width: 180px;
  height: 3px;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_form-wrapper.gutter-outside {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -1px 5px #0003, 0 2px 5px #0003;
}

.uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
  z-index: 1;
  background-color: var(--color-1);
  box-shadow: none;
  border: 1px solid #33aa3f;
  border-radius: 0;
  width: 100%;
  position: relative;
  top: 0;
}

.link-block-12 {
  text-decoration: none;
}

.image-15 {
  object-fit: cover;
  height: 100%;
}

.section-2 {
  margin-top: 100px;
}

.paragraph-14 {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 0;
  font-size: 18px;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-block-13 {
  padding-left: 0;
  padding-right: 0;
}

.cell-42 {
  background-image: url('../images/image-7.png');
  background-position: 0 0;
  background-size: auto;
}

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

.cell-44 {
  background-image: none;
}

.image-17 {
  width: auto;
  height: 300px;
}

.image-18 {
  height: 300px;
}

.image-19 {
  height: 100%;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-weight: 500;
}

.paragraph-15 {
  text-align: center;
}

.about-slider-wrapper.container-w2.gutter-outside {
  overflow: hidden;
}

.brix---slider-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  width: 1170px;
  height: auto;
  display: flex;
  position: relative;
}

.about-slider {
  overflow: hidden;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.image-slider {
  box-sizing: border-box;
  object-fit: cover;
  width: 589.967px;
  height: 386px;
}

.image-slider.adjusted {
  object-position: 50% 62%;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  right: 190px;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  width: 590px;
  margin-right: 10px;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 270px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---hidden-desktop {
  display: none;
}

@media screen and (min-width: 1280px) {
  .uui-field-label, .uui-form_input-2 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .uui-form-field-wrapper {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link.white {
    color: var(--color-1);
    text-align: center;
  }

  .cell-3.gutter-outside {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .icon {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .button-2 {
    text-align: center;
  }

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .title6-2 {
    font-size: 1em;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-kachel {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .main-button._20px-top {
    margin-top: 20px;
  }

  .green {
    align-self: flex-start;
  }

  .cell-3.gutter-outside {
    background-position: 100% 0;
  }

  .ablauf-grid-wrapper {
    flex-flow: column;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-left: 0;
  }

  .footer-legal-link {
    margin-left: 0;
    padding-left: 0;
  }

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

  .uui-form-field-wrapper {
    margin-top: 10px;
  }

  .uui-contact03_form {
    grid-row-gap: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-7 {
    grid-row-gap: 20px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    margin-bottom: 20px;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---slider-wrapper {
    width: auto;
  }

  .image-slider {
    width: 290px;
    height: 320px;
  }

  .brix---btn-slider-arrow-right---top-right {
    justify-content: center;
    align-items: center;
    bottom: -70px;
    right: 0%;
  }

  .brix---slide-item-mg {
    width: 290px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -70px;
    left: 0%;
  }
}

#w-node-_666ce6da-1dbb-a404-b35b-89d32f0b6dc9-5ee673b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c95766f6-aa85-ba57-7767-44fdaaf24b0b-5ee673b7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-fe5cda87-0f8a-74dd-ac67-e6fd8d8133c2-5ee673b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d06732f2-11dd-fe2a-4011-7c02d144473d-5ee673b7 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a497e2dd-e8aa-c6a8-dcd9-528d08a68113-5ee673b7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9813efbb-df17-0781-90d0-4f8f169da3b2-5ee673b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef75-5ee673b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef82-5ee673b7 {
  justify-self: stretch;
}

#w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef90-5ee673b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14efa7-5ee673b7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c95766f6-aa85-ba57-7767-44fdaaf24b0b-5ee673b7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef75-5ee673b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #contact.w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef98-5ee673b7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c95766f6-aa85-ba57-7767-44fdaaf24b0b-5ee673b7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe5cda87-0f8a-74dd-ac67-e6fd8d8133c2-5ee673b7, #w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef75-5ee673b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #contact.w-node-_65d2e4fb-bbcf-dda0-1151-fb051b14ef98-5ee673b7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_666ce6da-1dbb-a404-b35b-89d32f0b6dc9-5ee673b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}