: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;
  --combine-library--primary-200\<deleted\|variable-cc363261\>: #9e97ff;
  --ghost-white: #f3f5fa;
  --white-smoke: #f0f0f0;
  --blue: #1f2c3d;
}

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

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

@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 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

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

.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: url('../images/DJI_0750-edit-4mb.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  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: url('../images/DSC04543-Enhanced-NR-Kopie.jpg');
  background-position: 50% 40%;
}

.section_header.pflegefachkraft._123 {
  background-image: url('../images/6762d0e23ed1e3b878936daa_DSC06245-Enhanced-NR-Kopie-2.jpg');
  background-position: 50% 20%;
}

.section_header.pflegefachkraft._1313, .section_header.pflegefachkraft.a13 {
  background-image: url('../images/SUSS-52-6-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: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

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

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

.nav_logo {
  width: 30%;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-flex;
}

.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: #003f30;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.heading-style._13 {
  color: #87f06e;
  margin-top: 1rem;
}

.heading-style._13._13213 {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
}

.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: #003f30;
  background-image: url('../images/SUSS_Winkelelement_04-04.svg');
  background-position: 50%;
  background-size: cover;
  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;
}

.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: url('../images/SUSS_Winkelelement_03-03-03-03-03-03.svg'), linear-gradient(#003f30, #003f30);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  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: #fff200;
  text-align: center;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #8e2a33;
  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: #003f30;
  border-radius: 0;
  padding: 20px;
}

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

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

.div-block._1231._13 {
  background-color: #8e2a33;
  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;
  width: auto;
}

.div-block._2 {
  background-color: #87f06e;
}

.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;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.linkblock-stelle {
  color: #1f2c3d;
  background-color: #e5ebea;
  border-radius: 0;
  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: 100%;
  max-width: 75rem;
  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;
  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: #000;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  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: #87f06e;
  background-color: #003f30;
  border-radius: 0;
  margin-top: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Opensans-custom, sans-serif;
}

.button-3:hover {
  color: #003f30;
  background-color: #87f06e;
}

.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: #003f30;
  background-color: #87f06e;
  background-image: none;
  border-radius: 10px;
  margin-top: 50px;
}

.button-3.erlebe.section-zwischen:hover {
  color: #003f30;
}

.heading-3 {
  color: #003f30;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.5rem;
}

.heading-3._12313 {
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 1.5rem;
}

.heading-3._12313._13213 {
  font-size: 1.25rem;
}

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

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

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

.image-2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.image-2._1231, .image-2.dsasd, .image-2.wsad {
  max-width: 100%;
}

.section {
  background-color: #336559;
  padding: 4rem 100px;
}

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

.heading-4._13 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  font-size: 1.5rem;
}

.text-span {
  color: #fff200;
}

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

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

.section-2 {
  background-color: #003f30;
  padding: 4rem 100px;
}

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

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

.heading-5._123 {
  color: #87f06e;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.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, #ee7f01, #fff 54%);
}

.section-5 {
  background-color: #336559;
  padding: 4rem 100px;
}

.heading-7 {
  color: #003f30;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  font-family: Opensans-custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph-5 {
  color: #fff;
  margin-top: 50px;
  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-columns: 1fr 1fr 1fr 1fr;
}

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

.paragraph-6._3123, .paragraph-6._222 {
  color: #003f30;
}

.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-color: #003f30;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 4rem 100px;
  display: flex;
}

.section-7._231231 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  padding-right: 100px;
  display: block;
}

.section-7.bewerbung {
  height: auto;
}

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

.heading-8._13 {
  text-align: center;
}

.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 {
  background-color: #336559;
  background-image: url('../images/SUSS_Winkelelement_04-04.svg');
  background-position: 50% 0;
  background-size: cover;
  padding: 4rem 100px;
}

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

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

.heading-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  font-family: Opensans-custom, sans-serif;
  font-weight: 500;
}

.heading-9._21 {
  font-size: 1.5rem;
  font-weight: 600;
}

.section-9 {
  background-color: #003f30;
  padding: 4rem 100px;
}

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

.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: #87f06e;
  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: #003f30;
  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: #003f30;
}

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

.heading-13 {
  color: #8e2a33;
  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: 0;
  display: flex;
}

.text-span-5 {
  background-image: linear-gradient(0deg, #ee7f01, #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;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #87f06e;
}

.bold-text-13, .bold-text-14 {
  color: #003f30;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
  border-radius: 0;
}

.div-block-3 {
  background-color: #fff0;
  background-image: url('../images/SUSS_Winkelelement_03-03-03-03-03-03-03-02.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-4, .div-block-5, .div-block-6 {
  background-image: url('../images/SUSS_Winkelelement_03-03-03-03-03-03-03-02.svg');
  background-position: 50%;
  background-size: cover;
}

.code-embed-2 {
  margin-top: 50px;
}

.div-block-7, .div-block-8, .div-block-9 {
  background-image: url('../images/SUSS_Winkelelement_03-03-03-03-03-03-03-02.svg');
  background-position: 50%;
  background-size: cover;
}

.text-span-6 {
  color: #87f06e;
}

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

.bold-text-15, .bold-text-16 {
  color: #003f30;
}

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

.bold-text-17, .bold-text-18 {
  color: #003f30;
}

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

.bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
  color: #003f30;
}

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

.nav_logo-2 {
  width: 30%;
  max-width: none;
  height: auto;
  max-height: none;
  display: inline-flex;
}

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: .8rem;
  }

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

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

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

  .heading-8, .paragraph-7 {
    text-align: center;
  }

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

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

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

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

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

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

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

