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

: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-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: 1rem;
  position: static;
}

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

.padding-global._123123 {
  padding-left: 3rem;
  position: absolute;
  inset: 12% auto auto 0%;
}

.padding-global._123123.dsadad {
  padding-bottom: 1rem;
  padding-right: 3rem;
  inset: auto 0% 8% auto;
}

.padding-global._123123._1331331 {
  padding-bottom: 1rem;
  padding-right: 3rem;
  inset: auto auto 8% 0%;
}

.padding-global._123123._1331331._2222222 {
  padding-bottom: 3rem;
}

.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/sana-19-isolated-Kopie-2-min-2.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  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/sana-21-isolated-min-1.png'), linear-gradient(#fff, #fff);
  background-position: 50% 15%, 0 0;
  background-size: cover, auto;
}

.section_header.pflegefachkraft._213123 {
  background-image: url('../images/sana-16-isolated-min.png'), linear-gradient(#fff, #fff);
  background-position: 50% 25%, 0 0;
  background-size: cover, auto;
}

.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: 5rem;
  display: inline-block;
}

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

.nav_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  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: #000;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style {
  color: #000;
  margin-top: 0;
  margin-bottom: -1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  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;
}

.section_2._33333 {
  background-image: none;
}

.section_2._332323 {
  background-image: none;
  padding-bottom: 50px;
}

.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: linear-gradient(#00fbdd, #00fbdd);
  padding-left: 100px;
  padding-right: 100px;
}

.footer_link {
  color: #1f2c3d;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, 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: #000;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.heading._1313 {
  font-size: 20px;
  line-height: 30px;
}

.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: #ff7f00;
  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: #e62337;
  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._1231._11._1313, .div-block._1231._11._1234123 {
  width: auto;
}

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

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

.div-block._33, .div-block._33333 {
  background-color: #d400cb;
}

.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: 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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25rem;
  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 {
  background-color: #141155;
  background-image: linear-gradient(#141155, #141155);
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, 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: #141155;
  background-image: none;
  margin-top: 50px;
}

.heading-3 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
}

.paragraph-2 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 35px;
}

.paragraph-2._2222, .paragraph-2._3232323, .paragraph-2._232323 {
  color: #000;
  line-height: 35px;
}

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

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

