:root {
  --black: #383838;
  --combine-library--grey-800\<deleted\|variable-c0ad9ad1\>: #1f2c3d;
  --combine-library--grey-600\<deleted\|variable-0e360e02\>: #5f6570;
  --combine-library--white\<deleted\|variable-4f83e1a7\>: white;
  --combine-library--grey-200\<deleted\|variable-b73553ce\>: #bfc4ce;
  --combine-library--grey-050\<deleted\|variable-392f34d8\>: #f2f3f7;
  --ghost-white: #f3f5fa;
  --combine-library--primary-200\<deleted\|variable-cc363261\>: #9e97ff;
  --white-smoke: #f0f0f0;
  --blue: #1f2c3d;
}

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

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

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

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

body {
  color: #333;
  background-color: #1d2d38;
  font-family: Dosis;
  font-size: 17px;
  line-height: 21px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #1fdb6a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: #c93275;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

li {
  margin-bottom: 4px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  border: 3px none var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  width: 200px;
  max-width: 100%;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: Opensans-custom, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #2b2b2b;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-icon {
  height: 15px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 16px;
  right: 0;
}

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

.body {
  background-color: #0000;
}

.formular {
  width: 400px;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.section_4 {
  background-color: #fff;
}

.space-medium {
  width: 100%;
  height: 1.5rem;
}

.text-size-style {
  color: #383838;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.stellenbeschreibung {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.icon_small {
  color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon_color4 {
  color: var(--combine-library--grey-600\<deleted\|variable-0e360e02\>);
}

.accordion_expander {
  color: red;
}

.job_title {
  color: #1f2c3d;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.stelle-wrapper {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.stelle-wrapper.stelle-hide-1 {
  display: block;
}

.stelle-wrapper.stelle-hide-6, .stelle-wrapper.stelle-hide-7, .stelle-wrapper.stelle-hide-8, .stelle-wrapper.stelle-hide-9, .stelle-wrapper.stelle-hide-10, .stelle-wrapper.stelle-hide-11, .stelle-wrapper.stelle-hide-12, .stelle-wrapper.stelle-hide-13, .stelle-wrapper.stelle-hide-14, .stelle-wrapper.stelle-hide-15, .stelle-wrapper.stelle-hide-16, .stelle-wrapper.stelle-hide-17, .stelle-wrapper.stelle-hide-18, .stelle-wrapper.stelle-hide-19, .stelle-wrapper.stelle-hide-20 {
  display: none;
}

.accordion_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.padding-section-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section_stellen {
  background-color: var(--combine-library--white\<deleted\|variable-4f83e1a7\>);
}

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

.header-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.section_header {
  background-color: #f2f3f7;
  background-image: linear-gradient(1deg, #87bbd5, #fff0 69%), url('../images/Nr.7_2024_10_30.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  display: flex;
}

.section_header.oberarzt {
  background-image: linear-gradient(1deg, #ee7f01 3%, #fff0 27%), url('../images/DSC00935-Enhanced-NR-Kopie.jpg');
  background-position: 0 0, 50% 30%;
}

.section_header.pflegefachkraft {
  background-image: linear-gradient(1deg, #87bbd5 3%, #fff0 29%), url('../images/Nr.8_2024_10_30.jpg');
  background-position: 0 0, 50% 20%;
}

.section_header.pflegefachkraft._222 {
  background-image: linear-gradient(1deg, #87bbd5 3%, #fff0 29%), url('../images/Nr.1_2024_10_30-Kopie.jpg');
}

.section_header.pflegefachkraft._222._3132 {
  background-image: linear-gradient(1deg, #87bbd5 3%, #fff0 29%), url('../images/Nr.12_2024_10_30.jpg');
}

.section_header.pflegefachkraft.quier {
  background-image: linear-gradient(1deg, #87bbd5 3%, #fff0 29%), url('../images/Nr.3_2024_10_30-Kopie.jpg');
}

.section_header.pflegefachkraft.nachtwache {
  background-image: linear-gradient(1deg, #87bbd5 3%, #fff0 29%), url('../images/Nr.14_2024_10_30-Kopie.jpg');
}

.button-bottom-right-container {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-bottom-right {
  z-index: 1000000000;
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem 0 0 .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-bottom-right:hover {
  background-color: #28364ae6;
}

.header-content-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.div-stellenangebote {
  background-color: #c5cde0cc;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.button-style-stelle {
  color: #1f2c3d;
  text-align: left;
  background-color: #fff0;
  border-radius: .5rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: .75rem 1.75rem;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: block;
}

.button-style-stelle:hover {
  color: #2b2b2b;
  background-color: #fff0;
}

.button-style-stelle.stelle-hide-1, .button-style-stelle.stelle-hide-2, .button-style-stelle.stelle-hide-3, .button-style-stelle.stelle-hide-4, .button-style-stelle.stelle-hide-5 {
  display: block;
}

.button-style-stelle.stelle-hide-6, .button-style-stelle.stelle-hide-7, .button-style-stelle.stelle-hide-8, .button-style-stelle.stelle-hide-9, .button-style-stelle.stelle-hide-10, .button-style-stelle.stelle-hide-11, .button-style-stelle.stelle-hide-12, .button-style-stelle.stelle-hide-13, .button-style-stelle.stelle-hide-14, .button-style-stelle.stelle-hide-15, .button-style-stelle.stelle-hide-16, .button-style-stelle.stelle-hide-17, .button-style-stelle.stelle-hide-18, .button-style-stelle.stelle-hide-19, .button-style-stelle.stelle-hide-20 {
  display: none;
}

.heading-div-stellen {
  color: #1f2c3d;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: Opensans-custom, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.stellenbeschreibung-standort, .stellenbeschreibung-datum {
  color: #1f2c3d;
  letter-spacing: 0;
  text-transform: none;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 140%;
}

.icon-standort {
  color: #1f2c3d;
  -webkit-text-stroke-color: #383838;
  padding-right: .7rem;
  font-family: Montserrat, sans-serif;
}

.stellenbeschreibung-beschaeftigungsverhaeltnis {
  color: #1f2c3d;
  letter-spacing: 0;
  text-transform: none;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 140%;
}

.wrapper-standort, .wrapper-beschaeftigungsverhaeltnis, .wrapper-datum {
  display: flex;
}

.icon-date, .icon-beschaeftigungsverhaeltnis {
  color: #1f2c3d;
  -webkit-text-stroke-color: #383838;
  padding-right: .7rem;
  font-family: Montserrat, sans-serif;
}

.div-stelleninfos {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: .95rem;
  display: flex;
}

.heading-stellenbeschreibung {
  color: #1f2c3d;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 40px;
}

.rich-text-block {
  color: #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: .95rem;
  line-height: 25px;
}

.menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.icon_line-middle {
  background-color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.menu-icon_line-top {
  background-color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav1_menu-button {
  padding: .5rem;
}

.nav_link {
  color: #1f2c3d;
  text-transform: uppercase;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.nav_link:hover {
  color: #383838;
}

.nav_link.w--current {
  color: #1f2c3d;
  text-transform: uppercase;
  font-size: 1rem;
}

.nav_link.w--current:hover {
  color: #383838;
}

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

.nav_logo {
  max-width: 100%;
  height: 100%;
  max-height: 3.8rem;
  display: inline-block;
}

.nav_logo-link.w--current {
  align-items: center;
  display: flex;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_component {
  background-color: var(--ghost-white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.feature_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: visible;
}

.text-style {
  color: #fff;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  overflow: visible;
}

.feature_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.feature_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_2 {
  background-color: var(--combine-library--white\<deleted\|variable-4f83e1a7\>);
  padding-left: 100px;
  padding-right: 100px;
}

.button-style {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition-property: background-color;
}

.button-style:hover {
  background-color: #28364ae6;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  max-width: 85%;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

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

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

.container-small.oben {
  max-width: 70rem;
}

.padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section_1 {
  background-color: #69c6ff00;
  background-image: linear-gradient(#c68a26cc, #c68a26cc), url('../images/AdobeStock_479345293-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 100px;
  padding-right: 100px;
}

.footer_link {
  color: #1f2c3d;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
}

.footer_nav-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.social_icon {
  color: #1f2c3d;
  width: 1.5rem;
  height: 1.5rem;
}

.footer_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.footer_social-link:hover {
  color: var(--combine-library--primary-200\<deleted\|variable-cc363261\>);
}

.footer_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer_logo-vertical {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 8.6rem;
  display: inline-block;
  position: relative;
}

.footer_logo-link {
  position: relative;
}

.footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_component {
  background-color: var(--ghost-white);
}

.footer_partnerlogo {
  max-width: 100%;
  max-height: 2.5rem;
  display: inline-block;
  position: absolute;
  top: 46px;
  left: 110px;
}

.button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.danke_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #1f2c3dcc;
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

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

.heading-style-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
}

.heading-style-small {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.steps_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.step_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.section_3 {
  background-color: #dee3ee;
}

.button-jetzt-bewerben {
  background-color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition-property: background-color;
}

.button-jetzt-bewerben:hover {
  background-color: #28364ae6;
}

.section_header_bewerbung {
  background-color: #f2f3f7;
  background-image: url('../images/pflege-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.form-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.icon-bewerbung {
  color: #1f2c3d;
  width: 1.3rem;
  height: 1.3rem;
}

.icon-bewerbung-wrapper {
  color: #fff0;
}

.benefit-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.benefit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.form-text-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f3f5fa;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding: 25px;
  display: flex;
}

.form-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.section_form {
  background-color: #fff;
}

.text-style-semibold {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-style-semibold-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5;
}

.grid-benefits-main {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-benefits {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.icon-2 {
  color: #1f2c3d;
  text-align: left;
  -webkit-text-stroke-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.heading-style-icons-2 {
  color: #1f2c3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-style-grid {
  color: #1f2c3d;
  text-align: center;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.paragraph._21313 {
  color: #fff;
}

.grid {
  grid-template-rows: auto;
  margin-top: 50px;
}

.heading-2 {
  color: #0082d3;
  font-family: Opensans-custom, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container {
  background-color: #000b61;
}

.div-block {
  background-color: #87bbd5;
  border-radius: 5px;
  padding: 20px;
}

.div-block.text._11 {
  background-color: #001f5200;
  margin-left: 20px;
}

.div-block._1231 {
  width: 500px;
}

.div-block._1231._13 {
  background-color: #87bbd5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  display: flex;
}

.div-block._1231._13._1323131 {
  background-color: #001f5200;
  width: auto;
  height: auto;
}

.div-block._1231._11 {
  background-color: #001f5200;
}

.div-block._2 {
  text-align: center;
  background-color: #c58821;
}

.div-block._121 {
  background-color: #001f5200;
  padding-left: 0;
}

.button-2 {
  color: #fff;
  background-image: linear-gradient(302deg, #00437a, #328eff);
  border-radius: 10px;
  font-family: Opensans-custom, sans-serif;
}

.stelle-label {
  z-index: 2;
  color: #1f2c3d;
  background-color: #009cc6;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.stelle-datum {
  color: #fff;
}

.stelle-button {
  color: #1f2c3d;
  align-items: center;
  padding: .5rem .5rem .5rem 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.stelle-button:hover {
  color: #6157f8;
}

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

.linkblock-stelle {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 24rem;
  margin-bottom: 20px;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.linkblock-stelle:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.container-large-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  max-width: 150%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.stelle-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  display: flex;
}

.stelle-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stelle-image-wrapper {
  width: 100%;
  height: 13rem;
  position: relative;
  overflow: hidden;
}

.stelle-arrow-icon {
  color: #009cc6;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-block {
  color: #009cc6;
}

.text-block:hover {
  color: #003248;
}

.heading-stelle {
  color: #001f52;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.stelle-standort {
  color: #003248;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.button-3 {
  color: #000;
  background-image: linear-gradient(302deg, #87bbd5, #c4eafd);
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Opensans-custom, sans-serif;
}

.button-3._22 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.button-3._22._323 {
  margin-top: 10px;
  position: static;
}

.button-3.erlebe {
  background-image: linear-gradient(302deg, #ee7f01, #ffa641);
  margin-left: 0;
}

.button-3.erlebe.section-zwischen {
  color: #fff;
  background-color: #87bbd5;
  background-image: none;
  margin-top: 50px;
}

.heading-3 {
  font-family: Opensans-custom, sans-serif;
  font-size: 1.8rem;
}

.paragraph-2 {
  font-family: Opensans-custom, sans-serif;
}

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

.grid-2._13311 {
  margin-top: 50px;
}

.grid-2._1321441 {
  width: 100%;
  margin-top: 50px;
}

.image-2 {
  border-radius: 10px;
  max-width: 100%;
}

.section {
  background-image: linear-gradient(#87bbd5cc, #87bbd5cc), url('../images/AdobeStock_479345293-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 4rem 100px;
}

.heading-4 {
  color: #fff;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-span {
  color: #fff200;
}

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

.image-3 {
  border-radius: 10px;
  margin-top: 15px;
}

.section-2 {
  background-color: #87bbd5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 100px;
  display: flex;
}

.container-3 {
  max-width: 1400px;
}

.container-3._22._312 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.section-3 {
  padding: 4rem 100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.paragraph-4 {
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
}

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

.image-4 {
  display: inline-block;
}

.section-4 {
  background-image: url('../images/DSC01708-Enhanced-NR-Kopie-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 90vh;
  padding: 4rem 100px;
}

.heading-6 {
  font-family: Opensans-custom, sans-serif;
  font-weight: 600;
  line-height: 60px;
}

.heading-6._4434 {
  text-align: right;
}

.text-span-2 {
  background-image: linear-gradient(0deg, #c58821, #fff 54%);
}

.section-5 {
  padding: 4rem 100px;
}

.heading-7 {
  color: #001f52;
  font-family: Opensans-custom, sans-serif;
  font-weight: 600;
}

.paragraph-5 {
  font-family: Opensans-custom, sans-serif;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.grid-4.startseite {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
}

.section-6 {
  background-image: url('../images/DSC01992-Enhanced-NR-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-7 {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/Nr.12_2024_10_30.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 4rem 100px;
  display: flex;
}

.section-7._231231 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/DSC01794-Enhanced-NR-Kopie.jpg');
  background-position: 0 0, 50% 40%;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  padding-right: 100px;
}

.heading-8 {
  color: #fff;
  text-align: right;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
  font-family: Opensans-custom, sans-serif;
}

.paragraph-7._31231 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-8 {
  padding: 4rem 100px;
}

.grid-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-8 {
  font-family: Opensans-custom, sans-serif;
}

.heading-9 {
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.section-9 {
  background-image: linear-gradient(#87bbd5cc, #87bbd5cc), url('../images/AdobeStock_479345293-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 4rem 100px;
}

.section-9.bewerbung {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-9.bewerbung._2132, .section-9.bewerbung._12312 {
  height: auto;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.section-10 {
  padding: 8rem 100px;
}

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

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

.paragraph-10 {
  text-align: center;
  margin-top: 50px;
  font-family: Opensans-custom, sans-serif;
}

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

.step-number {
  color: #87bbd5;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.steps-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.step-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.step-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.step-arrow-bottom {
  opacity: 1;
  position: absolute;
  inset: auto 0% -20% 11%;
}

.step-item-top {
  margin-top: 100px;
}

.step-arrow-top {
  opacity: 1;
  position: absolute;
  inset: -20% 0% 0% 44%;
}

.bold-text-2, .bold-text-3 {
  color: #000;
}

.code-embed {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.button-4 {
  background-image: linear-gradient(299deg, #ee7f01, #ffb35c);
  border-radius: 10px;
  font-family: Opensans-custom, sans-serif;
}

.text-span-3, .text-span-4 {
  color: #eaff00;
}

.grid-8 {
  grid-template-rows: auto auto auto;
}

._22 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

.container-4 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1109px;
  display: flex;
}

.text-span-5 {
  background-image: linear-gradient(0deg, #c58821, #fff 50%);
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1071px;
  display: flex;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 25px;
}

.link, .link-2 {
  color: #8e2a33;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1065px;
  display: flex;
}

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

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

.image-5 {
  border-radius: 10px;
}

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

.text-span-6 {
  font-weight: 600;
}

.grid-9 {
  grid-template-rows: auto;
}

.image-6 {
  max-width: 40%;
}

.button-5 {
  border-radius: 10px;
  font-family: Opensans-custom, sans-serif;
}

.section-11 {
  background-image: linear-gradient(#87bbd5cc, #87bbd5cc), url('../images/AdobeStock_479345293-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 4rem 100px;
}

.heading-14 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.button-6 {
  background-color: #87bbd5;
  border-radius: 10px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-12 {
  color: #000;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
}

.link-3 {
  color: #000;
}

.grid-11 {
  grid-template-rows: auto;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-faq-answer"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .nav_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_menu {
    border-bottom: 1px solid var(--combine-library--grey-200\<deleted\|variable-b73553ce\>);
    background-color: var(--combine-library--grey-050\<deleted\|variable-392f34d8\>);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

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

  .padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section_1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .danke_component {
    padding: 3rem;
  }

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

  .div-block._1231._13, .div-block._1231._13._1323131 {
    flex-flow: column;
  }

  .div-block._1231._11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stelle-button {
    white-space: nowrap;
  }

  .linkblock-stelle {
    max-width: 32rem;
  }

  .stelle-image-wrapper {
    height: 14rem;
  }

  .heading-stelle {
    font-size: 1rem;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .grid-3 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .step-item {
    text-align: center;
    width: 400px;
  }

  .steps-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-arrow-bottom {
    display: none;
  }

  .step-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .step-arrow-top {
    display: none;
  }

  .container-6 {
    margin-left: 437px;
  }
}

@media screen and (max-width: 767px) {
  .contact-popup {
    overflow: auto;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_component, .feature_component {
    flex-direction: column;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .danke_component {
    padding: 2.5rem;
  }

  .form-component {
    flex-direction: column;
  }

  .grid-benefits-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stelle-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .step-item {
    width: 300px;
  }

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

  .step-item-top {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 49px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .padding-section-medium {
    flex-flow: column;
    display: flex;
    position: relative;
    top: 42px;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header_component {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section_header {
    background-image: linear-gradient(1deg, #87bbd5, #fff0 70%), url('../images/Nr.7_2024_10_30.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    height: 50vh;
  }

  .stellenbeschreibung-standort {
    font-size: .8rem;
  }

  .stellenbeschreibung-datum {
    letter-spacing: 0;
    font-size: .8rem;
  }

  .icon-standort {
    padding-right: .9rem;
  }

  .stellenbeschreibung-beschaeftigungsverhaeltnis {
    letter-spacing: 0;
    font-size: .8rem;
  }

  .wrapper-standort {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .wrapper-beschaeftigungsverhaeltnis {
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .wrapper-datum {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .div-stelleninfos {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-stellenbeschreibung, .rich-text-block {
    font-size: .9rem;
  }

  .nav_logo-link.w--current {
    align-items: center;
  }

  .heading-style {
    font-size: 1.8rem;
  }

  .section_2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    max-width: 100%;
    overflow: hidden;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .footer_logo-vertical {
    position: static;
  }

  .footer_logo-link {
    position: relative;
  }

  .footer_partnerlogo {
    top: 45px;
    left: 115px;
  }

  .button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .danke_component {
    padding: 1.5rem;
  }

  .step_wrapper {
    flex-direction: column;
  }

  .grid-benefits-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-style-grid {
    text-align: center;
  }

  .heading {
    font-size: 20px;
  }

  .paragraph._21313 {
    font-size: 12px;
  }

  .div-block._1231._13 {
    border-radius: 20px;
  }

  .div-block._1231._11, .div-block._1231._11._1313, .div-block._1231._11._1234123 {
    width: auto;
  }

  .linkblock-stelle {
    width: 100%;
  }

  .container-large-2-copy {
    flex-flow: column;
  }

  .stelle-image-wrapper {
    height: 10rem;
  }

  .heading-stelle {
    font-size: .8rem;
  }

  .button-3.erlebe.section-zwischen {
    text-align: right;
  }

  .heading-3 {
    font-size: 1.3rem;
  }

  .grid-2 {
    flex-flow: column;
  }

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

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

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

  .section-2, .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    flex-flow: column;
  }

  .section-4 {
    height: 130vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 25px;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7._231231 {
    padding-right: 10px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-6 {
    flex-flow: column;
    display: flex;
  }

  .section-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step-item {
    width: 100%;
  }

  .steps-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .step-item-top {
    width: 100%;
  }

  .heading-13 {
    font-size: 15px;
  }

  .grid-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._22 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._323 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    margin-left: 0;
  }

  .container-6 {
    margin-left: auto;
  }

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

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

  .container-9, .container-10, .container-11, .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-10, .grid-11 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-dffbfffc {
  place-self: center start;
}

#w-node-_6225a05d-f105-868c-c6e3-49e9d6948ed8-dffbfffc, #w-node-df4bae39-4310-5c1c-7107-9bf8ce40b26f-dffbfffc, #w-node-_70428177-8e05-f63a-6ff5-59f16753c6d2-dffbfffc, #w-node-_70428177-8e05-f63a-6ff5-59f16753c6d4-dffbfffc, #w-node-d3edfead-dfbd-04a2-c073-ba5a02dd2e5d-dffbfffc, #w-node-d3edfead-dfbd-04a2-c073-ba5a02dd2e5f-dffbfffc, #w-node-_4832d0da-f404-69d0-dc5f-5c11cb74a740-dffbfffc, #w-node-_4832d0da-f404-69d0-dc5f-5c11cb74a742-dffbfffc, #w-node-_617b0864-c0a8-366a-684d-9f2834a2ae10-dffbfffc, #w-node-_617b0864-c0a8-366a-684d-9f2834a2ae12-dffbfffc, #w-node-b46eee4b-a341-8b61-4835-064bbabd1ca9-dffbfffc, #w-node-_2007c3e9-c548-6c83-f188-88f2e5e69d21-dffbfffc, #w-node-ceb47b8f-14a0-ee94-40d8-71152fa25167-dffbfffc, #w-node-_85656480-bf4d-55a2-5577-64719b03705a-dffbfffc, #w-node-b85f4667-532b-043f-e53c-256394b90750-dffbfffc, #w-node-_9bd5ceaf-1365-2aed-f8b6-4b7ef8666c19-dffbfffc {
  place-self: center;
}

#w-node-ce621061-7775-12a9-33ee-c41f4fedaaa2-dffbfffc, #w-node-ce621061-7775-12a9-33ee-c41f4fedaaa9-dffbfffc, #w-node-ce621061-7775-12a9-33ee-c41f4fedaaaa-dffbfffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-dffc005f {
  place-self: center start;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-dffc005f {
  place-self: center end;
}

#w-node-_212a7c1f-4681-6c29-bb89-0838cd1b37db-dffc005f {
  place-self: start;
}

#w-node-_31e9aafa-a6f7-3c89-a0da-294ac4987516-dffc005f, #w-node-_31e9aafa-a6f7-3c89-a0da-294ac4987518-dffc005f, #w-node-_31e9aafa-a6f7-3c89-a0da-294ac498751a-dffc005f, #w-node-_31e9aafa-a6f7-3c89-a0da-294ac498751c-dffc005f, #w-node-_31e9aafa-a6f7-3c89-a0da-294ac498751e-dffc005f, #w-node-_31e9aafa-a6f7-3c89-a0da-294ac4987520-dffc005f {
  place-self: center;
}

#w-node-_5abf31e2-07a2-1070-23c5-5a588de42ba4-dffc005f, #w-node-_5abf31e2-07a2-1070-23c5-5a588de42baf-dffc005f, #w-node-_5abf31e2-07a2-1070-23c5-5a588de42bb0-dffc005f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_282dc903-f2b7-f513-8adb-33e2d8d514d2-dffc005f {
  align-self: center;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-ed67b2ad {
  place-self: center start;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-ed67b2ad {
  place-self: center end;
}

#w-node-_212a7c1f-4681-6c29-bb89-0838cd1b37db-ed67b2ad {
  place-self: start;
}

#w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd5-ed67b2ad, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd7-ed67b2ad, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd9-ed67b2ad, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdb-ed67b2ad, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdd-ed67b2ad, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdf-ed67b2ad {
  place-self: center;
}

#w-node-_961dbea3-6257-5133-46a1-d176cc2f6211-ed67b2ad, #w-node-_961dbea3-6257-5133-46a1-d176cc2f621c-ed67b2ad, #w-node-_961dbea3-6257-5133-46a1-d176cc2f621d-ed67b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_354d7c93-c411-ee36-c02e-5ab9aecc9247-ed67b2ad {
  align-self: center;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-9e0abf40 {
  place-self: center start;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-9e0abf40 {
  place-self: center end;
}

#w-node-_212a7c1f-4681-6c29-bb89-0838cd1b37db-9e0abf40 {
  place-self: start;
}

#w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd5-9e0abf40, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd7-9e0abf40, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd9-9e0abf40, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdb-9e0abf40, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdd-9e0abf40, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdf-9e0abf40 {
  place-self: center;
}

#w-node-f6dd4bee-fe5e-0bfc-830d-6f2d6ba61b8d-9e0abf40, #w-node-f6dd4bee-fe5e-0bfc-830d-6f2d6ba61b98-9e0abf40, #w-node-f6dd4bee-fe5e-0bfc-830d-6f2d6ba61b99-9e0abf40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f17e28d-2f6c-5393-4342-702acfc81cb7-9e0abf40 {
  align-self: center;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-727a3bfb {
  place-self: center start;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-727a3bfb {
  place-self: center end;
}

#w-node-_212a7c1f-4681-6c29-bb89-0838cd1b37db-727a3bfb {
  place-self: start;
}

#w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd5-727a3bfb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd7-727a3bfb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd9-727a3bfb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdb-727a3bfb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdd-727a3bfb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdf-727a3bfb {
  place-self: center;
}

#w-node-_6e01fec3-9b3c-e6d3-2335-b6b2dbae9367-727a3bfb, #w-node-_6e01fec3-9b3c-e6d3-2335-b6b2dbae9372-727a3bfb, #w-node-_6e01fec3-9b3c-e6d3-2335-b6b2dbae9373-727a3bfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7de9f7f-805a-fbae-a956-bd6c619b7a7f-727a3bfb {
  align-self: center;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-22fc11bb {
  place-self: center start;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-22fc11bb {
  place-self: center end;
}

#w-node-_212a7c1f-4681-6c29-bb89-0838cd1b37db-22fc11bb {
  place-self: start;
}

#w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd5-22fc11bb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd7-22fc11bb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fd9-22fc11bb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdb-22fc11bb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdd-22fc11bb, #w-node-e1bccfd8-755c-e164-4c85-bbdea92c5fdf-22fc11bb {
  place-self: center;
}

#w-node-f60462c8-6995-eabc-5057-9ad50d090323-22fc11bb, #w-node-f60462c8-6995-eabc-5057-9ad50d09032e-22fc11bb, #w-node-f60462c8-6995-eabc-5057-9ad50d09032f-22fc11bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c409e8c-adee-1015-af3e-f7b74ebe61e6-22fc11bb {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_0360b767-9d19-55ed-d873-0f3cb0c0170f-dffbfffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-custom';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICON';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}