:root {
  --black: #196ba9;
  --ghost-white: #f3f5fa;
  --white-smoke: #f0f0f0;
}

.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 {
  max-width: 100%;
  border-radius: 3px;
  display: inline-block;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-block {
  z-index: 10;
  justify-content: flex-start;
  margin-right: 30px;
  display: flex;
}

.logo-block.w--current {
  margin-right: 0;
}

.large-container {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.large-container.large-container-style {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button {
  width: 200px;
  max-width: 100%;
  border: 3px none var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  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;
}

.button.orange {
  background-color: #ff512f;
  margin-top: 0;
  padding-bottom: 14px;
}

.button.orange:hover {
  background-color: #ff7155;
}

.section_1 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_1.small-footer {
  color: #f3f5fa;
  background-color: #f3f5fa;
  border: 1px rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section_1.section_farbe {
  background-color: var(--ghost-white);
  padding-top: 50px;
}

.section-title-wrapper {
  width: 85%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.footer {
  color: #a2b0b9;
  text-align: center;
  background-color: #1d2d38;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #a2b0b9;
  margin-top: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-small-social-icon {
  height: 15px;
}

.bottom-footer-paragraph {
  float: none;
  margin-bottom: 0;
  font-size: 14px;
}

.bottom-footer-paragraph.right {
  float: none;
}

.bottom-footer-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Opensans-custom, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #fff;
}

.bottom-footer-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.text_benefit {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #dd2476, rgba(255, 81, 47, .7)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 240px;
  padding-bottom: 180px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 40px;
}

.page-subtitle {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
  display: none;
  position: fixed;
}

.cta-row {
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: #dd2476;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.gallery-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: rgba(255, 255, 255, .2);
}

.checklist-item {
  margin-bottom: 4px;
  padding-left: 30px;
  position: relative;
}

.check-icon {
  height: 17px;
  color: var(--black);
  font-family: MATERIAL ICON, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 0;
}

.logo {
  z-index: 1;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.page-header-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .59);
  background-image: url('../images/6319cad9eafb685a781774d4_Unbenannt1.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.page-header-overlay.header {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 300px;
  padding-bottom: 200px;
  position: relative;
}

.bewerbung_header_small {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
}

.footer-social-block-right {
  float: right;
  margin-right: 15px;
}

.bottom-footer-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

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

.hero-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .42);
  background-image: url('../images/cnc.png');
  background-position: 50% 25%;
  background-size: cover;
  background-attachment: scroll;
  padding: 230px 0 150px;
}

.hero-overlay.header {
  background-image: url('../images/pneumatik_28A0902.jpg');
  background-position: 50% 45%;
}

.hero-overlay.header.danke {
  background-image: url('../images/slide_001.jpg');
  background-position: 50% 41%;
  padding-top: 350px;
  padding-bottom: 350px;
}

.cta-buttons-wrapper {
  float: right;
  margin-left: 20px;
}

.button_header {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 5px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.button_header:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.button_header.color {
  z-index: 1000;
  width: 160px;
  height: 40px;
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: Opensans-custom, sans-serif;
  font-weight: 700;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button_header.color:hover {
  background-color: rgba(0, 0, 0, .42);
}

.cta-button-title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.hero-checklist {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  max-width: 1000px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.jobs {
  max-width: 1050px;
  flex-flow: column;
  align-content: stretch;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
}

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

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

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

.heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.heading.flie-text-wei {
  text-indent: 0;
  margin-top: 10px;
}

.div-block-2 {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  padding-right: 10px;
  display: flex;
}

.paragraph-2 {
  height: 70px;
  max-width: 100%;
  border-top: 2px none var(--black);
  color: var(--black);
  text-transform: uppercase;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.paragraph-2.navbar-header {
  font-family: Opensans-custom, sans-serif;
}

.div-block-3 {
  object-fit: contain;
}

.flie-text-wei {
  color: #fff;
  text-transform: none;
  white-space: normal;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link_socialmedia_icon {
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20%;
  margin-left: 5px;
  padding-top: 12px;
  transition: background-color .2s;
}

.link_socialmedia_icon:hover {
  background-color: rgba(0, 0, 0, 0);
}

.socialmedia_icon {
  height: 15px;
  max-width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 / 1fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-flow: row;
  padding-top: 30px;
}

.fliesstext_style {
  max-width: 100%;
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.container-6 {
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video {
  padding-right: 0;
}

.container-7 {
  max-width: 1000px;
  padding-bottom: 50px;
}

.container-8 {
  max-width: 1000px;
  padding: 50px 0;
}

.container-11 {
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.div_stellen {
  opacity: 1;
  background-color: rgba(0, 103, 176, .85);
  border-radius: 10px;
  margin: 0;
  padding: 30px;
}

.button_text {
  text-transform: uppercase;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.grid-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section_2, .section_3 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_3.section_farbe {
  color: #000;
  background-color: #f3f5fa;
  position: relative;
}

.section_4 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading_text {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Opensans-custom, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.form {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.formular {
  width: 400px;
  height: 2500px;
  max-width: 100%;
}

.text_icon {
  max-width: 100%;
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.icon_text_span {
  font-family: MATERIAL ICON, sans-serif;
  font-size: 15px;
}

.button_website {
  width: 200px;
  max-width: 100%;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 20px;
  margin-left: 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_website:hover {
  box-shadow: none;
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0);
}

.icon_benefit {
  color: var(--black);
  font-style: normal;
}

.div-block-9 {
  text-align: left;
  overflow: hidden;
}

.grid-15 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  grid-template-rows: auto;
  align-items: stretch;
  padding: 45px 45px 45px 0;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  overflow: hidden;
}

.partnerlogo {
  max-width: 70px;
  position: absolute;
  top: 58px;
  left: 97px;
}

.link-block {
  position: relative;
}

.text-span-2 {
  color: #777d8a;
}

.navbar_karriere {
  color: #000;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 20px;
  display: flex;
}

.section_5 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section_5.small-footer {
  color: #f3f5fa;
  background-color: #252525;
  border: 1px rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.icon_text_span_2 {
  font-family: MATERIAL ICON, sans-serif;
  font-size: 19px;
}

.div-block-stellen {
  opacity: 1;
  background-color: rgba(25, 107, 169, .9);
  border-radius: 10px;
  margin: 30px 0 30px 10px;
  padding: 30px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.cta-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 5px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.list-item {
  color: #2b2b2b;
  font-family: Opensans-custom, sans-serif;
  line-height: 25px;
}

.cta-button-title-3 {
  text-shadow: 0 0 3px #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title-3.bewirbdich {
  text-transform: none;
  text-shadow: none;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.bold-text-3 {
  color: #242424;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-3.rodgau.neu {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.stelle-4 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-4.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-4.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.stelle-2 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.stelle-5 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-5.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-5.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.link_block_ausbildung_2 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_2:hover {
  color: #dd2476;
}

.link_block_ausbildung_2.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: disc;
}

.faq-stelle {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.faq-stelle.stellen {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.faq-stelle.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stelle_headings {
  color: #373737;
  -webkit-text-stroke-color: #2b2b2b;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.stelle_headings:hover {
  color: #2b2b2b;
}

.cta-button-3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f3f5fa;
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: -343px;
  padding: 11px 5px;
  text-decoration: none;
  transition: background-color .2s, color .2s, box-shadow .2s;
  display: flex;
}

.cta-button-3:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button-3.color {
  z-index: 2;
  width: 180px;
  height: 60px;
  -webkit-text-fill-color: inherit;
  background-color: #23559f;
  background-clip: border-box;
  align-items: center;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button-3.color:hover {
  background-color: #23559f;
}

.cta-button-3.color._2 {
  width: 160px;
  height: 40px;
  background-color: #196ba9;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  margin-top: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cta-button-3.color._2:hover {
  box-shadow: none;
}

.text-span-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 600;
}

.stelle-3 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-3.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-3.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.accordion_icon {
  color: #000;
}

.ausbildung-1 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-1.stellen {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-1.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.ausbildung-2 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.ausbildung-3 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-3.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-3.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.ausbildung-4 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-4.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-4.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.ausbildung-5 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-5.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-5.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.fliesstext_style_2 {
  max-width: 100%;
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Opensans-custom, sans-serif;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.link_block_stelle_1 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_1:hover {
  color: #dd2476;
}

.link_block_stelle_1.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_stelle_2 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_2:hover {
  color: #dd2476;
}

.link_block_stelle_2.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_stelle_3 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_3:hover {
  color: #dd2476;
}

.link_block_stelle_3.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_stelle_4 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_4:hover {
  color: #dd2476;
}

.link_block_stelle_4.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_stelle_5 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_5:hover {
  color: #dd2476;
}

.link_block_stelle_5.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_ausbildung_1 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_1:hover {
  color: #dd2476;
}

.link_block_ausbildung_1.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_ausbildung_3 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_3:hover {
  color: #dd2476;
}

.link_block_ausbildung_3.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_ausbildung_4 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_4:hover {
  color: #dd2476;
}

.link_block_ausbildung_4.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link_block_ausbildung_5 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_5:hover {
  color: #dd2476;
}

.link_block_ausbildung_5.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.stelle_titel {
  color: #363636;
  padding-left: 20px;
  padding-right: 5px;
  font-family: Opensans-custom, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.stelle_titel:hover {
  color: #2b2b2b;
}

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

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-block.w--current {
    margin-right: 60px;
  }

  .large-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_1 {
    padding: 45px;
  }

  .section_1.small-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 60px;
  }

  .footer {
    padding: 45px;
  }

  .bottom-footer-link {
    color: rgba(0, 0, 0, .81);
    font-family: PT Sans, sans-serif;
  }

  .text_benefit {
    margin-top: 0;
    font-size: 15px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .checklist-item {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 13px;
  }

  .logo {
    order: 0;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .page-header-overlay {
    padding-top: 140px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .bewerbung_header_small {
    font-family: Open Sans, sans-serif;
  }

  .hero-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-buttons-wrapper {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button_header {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .button_header.color {
    text-align: center;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }

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

  .paragraph-2 {
    order: 0;
    align-self: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .link_socialmedia_icon, .link_socialmedia_icon:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .section_2_bild {
    width: 500px;
    max-width: 100%;
  }

  .video {
    padding-right: 0;
  }

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

  .div_stellen {
    margin-right: 0;
  }

  .button_text {
    text-align: center;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    grid-template-columns: minmax(354px, .25fr) repeat(auto-fit, minmax(340px, 1fr));
    grid-auto-flow: row;
  }

  .section_2, .section_3, .section_4 {
    padding: 45px;
  }

  .form {
    padding-left: 15px;
  }

  .grid-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_5 {
    padding: 45px;
  }

  .section_5.small-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-stellen {
    margin-right: 0;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button-title-3 {
    text-align: center;
  }

  .cta-button-3 {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button-3.color {
    text-align: center;
    border-width: 2px;
    padding-left: 10px;
  }

  .cta-button-3.color._2 {
    border-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .logo-block {
    justify-content: center;
    align-items: center;
  }

  .logo-block.w--current {
    height: 150px;
    margin-right: 0;
    padding-right: 10px;
  }

  .large-container {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .section_1 {
    padding: 25px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
  }

  .text_benefit {
    text-align: center;
    margin-bottom: 13px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .subpage-header {
    padding: 100px 25px 40px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .cta-row {
    display: block;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .logo {
    height: auto;
    max-width: 80%;
    margin-top: 10px;
    margin-left: 0;
  }

  .page-header-overlay {
    padding: 100px 20px 50px;
  }

  .bottom-footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-overlay {
    padding: 150px 30px 70px;
  }

  .button_header.color {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    top: auto;
    left: auto;
  }

  .container {
    flex-direction: column;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph-2 {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .link_socialmedia_icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px;
    grid-template-areas: "."
                         "."
                         ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .fliesstext_style {
    text-align: left;
  }

  .video {
    padding-right: 0;
  }

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

  .button_text {
    text-align: left;
  }

  .grid-11 {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .section_2, .section_3, .section_4 {
    padding: 25px;
  }

  .form {
    flex-direction: column;
  }

  .text_icon {
    text-align: left;
  }

  .grid-15 {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(253px, 2.75fr));
  }

  .section_5 {
    padding: 25px;
  }

  .cta-button-title-3 {
    text-align: left;
  }

  .cta-button-3.color._2 {
    margin-top: 25px;
  }

  .fliesstext_style_2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .logo-block.w--current {
    margin-right: 0;
  }

  .large-container {
    flex-direction: column;
  }

  .button {
    width: 160px;
    height: 49px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .section_1 {
    padding: 25px;
  }

  .section_1.small-footer {
    text-align: center;
    padding-bottom: 60px;
    font-family: Open Sans, sans-serif;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer-paragraph.right {
    font-size: 12px;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .text_benefit {
    text-align: center;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 18px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 20px;
    font-size: 14px;
  }

  .cta-row, .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .checklist-item {
    margin-bottom: 0;
  }

  .logo {
    height: 48px;
    max-width: 100%;
    object-fit: contain;
    margin-top: 9px;
  }

  .page-header-overlay, .page-header-overlay.header {
    padding-top: 150px;
  }

  .bewerbung_header_small {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-social-block-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom-footer-text {
    margin-top: 20px;
  }

  .hero-overlay {
    background-color: rgba(0, 0, 0, .46);
    margin-left: 0;
    padding: 140px 0 50px;
  }

  .hero-overlay.header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-buttons-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button_header {
    padding: 8px 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .button_header.color {
    z-index: 999999;
    width: 160px;
    height: 40px;
    border-width: 2px;
    align-items: center;
    padding: 20px 5px;
  }

  .cta-button-title {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    top: auto;
    left: 5px;
    right: 5px;
  }

  .hero-checklist {
    margin-top: 0;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .container.jobs {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
  }

  .heading.flie-text-wei {
    border-top: 1px solid var(--ghost-white);
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .paragraph-2 {
    color: #242424;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    font-size: 20px;
    line-height: 22px;
  }

  .flie-text-wei {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .link_socialmedia_icon {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .link_socialmedia_icon:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 22px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / minmax(200px, 1fr);
    justify-content: stretch;
  }

  .fliesstext_style {
    max-width: 100%;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 5px;
    padding-right: 0;
    font-size: 13px;
    display: block;
    position: static;
    overflow: visible;
  }

  .section_2_bild {
    height: auto;
  }

  .container-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-8 {
    overflow: hidden;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-top: 175px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_stellen {
    max-width: 100%;
    margin-left: 0;
  }

  .button_text {
    font-size: 13px;
    line-height: 17px;
  }

  .grid-11 {
    grid-template-columns: repeat(auto-fit, minmax(210px, 5fr));
  }

  .section_2, .section_3 {
    padding: 25px;
  }

  .section_4 {
    padding: 25px 20px;
  }

  .heading_text {
    font-size: 25px;
  }

  .form {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .text_icon {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 0;
    font-size: 13px;
    list-style-type: disc;
    display: block;
  }

  .button_website {
    width: 160px;
    height: 49px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .grid-15 {
    max-width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
  }

  .div-block-10 {
    overflow: hidden;
  }

  .section_5 {
    padding: 25px;
  }

  .section_5.small-footer {
    text-align: center;
    padding-bottom: 60px;
    font-family: Open Sans, sans-serif;
  }

  .div-block-stellen {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-2 {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
  }

  .cta-button {
    padding: 8px 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .cta-button-title-3 {
    font-size: 13px;
    line-height: 17px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .stelle_headings {
    font-size: 13px;
  }

  .cta-button-3 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-button-3.color {
    z-index: 999999;
    width: auto;
    height: auto;
    border-width: 2px;
    padding: 20px 5px;
  }

  .fliesstext_style_2 {
    max-width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 5px;
    padding-right: 0;
    font-size: 13px;
    display: block;
    position: static;
    overflow: visible;
  }

  .stelle_titel {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }

  .stelle_titel:hover {
    color: #000;
  }
}

#w-node-b03c33e4-9233-f931-7c2f-04678f4cc1c7-1177dc94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-1177dc94 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5e72926-cc36-053d-6eed-a2c822a79612-1177dc94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d86db2f3-0253-3422-bf2e-67e58cef5742-1177dc94 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-1177dc94 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-1177dc94 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-1177dc94 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-1177dc94 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-1177dc94 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-1177dc94 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-1177dc94 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-1177dc94 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d952cdb7-a601-17b5-f237-9c765d5e2d67-1177dc94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d952cdb7-a601-17b5-f237-9c765d5e2d70-1177dc94 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-b10fd383-7644-3747-2a53-d4c365b006f9-65b006ec {
  align-self: auto;
  justify-self: auto;
}

#w-node-b10fd383-7644-3747-2a53-d4c365b006fb-65b006ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8acd1def-e5c7-8169-9efa-8fe71743c5af-1743c5ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_8acd1def-e5c7-8169-9efa-8fe71743c5b1-1743c5ad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_5b3fa5fa-9435-2450-8783-eaba866f15c8-1b74456c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7b5ea65-ee1e-67ee-e24d-80d666a93eec-1177dce4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_82a5da07-ee20-7dae-87ad-84ffef669b49-1177dce4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-1177dc94 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b03c33e4-9233-f931-7c2f-04678f4cc1c7-1177dc94 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-1177dc94, #w-node-f5e72926-cc36-053d-6eed-a2c822a79612-1177dc94, #w-node-d86db2f3-0253-3422-bf2e-67e58cef5742-1177dc94, #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-1177dc94 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-1177dc94 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-1177dc94 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-1177dc94 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-1177dc94 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-1177dc94 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-1177dc94 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-1177dc94 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8acd1def-e5c7-8169-9efa-8fe71743c5b1-1743c5ad, #w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b03c33e4-9233-f931-7c2f-04678f4cc1c7-1177dc94 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-1177dc94 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f5e72926-cc36-053d-6eed-a2c822a79612-1177dc94 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-d86db2f3-0253-3422-bf2e-67e58cef5742-1177dc94 {
    grid-area: 7 / 1 / 8 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-1177dc94 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-1177dc94 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-1177dc94 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-1177dc94 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-1177dc94 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-1177dc94 {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-1177dc94 {
    justify-self: center;
  }

  #w-node-d952cdb7-a601-17b5-f237-9c765d5e2d70-1177dc94 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


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