@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--warning-400\<deleted\|variable-69759a07\>: #f8b34b;
  --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%;
  margin-left: -100px;
  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-1._222 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-6._22 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-7._22 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-8._22, .stelle-wrapper.stelle-hide-9, .stelle-wrapper.stelle-hide-9._22 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-10._12321 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-11._13123, .stelle-wrapper.stelle-hide-12, .stelle-wrapper.stelle-hide-12._13213 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-13._1321313 {
  display: none;
}

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

.stelle-wrapper.stelle-hide-14._1313, .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;
}

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

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

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

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

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

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

.section_header {
  background-color: #126a96;
  background-image: url('../images/202409-MB_Recruitingseite_Start_Header.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section_header._22.berufe {
  background-image: url('../images/202409-MB_Stellenangebote_Ausbildung_Header.jpg');
}

.section_header.berufe {
  background-image: url('../images/202409-MB_Stellenangebote_Mitarbeiter_Header.jpg');
}

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

.button-bottom-right {
  z-index: 1000000000;
  color: #fff;
  text-align: center;
  background-color: #00487d;
  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: none;
  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;
  margin-left: 50px;
  display: flex;
}

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

.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.button-style-stelle-button-hide-1 {
  background-color: #0088ff24;
}

.button-style-stelle.stelle-hide-1 {
  font-size: .9rem;
  display: block;
}

.button-style-stelle.stelle-hide-1._222 {
  display: none;
}

.button-style-stelle.stelle-hide-2, .button-style-stelle.stelle-hide-3, .button-style-stelle.stelle-hide-4, .button-style-stelle.stelle-hide-5, .button-style-stelle.stelle-hide-6 {
  font-size: .9rem;
  display: block;
}

.button-style-stelle.stelle-hide-6._22 {
  display: none;
}

.button-style-stelle.stelle-hide-7 {
  font-size: .9rem;
  display: block;
}

.button-style-stelle.stelle-hide-7._22 {
  display: none;
}

.button-style-stelle.stelle-hide-8 {
  font-size: .9rem;
  display: block;
}

.button-style-stelle.stelle-hide-8._22 {
  display: none;
}

.button-style-stelle.stelle-hide-9 {
  font-size: .9rem;
  display: none;
}

.button-style-stelle.stelle-hide-9._33 {
  display: none;
}

.button-style-stelle.stelle-hide-10, .button-style-stelle.stelle-hide-11 {
  font-size: .9rem;
  display: block;
}

.button-style-stelle.stelle-hide-12 {
  font-size: .9rem;
  display: none;
}

.button-style-stelle.stelle-hide-13, .button-style-stelle.stelle-hide-14 {
  font-size: .9rem;
  display: block;
}

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

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

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

.nav_component {
  background-color: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

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

.heading-style {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 2.5rem;
  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;
}

.button-style {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5d92c5;
  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;
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  min-height: 500px;
}

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

.heading-style-icons {
  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;
}

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

.feature_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--ghost-white);
  color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
  text-align: center;
  -webkit-text-stroke-color: var(--ghost-white);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.icon-wrapper {
  color: var(--combine-library--warning-400\<deleted\|variable-69759a07\>);
}

.container-large-2 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.section_1 {
  background-color: #f3f5fa;
}

.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-vertical._33 {
  margin-left: 0;
}

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

.footer_partnerlogo {
  z-index: 1;
  max-width: 100%;
  max-height: 1.5rem;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  top: 54px;
  left: 103px;
}

.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 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00487d;
  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;
}

