@font-face {
  font-family: Angella White;
  src: url('../fonts/angella-white-personal-use-font-cufonfonts.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Angella White Personal Use Font Cufonfonts;
  src: url('../fonts/angella-white-personal-use-font-cufonfonts.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  background-color: #0000;
}

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

.section_4 {
  background-color: #fff;
}

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

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

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

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

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

.accordion_expander {
  color: red;
}

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

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

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

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

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

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

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

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.padding-global {
  justify-content: center;
  align-items: center;
  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: linear-gradient(0deg, #af93c5, #a4c74e26 32%), url('../images/P1084464-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  display: flex;
}

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

.section_header.pflegefachkraft {
  background-image: linear-gradient(1deg, #af93c5 3%, #fff0 50%), url('../images/68e646a532628fa5e1e6742a_P1084706-Kopie-2.jpg');
  background-position: 0 0, 50%;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.section_header.pflegefachkraft._131 {
  background-image: linear-gradient(1deg, #0069b4 3%, #fff0 50%), url('../images/P1143533-Kopie.jpg');
}

.section_header.pflegefachkraft._2313 {
  background-image: linear-gradient(1deg, #af93c5 3%, #fff0 50%), url('../images/68e646a6ce3cbc5e21bc66ce_P1085087-Kopie-2.jpg');
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.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: 60rem;
  margin-right: 0;
  display: inline-block;
}

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

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

.nav_component {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

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

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

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

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

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

.section_2 {
  background-color: #fff;
  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: 80rem;
}

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

.section_1 {
  background-color: #af93c5;
  background-image: url('../images/Schloss.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  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: linear-gradient(#0069b4cf, #0069b4cf), url('../images/64e8736bbd1645d01ce1f457_1_Bild.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

.section_form {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

.heading._222 {
  font-size: 50px;
  line-height: 60px;
}

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

.paragraph._21313 {
  color: #fff;
}

.paragraph._21313._333 {
  font-size: 30px;
}

.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: #fff;
  border: 2px #fff;
  border-radius: 20px;
  padding: 20px;
}

.div-block.text._11 {
  background-color: #001f5200;
  background-image: url('../images/Logo_gross1-Kopie.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 20px;
}

.div-block.text._11._23323._123123312, .div-block.text._11._23323._123123, .div-block.text._11._123132, .div-block.text._11._123123312, .div-block.text._11._13123312 {
  background-image: none;
}

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

.div-block._1231._13 {
  background-color: #1875a3;
  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._13._2323 {
  background-color: #c54630;
}

.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: #fff;
}

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

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

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

.stelle-datum {
  color: #fff;
}

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

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

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

.linkblock-stelle {
  color: #1f2c3d;
  background-color: #fff;
  border: 2px solid #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;
}

.linkblock-stelle._232 {
  display: none;
}

.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: 90rem;
  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 {
  background-color: #004289;
  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.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 {
  color: #fff;
  background-color: #b83954;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Opensans-custom, sans-serif;
}

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

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

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

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

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

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

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

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

.image-2 {
  background-image: url('../images/64e8736bbd1645d01ce1f457_1_Bild.jpg'), linear-gradient(13deg, #af93c5, #fff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 10px;
  max-width: 100%;
}

.image-2._2222 {
  max-width: 75%;
}

.section {
  background-image: linear-gradient(#ee7f01d1, #ee7f01d1), 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: #af93c5;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 4rem 100px;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: block;
}

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

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

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

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

.paragraph-4 {
  color: #000;
  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, #1875a3, #fff 54%);
}

.section-5 {
  background-color: #af93c5;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 4rem 100px;
}

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

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

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

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

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

.paragraph-6._2222 {
  color: #000;
}

.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(#af93c5cc, #af93c5cc), url('../images/P1084935-Kopie.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 4rem 100px;
  display: flex;
}

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

.heading-8 {
  color: #fff;
  text-align: center;
  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: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.section-9.bewerbung {
  background-image: linear-gradient(#004289cc, #004289cc), url('../images/DSC07827-Kopie.jpg');
  background-position: 0 0, 50%;
  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;
  margin-top: 50px;
}

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

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

.section-10 {
  background-color: #fff;
  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: #af93c5;
  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: #004289;
  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;
  color: #004289;
  position: absolute;
  inset: auto 0% -20% 11%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._2222 {
  color: #c54630;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.heading-14 {
  color: #1d71b8;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Opensans-custom, sans-serif;
  text-decoration: none;
  display: flex;
}

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

.div-block-3 {
  margin-top: 20px;
  padding-right: 0;
}

.paragraph-11 {
  justify-content: center;
  align-items: center;
  font-family: Opensans-custom, sans-serif;
  display: flex;
}

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

.link-3, .link-4 {
  text-decoration: none;
}

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

.paragraph-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC09106-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 15px;
}

.div-block-4._222 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC09076-Kopie.jpg');
  background-position: 0 0, 50%;
}

.bold-text-7, .bold-text-8 {
  color: #000;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  color: #af93c5;
}

.bold-text-14, .bold-text-15 {
  color: #c54630;
}

.section-11 {
  background-color: #af93c5;
  background-image: url('../images/Schloss_links.png');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 4rem 100px;
}

.section-11._123213 {
  background-image: url('../images/footer_ellipse.png');
}

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

.grid-11 {
  margin-bottom: 80px;
}

.paragraph-13 {
  justify-content: center;
  align-items: center;
  font-family: Opensans-custom, sans-serif;
  display: flex;
}

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

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

.div-block-5 {
  color: #004289;
}

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

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

.list-item {
  font-family: Opensans-custom, sans-serif;
}

.bold-text-17 {
  color: #000;
}

.code-embed-4 {
  text-align: center;
}

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

.slider {
  background-color: #ddd0;
  height: 500px;
}

.slide {
  vertical-align: baseline;
  background-color: #21568c;
  position: relative;
  inset: 0%;
}

.grid-13 {
  grid-column-gap: 61px;
  background-color: #21568c;
  grid-template-rows: auto;
  height: 500px;
  padding: 50px;
}

.paragraph-15 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

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

.div-block-7 {
  background-image: url('../images/651176a76816c21a17288bea_MA_Ritter-und-Henken.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7._3123211 {
  background-image: url('../images/651176922976aecf04250a70_MA_Olga-Hamutin.jpg');
}

.div-block-7._23232323 {
  background-image: url('../images/64e875da09760d7f630852df_MA_Brigitte.jpg');
}

.div-block-7._23232323._413323 {
  background-image: url('../images/64e875dab00b97ccab4a0ea8_MA_Karo.jpg');
}

.right-arrow, .left-arrow {
  display: none;
}

.mask {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 20px;
}

.div-block-8 {
  background-image: linear-gradient(332deg, #af93c5, #fff0 51%), url('../images/64e8736bbd1645d01ce1f457_1_Bild.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

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

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

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

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

.div-block-9 {
  background-color: #8e2a33;
  border-radius: 5px;
  padding: 20px;
}

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

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

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

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

.text-span-11 {
  font-weight: 500;
}

.leistung-content {
  padding: 40px 28px;
}

.brix---divider-40px {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-default {
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-814 {
  color: #2c2c2c;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.space-medium-2 {
  height: 3vh;
}

.brix---icon-list-3 {
  max-width: 7%;
  margin-right: 5px;
}

.brix---color-neutral-813 {
  color: #211f54;
}

.heading-h3-size {
  color: #2c2c2c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.leistung-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---icon-list-item-wrapper-3 {
  align-items: center;
  display: flex;
}

.brix---text-200-bold-2 {
  color: #2c2c2c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---grid-1-column-gap-row-16px-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.div-block-10 {
  background-image: linear-gradient(49deg, #af93c5, #fff0 71%), url('../images/P1084755-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  margin: 20px;
}

.div-block-10._123123._12312 {
  background-image: linear-gradient(49deg, #af93c5, #fff0 71%), url('../images/P1084619-Kopie.jpg');
  height: 500px;
}

.div-block-10._123123._12312._123123123213 {
  background-image: linear-gradient(328deg, #af93c5, #fff0 71%), url('../images/DSC_2596neu-Kopie.jpg');
  background-position: 0 0, 50%;
}

.div-block-10._123123._12312._13123213 {
  background-image: linear-gradient(49deg, #af93c5, #fff0 71%), url('../images/P1085180-Kopie.jpg');
}

.div-block-11 {
  background-image: linear-gradient(323deg, #af93c5, #fff0 71%), url('../images/68e646a532628fa5e1e6742a_P1084706-Kopie-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  margin: 20px;
}

.div-block-12 {
  background-image: linear-gradient(50deg, #af93c5, #fff0 71%), url('../images/P1084791-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  margin: 20px;
}

.bold-text-19 {
  font-family: Opensans-custom, sans-serif;
}

.bold-text-19._1312323 {
  color: #fff;
}

.section-13 {
  z-index: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-14 {
  background-color: #af93c5;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-13 {
  margin-top: 30px;
}

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-14 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

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

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .heading-h3-size {
    font-size: 30px;
    line-height: 46px;
  }
}

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

  .leistung-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-h3-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }
}

@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 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section_header {
    background-image: linear-gradient(1deg, #af93c5, #fff0 82%), url('../images/P1084464-Kopie.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    height: 50vh;
  }

  .section_header.pflegefachkraft {
    background-image: linear-gradient(1deg, #af93c5 3%, #fff0), url('../images/P1084706-Kopie.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
  }

  .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 {
    justify-content: center;
    align-items: center;
    max-width: 60%;
    display: block;
  }

  .nav_logo-link.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: static;
  }

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

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

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

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

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

  .footer_logo-vertical {
    position: static;
  }

  .footer_logo-link {
    position: relative;
  }

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

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

  .danke_component {
    padding: 1.5rem;
  }

  .step_wrapper {
    flex-direction: column;
  }

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

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

  .heading {
    font-size: 20px;
  }

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

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

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

  .div-block.text._11._23323 {
    margin-top: -42px;
  }

  .div-block.text._11._3213213 {
    background-image: none;
  }

  .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.erlebe.section-zwischen {
    text-align: right;
  }

  .heading-3 {
    text-align: center;
    font-size: 1rem;
  }

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

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

  .grid-2._1321441._23123 {
    margin-top: -59px;
  }

  .grid-2._1321441._313213 {
    margin-top: 24px;
  }

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

  .image-2._13213 {
    display: none;
  }

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

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

  .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-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .section-7._231231 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 10px;
  }

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

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

  .section-10 {
    padding: 4rem 30px;
  }

  .step-item {
    width: 100%;
  }

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

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

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

  .bold-text-2, .bold-text-3 {
    font-size: 1.3rem;
  }

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

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

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

  .bold-text-7 {
    font-size: 1rem;
    line-height: 25px;
  }

  .bold-text-8 {
    font-size: 1rem;
  }

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

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

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

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

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

  .section-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider {
    height: 800px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    height: 800px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7, .div-block-7._3123211 {
    height: 200px;
  }

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

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

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

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph-default {
    font-size: 13px;
    line-height: 28px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-list-3 {
    width: 24px;
    margin-right: 8px;
  }

  .heading-h3-size, .heading-h3-size.red {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-10, .div-block-10._123123._12312, .div-block-11, .div-block-12 {
    height: 200px;
  }

  .bold-text-19._231231, .bold-text-19._1312323 {
    font-size: 25px;
  }

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

  .image-6, .image-7, .image-8, .image-9, .image-10 {
    max-width: 35%;
    padding-left: 20px;
  }
}

#w-node-_860e765f-b65a-5c54-7766-64f69bd42358-0f00ac53, #w-node-_860e765f-b65a-5c54-7766-64f69bd42362-0f00ac53, #w-node-_860e765f-b65a-5c54-7766-64f69bd4236c-0f00ac53, #w-node-_860e765f-b65a-5c54-7766-64f69bd42376-0f00ac53, #w-node-_860e765f-b65a-5c54-7766-64f69bd42380-0f00ac53 {
  place-self: center;
}

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

#w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597c5-0f00ac53, #w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597c7-0f00ac53, #w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597c9-0f00ac53, #w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597cb-0f00ac53, #w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597cd-0f00ac53, #w-node-_40e4fbf0-df56-1292-2a80-8ec6b44597cf-0f00ac53 {
  place-self: center;
}

#w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c04-0f00ac59, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c0f-0f00ac59, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c10-0f00ac59, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c04-bbfc1c85, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c0f-bbfc1c85, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c10-bbfc1c85, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c04-b2116f89, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c0f-b2116f89, #w-node-be2b3cbb-b5fb-9bc1-5041-6c557eac5c10-b2116f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0360b767-9d19-55ed-d873-0f3cb0c0170f-0f00ac53, #w-node-_7df72613-a527-a0bc-49d3-0a153924bd3e-0f00ac59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Angella White';
  src: url('../fonts/angella-white-personal-use-font-cufonfonts.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Angella White Personal Use Font Cufonfonts';
  src: url('../fonts/angella-white-personal-use-font-cufonfonts.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}