@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;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 42px;
  }

  .padding-global {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section_header {
    background-image: url('../images/SUSS-52-6-Kopie.jpg');
    background-position: 50% 20%;
    background-size: cover;
    height: 30vh;
  }

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

  .menu-icon_line-bottom, .icon_line-middle, .menu-icon_line-top {
    background-color: #fff;
  }

  .nav_logo {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

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

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

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

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

  .heading-style._13 {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .heading-style._13._13213 {
    margin-top: -2rem;
    font-size: 1.5rem;
  }

  .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.text._11 {
    margin-top: -54px;
  }

  .div-block.text._11._2433 {
    margin-top: -70px;
  }

  .div-block.text._11._2433._1312313 {
    margin-top: -110px;
  }

  .div-block.text._11._1313 {
    margin-top: -103px;
  }

  .div-block.text._11._21323 {
    margin-top: -109px;
  }

  .div-block.text._11._13123 {
    margin-top: -118px;
  }

  .div-block.text._11._312321 {
    margin-top: -44px;
  }

  .div-block.text._11._1232131 {
    margin-top: -46px;
  }

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

  .div-block._1231._11 {
    width: auto;
    margin-top: -43px;
  }

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

  .div-block._1231._11._1234123 {
    width: auto;
    margin-top: -6px;
  }

  .div-block._1231._11._1234123._2132131 {
    margin-top: -6px;
  }

  .linkblock-stelle {
    width: 100%;
  }

  .container-large-2-copy {
    flex-flow: column;
    margin-top: 20px;
  }

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

  .button-3.erlebe.section-zwischen {
    text-align: center;
    margin-left: 1rem;
    font-size: 14px;
  }

  .heading-3 {
    color: #fff;
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .heading-3._12313 {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .heading-3._12313._13213 {
    font-size: 1.5rem;
  }

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

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

  .section {
    padding: 2rem 10px;
  }

  .heading-4._13 {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
  }

  .container-2 {
    margin-top: -50px;
  }

  .section-2 {
    padding: 2rem 10px;
  }

  .heading-5._123 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

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

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

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

  .section-5 {
    padding: 2rem 10px;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5._1312, .paragraph-5._1323, .paragraph-5._13123, .paragraph-5._1231 {
    margin-top: 0;
  }

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

  .section-7 {
    height: auto;
    padding: 2rem 10px;
  }

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

  .heading-8 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-8._13 {
    font-size: 28px;
    line-height: 50px;
  }

  .paragraph-7, .paragraph-7._31231 {
    text-align: center;
  }

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

  .section-8._13123 {
    padding-top: 0;
  }

  .heading-9._21 {
    color: #fff;
    font-size: 25px;
  }

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

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

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

  .step-item {
    width: 100%;
  }

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

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

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

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

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

  ._22 {
    flex-flow: column;
  }

  ._323 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .div-block-3 {
    background-image: none;
  }

  .div-block-4, .div-block-5 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-9 {
    background-image: none;
  }

  .container-9, .container-10 {
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-11._12323 {
    margin-top: -94px;
  }

  .container-11._12323._13313, .container-11._13123, .container-11._12313 {
    margin-top: 0;
  }

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

  .container-12._1313 {
    margin-top: -95px;
  }

  .container-12._1313._123213 {
    margin-top: 0;
  }

  .grid-9 {
    margin-top: -30px;
  }

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

  .section-12._12331 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .padding-global-3 {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav_logo-2 {
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: none;
    height: auto;
    max-height: none;
  }
}

#w-node-_129a0f66-a3de-f09e-8566-7cdf73b89b60-79738b49, #w-node-_129a0f66-a3de-f09e-8566-7cdf73b89b6b-79738b49, #w-node-_129a0f66-a3de-f09e-8566-7cdf73b89b6c-79738b49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_8a2478dc-5429-f850-ef73-86f53872b34a-79738b49 {
  justify-self: auto;
}

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

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

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

#w-node-c0812fa0-41c3-f022-1f60-03ce36252254-79738bac, #w-node-c0812fa0-41c3-f022-1f60-03ce3625225f-79738bac, #w-node-c0812fa0-41c3-f022-1f60-03ce36252260-79738bac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_93355b04-cc86-bcaa-2cbd-e057362b410e-a4656132, #w-node-_93355b04-cc86-bcaa-2cbd-e057362b4119-a4656132, #w-node-_93355b04-cc86-bcaa-2cbd-e057362b411a-a4656132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-c108384d-ccf1-8629-e0fe-bc303c83c435-bd253b37, #w-node-c108384d-ccf1-8629-e0fe-bc303c83c440-bd253b37, #w-node-c108384d-ccf1-8629-e0fe-bc303c83c441-bd253b37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_96bb2e62-94ec-dc3e-4c29-ad70bee8a6c4-5d1644c1, #w-node-_96bb2e62-94ec-dc3e-4c29-ad70bee8a6cf-5d1644c1, #w-node-_96bb2e62-94ec-dc3e-4c29-ad70bee8a6d0-5d1644c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6e65063b-e3e9-8928-0c16-e6cb886bc1cc-79738b49, #w-node-_11a9b9ff-8e34-0af4-6fe6-60bba479b3ef-79738bac, #w-node-_7998c255-115b-aa13-2ecc-e6b64184a591-a4656132, #w-node-_39184afb-1f1d-7b2f-37ab-f42c0687b819-bd253b37, #w-node-aad1c420-5d84-54df-60c4-5ed240ea9d6d-5d1644c1 {
    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;
}