:root {
  --dark-slate-gray: #2d3e4f;
  --dim-gray-2: #49647b;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --dodger-blue: #2e9dff;
  --dark-slate-gray-2: #404047;
  --silver: #bec3c7;
  --black: #192024;
  --white-smoke-2: #f0f0f0;
  --medium-sea-green: #30ad64;
  --white-smoke: #ecf0f1;
  --light-sky-blue: #69b9ff;
  --dark-khaki: #a8d069;
  --steel-blue-2: #2e80b6;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray200: #eaecf0;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --untitled-ui-gray400: #98a2b3;
}

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

.footer {
  color: var(--dark-slate-gray);
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-link {
  color: var(--dark-slate-gray);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.spc {
  color: var(--dark-slate-gray);
}

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.navbar-logo-left {
  background-color: #fff;
  position: sticky;
}

.features-metrics-2 {
  background-color: #fcfcfc;
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper-2 {
  color: var(--dark-slate-gray);
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title-2 {
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 50px;
  line-height: 32px;
}

.button-nav {
  background-color: #7acd37;
  border-radius: 5px;
  font-weight: 700;
}

.section-7 {
  background-color: #fff;
}

.heading-22 {
  color: #2d3e4f;
  text-align: center;
  margin-bottom: -10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  max-width: 1150px;
  margin: 10px auto;
}

.image-14 {
  outline-offset: 10px;
  border: 20px #000;
  border-radius: 0;
  outline: 2px #6a859c;
}

.heading-36 {
  color: var(--dark-slate-gray);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-38 {
  color: var(--dark-slate-gray);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.paragraph-14 {
  text-align: justify;
  font-weight: 400;
}

.text-span-30, .italic-text-2 {
  color: var(--dark-slate-gray);
}

.div-block-13 {
  float: right;
  clear: right;
  margin-top: 0;
  position: fixed;
  bottom: 20px;
  right: 40px;
}

.image-17 {
  background-color: var(--light-sky-blue);
  border-radius: 10px;
  display: none;
}

.list-item-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  color: var(--dark-slate-gray);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}

.heading-41 {
  color: var(--dark-slate-gray);
}

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

.bold-text-32, .bold-text-33, .bold-text-34 {
  font-size: 18px;
}

.image-20 {
  max-width: 70%;
}

.link-4 {
  color: var(--medium-sea-green);
  font-weight: 600;
}

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

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid-3 {
    max-width: 1000px;
  }

  .grid-6 {
    margin-bottom: 15px;
  }

  .grid-8 {
    max-width: 1000px;
  }

  .grid-9 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .white-box {
    min-height: 450px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-heading.centered {
    letter-spacing: 1px;
  }

  .section-heading.centered.kostenlos-anrufen {
    display: none;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

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

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

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

  .button-primary-3 {
    align-self: center;
    margin-top: 60px;
  }

  .button-primary-3.herobutton {
    margin-top: 20px;
  }

  .button-primary-3.sticky {
    text-align: center;
    background-position: 24vw;
    background-size: 50px;
    width: 90%;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .button-primary-3.andere {
    background-position: 30%;
    background-size: 64px;
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .container-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .centered-heading-2.margin-bottom-32px {
    text-align: center;
    text-align: center;
  }

  .hero-heading-center, .hero-heading-center.main, .hero-heading-center.main {
    display: block;
  }

  .margin-bottom-24px-4 {
    text-align: left;
    max-width: 600px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .container, .container-8 {
    max-width: 728px;
  }

  .heading {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
  }

  .button-10 {
    color: #f0f0f0;
    background-color: #f8c740;
    background-image: none;
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 20px 40px;
    font-size: 22px;
  }

  .heading-3 {
    letter-spacing: 1px;
    font-size: 19px;
  }

  .section-2 {
    color: #325879;
    background-color: #fff;
    margin-bottom: -40px;
  }

  .text-span-18 {
    text-decoration: underline;
  }

  .section-title-group-2 {
    border-style: none;
    margin-bottom: 40px;
  }

  .section-title-group-2.border {
    border-style: solid;
    border-color: #2e80b6;
  }

  .paragraph-2 {
    margin-right: -5px;
  }

  .grid-image-2 {
    width: 50%;
    padding: 15px;
  }

  .hoover-picture {
    max-width: 70%;
    margin-bottom: 0;
  }

  .hero-image.shadow-two {
    width: 100%;
  }

  .grid {
    border-bottom: 3px solid #0072ff;
  }

  .container-10 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .pricing-feature-list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .link-block-3 {
    width: 80%;
  }

  .image-11 {
    width: 60%;
  }

  .image-12 {
    width: 80%;
    display: inline-block;
  }

  .image-13 {
    width: 90%;
  }

  .heading-22 {
    font-size: 16px;
  }

  .paragraph-13 {
    color: #2d3e4f;
    font-size: 13px;
    font-weight: 400;
  }

  .grid-6 {
    margin-bottom: 10px;
  }

  .hero-subscribe-right {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .button-4 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 12px;
    font-size: 16px;
  }

  .button-4.angebot {
    background-position: 5%;
    background-size: 16%;
    align-self: center;
    padding: 10px 40px 10px 60px;
    font-size: 18px;
  }

  .shadow-two {
    align-self: center;
    width: 50%;
    max-width: 100%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 0;
  }

  .hero-split {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    font-size: 22px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .bild-2 {
    margin-top: 60px;
  }

  .container-15 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .bild-3 {
    margin-top: 100px;
  }

  .heereo-sub-text {
    text-align: center;
  }

  .text-block-10 {
    font-size: 48px;
  }

  .text-block-10._1 {
    font-size: 56px;
    font-weight: 800;
  }

  .container-16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 728px;
  }

  .container-16.garantien {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-16.garantien.ab-tabllet-mobil {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .container-16.garantien.pc {
    display: none;
  }

  .pricing-wrapper-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-3 {
    width: 600px;
    max-width: 850px;
  }

  .hero-wrapper-two-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-18, .container-19 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .button-12.anrufen {
    display: none;
  }

  .button-12.schweiz {
    z-index: 999;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .list-item-10 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-text-style-subheading {
    letter-spacing: -.25px;
    font-size: 11px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-20 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .icon-2 {
    color: var(--dark-slate-gray);
  }

  .link-block-9 {
    z-index: 9999;
    background-color: #2d3e4f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .div-block-15 {
    background-color: #113a51;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .container-22 {
    max-width: 728px;
  }

  .button-primary-9 {
    align-self: center;
    margin-top: 20px;
    font-size: 25px;
  }

  .heereo-sub-text-2 {
    text-align: center;
    font-size: 31px;
  }

  .hero-heading-center-2 {
    background-image: repeating-linear-gradient(146deg, #f8f8f8 12%, #fff 90%);
    padding-bottom: 60px;
    display: none;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .centered-heading-3.margin-bottom-32px {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 39px;
  }

  .hoover-picture-2 {
    display: block;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-22 {
    align-self: center;
    max-width: 5%;
    margin-top: 40px;
  }

  .pricing-feature-4 {
    margin-top: 14px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

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

  .rl_pricing5_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-global-2 {
    width: 100%;
  }

  .paragraph-19 {
    color: #2d3e4f;
    font-size: 13px;
    font-weight: 400;
  }

  .f-grid-six-column {
    grid-template-columns: 1fr 1fr;
  }

  .icon-6 {
    color: #2d3e4f;
  }

  .container-23 {
    max-width: 728px;
  }

  .hero-heading-center-3 {
    background-image: repeating-linear-gradient(146deg, #f8f8f8 12%, #fff 90%);
    padding-bottom: 60px;
    display: none;
  }

  .button-primary-11 {
    align-self: center;
    margin-top: 60px;
  }

  .button-primary-11.herobutton {
    margin-top: 20px;
  }

  .centered-heading-4.margin-bottom-32px {
    text-align: center;
    text-align: center;
  }

  .container-24 {
    max-width: 728px;
  }

  .list-item-14 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .pricing-feature-list-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .heereo-sub-text-3 {
    text-align: center;
  }

  .container-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-12 {
    align-self: center;
    margin-top: 60px;
  }

  .button-primary-12.herobutton {
    background-image: url("https://cdn.prod.website-files.com/6363ed851ec90de3c3c01cc8/65f04c7bea3bb2c810c5153b_social-40-white.svg");
    margin-top: 20px;
  }

  .centered-heading-5.margin-bottom-32px {
    text-align: center;
    text-align: center;
  }

  .list-item-16 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hoover-picture-3 {
    max-width: 70%;
    margin-bottom: 0;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .heereo-sub-text-4 {
    text-align: center;
  }

  .container-26, .container-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-13 {
    align-self: center;
    margin-top: 60px;
  }

  .margin-bottom-24px-8 {
    text-align: left;
    max-width: 600px;
  }

  .text-block-20 {
    font-size: 48px;
  }

  .text-block-20._1 {
    font-size: 56px;
    font-weight: 800;
  }

  .grid-image-3 {
    width: 50%;
    padding: 15px;
  }

  .container-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .image-32 {
    width: 80%;
    display: inline-block;
  }

  .image-33 {
    width: 60%;
  }

  .image-34 {
    width: 90%;
  }

  .link-block-11 {
    width: 80%;
  }

  .pricing-card-4 {
    width: 600px;
    max-width: 850px;
  }

  .container-32 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 728px;
  }

  .paragraph-23 {
    color: #2d3e4f;
    font-size: 13px;
    font-weight: 400;
  }

  .container-33, .container-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-14 {
    align-self: center;
    margin-top: 60px;
  }

  .margin-bottom-24px-9 {
    text-align: left;
    max-width: 600px;
  }

  .bild-4 {
    margin-top: 60px;
  }

  .container-35 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-15 {
    align-self: center;
    margin-top: 60px;
  }

  .margin-bottom-24px-10 {
    text-align: left;
    max-width: 600px;
  }

  .button-primary-16, .button-primary-17 {
    align-self: center;
    margin-top: 60px;
  }

  .container-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-18 {
    align-self: center;
    margin-top: 60px;
  }

  .margin-bottom-24px-11 {
    text-align: left;
    max-width: 600px;
  }

  .container-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button-primary-19 {
    align-self: center;
    margin-top: 60px;
  }

  .button-primary-19.sticky {
    text-align: center;
    text-align: center;
    background-position: 24vw;
    background-size: 50px;
    width: 90%;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .margin-bottom-24px-12 {
    text-align: left;
    max-width: 600px;
  }

  .bild-5 {
    margin-top: 100px;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-global-3 {
    width: 100%;
  }

  .container-38 {
    max-width: 728px;
  }

  .hero-split-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .container-40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 728px;
  }

  .container-40.garantien {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-40.garantien.ab-tabllet-mobil {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .container-40.garantien.pc {
    display: none;
  }

  .margin-bottom-24px-14 {
    text-align: center;
    font-size: 22px;
  }

  .hero-wrapper-two-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .shadow-two-6 {
    align-self: center;
    width: 50%;
    max-width: 100%;
  }

  .container-41 {
    max-width: 728px;
  }

  .container-43, .container-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .features-wrapper-3 {
    justify-content: space-between;
  }

  .heading-60 {
    font-size: 16px;
  }

  .paragraph-31 {
    color: #2d3e4f;
    font-size: 13px;
    font-weight: 400;
  }

  .grid-9 {
    margin-bottom: 10px;
  }

  .link-block-14 {
    z-index: 9999;
    background-color: #2d3e4f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .button-16.schweiz {
    z-index: 999;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    min-height: auto;
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    letter-spacing: 0;
    text-indent: 0;
    column-count: auto;
    line-height: 55px;
  }

  .section-heading.centered.kostenlos-anrufen {
    display: none;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

  .navbar-brand {
    padding-left: 0;
  }

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

  .button-primary-3.sticky {
    background-position: 20vw;
    background-size: 45px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .centered-heading-2.margin-bottom-32px {
    width: auto;
    font-size: 36px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-center.main {
    background-image: radial-gradient(circle, #fff6, #fff 90%), url("https://cdn.prod.website-files.com/6363ed851ec90de3c3c01cc8/6a1b1b0cedaee5a60b4496b3_Unser%20Team%20RSH%20Kurt%20hautechnik%20%2B20%20Jahre%20Profi%20Erfahrung.avif"), repeating-linear-gradient(146deg, #f8f8f8 12%, #fff 90%);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
  }

  .margin-bottom-24px-4 {
    max-width: 480px;
  }

  .clients-wrapper-two {
    flex-direction: column;
    justify-content: center;
  }

  .logos-quote-block {
    padding: 10px 15px 50px;
  }

  .clients-card {
    border-bottom-style: solid;
    border-bottom-color: var(--silver);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 115px;
  }

  .hero-heading-right, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .team-circles {
    padding: 60px 15px;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .text-block-3 {
    padding-right: 0;
  }

  .bold-text-hero {
    color: var(--black);
    text-shadow: 0 1px #0003;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

  .button-10 {
    background-position: 10%;
  }

  .white-box-2 {
    margin-bottom: 30px;
  }

  .section-2 {
    background-color: #fdfdfd;
    padding-bottom: 10px;
  }

  .section-title-group-2.border {
    border-color: #2e80b6;
  }

  .grid-image-2 {
    width: 20%;
    padding: 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-image.shadow-two {
    width: 100%;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-feature-list-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .logos-quote-block-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-card-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .image-11 {
    width: 65%;
  }

  .image-12 {
    width: 90%;
  }

  .image-13 {
    width: 100%;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .button-4 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    display: block;
  }

  .button-4.angebot {
    background-position: 5%;
    background-size: 15%;
    padding-left: 60px;
    padding-right: 40px;
    font-size: 18px;
  }

  .shadow-two {
    padding-top: 10px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-split {
    text-align: center;
    align-items: center;
  }

  .features-list {
    padding: 60px 15px;
  }

  .heading-39 {
    width: 100%;
  }

  .heading-39.hier-nur {
    font-size: 28px;
  }

  .heereo-sub-text {
    width: auto;
    font-size: 18px;
  }

  .text-block-10._1 {
    font-size: 52px;
    font-weight: 800;
  }

  .text-block-10._2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
  }

  .pricing-comparison-3 {
    padding: 60px 15px;
  }

  .container-16.garantien {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-wrapper-3 {
    justify-items: stretch;
  }

  .pricing-card-3 {
    width: auto;
    max-width: 700px;
  }

  .pricing-title-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-stack-2, .hero-stack-3 {
    padding: 60px 15px;
  }

  .div-block-13 {
    margin-top: 15px;
    padding-right: 40px;
  }

  .image-18 {
    padding-right: 0;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

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

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding: 4rem 10px;
  }

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

  .list-item-10 {
    align-items: flex-start;
  }

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_header44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-text-style-subheading {
    font-size: 11px;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .button-13 {
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 12px;
    bottom: 6.5rem;
    right: -7rem;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-21 {
    max-width: 70%;
  }

  .link-block-9 {
    width: 100%;
  }

  .button-primary-9 {
    font-size: 24px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .image-22 {
    align-self: center;
    max-width: 5%;
    margin-top: 30px;
  }

  .rl_pricing5_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_pricing5_feature-list {
    grid-template-columns: 1fr;
  }

  .rl_pricing5_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_pricing5_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_pricing5_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_team8_spacing-block-8 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h3 {
    font-size: 1.125rem;
  }

  .rl_pricing5_content-item, .rl_pricing5_content-list {
    width: 100%;
  }

  .rl_pricing5_layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 99.9997%;
  }

  .rl_pricing5_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_pricing5_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_pricing5_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    width: 99.9997%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-padding-global-2 {
    width: 100%;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }

  .modal-wrapper {
    display: none;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .f-container-regular {
    max-width: 500px;
  }

  .image-24 {
    max-width: 70%;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .centered-heading-4.margin-bottom-32px {
    width: auto;
    font-size: 36px;
  }

  .list-item-14 {
    align-items: flex-start;
  }

  .pricing-feature-list-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .heereo-sub-text-3 {
    width: auto;
    font-size: 18px;
  }

  .centered-heading-5.margin-bottom-32px {
    width: auto;
    font-size: 36px;
  }

  .list-item-16 {
    align-items: flex-start;
  }

  .heereo-sub-text-4 {
    width: auto;
    font-size: 18px;
  }

  .text-block-14 {
    padding-right: 0;
  }

  .clients-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 115px;
  }

  .logos-quote-block-3 {
    padding: 10px 15px 50px;
  }

  .clients-card-3 {
    border-bottom-style: solid;
    border-bottom-color: #bec3c7;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .image-26 {
    padding-right: 0;
  }

  .clients-wrapper-two-3 {
    flex-direction: column;
    justify-content: center;
  }

  .margin-bottom-24px-8 {
    max-width: 480px;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .text-block-20._1 {
    font-size: 52px;
    font-weight: 800;
  }

  .text-block-20._2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
  }

  .grid-image-3 {
    width: 20%;
    padding: 20px;
  }

  .button-15 {
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 12px;
    bottom: 6.5rem;
    right: -7rem;
  }

  .image-32 {
    width: 90%;
  }

  .image-33 {
    width: 65%;
  }

  .image-34 {
    width: 100%;
  }

  .pricing-comparison-4 {
    padding: 60px 15px;
  }

  .pricing-card-4 {
    width: auto;
    max-width: 700px;
  }

  .pricing-title-4 {
    font-size: 34px;
    line-height: 42px;
  }

  .text-block-21 {
    padding-right: 0;
  }

  .clients-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 115px;
  }

  .clients-wrapper-two-4 {
    flex-direction: column;
    justify-content: center;
  }

  .margin-bottom-24px-9, .margin-bottom-24px-10, .margin-bottom-24px-11 {
    max-width: 480px;
  }

  .button-primary-19.sticky {
    background-position: 20vw;
    background-size: 45px;
  }

  .margin-bottom-24px-12 {
    max-width: 480px;
  }

  .text-block-26 {
    padding-right: 0;
  }

  .clients-grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 115px;
  }

  .clients-wrapper-two-5 {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-31 {
    padding-right: 0;
  }

  .clients-grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 115px;
  }

  .clients-wrapper-two-6 {
    flex-direction: column;
    justify-content: center;
  }

  .rl-padding-section-large-3 {
    width: 99.9997%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h3-2 {
    font-size: 1.125rem;
  }

  .rl-padding-global-3, .heading-54 {
    width: 100%;
  }

  .heading-54.hier-nur {
    font-size: 28px;
  }

  .hero-stack-4 {
    padding: 60px 15px;
  }

  .text-block-37 {
    padding-right: 0;
  }

  .clients-wrapper-two-7 {
    flex-direction: column;
    justify-content: center;
  }

  .hero-stack-5 {
    padding: 60px 15px;
  }

  .hero-split-4 {
    text-align: center;
    align-items: center;
  }

  .container-40.garantien {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .shadow-two-6 {
    padding-top: 10px;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .hero-stack-6 {
    padding: 60px 15px;
  }

  .text-block-42 {
    padding-right: 0;
  }

  .features-wrapper-3 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .spc-2 {
    margin-bottom: 30px;
  }

  .div-block-21 {
    margin-top: 15px;
    padding-right: 40px;
  }

  .link-block-14 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section {
    width: 100%;
  }

  .section.accent.andere {
    padding-bottom: 30px;
  }

  .white-box {
    min-height: auto;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading.centered {
    font-size: 40px;
  }

  .section-heading.centered.white {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .section-heading.centered.white.diese {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 800;
  }

  .section-heading.centered.white.info {
    font-size: 32px;
  }

  .section-heading.centered {
    color: #2d3e4f;
    text-align: center;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 46px;
    line-height: 55px;
  }

  .section-heading.centered.kostenlos-anrufen {
    color: #2d3e4f;
    border-top: 1px #000;
    border-bottom: 1px solid #2e80b6;
    border-left: 1px #2e80b6;
    border-right: 1px #000;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    display: block;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 17px;
    line-height: 22px;
  }

  .section-subheading.center.off-white.info {
    font-size: 15.5px;
  }

  .footer-text {
    font-size: 14px;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link {
    color: var(--dim-gray-2);
    font-weight: 400;
  }

  .spc {
    padding-left: 20px;
  }

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

  .button-primary-3 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .button-primary-3.herobutton {
    text-align: left;
    margin-top: 0;
    padding-right: 15px;
  }

  .button-primary-3.sticky {
    background-position: 12vw;
    background-size: 45px;
    padding-left: 60px;
    font-size: 22px;
  }

  .button-primary-3.neue.info {
    line-height: 24px;
  }

  .button-primary-3.nur-diesen {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .hero-split-2 {
    flex-flow: column;
    order: 1;
    align-self: center;
  }

  .shadow-two-2 {
    order: -1;
    align-self: center;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .centered-heading-2.margin-bottom-32px {
    text-align: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
  }

  .hero-heading-center {
    padding-top: 20px;
  }

  .hero-heading-center.main {
    background-image: radial-gradient(circle, #fff6, #fff 94%), url("https://cdn.prod.website-files.com/6363ed851ec90de3c3c01cc8/6a1b1b0cedaee5a60b4496b3_Unser%20Team%20RSH%20Kurt%20hautechnik%20%2B20%20Jahre%20Profi%20Erfahrung.avif"), repeating-linear-gradient(146deg, #f8f8f8 12%, #fff 90%);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
    width: 100%;
  }

  .margin-bottom-24px-4 {
    text-align: left;
    order: 2;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .logos-quote-block {
    width: 100%;
    padding-top: 20px;
  }

  .clients-card {
    border-bottom-style: solid;
    border-bottom-color: var(--silver);
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    padding-right: 60px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .hero-heading-right {
    background-color: #fff;
    width: 100%;
  }

  .testimonial-card-two {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-column-light {
    border-bottom-style: none;
    width: 100%;
  }

  .testimonial-main-heading {
    letter-spacing: 0;
    text-transform: none;
  }

  .testimonial-info-three {
    border: 1px solid #e2e2e2;
    margin-top: -51px;
  }

  .testimonial-text-two {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }

  .hero-heading-left {
    background-color: #fff;
    width: 100%;
  }

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

  .bold-text {
    font-size: 28px;
    font-weight: 700;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 15.5px;
    line-height: 21px;
  }

  .heading-24 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
  }

  .text-block {
    font-size: 16px;
  }

  .bold-text-3 {
    line-height: 10px;
  }

  .text-block-2 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-4 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .image {
    width: 50%;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .text-block-4 {
    width: 100%;
  }

  .bold-text-hero {
    color: var(--black);
    text-shadow: 1px 0 #0003;
    font-size: 14px;
  }

  .heading-25 {
    order: -1;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 38px;
  }

  .container-8 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
    font-weight: 400;
  }

  .heading-27 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading {
    letter-spacing: 1px;
    object-fit: fill;
    font-weight: 700;
  }

  .paragraph-3 {
    text-align: left;
    font-weight: 400;
  }

  .image-5 {
    max-width: 100%;
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-10 {
    background-position: 2%;
    background-size: 23px;
    padding: 15px 0 15px 10px;
  }

  .white-box-2 {
    border-width: 2px;
    border-radius: 7px;
  }

  .heading-3 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
  }

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

  .section-2 {
    background-color: #fdfdfd;
    margin-bottom: 0;
  }

  .text-span-17 {
    text-decoration: underline;
  }

  .section-title-group-2 {
    margin-bottom: 30px;
  }

  .section-title-group-2.border {
    border-color: #2e80b6;
    margin-top: -40px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .paragraph-2 {
    text-align: left;
    font-weight: 400;
  }

  .green {
    clear: none;
    letter-spacing: 0;
    white-space: normal;
    direction: ltr;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    height: 80px;
    margin-bottom: 0;
    font-size: 53px;
    position: static;
  }

  .grid-image-2 {
    background-color: #2e80b6;
    width: 35%;
    box-shadow: 0 0 0 1px #2e80b6;
  }

  .heading-4 {
    width: auto;
    font-size: 28px;
  }

  .textarea {
    margin-bottom: 15px;
  }

  .italic-text {
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .div-block-7 {
    text-align: left;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-29 {
    padding-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-30 {
    font-size: 28px;
    line-height: 34px;
  }

  .hoover-picture {
    max-width: 90%;
    box-shadow: 0 -20px 20px -1px var(--white-smoke-3), 0 7px 16px -4px #00000069;
    border-top-style: none;
    border-left-style: solid;
    border-radius: 4px;
    margin-top: 0;
  }

  .heading-31, .heading-32, .heading-33 {
    font-size: 24px;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-weight: 400;
  }

  .text-span-23 {
    font-size: 12px;
  }

  .hero-stack {
    padding-top: 0;
  }

  .hero-image.shadow-two {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .heading-34 {
    font-size: 30px;
  }

  .heading-35 {
    font-size: 28px;
    line-height: 38px;
  }

  .picture-round {
    width: 270px;
    height: 280px;
    max-height: 50%;
    box-shadow: -2px -6px 0 7px var(--dodger-blue), inset 0 0 0 3px #fff;
    border-width: 8px;
    padding-right: 10px;
    line-height: 20px;
  }

  .text-span-25 {
    font-size: 12px;
  }

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

  .image-6 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .image-7 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .icon {
    color: var(--dark-slate-gray);
  }

  .container-10 {
    max-width: none;
  }

  .pricing-feature-list-2 {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .pricing-feature-2 {
    color: var(--dark-slate-gray);
  }

  .bold-text-19 {
    font-size: 16px;
  }

  .image-8, .image-9, .div-block-11 {
    display: inline-block;
  }

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

  .map {
    display: none;
  }

  .container-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90svw;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .slider {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    background-color: #fff;
  }

  .logos-quote-block-2 {
    padding-bottom: 0;
  }

  .clients-card-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .clients-quote-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
    / 1fr 1fr 1fr;
    width: 100%;
    margin-top: 60px;
  }

  .link-block-3 {
    padding-left: 20px;
  }

  .image-11 {
    max-width: 100%;
  }

  .grid-4 {
    grid-template-areas: "Area";
  }

  .heading-22 {
    margin-bottom: -15px;
    font-size: 14px;
  }

  .paragraph-13 {
    color: #2d3e4f;
    font-size: 12px;
    font-weight: 400;
  }

  .grid-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .body {
    box-sizing: border-box;
    object-fit: fill;
    min-width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .heading-36, .heading-38 {
    color: var(--dark-slate-gray);
  }

  .grid-2 {
    background-color: #fff;
    border-radius: 0;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .image-15 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hero-subscribe-right {
    background-color: #fff;
    border-bottom-style: none;
  }

  .heading-16 {
    color: #2d3e4f;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 36px;
  }

  .button-4 {
    padding-left: 50px;
  }

  .button-4.angebot {
    background-position: 5% 60%;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 70%;
    padding: 10px 0 10px 20px;
    display: flex;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .shadow-two {
    padding-top: 15px;
  }

  .text-span-29 {
    text-decoration: line-through;
  }

  .hero-wrapper {
    border-style: solid;
    border-color: #7acd37;
  }

  .hero-split {
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .margin-bottom-24px-3 {
    color: #2d3e4f;
    margin-top: 0;
    font-size: 22px;
  }

  .container-6 {
    max-width: 100%;
  }

  .bild-2 {
    order: 1;
    margin-top: 20px;
  }

  .text-block-8 {
    color: var(--dark-slate-gray);
    font-weight: 600;
  }

  .features-list {
    border-bottom-style: none;
  }

  .container-15 {
    max-width: none;
  }

  .features-wrapper-two {
    padding-left: 20px;
  }

  .features-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -35px;
  }

  .features-block-two {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 30px;
    list-style-type: disc;
  }

  .features-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .heading-39 {
    font-style: italic;
  }

  .slide-2 {
    background-color: #fff;
  }

  .bild-3 {
    order: -1;
  }

  .heereo-sub-text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-10 {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-10._1 {
    font-size: 36px;
  }

  .text-block-10._2 {
    font-size: 25px;
    line-height: 38px;
  }

  .div-block-12 {
    width: 100%;
  }

  .list-item {
    text-align: center;
  }

  .pricing-comparison-3 {
    width: 100%;
  }

  .container-16 {
    max-width: none;
  }

  .pricing-card-3 {
    max-width: 550px;
  }

  .pricing-title-3 {
    font-size: 30px;
  }

  .pricing-feature-list-3 {
    column-count: auto;
  }

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

  .html-embed {
    width: 95%;
  }

  .container-18 {
    max-width: none;
  }

  .navbar-logo-left-2 {
    padding-top: 0;
  }

  .container-19 {
    max-width: none;
  }

  .navbar-wrapper-2 {
    width: auto;
    height: 50px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    place-content: stretch space-around;
  }

  .button-12 {
    background-size: 50px;
    width: 70px;
    height: 70px;
  }

  .list-item-8 {
    text-align: center;
  }

  .location {
    font-size: 27px;
    line-height: 40px;
  }

  .list-item-10 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-text-style-subheading {
    margin-top: .5rem;
    font-size: 10px;
  }

  .container-20 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-feature {
    font-size: 15px;
    line-height: 19px;
  }

  .text-span-35 {
    color: var(--dark-slate-gray);
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .link-block-9 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .container-22 {
    max-width: none;
  }

  .button-primary-9 {
    order: 3;
    align-self: center;
    margin-top: 30px;
    font-size: 24px;
    box-shadow: 0 10px 20px 6px #ff7f2b40;
  }

  .heereo-sub-text-2 {
    font-size: 24px;
    font-weight: 700;
  }

  .hero-heading-center-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bold-text-35 {
    text-align: left;
    font-size: 16px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .centered-heading-3.margin-bottom-32px {
    text-align: center;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
  }

  .hoover-picture-2 {
    border-top-style: none;
    border-bottom: 10px solid #f8c740;
    border-left-style: solid;
    border-left-color: #f8c740;
    border-radius: 4px;
    box-shadow: 0 -20px 20px -1px #edeff2, 0 7px 16px -4px #00000069;
  }

  .hero-split-3 {
    flex-flow: column;
    order: 1;
    align-self: center;
    margin-bottom: 40px;
  }

  .image-22 {
    opacity: .7;
    align-self: center;
    max-width: 5%;
    margin-top: 20px;
  }

  .pricing-feature-list-4 {
    margin-bottom: 0;
  }

  .pricing-feature-4 {
    color: #2d3e4f;
    margin-top: 14px;
  }

  .bold-text-hero-2 {
    font-size: 16px;
  }

  .rl_pricing5_content-list {
    grid-template-columns: 1fr;
  }

  .rl_pricing5_layout {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .button-14.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .button-14.modal-open_btn.button-primary-3 {
    background-color: #7acd37;
    background-image: none;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    line-height: 24px;
  }

  .modal-wrapper {
    display: none;
  }

  .heading-42 {
    color: var(--dark-slate-gray);
    font-weight: 700;
  }

  .paragraph-18 {
    color: var(--dark-slate-gray);
    text-align: left;
    font-weight: 400;
  }

  .uui-text-size-large-2 {
    font-weight: 800;
  }

  .paragraph-19 {
    color: #2d3e4f;
    font-size: 12px;
    font-weight: 400;
  }

  .f-grid-six-column {
    grid-template-columns: 1fr;
  }

  .f-section-small {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-logo-block {
    padding: 14px;
  }

  .div-block-16 {
    width: 90%;
    min-width: 300px;
    max-width: 500px;
  }

  .navbar-logo-left-3 {
    padding-top: 0;
  }

  .container-23 {
    max-width: none;
  }

  .hero-heading-center-3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-primary-11 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .button-primary-11.herobutton {
    text-align: left;
    text-align: left;
    margin-top: 0;
    padding-right: 15px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .centered-heading-4.margin-bottom-32px {
    text-align: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
  }

  .bold-text-hero-3 {
    font-size: 14px;
  }

  .text-span-39 {
    color: #2d3e4f;
  }

  .container-24 {
    max-width: none;
  }

  .list-item-14 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-feature-list-5 {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .heereo-sub-text-3 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .container-25 {
    max-width: none;
  }

  .button-primary-12 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .button-primary-12.herobutton {
    text-align: left;
    text-align: left;
    margin-top: 0;
    padding-right: 15px;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .centered-heading-5.margin-bottom-32px {
    text-align: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
  }

  .bold-text-hero-4 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-span-41 {
    color: #2d3e4f;
  }

  .list-item-16 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hoover-picture-3 {
    border-top-style: none;
    border-left-style: solid;
    border-radius: 4px;
    max-width: 90%;
    margin-top: 0;
    box-shadow: 0 -20px 20px -1px #edeff2, 0 7px 16px -4px #00000069;
  }

  .heereo-sub-text-4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-14, .text-block-15 {
    font-size: 16px;
  }

  .container-26 {
    max-width: none;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .clients-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    padding-right: 100px;
  }

  .text-block-17 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .bold-text-38 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .logos-quote-block-3 {
    padding-top: 20px;
  }

  .bold-text-39 {
    line-height: 10px;
  }

  .clients-card-3 {
    object-fit: scale-down;
    border-bottom-style: solid;
    border-bottom-color: #bec3c7;
    margin-left: auto;
    margin-right: auto;
  }

  .image-25 {
    width: 50%;
  }

  .clients-wrapper-two-3 {
    flex-direction: column;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .container-27 {
    max-width: none;
  }

  .button-primary-13 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .margin-bottom-24px-8 {
    text-align: left;
    order: 2;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .uui-text-size-large-3 {
    font-weight: 800;
  }

  .picture-round-2 {
    border-width: 8px;
    width: 270px;
    height: 280px;
    max-height: 50%;
    padding-right: 10px;
    line-height: 20px;
    box-shadow: -2px -6px 0 7px #2e9dff, inset 0 0 0 3px #fff;
  }

  .heading-43 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
  }

  .heading-44 {
    font-size: 24px;
  }

  .paragraph-20 {
    font-weight: 400;
  }

  .text-block-20 {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-20._1 {
    font-size: 36px;
  }

  .text-block-20._2 {
    font-size: 25px;
    line-height: 38px;
  }

  .heading-45 {
    font-size: 24px;
  }

  .div-block-17 {
    width: 100%;
  }

  .heading-46 {
    font-size: 24px;
  }

  .grid-image-3 {
    width: 35%;
  }

  .paragraph-21, .paragraph-22 {
    font-weight: 400;
  }

  .grid-7 {
    background-color: #fff;
    border-radius: 0;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .image-27 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .section-9.accent.andere {
    padding-bottom: 30px;
  }

  .image-28 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-29 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .image-30 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .container-29 {
    max-width: none;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
    / 1fr 1fr 1fr;
    width: 100%;
    margin-top: 60px;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .div-block-18 {
    width: 90%;
    min-width: 300px;
    max-width: 500px;
  }

  .container-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .image-33 {
    max-width: 100%;
  }

  .testimonial-card-two-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-11 {
    padding-left: 20px;
  }

  .slide-3 {
    background-color: #fff;
  }

  .testimonial-text-two-2 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }

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

  .pricing-card-4 {
    max-width: 550px;
  }

  .pricing-title-4 {
    font-size: 30px;
  }

  .pricing-feature-list-6 {
    column-count: auto;
  }

  .container-32 {
    max-width: none;
  }

  .paragraph-23 {
    color: #2d3e4f;
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-21, .text-block-22 {
    font-size: 16px;
  }

  .container-33 {
    max-width: none;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .clients-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    padding-right: 100px;
  }

  .text-block-24 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .bold-text-50 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .bold-text-51 {
    line-height: 10px;
  }

  .image-36 {
    width: 50%;
  }

  .clients-wrapper-two-4 {
    flex-direction: column;
  }

  .container-34 {
    max-width: none;
  }

  .heading-47 {
    font-size: 28px;
    line-height: 34px;
  }

  .shadow-two-3 {
    order: -1;
    align-self: center;
  }

  .button-primary-14 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .margin-bottom-24px-9 {
    text-align: left;
    order: 2;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .bild-4 {
    order: 1;
    margin-top: 20px;
  }

  .container-35 {
    max-width: none;
  }

  .button-primary-15 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .margin-bottom-24px-10 {
    text-align: left;
    order: 2;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .heading-48 {
    order: -1;
    font-size: 28px;
    line-height: 32px;
  }

  .button-primary-16 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .heading-49 {
    color: #2d3e4f;
    font-weight: 700;
  }

  .paragraph-24 {
    color: #2d3e4f;
    text-align: left;
    font-weight: 400;
  }

  .button-primary-17 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .container-36 {
    max-width: none;
  }

  .heading-50 {
    padding-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .shadow-two-4 {
    order: -1;
    align-self: center;
  }

  .button-primary-18 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .margin-bottom-24px-11 {
    text-align: left;
    order: 2;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .container-37 {
    max-width: none;
  }

  .heading-51 {
    font-size: 26px;
    line-height: 38px;
  }

  .button-primary-19 {
    order: 3;
    align-self: center;
    font-size: 23px;
    box-shadow: 0 10px 20px 6px #7acd374f;
  }

  .button-primary-19.sticky {
    background-position: 12vw;
    background-size: 45px;
    padding-left: 60px;
    font-size: 22px;
  }

  .margin-bottom-24px-12 {
    text-align: left;
    order: 2;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .bild-5 {
    order: -1;
  }

  .clients-grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    padding-right: 100px;
  }

  .text-block-29 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-52 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .bold-text-53 {
    line-height: 10px;
  }

  .image-37 {
    width: 50%;
  }

  .clients-wrapper-two-5 {
    flex-direction: column;
  }

  .shadow-two-5 {
    order: -1;
    align-self: center;
  }

  .heading-52, .heading-53 {
    font-size: 28px;
    line-height: 38px;
  }

  .clients-grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    padding-right: 100px;
  }

  .text-block-34 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-54 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .bold-text-55 {
    line-height: 10px;
  }

  .clients-wrapper-two-6 {
    flex-direction: column;
  }

  .link-6 {
    font-size: 18px;
  }

  .rl-heading-style-h3-2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .rl-text-style-regular-2 {
    font-size: 1rem;
  }

  .paragraph-25 {
    font-size: 18px;
  }

  .text-block-36 {
    color: #2d3e4f;
    font-size: 15px;
    font-weight: 600;
  }

  .clients-info-image-3 {
    margin-right: 16px;
  }

  .bold-text-56 {
    font-size: 1.3rem;
  }

  .link-7 {
    font-size: 22px;
  }

  .heading-54 {
    font-style: italic;
  }

  .hero-stack-4 {
    padding-top: 0;
  }

  .container-38 {
    max-width: none;
  }

  .text-block-40 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-57 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .bold-text-58 {
    line-height: 10px;
  }

  .clients-wrapper-two-7 {
    flex-direction: column;
  }

  .heading-55 {
    color: #2d3e4f;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 36px;
  }

  .hero-split-4 {
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-40 {
    max-width: none;
  }

  .margin-bottom-24px-14 {
    color: #2d3e4f;
    margin-top: 0;
    font-size: 22px;
  }

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

  .shadow-two-6 {
    padding-top: 15px;
  }

  .hero-stack-6 {
    padding-top: 0;
  }

  .container-41, .container-43 {
    max-width: none;
  }

  .text-block-45 {
    object-fit: scale-down;
    width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-59 {
    object-fit: fill;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-28 {
    font-size: 16px;
  }

  .div-block-19 {
    text-align: left;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-57 {
    width: auto;
    font-size: 28px;
  }

  .italic-text-3 {
    font-size: 16px;
    font-weight: 600;
  }

  .container-45 {
    max-width: none;
  }

  .spc-2 {
    padding-left: 20px;
  }

  .heading-58 {
    color: #2d3e4f;
  }

  .footer-link-2 {
    color: #49647b;
    font-weight: 400;
  }

  .heading-59 {
    color: #2d3e4f;
  }

  .heading-60 {
    margin-bottom: -15px;
    font-size: 14px;
  }

  .paragraph-31 {
    color: #2d3e4f;
    font-size: 12px;
    font-weight: 400;
  }

  .grid-9 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .text-span-57 {
    font-size: 12px;
  }

  .button-16 {
    background-size: 50px;
    width: 70px;
    height: 70px;
  }

  .icon-7 {
    color: #000;
    width: 40px;
    margin-left: 10px;
    font-size: 25px;
  }

  .icon-8 {
    color: #000;
    width: 40px;
    font-size: 25px;
  }

  .bold-text-60 {
    font-size: 18px;
  }
}

#w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44c7-f88b35b5, #w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44c8-f88b35b5, #w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44c9-f88b35b5, #w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44ca-f88b35b5, #w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44cb-f88b35b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_2858fd95-93cd-38f0-a83a-f52a21fe44c9-f88b35b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}
