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

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

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

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

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

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

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

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

@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: #121f43;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.image {
  background-color: #ededed3b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.header_section {
  z-index: 9999;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
}

.header_container {
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border: 1px solid #121f434d;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  padding: 1rem 2rem;
  display: flex;
  position: sticky;
  box-shadow: 0 4px 20px #00000014;
}

.nav_div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  display: flex;
}

.logo_div {
  order: 0;
  align-self: center;
  width: 60px;
}

.nav_link {
  color: #141d4d;
  text-align: center;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.nav_link.mobile_menu_link {
  color: #8eb5d8;
}

.hero_section {
  clear: none;
  min-height: 100vh;
  position: static;
}

.hero_section.main_section_background {
  background-color: #8eb5d800;
  background-image: url('../images/Hero_Section_Background.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero_overlay {
  z-index: 1;
  background-color: #ffffff1a;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero_container {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1600px;
  min-height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_h1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #121f43;
  text-align: left;
  background-color: #fff3;
  border: 1px solid #000;
  border-radius: 12px;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 2rem 4rem;
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
  box-shadow: 5px 10px 10px 5px #0003;
}

.list_hero {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff4d;
  border-radius: 12px;
  flex-flow: column;
  padding: 2rem 4rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.list_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  direction: ltr;
  background-clip: border-box;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  list-style-type: none;
  display: flex;
  position: relative;
}

.div-block {
  width: 6px;
  height: 6px;
}

.bullet_hero {
  background-color: #121f43;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  padding-right: 0;
  position: static;
}

.hamburger_div {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.hamburger_div.hamburger_button {
  z-index: 1000;
  cursor: pointer;
  padding: .5rem;
  position: relative;
}

.image-2 {
  width: 100%;
  display: block;
}

.hero_background {
  z-index: 1;
  background-image: url('../images/Gemini_Generated_Image_8bar5f8bar5f8bar.png');
  background-position: 25%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
}

.hero_background_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: left;
  object-fit: cover;
  object-position: 36% 0%;
  width: 100%;
  height: 100%;
  position: static;
}

.main_section {
  background-color: #bdcdd8;
  padding: 0;
}

.main_section.main_section_background {
  background-color: #8eb5d8;
}

.main_container {
  width: 100%;
  max-width: 1200px;
  box-shadow: none;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
}

.main_container.white_section {
  background-image: none;
  box-shadow: inset 0 0 120px #4000ff0a;
}

.main_container.projects_container {
  background-color: #131f46;
  background-image: url('../images/special_container_background.png');
  background-position: 50%;
  background-size: cover;
  box-shadow: inset 0 0 120px #121f431a;
}

.main_container.projects_container.special_background_container {
  background-image: linear-gradient(45deg, #0a0f1c00, #8eb5d8 0%, #042b5f 103%);
}

.main_container.contacts_container {
  background-color: #f6f6f600;
  background-image: url('../images/special_container_background.png');
  background-position: 50% 100%;
  background-size: cover;
}

.main_container.contacts_container.footer_container {
  box-shadow: none;
  -webkit-text-stroke-color: #a8c7e0;
  background-color: #fff0;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.main_container.special_container_gradient {
  background-image: linear-gradient(225deg, #0a0f1c00, #8eb5d8 50%, #042b5f);
}

.main_container.special_container_gradient_1 {
  box-shadow: none;
  background-color: #8eb5d800;
}

.main_container.special_container_gradient_1.special_container_gradient {
  box-shadow: none;
  background-color: #fff0;
  background-image: none;
  background-size: auto;
}

.main_container.special_container_gradient_1.special_container_gradient.special_container_gradient_2 {
  background-image: radial-gradient(circle, #041a36, #8eb5d8 0%, #688fb7 0%, #042b5f 70%);
}

.main_container.footer_section {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper {
  z-index: 3;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.wrapper.wrapper_projects {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  border: 1px solid #121f434d;
  border-radius: 20px;
  padding: 6rem 2rem;
  box-shadow: 0 0 40px #00000040;
}

.wrapper.wrapper_projects.wrapper_contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff3;
  border-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0 0 40px #00000040;
}

.wrapper.wrapper_contacts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding: 4rem 2rem;
}

.heading_h2 {
  color: #141d4d;
  -webkit-text-stroke-color: #121f43;
  margin: 0 0 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading_h2.projects_heading {
  color: #141d4d;
  -webkit-text-stroke-color: #121f43;
  margin-bottom: 0;
}

.heading_h2.zufriedene_kunde_heading_h2 {
  color: #141d4d;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.heading_h2.about_me_text {
  color: #141d4d;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
}

.heading_h2.heading_contact {
  color: #141d4d;
  -webkit-text-stroke-color: #121f43;
}

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

.cards_grid.about_me_grid {
  grid-template-rows: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.service_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fff3;
  border: 1px solid #121f434d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: -5px -5px 10px #0000001a, 5px 5px 10px #0000001a;
}

.service_card.service_card_projects {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  justify-content: space-around;
  align-items: center;
  min-height: 25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: -5px -5px 10px #0000001a, 5px 5px 10px #0000001a;
}

.service_card.contact_form_card {
  color: #fff;
  padding: 0 0 0 1rem;
}

.heading_h3 {
  color: #141d4d;
  text-align: center;
  -webkit-text-stroke-color: #121f43;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.heading_h3.contact_form_heading {
  color: #8eb5d8;
}

.heading_h3.about_me_text {
  color: #141d4d;
}

.heading_h3.about_me_heading_2 {
  color: #141d4d;
  line-height: 1.3;
}

.heading_h3.hero_heading_h3 {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.service_card_image_4 {
  width: 256px;
}

.card_text {
  color: #141d4d;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.card_text.ber_mich_section_text {
  color: #141d4d;
  text-align: center;
  letter-spacing: 1px;
  padding: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.card_text.projects_text {
  color: #141d4d;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.card_text.projects_text.contact_us_text {
  color: #121f43;
}

.card_text.contact_form_text {
  color: #8eb5d8;
  text-align: left;
}

.card_text.contact_for_text {
  color: #8eb5d8;
  font-weight: 500;
  line-height: .2;
}

.card_text.viel_mehr_text {
  color: #fff;
}

.service_card_image_2 {
  width: 256px;
}

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

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

.heading-3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.projects_heading {
  overflow-wrap: normal;
}

.div-block-2 {
  display: block;
}

.projects_line {
  color: #121f43;
  background-color: #141d4d;
  width: 50%;
  height: 2px;
  margin-bottom: 0;
  font-size: 1rem;
}

.heading-4 {
  font-size: 2rem;
  line-height: 1.2;
}

.heading-5 {
  font-size: 2.5rem;
}

.heading_h3-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.card_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

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

.main_overlay {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact_form_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.submit-button {
  color: #121f43;
  background-color: #8eb5d8;
  border-radius: 10px;
  font-weight: 600;
}

.contact_line {
  background-color: #8eb5d8;
  width: 2px;
}

.contact_me_div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.contact_form_div {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 2.5rem;
  display: flex;
}

.column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  padding: 8px;
  display: flex;
}

.columns {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.form {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  display: flex;
}

.mail_image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
}

.columns-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact_columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.icons, .icons_text {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact_info_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-width: auto;
  min-height: auto;
  padding: 1.5rem;
  display: flex;
}

.form_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0000;
}

.form_input {
  color: #141d4d;
  text-align: left;
  letter-spacing: 1px;
  background-color: #bdcdd8;
  border: 1px solid #121f434d;
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: .5rem;
  padding: 1rem 1.2rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 -1px 10px 2px #0003;
}

.form_input:focus {
  background-color: #ffffff14;
  border-color: #ffffff59;
}

.form_input::placeholder {
  color: #141d4d66;
  -webkit-text-stroke-color: #fff6;
}

.form_input.form_textarea {
  color: #141d4d;
  height: 12rem;
}

.form_input.form_imput_color {
  color: #141d4d;
  border-color: #121f434d;
}

.form_input.form_imput_color::placeholder {
  color: #141d4d4d;
}

.form_input.form_1 {
  background-color: #fff0;
  border-color: #141d4d33;
}

.form_input.form_1:active {
  background-color: #fff0;
}

.form_input.form_2, .form_input.form_3 {
  background-color: #fff0;
  border-color: #141d4d33;
}

.form_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
}

.custom_button {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #121f43;
  border: 1px solid #4000ff40;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  min-height: auto;
  padding: .9rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.custom_button.hero_button {
  width: 50%;
}

.custom_button.hero_contact_us_button {
  background-color: #141d4d;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-3 {
  border-radius: 20px;
}

.contact_item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.phone_icon, .mail_icon {
  max-width: 20px;
}

.form-block-2 {
  width: 100%;
  min-width: 20rem;
}

.checkbox-label {
  color: #121f43;
}

.image-4 {
  max-width: 20px;
}

.footer_section {
  background-color: #8eb5d8;
  overflow: visible;
}

.footer_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_logo {
  max-width: 4rem;
}

.footer_link {
  color: #121f43;
  letter-spacing: .5px;
  text-decoration: none;
}

.text-block {
  color: #8eb5d8;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.copyright_text {
  color: #121f43;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: .8rem;
  display: flex;
}

.image-5, .image-6 {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.contact_form_text {
  text-align: center;
}

.contact_form_content {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.legal_section {
  background-color: #8eb5d800;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.legal_section.datenschutz_section, .legal_section.agb {
  height: auto;
}

.legal_container {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.legal_heading {
  color: #121f43;
  margin-top: 0;
  margin-bottom: 2rem;
}

.legal_content {
  color: #8eb5d8;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}

.mobile_menu {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  background-color: #131f46;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.hamburger_bg, .menu_spacer {
  display: none;
}

.div-block-5 {
  display: flex;
}

.text-block-2, .text-block-3 {
  color: #121f43;
}

.text-block-4 {
  color: #121f43;
  padding-bottom: 2rem;
}

.text-block-5 {
  color: #121f43;
}

.hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 6rem 0 6rem 4rem;
  display: flex;
}

.hero_image {
  background-image: none;
  background-size: auto;
  width: 50%;
  height: auto;
  min-height: 55%;
  padding: 0;
}

.hero_heading {
  color: #141d4d;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.hero_content_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 0 2rem;
  display: flex;
}

.hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero_button {
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
  display: flex;
}

.impressum_background {
  background-color: #8eb5d8;
}

.div-block-6 {
  position: absolute;
  inset: 0%;
}

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

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

.checkbox {
  background-color: #fff;
}

.form_label {
  color: #141d4d;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.contact_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.contact_formular {
  color: #141d4d;
  width: 100%;
}

.form_message {
  background-color: #bdcdd8;
  border-radius: 12px;
  min-height: 8rem;
  box-shadow: 0 -1px 10px 2px #0003;
}

.form_message::placeholder {
  color: #141d4d66;
  letter-spacing: 1px;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4;
}

.form_message.form_4 {
  color: #141d4d;
  background-color: #fff0;
  border: 1px solid #141d4d33;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4;
}

.form_message.form_4:active {
  color: #141d4d;
}

.checkbox-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.checkbox_label {
  color: #141d4d;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
}

.form_submit_button {
  color: #bdcdd8;
  background-color: #141d4d;
  border-radius: 12px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.success-message-2 {
  background-color: #ddd0;
}

.checkbox-2 {
  background-color: #bdcdd8;
  border: 1px solid #141d4d4d;
  margin-top: 0;
}

.checkbox-2.w--redirected-checked {
  color: #8eb5d8;
  -webkit-text-fill-color: inherit;
  background-color: #141d4d;
  background-clip: border-box;
}

.contact_form_info_text {
  color: #141d4d;
  letter-spacing: .5px;
  text-shadow: -2px -2px 5px #0000001a, 2px 2px 5px #0000001a;
  font-size: 1.2rem;
  font-weight: 600;
}

.contact_information {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.contact_text_field {
  color: #141d4d;
  text-shadow: 1px 2px 5px #141d4d33;
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
  }

  .container {
    max-width: 728px;
  }

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

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .pricing-card {
    width: 350px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .header_container {
    z-index: 999;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    padding: .5rem 2rem;
  }

  .nav_div {
    opacity: 1;
    color: #121f43;
    flex: 0 auto;
    display: none;
  }

  .nav_link.mobile_menu_link {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .hero_section {
    min-height: 100vh;
  }

  .hero_section.main_section_background {
    background-position: 50%;
  }

  .hero_container {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100vh;
  }

  .hero_h1 {
    font-size: 2.5rem;
  }

  .list_item {
    font-size: 1.3rem;
  }

  .hamburger_div.hamburger_button {
    z-index: 2;
    width: auto;
    height: auto;
    padding: 0;
  }

  .hero_background {
    background-image: url('../images/CleanersPro.webp');
    background-position: 69%;
    background-size: cover;
  }

  .main_container.contacts_container.footer_container {
    background-color: #8cb1d7;
  }

  .main_container.special_container_gradient_1 {
    overflow: clip;
  }

  .main_container.special_container_gradient_1.special_container_gradient {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main_container.footer_section, .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.wrapper_projects {
    pointer-events: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading_h2 {
    font-size: 2rem;
  }

  .heading_h2.projects_heading {
    color: #141d4d;
  }

  .heading_h2.zufriedene_kunde_heading_h2 {
    color: #141d4d;
    font-size: 1.5rem;
  }

  .service_card {
    justify-content: space-around;
  }

  .heading_h3 {
    font-size: 1.3rem;
  }

  .heading_h3.about_me_text {
    font-size: .8rem;
    font-weight: 500;
  }

  .heading_h3.hero_heading_h3 {
    font-size: 1rem;
  }

  .card_text {
    letter-spacing: .5px;
    font-size: 1rem;
  }

  .card_text.ber_mich_section_text {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .card_text.projects_text {
    color: #141d4d;
    font-size: 1rem;
  }

  .card_text.projects_text.contact_us_text {
    letter-spacing: 0;
  }

  .projects_line {
    background-color: #141d4d;
  }

  .contact_form_div {
    width: 50%;
    padding: 0;
  }

  .contact_info_div {
    justify-content: space-around;
    width: 50%;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
  }

  .form_input.form_1 {
    background-color: #fff0;
    border-color: #121f4333;
  }

  .form_input.form_1:active {
    background-color: #fff0;
  }

  .form_input.form_2 {
    background-color: #fff0;
    border-color: #141d4d33;
  }

  .form_input.form_2:active {
    background-color: #fff0;
  }

  .form_input.form_3 {
    background-color: #fff0;
    border-color: #141d4d33;
  }

  .form_input.form_3:active {
    background-color: #fff0;
  }

  .custom_button {
    width: 100%;
    font-size: .8rem;
  }

  .custom_button.hero_contact_us_button {
    background-color: #141d4d;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact_item {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-2 {
    min-width: auto;
  }

  .footer_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .copyright_text {
    padding-bottom: 0;
  }

  .contact_form_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    padding: 1rem;
    overflow: visible;
  }

  .legal_section {
    height: auto;
    min-height: 100vh;
  }

  .mobile_menu {
    z-index: 1001;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    aspect-ratio: auto;
    opacity: 0;
    pointer-events: none;
    background-color: #8eb5d8;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    inset: 0% 0% auto;
    overflow: visible;
    transform: none;
  }

  .hamburger_bg {
    z-index: 99999999;
    pointer-events: auto;
    background-color: #fff3;
    border: 1px solid #121f43;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .menu_hamburger_logo {
    z-index: 3;
    pointer-events: none;
    width: 24px;
    position: relative;
  }

  .menu_spacer {
    flex: 1 0 auto;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .mobile_menu_link {
    opacity: 1;
    pointer-events: auto;
    color: #121f43;
    text-align: center;
    border: 1px solid #121f43;
    border-radius: 20px;
    width: 75%;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile_menu_link.w--current {
    opacity: 1;
    border: 1px solid #121f43;
    border-radius: 20px;
    width: 75%;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .hero_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero_image {
    width: auto;
    min-height: auto;
    padding: 0;
  }

  .hero_heading {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }

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

  .hero_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero_button {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_formular {
    pointer-events: auto;
  }

  .form_message.form_4 {
    background-color: #fff0;
    border: 1px solid #141d4d33;
  }

  .form_message.form_4:active {
    background-color: #fff0;
  }

  .contact_form_info_text {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .mobile_menu_link_block {
    pointer-events: auto;
    color: #141d4d;
    border: 1px solid #141d4d;
    border-radius: 12px;
    width: 80%;
    padding: 1rem 3rem;
    text-decoration: none;
    box-shadow: -5px -5px 10px 2px #0000001a, 5px 5px 10px 2px #0000001a;
  }

  .mobile_menu_text {
    color: #141d4d;
    text-align: center;
    -webkit-text-stroke-color: #121f4300;
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pricing-card {
    width: auto;
  }

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

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .hero_section.main_section_background {
    background-position: 50%;
  }

  .hero_container {
    background-image: none;
  }

  .hero_background {
    background-position: 71%;
  }

  .main_container.special_container_gradient_1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .main_container.footer_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading_h2.about_me_text {
    font-size: 2rem;
  }

  .heading_h2.heading_contact {
    font-size: 1.6rem;
  }

  .cards_grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .cards_grid.about_me_grid {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .service_card {
    max-width: none;
  }

  .service_card.service_card_projects {
    width: 100%;
  }

  .heading_h3.about_me_heading_2 {
    font-size: 1.2rem;
  }

  .card_text.projects_text.contact_us_text {
    color: #141d4d;
    font-size: .9rem;
  }

  .about_me_text {
    text-align: center;
  }

  .card_wrapper {
    flex-flow: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .contact_form_div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    width: 75%;
  }

  .contact_info_div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: flex-start;
    width: 75%;
  }

  .form_input, .form_input.form_imput_color {
    width: 100%;
  }

  .form_button {
    justify-content: center;
    align-items: center;
  }

  .custom_button {
    width: 100%;
  }

  .contact_item {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_content {
    padding: .5rem;
  }

  .footer_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact_form_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_menu {
    display: flex;
  }

  .hero_text {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 6rem;
  }

  .hero_content_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact_formular {
    pointer-events: auto;
  }

  .checkbox_label {
    font-size: .8rem;
  }

  .checkbox-2 {
    background-color: #bdcdd8;
    box-shadow: 0 -1px 10px 2px #0000001a;
  }

  .contact_form_info_text {
    font-size: 1rem;
    font-weight: 400;
  }

  .contact_text_field {
    font-size: .9rem;
  }
}

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

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .header_section {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .header_container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero_section {
    min-height: 100vh;
  }

  .hero_section.main_section_background {
    background-image: url('../images/Gemini_Generated_Image_8bar5f8bar5f8bar.png');
    background-size: cover;
    height: 100vh;
    min-height: auto;
  }

  .hero_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_h1 {
    font-size: 1.5rem;
  }

  .list_hero {
    font-size: 0;
  }

  .list_item {
    font-size: 1rem;
    list-style-type: none;
  }

  .bullet_hero {
    display: none;
  }

  .hero_background {
    background-position: 73%;
  }

  .main_container.special_container_gradient_1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main_container.special_container_gradient_1.special_container_gradient {
    padding: 6rem 1rem;
  }

  .main_container.footer_section, .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.wrapper_projects {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .wrapper.wrapper_projects.wrapper_contact {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_h2 {
    font-size: 1.8rem;
  }

  .heading_h2.projects_heading {
    color: #141d4d;
    text-align: center;
    font-size: 1.8rem;
  }

  .heading_h2.zufriedene_kunde_heading_h2 {
    text-align: center;
  }

  .heading_h2.about_me_text {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading_h2.heading_contact {
    text-align: left;
    max-width: 90%;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
  }

  .cards_grid {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cards_grid.about_me_grid {
    justify-content: center;
    align-items: center;
  }

  .service_card {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    background-color: #ffffff4d;
    max-width: 100%;
    min-height: 30rem;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service_card.service_card_projects {
    width: 100%;
  }

  .heading_h3 {
    font-size: 1rem;
  }

  .heading_h3.about_me_heading_2 {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .heading_h3.hero_heading_h3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card_text {
    color: #141d4d;
    font-size: .9rem;
    font-weight: 400;
  }

  .card_text.ber_mich_section_text {
    letter-spacing: .3px;
    padding: 1rem 0;
    font-size: .9rem;
    font-weight: 400;
  }

  .card_text.projects_text {
    color: #141d4d;
    letter-spacing: normal;
    font-weight: 400;
  }

  .card_text.projects_text.contact_us_text {
    text-align: left;
    font-size: .6rem;
  }

  .about_me_text {
    max-width: 100%;
  }

  .projects_line {
    background-color: #141d4d;
    width: 50%;
  }

  .card_wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact_form_div {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .contact_info_div {
    text-align: center;
    align-items: flex-start;
    width: 100%;
  }

  .form_input {
    width: 100%;
    max-width: none;
    padding: .5rem .6rem;
    line-height: 1;
  }

  .form_button {
    width: auto;
    max-width: 100%;
  }

  .custom_button.hero_contact_us_button {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    letter-spacing: 0;
    border-color: #ffffff40;
    width: auto;
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: .6rem;
  }

  .custom_button.hero_contact_us_button.w--current {
    color: #bdcdd8;
  }

  .contact_item {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .footer_content {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
  }

  .footer_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_link {
    color: #121f43;
    font-size: .6rem;
  }

  .copyright_text {
    color: #121f43;
    text-align: center;
    font-size: .6rem;
  }

  .contact_form_text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .contact_form_content {
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: hidden;
  }

  .mobile_menu {
    opacity: 0;
    display: flex;
  }

  .mobile_menu_link {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .mobile_menu_link.w--current {
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .hero_text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-height: none;
    padding: 4rem 1rem;
    display: flex;
    overflow: visible;
  }

  .hero_heading {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .hero_content_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding: 3.5rem 0;
  }

  .hero_button {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact_formular {
    pointer-events: auto;
  }

  .checkbox-field {
    justify-content: center;
    align-items: center;
  }

  .checkbox_label {
    font-size: .7rem;
  }

  .checkbox-2 {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
  }

  .contact_form_info_text {
    text-align: left;
    letter-spacing: 0;
    font-size: .7rem;
    line-height: 1.2;
  }

  .mobile_menu_link_block {
    pointer-events: auto;
    background-color: #ffffff4d;
    border-color: #141d4d33;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_menu_link_block.w--current {
    background-color: #ffffff4d;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_menu_text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
  }

  .contact_information {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_text_field {
    text-align: left;
    letter-spacing: 1px;
    font-size: .8rem;
    font-weight: 400;
  }

  .contact_image {
    width: 20px;
    max-width: none;
  }
}