.feature_component_benefits {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_header_bewerbung {
  background-color: #f2f3f7;
  background-image: url('../images/202409-MB_Recruitingseite_Bewerbungsseite_Header.jpg');
  background-position: 50%;
  background-size: cover;
  height: 32vh;
}

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

.controlpanel-stellen {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

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

.control-stelle {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-wrapper {
  background-color: #1f2c3d;
  border-radius: 20px;
  align-items: center;
  width: 40px;
  height: 20px;
  padding-left: 2px;
  display: flex;
}

.checkbox-button {
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
}

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

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

.card_component {
  background-image: linear-gradient(#fff, #fff);
  border: 1px #1d1b1d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 26rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  background-image: linear-gradient(#00437ed9, #008bccd9);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24rem;
  padding: 4rem 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.header_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.image-3 {
  padding: 25px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #00437e;
  border: .125rem #141314;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Opensans-custom, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: .8;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  font-family: Opensans-custom, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.card-front {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-text-stroke-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-2 {
  max-width: 90%;
  margin-bottom: 3px;
}

.cards-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

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

.link-block {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 26rem;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.heading, .heading-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Opensans-custom, sans-serif;
}

.button-2 {
  border-radius: 20px;
  margin-top: 15px;
  font-family: Opensans-custom, sans-serif;
}

.card_component-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Screenshot-2024-09-10-115341.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 1px #1d1b1d;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 24rem;
  height: 30rem;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component-2:hover {
  opacity: 1;
}

.card_component-2._2 {
  background-image: url('../images/Screenshot-2024-09-10-115626.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
}

.card_scroll-2 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  background-image: linear-gradient(#00437ed9, #008bccd9);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21.5rem;
  padding: 4rem 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.image-4 {
  max-width: 90%;
  margin-bottom: 3px;
}

.button-secondary-2 {
  color: #004586;
  text-align: center;
  background-color: #fff;
  border: .125rem #141314;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Opensans-custom, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.button-secondary-2:hover {
  opacity: .8;
}

.container {
  max-width: 1500px;
  margin-top: 80px;
}

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

.div-block {
  background-color: #00487d;
  width: 400px;
  height: auto;
  position: relative;
  top: -112px;
  left: 90px;
}

.paragraph {
  color: #fff;
  padding-top: 35px;
  padding-left: 35px;
  font-family: Opensans-custom, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.link, .link-2 {
  color: #fff;
}

.div-block-2, .div-block-3 {
  background-color: #5d92c5;
  border-radius: 20px;
}

.div-block-4 {
  background-image: url('../images/202409-MB_Recruitingseite_Ausbildung-Textblock.png');
  background-position: 50%;
  background-size: cover;
  width: 120%;
  height: 500px;
}

.container-2 {
  position: relative;
  inset: 20% auto auto 16%;
}

.grid-2 {
  grid-column-gap: 53px;
  grid-template-rows: auto;
}

.div-block-5 {
  background-image: url('../images/202409-MB_Stellenangebote_Mitarbeiter-MB-Textblock.png');
  background-position: 50%;
  background-size: cover;
  width: 140%;
  height: 600px;
}

.div-block-5._22 {
  background-image: url('../images/202409-MB_Stellenangebote_Mitarbeiter-NMS-Textblock.png');
  margin-left: 30px;
}

.container-3 {
  position: relative;
  top: 93px;
  left: 102px;
}

.container-4 {
  position: relative;
  top: 94px;
  left: 103px;
}

.image-5 {
  margin-right: -100px;
}

.heading-3 {
  padding-left: 1.75rem;
  font-family: Opensans-custom, sans-serif;
  font-size: 20px;
}

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

  .header-content-left {
    justify-content: center;
    align-items: center;
  }

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

  .header-content-right {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

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

  .nav_logo {
    margin-left: 0;
  }

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

  .feature_item {
    color: var(--combine-library--grey-800\<deleted\|variable-c0ad9ad1\>);
    text-decoration: none;
  }

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

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

  .danke_component {
    padding: 3rem;
  }

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

  .section_header_bewerbung {
    height: 15vh;
  }

  .card_component {
    width: 30rem;
  }

  .card_component:hover {
    opacity: 1;
  }

  .card_scroll {
    width: 30rem;
  }

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

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

  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card_component-2 {
    width: 30rem;
  }

  .card_component-2:hover {
    opacity: 1;
  }

  .card_scroll-2 {
    width: 30rem;
  }

  .button-secondary-2 {
    white-space: nowrap;
  }

  .div-block-5 {
    height: 650px;
  }

  .div-block-5._22 {
    margin-left: 0;
  }

  .container-3 {
    top: 113px;
    left: 97px;
  }

  .container-4 {
    top: 118px;
    left: 99px;
  }
}

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

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

  .header_component {
    flex-direction: column;
  }

  .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, .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 {
    font-size: .8rem;
  }

  .feature_component {
    flex-direction: column;
  }

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

  .danke_component {
    padding: 2.5rem;
  }

  .feature_component_benefits {
    flex-direction: column;
  }

  .section_header_bewerbung {
    height: 10vh;
  }

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

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

  .card_component {
    width: 30rem;
    height: 11rem;
    padding: 2rem;
  }

  .header_component-2 {
    flex-direction: column;
  }

  .card-front {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .card_component-2 {
    width: 30rem;
    height: 11rem;
    padding: 2rem;
  }

  .div-block-5 {
    width: 110%;
  }

  .container-3 {
    top: 131px;
    left: 49px;
  }

  .container-4 {
    top: 137px;
    left: 49px;
  }
}

@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 {
    position: relative;
  }

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

  .header_component {
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .button-style-stelle.stelle-hide-1 {
    margin-bottom: 0;
    padding-top: .25rem;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .button-style-stelle.stelle-hide-2, .button-style-stelle.stelle-hide-3, .button-style-stelle.stelle-hide-4 {
    margin-bottom: 0;
    padding-top: .3rem;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .button-style-stelle.stelle-hide-5 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .button-style-stelle.stelle-hide-6, .button-style-stelle.stelle-hide-7, .button-style-stelle.stelle-hide-8 {
    padding-top: .3rem;
    padding-bottom: 0;
    font-size: .5rem;
  }

  .button-style-stelle.stelle-hide-9 {
    padding-top: .3rem;
    font-size: .5rem;
  }

  .button-style-stelle.stelle-hide-10, .button-style-stelle.stelle-hide-11, .button-style-stelle.stelle-hide-12, .button-style-stelle.stelle-hide-13 {
    padding-top: .3rem;
    padding-bottom: 0;
    font-size: .5rem;
  }

  .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 {
    max-height: 3rem;
    margin-left: 0;
  }

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

  .text-style {
    text-align: left;
  }

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

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

  .block-image {
    justify-content: flex-end;
    align-items: stretch;
  }

  .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 {
    margin-left: 0;
    top: 57px;
    left: 98px;
  }

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

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

  .section_header_bewerbung {
    height: 6vh;
  }

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

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

  .card_component {
    width: 17rem;
    height: 8rem;
  }

  .card_scroll {
    width: 17rem;
  }

  .header_component-2 {
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .cards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card_component-2 {
    width: 17rem;
    height: 8rem;
  }

  .card_scroll-2 {
    width: 17rem;
  }

  .div-block {
    width: 300px;
    left: -3px;
  }

  .div-block-4 {
    width: 100%;
    height: 350px;
  }

  .container-2 {
    left: 3%;
  }

  .div-block-5 {
    width: 100%;
    height: 350px;
  }

  .div-block-5._22 {
    height: 350px;
    margin-left: 0;
  }

  .container-3 {
    top: 77px;
    left: 11px;
  }

  .container-4 {
    top: 72px;
    left: 16px;
  }

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

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

  .image-6 {
    margin-left: 0;
  }

  .heading-3 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
  }
}

#w-node-f7b7def9-5aa0-d9be-8122-c515cba7c9a6-78dd783c, #w-node-_4a804340-41dd-e839-b4e9-7b8034230a6d-78dd783c, #w-node-be705250-0301-787f-abaf-14a1d21bb5a6-78dd783c, #w-node-f7b7def9-5aa0-d9be-8122-c515cba7c9a6-9a8ac657, #w-node-_4a804340-41dd-e839-b4e9-7b8034230a6d-9a8ac657, #w-node-be705250-0301-787f-abaf-14a1d21bb5a6-9a8ac657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}


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