.image-2 {
  background-image: linear-gradient(#00fbdd, #00fbdd);
  border-radius: 10px;
  max-width: 80%;
}

.image-2._222 {
  background-image: linear-gradient(#00fbdd, #00fbdd);
}

.section {
  background-image: linear-gradient(#e62337, #e62337), 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: #ff7f00;
  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._22 {
  color: #9301bd;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

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

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

.heading-7._3232 {
  text-align: center;
  margin-top: 40px;
}

.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-columns: 1fr 1fr 1fr 1fr;
}

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

.paragraph-6._23131 {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}

.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(#00fbddcc, #00fbddcc), url('../images/sana-09-Kopie.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 4rem 100px;
  display: flex;
}

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

.section-7._231231._13123 {
  height: 70vh;
}

.section-7._21312 {
  background-image: linear-gradient(#00fbddcc, #00fbddcc), url('../images/sana-09-Kopie.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 70vh;
}

.section-7._21312._233212 {
  height: 50vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-7._2313133 {
  height: 50vh;
}

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

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

.paragraph-7._31231 {
  text-align: center;
  justify-content: center;
  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 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(#ff7f00cc, #ff7f00cc), url('../images/sana-05-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 4rem 100px;
}

.section-9.bewerbung {
  background-image: linear-gradient(#00fbddcc, #00fbddcc), url('../images/sana-05-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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: 5rem 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: #000;
  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: Arial, Helvetica Neue, Helvetica, 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;
}

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

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

.container-4 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  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: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.bold-text-7 {
  color: #0e00c8;
}

.text-span-6 {
  color: #e62337;
}

.text-span-6._23123 {
  color: #fff;
}

.text-span-7 {
  color: #e62337;
}

.section-11 {
  background-color: #00dcf5;
  background-image: url('../images/Icons_3.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Opensans-custom, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.text-span-8 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 7px;
  margin-right: 10px;
  padding: 5px;
}

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

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

.heading-14 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-span-9 {
  color: #000;
}

.paragraph-13 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-13._222, .paragraph-13._2222 {
  color: #000;
}

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

.section_2-2 {
  background-color: #fff;
  background-image: url('../images/Icons_2.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 100px;
  padding-right: 100px;
}

.section_2-2._33333 {
  background-color: #00fbdd;
  background-image: none;
}

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

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

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

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

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

.bold-text-8 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-7 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  max-width: 80%;
}

.heading-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
}

.heading-15._2222 {
  color: #000;
}

.paragraph-14 {
  color: #000;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.paragraph-14._23131 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

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

.grid-10.startseite {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-4._33, .div-block-4._2 {
  background-color: #fff;
}

.paragraph-15 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span-10 {
  color: #000;
}

.text-span-10._23123 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-16 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.heading-16._3232 {
  text-align: center;
  margin-top: 40px;
}

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

.bold-text-9, .bold-text-10 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-8 {
  max-width: 60%;
}

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

.image-9 {
  max-width: 30%;
}

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

.text-span-11 {
  color: #e62337;
}

.section-14 {
  background-image: linear-gradient(#00fbddcc, #00fbddcc), url('../images/sana-09-Kopie.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 4rem 100px;
  display: flex;
}

.section-14._21312 {
  background-image: linear-gradient(#00fbddcc, #00fbddcc), url('../images/sana-09-Kopie.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 70vh;
}

.section-14._21312._233212 {
  height: 30vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-14._21312._233212._2323 {
  height: 45vh;
}

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

.section-15 {
  background-color: #fff;
  height: 25vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-16 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.text-span-12 {
  background-image: linear-gradient(#00fbdd, #00fbdd);
  border-radius: 7px;
  margin-right: 10px;
  padding: 5px;
}

.bold-text-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.bold-text-12, .bold-text-13 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-16._222 {
  color: #000;
}

.list {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

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

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

.image-11._222 {
  max-width: 38%;
}

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

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

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

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

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

  .padding-section-medium._2323 {
    color: #fff;
    top: 55px;
  }

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

  .padding-global._123123 {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    top: -67%;
    left: -4%;
  }

  .padding-global._123123.dsadad._22222, .padding-global._123123._1331331._2222222 {
    display: none;
  }

  .padding-global._123123._2323 {
    top: 6%;
  }

  .padding-global._123123._2323._123123213 {
    position: relative;
    top: -99%;
  }

  .padding-global._123123._213123123 {
    top: -76%;
    left: 0%;
  }

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

  .section_header {
    background-image: url('../images/sana-19-isolated-Kopie-min-min-Kopie_neu-min.png'), linear-gradient(#fff, #fff);
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
    height: 30vh;
  }

  .section_header.pflegefachkraft {
    background-image: url('../images/sana-21-isolated-min-1-Kopie-1.png'), linear-gradient(to bottom, null, null);
    background-position: 50% 10%, 0 0;
  }

  .section_header.pflegefachkraft._213123 {
    background-image: url('../images/sana-16-isolated-min.png'), linear-gradient(#0000, #0000);
    background-position: 30%, 0 0;
    height: 40vh;
  }

  .section_header.pflegefachkraft._213123._123123132 {
    height: 30vh;
  }

  .section_header.pflegefachkraft._233 {
    height: 35vh;
    margin-top: 35px;
  }

  .section_header.pflegefachkraft._233._123123132 {
    height: 30vh;
  }

  .section_header._21313 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 112px;
  }

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

  .nav_container {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-style {
    font-size: 13px;
  }

  .heading-style {
    font-size: 20px;
    line-height: 25px;
  }

  .section_2 {
    background-position: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .section_1 {
    background-image: url('../images/Icons_1.png'), linear-gradient(to bottom, null, null);
    background-position: 0%, 0 0;
  }

  .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 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .heading._2323, .heading._232323 {
    color: #000;
  }

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

  .div-block.text._11 {
    margin-left: 0;
    padding: 0;
  }

  .div-block.text._11._1232131 {
    margin-left: 0;
    padding-left: 2px;
    padding-right: 0;
  }

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

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

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

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

  .paragraph-2, .paragraph-2._2222, .paragraph-2._232323 {
    font-size: 13px;
  }

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

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

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

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

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

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

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

  .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, .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .step-number {
    font-size: 17px;
  }

  .step-item {
    width: 100%;
  }

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

  .step-text {
    font-size: 13px;
  }

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

  .heading-13 {
    -webkit-text-stroke-color: #000;
    margin-bottom: 0;
    font-size: 20px;
  }

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

  ._22 {
    flex-flow: column;
  }

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

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

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

  .text-span-6._23123 {
    font-size: 20px;
  }

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

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

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

  .section-12 {
    padding: 2rem 20px;
  }

  .heading-14 {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-13 {
    font-size: 13px;
  }

  .section_2-2 {
    background-position: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-3.text._11 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3.text._11._1232131 {
    margin-left: 0;
    padding-left: 2px;
    padding-right: 0;
  }

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

  .bold-text-8 {
    font-size: 17px;
  }

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

  .heading-15 {
    font-size: 17px;
    line-height: 30px;
  }

  .paragraph-14 {
    text-align: left;
    font-size: 13px;
  }

  .paragraph-14._23131 {
    text-align: left;
    font-size: 12px;
  }

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

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

  .text-span-10 {
    font-size: 17px;
  }

  .text-span-10._23123 {
    font-size: 20px;
  }

  .heading-16 {
    font-size: 17px;
    line-height: 25px;
  }

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

  .bold-text-9, .bold-text-10 {
    font-size: 17px;
  }

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

  .section-14._21312._233212 {
    height: 20vh;
  }

  .section-14._21312._233212._2323._1231231231, .section-14._21312._233212._213123123, .section-14._21312._233212._123123123 {
    height: auto;
  }

  .image-10 {
    max-width: 60%;
  }

  .section-15 {
    height: 22vh;
    padding: 2rem 50px;
  }

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

  .section-15._2321313._13123123123, .section-15._2321313._123123123, .section-15._2321313._12312312 {
    height: auto;
  }

  .container-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .paragraph-16 {
    padding-right: 2px;
    font-size: 13px;
  }

  .text-span-12 {
    width: 60px;
    margin-right: 5px;
  }

  .text-span-12._33333 {
    margin-right: 5px;
  }

  .bold-text-11 {
    font-size: 17px;
  }

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

  .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-16 {
    font-size: 17px;
  }

  .bold-text-17 {
    font-size: 13px;
  }

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

  .grid-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}

#w-node-b0ab48c8-99bd-1ac2-56f0-be657a444623-4767ceab {
  place-self: center start;
}

#w-node-b0ab48c8-99bd-1ac2-56f0-be657a444625-4767ceab, #w-node-b0ab48c8-99bd-1ac2-56f0-be657a44462e-4767ceab {
  place-self: center;
}

#w-node-b0ab48c8-99bd-1ac2-56f0-be657a444633-4767ceab {
  place-self: center start;
}

#w-node-_03dd8d0d-6f7a-427e-f1c1-83c381cf7ac9-4767ceab, #w-node-_03dd8d0d-6f7a-427e-f1c1-83c381cf7ad1-4767ceab, #w-node-_03dd8d0d-6f7a-427e-f1c1-83c381cf7ad2-4767ceab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-4767cf37 {
  place-self: center end;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-4767cf37 {
  place-self: center start;
}

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

#w-node-_637a0b7e-f1be-234f-a350-93757826e387-4767cf37, #w-node-_637a0b7e-f1be-234f-a350-93757826e38f-4767cf37, #w-node-_637a0b7e-f1be-234f-a350-93757826e390-4767cf37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-b46eee4b-a341-8b61-4835-064bbabd1ca9-4767cf38, #w-node-_2007c3e9-c548-6c83-f188-88f2e5e69d21-4767cf38, #w-node-ceb47b8f-14a0-ee94-40d8-71152fa25167-4767cf38, #w-node-_85656480-bf4d-55a2-5577-64719b03705a-4767cf38, #w-node-b85f4667-532b-043f-e53c-256394b90750-4767cf38, #w-node-_9bd5ceaf-1365-2aed-f8b6-4b7ef8666c19-4767cf38, #w-node-_950219cb-6e1c-be78-0a9a-128348366722-4767cf38, #w-node-_98fdfd0a-be8a-ec45-9549-12b74dd79777-4767cf38, #w-node-_707476ce-303a-0b2c-066d-1868c9ff9695-4767cf38 {
  place-self: center;
}

#w-node-_2837cbc9-10a9-a082-2303-07db15844342-4767cf38, #w-node-_2837cbc9-10a9-a082-2303-07db1584434d-4767cf38, #w-node-_2837cbc9-10a9-a082-2303-07db1584434e-4767cf38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387fdb10-a369-2ab4-3e9c-4f6c6968574e-4767cf38 {
  place-self: start center;
}

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

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

#w-node-b46eee4b-a341-8b61-4835-064bbabd1ca9-4767cf3b, #w-node-_2007c3e9-c548-6c83-f188-88f2e5e69d21-4767cf3b, #w-node-ceb47b8f-14a0-ee94-40d8-71152fa25167-4767cf3b, #w-node-_85656480-bf4d-55a2-5577-64719b03705a-4767cf3b, #w-node-b85f4667-532b-043f-e53c-256394b90750-4767cf3b, #w-node-_9bd5ceaf-1365-2aed-f8b6-4b7ef8666c19-4767cf3b, #w-node-_950219cb-6e1c-be78-0a9a-128348366722-4767cf3b, #w-node-_98fdfd0a-be8a-ec45-9549-12b74dd79777-4767cf3b, #w-node-_707476ce-303a-0b2c-066d-1868c9ff9695-4767cf3b {
  place-self: center;
}

#w-node-d4155dc4-f155-7f03-5616-1211c640c572-4767cf3b, #w-node-d4155dc4-f155-7f03-5616-1211c640c57d-4767cf3b, #w-node-d4155dc4-f155-7f03-5616-1211c640c57e-4767cf3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1818584a-86ff-7582-b65d-a81c093e4508-4767cf3b {
  place-self: start center;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-4767cf3d {
  place-self: center end;
}

#w-node-_8a2478dc-5429-f850-ef73-86f53872b34a-4767cf3d {
  align-self: auto;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-4767cf3d {
  place-self: center start;
}

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

#w-node-b1107890-3439-bbff-e87e-0c5515fca729-4767cf3d, #w-node-b1107890-3439-bbff-e87e-0c5515fca731-4767cf3d, #w-node-b1107890-3439-bbff-e87e-0c5515fca732-4767cf3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b40566d-92dc-3a2b-d3a4-8e20ed31b674-5879ef2d {
  place-self: center end;
}

#w-node-_853a2cc6-fcc2-9ab0-aec5-cd2ff7e05085-5879ef2d {
  place-self: center start;
}

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

#w-node-_637a0b7e-f1be-234f-a350-93757826e387-5879ef2d, #w-node-_637a0b7e-f1be-234f-a350-93757826e38f-5879ef2d, #w-node-_637a0b7e-f1be-234f-a350-93757826e390-5879ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6f60b6ea-a92c-191b-d518-794d426efc55-4767ceab, #w-node-ee3fda12-9fdd-0dfd-b744-95894ca96cf5-4767cf37, #w-node-ee3fda12-9fdd-0dfd-b744-95894ca96cf5-5879ef2d {
    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;
}