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

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, .stelle-wrapper.stelle-hide-6, .stelle-wrapper.stelle-hide-7 {
  display: block;
}

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

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

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

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

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

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

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

.section_header {
  background-color: #f2f3f7;
  background-image: url('../images/young-worker-operating-cnc-machine-while-working-industrial-facility.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

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

.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 {
  display: block;
}

.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_link._2 {
  color: #c2761b;
}

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

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

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

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

.nav_component {
  background-color: var(--ghost-white);
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  inset: 0% 0% auto;
}

.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: var(--combine-library--white\<deleted\|variable-4f83e1a7\>);
}

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

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

.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-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 {
  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 {
  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-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/young-worker-operating-cnc-machine-while-working-industrial-facility.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

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

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

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

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

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

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

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

.section_form {
  background-color: #fff;
}

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

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

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

.text-size-header {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.button-white {
  color: #009cc6;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.button-white:hover {
  color: #003248;
}

.text-span-9 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #005980 5%, #009bc3 76%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-header {
  color: #f2f3f7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.section-header {
  background-color: #fff0;
}

.header-video {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #c2761bcc;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 91vh;
  display: flex;
}

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

.gallery-image-wrapper {
  border-radius: .3rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.padding-global-3 {
  color: #009cc6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.gallery-image {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.gallery-image.slide-in-right-200ms {
  border-radius: 0;
}

.gallery_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-regular {
  color: #003248;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular.weiss {
  color: #f2f3f7;
}

.header-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-1 {
  color: #003248;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: visible;
}

.plus_2 {
  color: #003248;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.number-text-wrap {
  display: flex;
}

.numbercount-text {
  color: #003248;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.padding-global-4 {
  color: #009cc6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.numbercount-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: center;
  width: 100%;
  padding: 3.5rem 2rem;
  display: grid;
  position: relative;
}

.plus {
  color: #c2761b;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.numbercount-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.section-counter {
  background-color: #f2f3f7;
  background-image: linear-gradient(#f2f3f7c9, #f2f3f7c9), url('../images/old-metal-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.numbercount-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.numbercount-number {
  color: #003248;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.container-small-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-headline-small {
  color: #003248;
  text-align: left;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  column-count: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-headline-small.weiss {
  color: #f2f3f7;
}

.icon-grid-benefit {
  color: #009ec5;
  text-align: left;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  font-style: normal;
}

.icon-grid-benefit.slide-in-bottom {
  width: 50px;
}

.div-benefit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-global-5 {
  color: #009cc6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.block-benefit {
  border-radius: 0;
  margin-bottom: 25px;
  padding: 0;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.heading-grid-benefit {
  color: #003248;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 128%;
}

.heading-grid-benefit.weiss {
  color: #f2f3f7;
}

.space-large {
  height: 4rem;
  display: block;
}

.section-benefits {
  background-color: #ffa438;
  background-image: linear-gradient(220deg, #c2761b, #fff0 85%);
}

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

.lynx-grid-features {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 14px;
}

.heading-style-3 {
  color: #003248;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-3.weiss {
  color: #f2f3f7;
}

.section-slider {
  height: 80vh;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/header03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/h-start03.jpg');
  background-position: 50%;
  background-size: cover;
}

.padding-global-6 {
  color: #009cc6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.gallery-image-wrapper-copy {
  border-radius: .3rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-2 {
  border-radius: .3rem;
  width: 60%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-3 {
  border-radius: .3rem;
  width: 100%;
  height: 12rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-4 {
  border-radius: .3rem;
  width: 80%;
  height: 13rem;
  display: flex;
  overflow: hidden;
}

.gallery_component-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 90px;
  display: grid;
}

.section-fuhrpark-logistik {
  background-color: #fff;
}

.heading-style-small-light {
  color: #009cc6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
}

.heading-style-small-light.weiss {
  color: #003248;
}

.gallery-image-wrapper-copy-5 {
  border-radius: .3rem;
  width: 60%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-6 {
  border-radius: .3rem;
  width: 100%;
  height: 12rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-7 {
  border-radius: .3rem;
  width: 80%;
  height: 13rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-8 {
  border-radius: .3rem;
  width: 60%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-9 {
  border-radius: .3rem;
  width: 100%;
  height: 12rem;
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper-copy-10 {
  border-radius: .3rem;
  width: 80%;
  height: 13rem;
  display: flex;
  overflow: hidden;
}

.tab-left-icon-2 {
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.tab-left-icon-2:hover {
  border-color: #4a3aff;
}

.tab-left-icon-2.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-left-icon-2.small {
  justify-content: center;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-left-icon-2.small.center {
  margin: 0 12px;
}

.tab-left-icon-2.small.center.w--current, .tab-left-icon-2.small.center.w--current:hover {
  border-color: #ee7201;
}

.mg-bottom-48px {
  color: #000;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.width-48px {
  border-radius: 10px;
  width: 48px;
}

.square-icon.width-48px.mg-right-16px {
  margin-right: 15px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.display-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.card {
  width: 100%;
  padding: 56px 48px;
}

.mg-bottom-32px {
  color: #000;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._1068px.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container._640px {
  max-width: 640px;
}

.container-default {
  flex-flow: column;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-default._22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.bold-text {
  color: #000;
}

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

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

  .heading-style-header {
    font-size: 2.75rem;
  }

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

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

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

  .heading-grid-benefit {
    font-size: 19px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

  .tab-left-icon-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-left-icon-2.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .tabs-content.card {
    padding: 40px 32px 48px;
  }

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

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

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

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

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

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

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

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

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .gallery_component-copy {
    grid-template-columns: 1fr 1fr;
  }

  .tab-left-icon-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-left-icon-2.small.center {
    margin: 10px 0;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }
}

@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 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header-component {
    align-items: center;
  }

  .heading-style-1 {
    overflow-wrap: anywhere;
  }

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

  .numbercount-wrapper {
    grid-template-columns: 1fr;
  }

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

  .heading-grid-benefit {
    text-align: left;
    font-size: 18px;
  }

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

  .gallery_component-copy {
    grid-template-columns: 1fr;
  }

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

  .tab-left-icon-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .tabs-content.card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

#w-node-_8a337872-1440-f7aa-6379-1e232d5ed683-1c137206, #w-node-_8a337872-1440-f7aa-6379-1e232d5ed685-1c137206, #w-node-_8a337872-1440-f7aa-6379-1e232d5ed687-1c137206, #w-node-_8a337872-1440-f7aa-6379-1e232d5ed689-1c137206, #w-node-_46bb1284-f158-fa47-c86e-7e9f5bffd042-1c137206, #w-node-_46bb1284-f158-fa47-c86e-7e9f5bffd047-1c137206, #w-node-_46bb1284-f158-fa47-c86e-7e9f5bffd05c-1c137206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb7c222-9cd2-0c15-e278-b7abb5e83019-1c137206, #w-node-_3fb7c222-9cd2-0c15-e278-b7abb5e83020-1c137206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}


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