:root {
  --c2: #1d3557;
  --c1: #f1faee;
  --c3: #dc3545;
  --c4: #6c757d;
}

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

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

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

/* Fix container width for the gap between 480px-767px */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: 100% !important;
    padding: 0 20px;
  }

  .w-container {
    max-width: 100% !important;
    padding: 0 20px;
  }

  /* Ensure navbar container doesn't cause overflow */
  .navbar-logo-center-container {
    max-width: 100%;
    padding: 20px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: var(--c2);
  background-image: url('../images/Wireframe---2.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.navbar-logo-center {
  background-color: var(--c1);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
  transition: all 0.3s ease;
}

.nav-menu-wrapper-three {
  width: 100%;
  transition: all 0.3s ease;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  transition: all 0.3s ease;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 8px;
}

.nav-link-5:focus-visible,
.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.menu-button-2 {
  padding: 12px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.menu-button-2:hover {
  background-color: rgba(220, 53, 69, 0.1);
}

.menu-button-2.w--open {
  color: var(--c3);
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 8px;
}

.button-primary-2 {
  background-color: var(--c2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s ease;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-primary-2:hover {
  color: #fff;
  background-color: var(--c3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.button-primary-2:active {
  background-color: #43464d;
  transform: translateY(0);
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--c3);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: 10px;
}

.button.btn-job {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  max-height: 100%;
  margin-bottom: auto;
  display: flex;
}

.heading-4 {
  color: var(--c1);
  text-align: center;
}

.jobs-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 0;
  padding: 20px;
  display: grid;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-color: var(--c4);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 20px 20px -5px #0003;
}

.heading-6 {
  color: var(--c2);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.heading-7 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.heading-8 {
  color: var(--c4);
  text-align: center;
}

.ort {
  color: var(--c4);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.image-2 {
  vertical-align: text-bottom;
  width: 14px;
  height: 14px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  border: 1px solid var(--c3);
  color: var(--c3);
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 9px;
}

.label {
  color: var(--c3);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #e639461a;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin: 0;
  padding: 0 4px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.heading-10,
.heading-11 {
  color: var(--c1);
}

.container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  padding: 40px 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  width: 100%;
  max-width: 1000px;
}

.heading-12 {
  color: var(--c3);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.section-3 {
  height: 100%;
  margin: 0 0 60px 0;
  padding: 20px 0;
}

.paragraph-3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.image-3 {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  display: block;
  object-fit: contain;
}

.process {
  border-radius: 40px;
  margin: 0 0 40px;
  padding: 20px 0 55px;
  display: block;
}

.basic-container {
  background-color: var(--c1);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 30px;
  display: flex;
  position: relative;
  max-width: 90%;
}

.basic-container.transparent {
  background-color: #0000;
}

.section-title-blue-red {
  color: var(--c2);
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.heading-16 {
  color: var(--c4);
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding: 20px;
  display: grid;
  width: 100%;
  max-width: 1200px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.heading-14 {
  color: var(--c2);
  font-size: 28px;
  margin-bottom: 20px;
}

.about-text {
  color: var(--c4);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
}

.list-item {
  color: var(--c2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.div-block-8 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.heading-17 {
  color: var(--c2);
  font-size: 28px;
  margin-bottom: 20px;
}

/* Desktop Process Steps */
.div-block-9 {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  gap: 25px;
}

.process-step-wrapper {
  flex: 0 auto;
  width: calc(33.333% - 17px);
  max-width: calc(33.333% - 17px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div-block-5,
.div-block-5-copy {
  box-sizing: border-box;
  background-color: var(--c3);
  border: 1px #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 2;
}

.text-block-2 {
  color: var(--c1);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: static;
}

.process-text-wrapper {
  border-top: 5px solid var(--c2);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
  margin-bottom: 0;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 25px 25px -20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.heading-18,
.heading-19,
.heading-20 {
  color: var(--c2);
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.prozess-text {
  color: var(--c4);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  width: 95%;
  padding-bottom: 10px;
}

/* Mobile Slider (hidden on desktop) */
.slider {
  display: none;
  margin-top: 20px;
}

.process-step-wrapper.inside-slide {
  width: 95%;
  max-width: 95%;
  max-height: 90%;
  display: block;
}

.heading-10,
.heading-11 {
  color: var(--c1);
}

.container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  padding: 40px 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  width: 100%;
  max-width: 1000px;
}

.heading-12 {
  color: var(--c3);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.section-3 {
  height: 100%;
  margin: 0 0 60px 0;
  padding: 20px 0;
}

.paragraph-3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.image-3 {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  display: block;
  object-fit: contain;
}

.process {
  border-radius: 40px;
  margin: 0 0 10px;
  padding-bottom: 55px;
}

.basic-container {
  background-color: var(--c1);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.basic-container.transparent {
  background-color: #0000;
}

.heading-14 {
  color: var(--c2);
}

.text-span-3 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c3);
  text-decoration-color: var(--c3);
  text-underline-position: under;
}

.sec {
  color: var(--c2);
  line-height: 100%;
}

.heading-16 {
  color: var(--c4);
}

.text-span-4 {
  color: var(--c3);
}

.heading-17 {
  color: var(--c2);
}

.text-span-5 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c3);
  text-decoration-color: var(--c3);
  text-underline-position: under;
}

.process-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 5px solid var(--c2);
  background-color: #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 85%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 25px 25px -20px #0003;
}

.div-block-5 {
  box-sizing: border-box;
  background-color: var(--c3);
  object-fit: fill;
  border: 1px #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-2 {
  color: var(--c1);
  text-align: center;
  font-size: 28px;
  position: static;
}

.paragraph-5 {
  color: var(--c4);
  font-weight: 500;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.div-block-8 {
  text-align: center;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 86%;
  display: flex;
}

.heading-18,
.heading-19,
.heading-20 {
  margin-top: 30px;
}

.prozess-text {
  color: var(--c4);
  text-align: center;
  flex: 0 auto;
  width: 95%;
  padding-bottom: 10px;
}

.process-step-wrapper {
  flex: 0 auto;
  width: 33%;
  max-width: 33%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.list-item {
  color: var(--c2);
  font-size: 16px;
  font-weight: 500;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
}

.section-title-white-red {
  color: var(--c1);
  font-size: 32px;
  line-height: 100%;
}

.text-span-6 {
  color: var(--c3);
}

.heading-22 {
  color: var(--c1);
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  margin-top: 40px;
}

.paragraph-6 {
  color: var(--c1);
  text-align: left;
}

.heading-23 {
  color: var(--c1);
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-7 {
  color: var(--c1);
  width: 70%;
  padding-right: 0;
}

.contact-form {
  border-top: 1px none var(--c4);
  background-color: var(--c1);
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
}

.contact-form.business-page {
  background-color: #0000;
  padding: 0;
}

.heading-26 {
  color: var(--c1);
}

.heading-footer {
  color: var(--c1);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c3);
  text-decoration-color: var(--c3);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-weight: 600;
  text-decoration-style: solid;
}

.container-9 {
  margin: 0 auto 60px;
  padding: 40px 20px;
  max-width: 1200px;
}

.testimonial-card {
  background-color: #374c69;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.testimonial-card:before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 48px;
  color: var(--c3);
  line-height: 1;
  font-family: Georgia, serif;
}

.paragraph-6 {
  color: var(--c1);
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 25px;
}

.heading-23 {
  color: var(--c1);
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  opacity: 0.9;
}

.jobs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.collection-list {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list.homepage {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.collection-list.similar-job {
  margin-bottom: 0;
}

.job-item {
  border: 2px solid #f2e8de;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 15px;
  display: flex;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 200px;
}

.job-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.job-item.similar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

/* Jobs Section - Tablet Responsive */
.jobs-container {
  background-color: var(--c1);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
}

.job-container.similar-job {
  display: none;
}

.job-container.similar-job-mobile {
  display: block;
}

.slider {
  display: none;
}

.heading-similar-job {
  font-size: 16px;
}

.label-similar-job {
  max-width: 100%;
  overflow: visible;
}

.body-2 {
  background-color: #0000;
  background-image: url('../images/Wireframe---2.svg');
  background-position: 0 0;
  background-size: auto;
}

.job {
  color: var(--c2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.gender {
  color: var(--c2);
  text-align: left;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 20px;
}

.section-5 {
  border-radius: 40px;
  margin-bottom: 40px;
}

.heading-30 {
  color: var(--c1);
  line-height: 100%;
}

.text-field {
  border-radius: 10px;
  max-width: 50%;
}

.submit-button {
  background-color: var(--c3);
  color: #fff;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.job-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--c1);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 30px;
  display: block;
}

.job-container.similar-job {
  border-left: 1px #80808066;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0;
  display: block;
}

.job-container.similar-job-mobile {
  margin-top: 20px;
  display: none;
}

.heading-31 {
  color: var(--c3);
  margin-top: 30px;
  margin-bottom: 0;
}

.rich-text-block-2 {
  max-width: 100%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-32 {
  color: var(--c2);
}

.button-3 {
  background-color: var(--c3);
  border-radius: 10px;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-33 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.job-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 100%;
  display: flex;
}

.collection-list-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-3 {
  padding: 50px;
}

.job-link {
  color: var(--c3);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.collection-item-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #d0d9e0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-3 {
  background-image: url('../images/Wireframe---2.svg');
  background-position: 0 0;
  background-size: auto;
}

.link {
  color: var(--c2);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-2 {
  color: var(--c1);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.heading-35 {
  color: var(--c4);
}

.container-10 {
  background-color: var(--c1);
  border-radius: 20px;
  margin-top: 44px;
}

.text-span-7,
.text-span-8 {
  color: var(--c3);
}

.heading-36 {
  color: var(--c1);
  text-align: center;
}

.code-embed {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  overflow: visible;
  display: block;
}

.jobs-container {
  background-color: var(--c1);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mwd {
  color: var(--c2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.similar-job {
  margin-bottom: 20px;
}

.hero-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.button-jobs {
  background-color: var(--c3);
  border-radius: 10px;
  margin-top: 20px;
  font-weight: 500;
}

.job-data {
  border-bottom: 1px solid #6c757d80;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.service-card {
  padding: 20px;
  min-height: 160px;
  max-width: 500px;
  margin: 0 auto;
}

.process {
  display: none;
}

.basic-container {
  display: block;
}

.text-span-9 {
  color: var(--c3);
}

.field-label,
.field-label-2,
.field-label-3 {
  color: var(--c1);
}

.kontakt-text {
  color: var(--c1);
  width: 70.0001%;
}

.actual-job-container {
  width: 100%;
}

.job-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slider {
  display: none;
}

.div-block-5-copy {
  box-sizing: border-box;
  background-color: var(--c3);
  object-fit: fill;
  border: 1px #000;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-text {
  color: var(--c4);
  font-weight: 500;
}

.heading-similar-job {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.branche-similar-job {
  color: var(--c4);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.ort-similar-job {
  color: var(--c4);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.label-similar-job {
  color: var(--c3);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #e639461a;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin: 10px 0;
  padding: 0 4px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.details-button-similar-job {
  border: 1px solid var(--c3);
  color: var(--c3);
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 9px;
}

.section-title-blue-red {
  color: var(--c2);
}

.body-3-copy {
  background-image: url('../images/Wireframe---2.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-37 {
  color: var(--c2);
  text-align: left;
  max-width: 50%;
}

.paragraph-8 {
  color: var(--c2);
  max-width: 60%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hero-for-companies {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-span-10 {
  color: var(--c3);
}

.hero-block-business {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.heading-hero-for-companies,
.heading-h4-hero-for-companies {
  color: var(--c1);
  text-align: center;
}

.container-12 {
  background-color: var(--c1);
  padding: 20px;
}

.heading-38 {
  color: var(--c4);
  max-width: 50%;
}

.text-span-11 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c3);
  text-decoration-color: var(--c3);
  text-underline-position: under;
}

.heading-39 {
  color: var(--c1);
  text-align: center;
  margin-bottom: 20px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-40,
.list-item-2,
.list-item-3,
.list-item-4 {
  color: var(--c1);
}

.container-13 {
  background-color: var(--c1);
  padding: 20px;
}

.heading-41 {
  color: var(--c2);
  max-width: 50%;
  margin-top: 0;
}

.text-span-12 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c3);
  text-decoration-color: var(--c3);
  text-underline-position: under;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-42 {
  color: var(--c1);
}

.div-block-25 {
  display: flex;
}

.heading-43 {
  color: var(--c4);
  max-width: 50%;
}

.branchen-block {
  border-right: 1px #6c757d80;
  border-radius: 10px;
  flex: none;
  padding: 0 10px 10px;
  box-shadow: -2px 2px 5px #0003;
}

.text-span-13 {
  color: var(--c3);
}

.section-6,
.section-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-infotext {
  color: var(--c2);
  max-width: 60%;
  margin-bottom: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-26,
.div-block-27 {
  font-family: Poppins, sans-serif;
}

.div-block-28 {
  flex: 0 auto;
  font-family: Poppins, sans-serif;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: stretch stretch;
  font-family: Poppins, sans-serif;
  display: flex;
}

.heading-44 {
  font-family: Poppins, sans-serif;
}

.heading-45 {
  max-width: 50%;
  font-family: Poppins, sans-serif;
}

.why-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #374c69;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.section-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-14 {
  padding: 20px;
}

.heading-47 {
  color: var(--c1);
  background-color: #0000;
  margin-bottom: 20px;
}

.heading-48 {
  color: var(--c1);
  max-width: 50%;
}

.text-span-14,
.text-span-15,
.text-span-16 {
  color: var(--c3);
}

.contact-form-copy {
  border-top: 1px none var(--c4);
  background-color: var(--c1);
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
}

.section-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  .navbar-logo-center {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    position: relative;
  }

  .navbar-brand-three {
    position: static;
    z-index: 5;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    position: relative;
  }

  .navbar-brand-three {
    position: static;
    z-index: 5;
  }

  .nav-menu-wrapper-three {
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav-menu-wrapper-three[data-nav-menu-open] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-menu-three {
    background-color: var(--c1);
    border: 2px solid var(--c3);
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 25px;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }

  .nav-link-5 {
    padding: 12px 10px;
    min-height: 44px;
  }

  .nav-link-5:hover {
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: 8px;
  }

  .menu-button-2 {
    padding: 12px;
    z-index: 6;
  }

  .menu-button-2.w--open {
    color: var(--c3);
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: 8px;
  }

  .button-primary-2:hover {
    color: #fff;
    background-color: var(--c3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  }

  /* Jobs Section - Tablet Styles */
  .jobs-container {
    margin: 0 auto;
    padding: 35px 20px;
    border-radius: 35px;
    max-width: 90%;
  }

  /* Services Section - Tablet Styles */
  .container-5 {
    margin: 0 auto;
    padding: 35px 20px;
    max-width: 90%;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 25px;
  }

  .service-card {
    padding: 20px;
    min-height: 160px;
    max-width: 500px;
    margin: 0 auto;
  }

  .process {
    display: none;
  }

  .basic-container {
    display: block;
  }

  .heading-12 {
    font-size: 17px;
  }

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

  .collection-list.homepage {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-7 {
    color: var(--c2);
    margin-top: 0;
    margin-bottom: 0;
  }

  .ort {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-2 {
    height: 20px;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .job-item {
    padding-top: 10px;
    padding-left: 15px;
  }

  .branche {
    color: var(--c4);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .job-data {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-bottom: 1px solid #6c757d33;
    flex-flow: column;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-span-9 {
    color: var(--c3);
  }

  .heading-similar-job {
    color: var(--c2);
    margin-top: 0;
    margin-bottom: 0;
  }

  .branche-similar-job,
  .ort-similar-job {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Process Section - Tablet Styles */
  .process {
    margin: 0 auto 30px;
    padding: 15px 0 45px;
  }

  .basic-container {
    margin: 0 auto;
    max-width: 90%;
    padding: 35px 25px;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 25px;
    padding: 15px;
  }

  .div-block-9 {
    gap: 20px;
    margin-top: 15px;
  }

  .process-step-wrapper {
    width: calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }

  .process-text-wrapper {
    min-height: 160px;
    padding: 18px 12px;
  }

  .about-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item {
    font-size: 14px;
  }

  .heading-18,
  .heading-19,
  .heading-20 {
    font-size: 16px;
    margin-top: 20px;
  }

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

  /* Testimonials Section - Tablet Styles */
  .container-9 {
    margin: 0 auto 50px;
    padding: 35px 20px;
    max-width: 90%;
  }

  .div-block-11 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
  }

  .testimonial-card {
    padding: 22px;
    min-height: 180px;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 1.5;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    grid-column-gap: 5px;
    height: 100%;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .navbar-logo-center {
    border-radius: 0 0 40px 40px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 15px;
    flex-direction: column;
    padding: 25px;
    gap: 10px;
  }

  .nav-menu-block {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }

  .nav-link-5 {
    padding: 15px 20px;
    display: block;
    width: 100%;
    text-align: center;
    min-height: 50px;
    border-radius: 10px;
  }

  .nav-link-5:hover {
    background-color: rgba(220, 53, 69, 0.1);
    transform: translateX(5px);
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
    width: 100%;
  }

  .button-primary-2 {
    width: 100%;
    padding: 15px 25px;
    min-height: 50px;
  }

  .button-primary-2:hover {
    color: #fff;
    background-color: var(--c3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  }

  .hero-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .heading-7 {
    font-size: 16px;
  }

  .label {
    max-width: 100%;
    overflow: visible;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Services Section - Small Tablet Styles */
  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-card {
    padding: 20px;
    min-height: 160px;
    max-width: 500px;
    margin: 0 auto;
  }

  .process {
    display: none;
  }

  .basic-container {
    display: block;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .jobs-wrapper {
    flex: 0 auto;
  }

  .collection-list {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .job-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .job-item.similar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin: 0;
    padding: 10px;
  }

  .body-2 {
    background-color: var(--c1);
  }

  .job {
    font-size: 24px;
    line-height: 100%;
  }

  .gender {
    margin-top: 0;
    line-height: 100%;
  }

  .heading-30 {
    font-size: 30px;
  }

  .text-field {
    flex: 0 auto;
    display: block;
  }

  .submit-button {
    vertical-align: baseline;
    display: block;
  }

  .job-container {
    background-color: var(--c1);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: flex;
  }

  .job-container.similar-job {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: none;
  }

  .job-container.similar-job-mobile {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: flex;
  }

  .rich-text-block-2 {
    max-width: 100%;
  }

  .heading-32 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-33 {
    line-height: 100%;
  }

  .heading-34 {
    margin-top: 10px;
    line-height: 100%;
  }

  .job-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    word-break: break-all;
    flex-flow: column;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .collection-list-2 {
    margin-left: 0;
  }

  .collection-list-wrapper-3 {
    padding: 20px;
  }

  .collection-item-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .body-3 {
    background-color: var(--c1);
  }

  .link {
    word-break: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    font-size: 20px;
    line-height: 40px;
  }

  .link-2 {
    text-underline-offset: 0px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    font-weight: 500;
    text-decoration: underline;
  }

  .container-10 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .heading-36 {
    margin: 10px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .jobs-section {
    margin-top: 20px;
  }

}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.mwd {
  font-size: 20px;
}

.actual-job {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-jobs {
  background-color: var(--c3);
  color: var(--c1);
  border-radius: 10px;
  margin-top: 11px;
  margin-bottom: auto;
}

.branche {
  color: var(--c4);
  font-size: 14px;
  font-weight: 700;
}

.job-data {
  justify-content: center;
  align-items: flex-start;
}

.field-label,
.field-label-2,
.field-label-3 {
  color: var(--c1);
}

.container-11 {
  margin-left: 10px;
  margin-right: 10px;
}

.kontakt-text {
  color: var(--c1);
}

.job-block {
  display: block;
}

.slide {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 0;
}

.slider {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--c1);
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.mask {
  flex: 0 auto;
}

.slide-2,
.slide-3 {
  margin-right: 20px;
}

.icon,
.icon-2 {
  display: none;
}

.div-block-5-copy {
  margin-bottom: -30px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

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

.about-text {
  max-width: 100%;
}

.slide-nav {
  margin-top: 0;
  padding-top: 20px;
}

.heading-similar-job {
  color: var(--c2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.branche-similar-job,
.ort-similar-job {
  color: var(--c4);
  font-size: 12px;
  font-weight: 500;
}

.label-similar-job {
  flex-flow: column;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.details-button-similar-job {
  padding: 0 10px;
}

.body-3-copy {
  background-color: var(--c1);
}

.heading-37 {
  max-width: 100%;
}

.hero-for-companies {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.hero-block-business {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  margin: 10px;
  display: flex;
}

.heading-hero-for-companies {
  margin: 10px;
}

.heading-h4-hero-for-companies {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.heading-38 {
  max-width: 100%;
}

.div-block-23 {
  flex-flow: column;
  grid-auto-flow: row;
  display: flex;
}

.branchen-block {
  flex: 1;
}

.paragraph-infotext,
.heading-45,
.heading-48 {
  max-width: 100%;
}

.contact-form-copy {
  margin-left: 10px;
  margin-right: 10px;
}
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100%;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .body {
    background-color: var(--c1);
  }

  .nav-menu-three {
    border: 2px solid var(--c3);
    background-color: var(--c1);
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    padding: 20px;
  }

  .nav-link-5 {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    min-height: 50px;
    border-radius: 10px;
  }

  .button-primary-2 {
    width: 100%;
    padding: 15px 25px;
    min-height: 50px;
  }

  .button-primary-2:hover {
    color: #fff;
    background-color: var(--c3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  }

  .hero-container {
    height: 100%;
    max-height: none;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .heading-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .heading-7 {
    color: var(--c2);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .ort {
    color: var(--c4);
    font-size: 12px;
    font-weight: 500;
  }

  .button-2 {
    padding: 0 10px;
  }

  .label {
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .heading-10 {
    overflow-wrap: anywhere;
    flex: 0 auto;
    align-self: auto;
    font-size: 30px;
  }

  .container-5 {
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-3 {
    margin-right: 0;
  }

  .heading-14 {
    font-size: 28px;
    line-height: 42px;
  }

  .sec {
    font-size: 30px;
  }

  .heading-17 {
    font-size: 28px;
  }

  .paragraph-5 {
    max-width: 100%;
  }

  .div-block-7 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-9 {
    display: none;
  }

  .process-step-wrapper.inside-slide {
    width: 95%;
    max-width: 95%;
    max-height: 90%;
    display: block;
    overflow: visible;
  }

  .section-title-white-red {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-22 {
    font-size: 22px;
  }

  .container-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-7 {
    font-weight: 400;
  }

  .contact-form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .heading-36 {
    margin: 10px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .jobs-section {
    margin-top: 20px;
  }

}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.mwd {
  font-size: 20px;
}

.actual-job {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-jobs {
  background-color: var(--c3);
  color: var(--c1);
  border-radius: 10px;
  margin-top: 11px;
  margin-bottom: auto;
}

.branche {
  color: var(--c4);
  font-size: 14px;
  font-weight: 700;
}

.job-data {
  justify-content: center;
  align-items: flex-start;
}

.field-label,
.field-label-2,
.field-label-3 {
  color: var(--c1);
}

.container-11 {
  margin-left: 10px;
  margin-right: 10px;
}

.kontakt-text {
  color: var(--c1);
}

.job-block {
  display: block;
}

.slide {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 0;
}

.slider {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--c1);
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.mask {
  flex: 0 auto;
}

.slide-2,
.slide-3 {
  margin-right: 20px;
}

.icon,
.icon-2 {
  display: none;
}

.div-block-5-copy {
  margin-bottom: -30px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

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

.about-text {
  max-width: 100%;
}

.slide-nav {
  margin-top: 0;
  padding-top: 20px;
}

.heading-similar-job {
  color: var(--c2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.branche-similar-job,
.ort-similar-job {
  color: var(--c4);
  font-size: 12px;
  font-weight: 500;
}

.label-similar-job {
  flex-flow: column;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.details-button-similar-job {
  padding: 0 10px;
}

.body-3-copy {
  background-color: var(--c1);
}

.heading-37 {
  max-width: 100%;
}

.hero-for-companies {
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.hero-block-business {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  margin: 10px;
  display: flex;
}

.heading-hero-for-companies {
  margin: 10px;
}

.heading-h4-hero-for-companies {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.heading-38 {
  max-width: 100%;
}

.div-block-23 {
  flex-flow: column;
  grid-auto-flow: row;
  display: flex;
}

.branchen-block {
  flex: 1;
}

.paragraph-infotext,
.heading-45,
.heading-48 {
  max-width: 100%;
}

.contact-form-copy {
  margin-left: 10px;
  margin-right: 10px;
}
}

#w-node-_7f597deb-4e66-0182-0b3b-7293a88c9165-97fb4f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eadc42bc-792e-3dc4-b4be-627e7b2ef2aa-50b9e7fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-e9013f8d-a738-21b2-499c-d2738347adaf-c9f14cec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e9013f8d-a738-21b2-499c-d2738347adaf-c9f14cec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }
}

/* Services Section - Desktop Centering Fix */
@media screen and (min-width: 992px) {
  .container-5 {
    margin: 0 auto !important;
    max-width: 90%;
  }

  /* Process Section - Desktop Styles */
  .process {
    margin: 0 auto 40px;
    padding: 20px 0;
  }

  .basic-container {
    margin: 0 auto;
    max-width: 90%;
    padding: 40px 30px;
  }

  .div-block-7 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    gap: 25px;
    margin-top: 20px;
  }

  .process-step-wrapper {
    width: calc(33.333% - 17px);
    max-width: calc(33.333% - 17px);
  }

  .process-text-wrapper {
    min-height: 180px;
    padding: 20px 15px;
  }

  .about-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .list-item {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* Testimonials Section - Mobile Enhancements */
.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 25px;
}

.testimonial-card {
  padding: 18px;
  min-height: 140px;
}

.testimonial-card:before {
  font-size: 32px;
  top: 10px;
  left: 12px;
}

.paragraph-6 {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 18px;
  margin-bottom: 12px;
}

.heading-23 {
  font-size: 12px;
  margin-top: auto;
}

.process {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.basic-container {
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 20px;
}

.section-title-blue-red {
  font-size: 28px;
  line-height: 1.3;
}

.heading-14 {
  font-size: 24px;
  line-height: 1.4;
}

.heading-17 {
  font-size: 24px;
}

.div-block-7 {
  flex-flow: column;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  padding: 10px;
}

.div-block-9 {
  display: none;
}

.slider {
  display: flex;
  margin-top: 20px;
}

.process-step-wrapper.inside-slide {
  width: 95%;
  max-width: 95%;
  max-height: 90%;
  display: block;
  overflow: visible;
}

.about-text {
  max-width: 100%;
  font-size: 14px;
}

/* ========================================
   NEW PROCESS SECTION - CREATED FROM SCRATCH
   ======================================== */

/* Main Section */
.new-process-section {
  background-color: transparent;
  margin: 40px 0;
  padding: 20px 0;
  display: block;
}

/* Container */
.new-process-container {
  background-color: var(--c1);
  border-radius: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Typography */
.new-process-title {
  color: var(--c2);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.new-process-subtitle {
  color: var(--c4);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-red {
  color: var(--c3);
}

.highlight-underline {
  text-decoration: underline;
  text-decoration-color: var(--c3);
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

/* Main Content Grid */
.new-process-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* About Section */
.new-about-section {
  display: flex;
  flex-direction: column;
}

.new-about-title {
  color: var(--c2);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.new-about-text {
  color: var(--c4);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 25px;
}

.new-about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-about-item {
  color: var(--c2);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.new-about-item:before {
  content: "■";
  color: var(--c3);
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Process Steps Section */
.new-process-steps-section {
  display: flex;
  flex-direction: column;
}

.new-steps-title {
  color: var(--c2);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

/* Process Steps - All Screen Sizes */
.new-process-steps-desktop {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.new-process-step {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.new-process-step:hover {
  border-color: var(--c3);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.new-step-number {
  background-color: var(--c3);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.new-step-content {
  flex: 1;
}

.new-step-title {
  color: var(--c2);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.new-step-description {
  color: var(--c4);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Tablet Styles (992px - 768px) */
@media screen and (max-width: 991px) {
  .new-process-container {
    margin: 0 auto;
    max-width: 90%;
    padding: 40px 30px;
    border-radius: 35px;
  }

  .new-process-title {
    font-size: 32px;
  }

  .new-process-subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .new-process-content {
    grid-gap: 40px;
  }

  .new-about-title,
  .new-steps-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .new-about-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .new-about-item {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .new-process-steps-desktop {
    gap: 20px;
  }

  .new-process-step {
    padding: 20px;
    gap: 15px;
    border-radius: 15px;
  }

  .new-step-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .new-step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .new-step-description {
    font-size: 14px;
  }
}

/* Small Tablet Styles (768px - 480px) */
@media screen and (max-width: 767px) {
  .new-process-content {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .new-process-title {
    font-size: 28px;
  }

  .new-process-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .new-about-title,
  .new-steps-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .new-about-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .new-about-item {
    font-size: 14px;
  }

  .new-process-steps-desktop {
    gap: 18px;
  }

  .new-process-step {
    padding: 18px;
    gap: 12px;
    border-radius: 12px;
  }

  .new-step-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .new-step-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .new-step-description {
    font-size: 13px;
  }
}

/* Mobile Styles (480px and below) */
@media screen and (max-width: 479px) {
  .new-process-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .new-process-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .new-process-content {
    grid-gap: 25px;
  }

  .new-about-title,
  .new-steps-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .new-about-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .new-about-item {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
  }

  .new-about-item:before {
    font-size: 10px;
  }

  .new-process-steps-desktop {
    gap: 15px;
  }

  .new-process-step {
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .new-step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .new-step-content {
    text-align: center;
  }

  .new-step-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .new-step-description {
    font-size: 13px;
    line-height: 1.4;
  }
}

.jobs-container {
  margin: 0 auto;
  max-width: calc(100% - 20px);
}

.process {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  display: block;
}

.basic-container {
  margin: 0 auto;
  max-width: calc(100% - 20px);
}

.new-process-container {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  padding: 30px 20px;
  border-radius: 25px;
}