:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.logo-container-navabr {
  max-width: 20%;
}

.menu-container-navbar {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.social-icons-container-navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.social-icons-container-navbar.no-margin {
  margin-left: 0;
}

.nav-button-container {
  text-decoration: none;
}

.navbar {
  z-index: 999;
  color: #fff;
  background-color: #00274d;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button-text {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.social-icon-container-navbar {
  background-color: #4a90e2;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  inset: 0% auto 0 0%;
}

.social-icon-container-navbar.inline-block {
  margin-left: 0;
  display: inline-block;
}

.social-icon-container-navbar.insta {
  display: none;
}

.social-icon {
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.logo-image {
  max-width: 100%;
}

.hero-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.background-image-hero-section {
  z-index: -1;
  background-image: url('../images/hero-section-background-smaller-screens.svg');
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.right-side-navbar-container {
  display: flex;
}

.hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.text-side-hero-section {
  width: 50%;
}

.image-side-hero-section {
  align-self: center;
  width: 45%;
}

.hero-section-image {
  z-index: 2;
  border: 10px solid #5c8edc;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-section-image.accordian-image-variant {
  border-width: 6px;
  border-radius: 12px;
}

.h1-hero-section {
  color: #fff;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.subtitle-hero-section {
  color: #678dd6;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.p-18 {
  color: #fff;
  width: auto;
  margin-top: 40px;
  font-size: 16px;
  line-height: 150%;
}

.p-18.black-text {
  color: #132547;
}

.p-18.dark {
  color: #1a2543;
}

.p-18.dark.margin-down-40 {
  margin-bottom: 40px;
}

.p-18.dark.margin-up-20 {
  margin-top: 20px;
}

.p-18.margin-down-40 {
  margin-bottom: 40px;
}

.p-18.fixed-margins-card {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

.p-18.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  z-index: 1;
  background-color: #678dd6;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 5% 0% 0% 5%;
}

.div-block.accordian-background-variant {
  width: 100%;
  display: block;
  top: 5%;
  left: 5%;
}

.hero-section-image-container {
  border: 0 solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.hero-section-image-container.accordian-variant {
  width: 40%;
}

.services-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 70px;
}

.standard-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.standard-container.margin-down-60 {
  margin-bottom: 60px;
}

.standard-container.negative-margin {
  margin-top: -100px;
}

.standard-container.margin-top {
  margin-top: 70px;
}

.card {
  background-color: #0c264a;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 260px;
  display: flex;
  overflow: hidden;
}

.card.white-border {
  border: 4px solid #fff;
}

.text-part-card {
  border-radius: 0%;
}

.card-image-container {
  box-sizing: border-box;
  object-fit: fill;
  width: 45%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.card-image {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card-image-background {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
  overflow: hidden;
}

.card-text-container {
  align-self: center;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 0 0;
}

.h3-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 400;
}

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

.h3-white.dark {
  color: #1c2541;
}

.h3-white.light-blue {
  color: #5c8edc;
}

.line {
  text-align: left;
  background-color: #6f8cd0;
  width: 100px;
  height: 2px;
  margin-top: 0;
}

.line.center {
  margin-left: auto;
  margin-right: auto;
}

.line.h1-other-pages-underline, .line.width-0 {
  width: 0;
}

.paragraph {
  color: #fff8f8;
}

.p-14 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 160%;
}

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

.link {
  color: #6f8cd0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  color: #6f8cd0;
  font-size: 18px;
  font-weight: 400;
}

.italic-text, .text-span {
  text-decoration: none;
}

.text-span-2 {
  text-decoration: underline;
}

.text-span-3 {
  line-height: 20px;
  text-decoration: underline;
}

.card-title {
  margin-bottom: 0;
}

.card-title.m-d-10 {
  margin: 0 0 15px;
}

.div-block-3 {
  margin-bottom: 0;
  padding: 20px 10px 20px 40px;
}

.card-flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  padding-left: 0;
  display: flex;
}

.larger-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.larger-container.margin-down-40 {
  margin-bottom: 40px;
  padding-left: 20px;
}

.larger-container.margin-down-60 {
  margin-bottom: 60px;
}

.larger-container.heading-other-pages {
  margin-top: auto;
  margin-bottom: auto;
}

.larger-container.margin-up-other-pages {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h2 {
  color: #0c264a;
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
}

.h2.white {
  color: #fff;
  padding-top: 0;
}

.h2.white.no-margin-down-h2 {
  margin-bottom: 0;
}

.jobs-fields-flex-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-side-jobs-fields {
  width: 30%;
  height: auto;
  padding-right: 0;
}

.cards-side-text-fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 66%;
  display: flex;
}

.jobs-fields-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.quick-stack {
  padding: 0;
}

.cell {
  background-color: #432d2d;
}

.jobs-fields-card {
  background-color: #132547;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.jobs-fields-image {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.division-line {
  background-color: #758bcb;
  width: 2px;
  height: auto;
}

.packets-section {
  background-color: #172545;
  height: auto;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.packets-flex {
  justify-content: space-around;
  display: flex;
}

.right-side-text-packets {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  width: 25%;
  display: flex;
}

.left-side-cards-packets {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.card-white-packets {
  background-color: #fff;
  border-radius: 12px;
}

.card-white-packets.dark {
  color: #333;
  width: 45%;
  padding: 40px;
}

.card-dark-packets {
  border: 2px solid var(--white);
  background-color: #1a2543;
  border-radius: 12px;
  width: 45%;
  padding: 40px;
}

.main-cta {
  z-index: 0;
  color: #fff;
  background-color: #4a90e2;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 60px 5px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main-cta.dark {
  background-color: #1a2543;
  position: relative;
}

.main-cta.no-paddings-button {
  padding: 0;
}

.steps-section {
  padding-top: 0;
  padding-bottom: 70px;
}

.steps-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: default;
  display: flex;
}

.footer {
  background-color: #1a2543;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.left-menu-footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: auto;
  display: flex;
}

.center-footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  width: auto;
  display: flex;
}

.left-footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.menu-footer {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-menu-text {
  color: #fff;
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 30px;
}

.link-block-footer {
  margin-bottom: 10px;
  text-decoration: none;
}

.center-text-container-footer {
  width: auto;
}

.important-info-footer {
  color: #678dd6;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.less-important {
  color: var(--white);
}

.less-important-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.less-important-link:hover {
  color: #5c8edc;
}

.less-important-link-container {
  display: none;
}

.logo-image-footer {
  width: 70%;
  height: 100%;
}

.footer-logo-container {
  text-align: left;
  width: auto;
  max-width: 100%;
  height: auto;
}

.copyright-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  display: block;
}

.icons-footer-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 21px;
  display: inline-flex;
}

.important-info-container {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
}

.beginning-section {
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: block;
  position: relative;
}

.image-3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-other-pages {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.dienstleistung-flex {
  width: 45%;
}

.dienstleistung-page.neagtive-margin {
  margin-top: -100px;
  margin-bottom: 0;
  padding-bottom: 70px;
}

.dienstleistung-page-card {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-container-dienstleistung-page {
  width: 50%;
}

.image-container-dienstleistung-page.last-child {
  order: 1;
}

.dienstleistung-page-image {
  border: 4px solid #fff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}

.dienstleistung-page-image.last-child {
  display: block;
}

.text-container-diensleistung-page {
  width: 45%;
}

.contact-page-section {
  margin-top: 0;
  padding-bottom: 70px;
}

.contact-page-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.text-container-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 40%;
  display: flex;
}

.contact-text {
  font-size: 22px;
  line-height: 140%;
}

.contact-formular-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-formular-box {
  background-color: #0c264a;
  border-radius: 12px;
}

.thats-how-it-works-page {
  border-radius: 0%;
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 70px;
}

.how-it-works-card-flex {
  display: flex;
}

.step-how-it-works-card {
  color: #758bcb;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-2 {
  grid-row-gap: 0px;
}

.circle {
  background-color: #0c264a;
  border-radius: 50%;
  width: 180px;
  height: 170px;
  position: relative;
}

.text-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 20px;
}

.left-icon-cell {
  justify-content: center;
  align-items: flex-end;
}

.cell-4, .right-icon-cell {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.tahts-how-it-works-grid {
  grid-column-gap: 0px;
}

.line-cell {
  justify-content: flex-start;
  align-items: center;
}

.icon-cell {
  justify-content: center;
  align-items: center;
}

.how-it-works-huge-icon {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.little-icons-how-it-works-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.little-circle {
  background-color: #4a90e2;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.little-icon {
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.little-icon-title {
  color: #0c264a;
  text-align: center;
  font-size: 18px;
}

.field-label-contact-formular {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.field-contact-form {
  border-radius: 12px;
  height: 50px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #132547;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  padding: 40px 20px 20px;
  display: block;
}

.contact-formular-little-data-cell {
  justify-content: center;
  align-items: stretch;
}

.form-block {
  border-radius: 0;
}

.form-textarea {
  border-radius: 12px;
  height: auto;
  min-height: 250px;
}

.submit-button {
  z-index: 2;
  background-color: #3898ec00;
  border: 0 solid #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 10px 60px 10px 30px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: relative;
  inset: 0%;
}

.submit-button-cell {
  padding-top: 40px;
}

.quick-stack-4 {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  padding: 10px 40px 20px;
}

.recognition-page-section {
  margin-top: -70px;
  padding-bottom: 70px;
}

.accordian {
  margin-bottom: 20px;
  display: block;
}

.accordian-header {
  cursor: pointer;
  background-color: #0c264a;
  border: 2px solid #fff;
  border-radius: 12px;
}

.accordian-header.accordian-header-flex {
  z-index: 1;
  position: relative;
}

.accordian-panel {
  background-color: #132547;
  border: 2px solid #fff;
  border-radius: 12px;
  margin-top: 5px;
  padding: 20px 60px;
  display: none;
}

.accordian-panel.accordian-1-panel {
  display: none;
}

.accordian-header-flex {
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px 10px 20px;
  display: flex;
}

.accordian-icon-containber {
  width: 80px;
  height: 80px;
}

.accordian-icon {
  width: 100%;
  height: 100%;
}

.accordian-title-container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
}

.open-close-accordian-icon {
  margin-top: auto;
  margin-bottom: auto;
}

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

.accordian-text-container {
  width: 100%;
}

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

.accordian-panel-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
}

.accordian-open-icon-container {
  background-color: #5c8edc;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 14px;
  position: relative;
}

.accordian-open-icon {
  color: #fff;
  text-align: center;
  font-size: 65px;
  line-height: 65px;
  display: block;
  position: absolute;
  inset: 0%;
}

.left-side-accordian-header {
  display: flex;
}

.right-side-accordian-header {
  margin-top: auto;
  margin-bottom: auto;
}

.accordian-close-icon {
  color: #fff;
  text-align: center;
  font-size: 72px;
  line-height: 62px;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.dropdown-list {
  background-color: #ddd0;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 0;
}

.dropdown-2 {
  width: 100%;
  margin-bottom: 220px;
}

.nav-text-underline {
  background-color: #5c8edc;
  width: 0%;
  height: 2px;
  margin-top: 5px;
}

.arrow-button {
  display: inline-block;
}

.button-background {
  z-index: 1;
  color: #1a2543;
  background-color: #1a2543;
  border-radius: 50px;
  width: 0%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 2;
  font-size: 22px;
  position: relative;
}

.div-block-5 {
  z-index: 1;
  background-color: #5c8edc;
  border-radius: 50px;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block {
  z-index: 2;
  font-size: 22px;
  position: relative;
}

.text-span-4 {
  display: inline-block;
}

.image-6 {
  display: none;
}

.hamburger-menu {
  z-index: 999;
  display: none;
  position: relative;
}

.menu {
  background-color: #fff;
  width: 80vw;
  height: 100vh;
  position: fixed;
  inset: auto 0 auto auto;
}

.card-image-vertical, .card-image-baground-vertical {
  display: none;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 100%;
  padding: 20px 40px;
}

.trinagle-steps {
  text-align: left;
  display: none;
}

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

.link-block {
  width: 100%;
  height: 100%;
}

.div-block-7 {
  background-image: url('../images/hero-section-background-smaller-screens.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

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

.link-5 {
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.link-6, .link-7, .link-8 {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .navbar-container {
    padding-left: 100px;
  }

  .nav-button-text {
    font-size: 20px;
  }

  .hero-section {
    background-position: 50% 100%;
    background-size: cover;
    height: 90vh;
  }

  .background-image-hero-section {
    background-image: none;
  }

  .hero-container {
    max-width: 1140px;
  }

  .h1-hero-section {
    font-size: 44px;
  }

  .subtitle-hero-section {
    font-size: 26px;
  }

  .p-18 {
    font-size: 18px;
  }

  .card {
    height: 280px;
  }

  .h3-white {
    font-size: 26px;
  }

  .h3-white.light-blue {
    line-height: 32px;
  }

  .p-14 {
    font-size: 14px;
  }

  .link {
    font-size: 20px;
  }

  .h2 {
    font-size: 32px;
  }

  .jobs-fields-flex-container, .cards-side-text-fields {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .packets-flex {
    justify-content: space-around;
  }

  .main-cta {
    padding: 10px 80px 10px 50px;
  }

  .footer-menu-text {
    font-size: 24px;
  }

  .h1-other-pages {
    font-size: 36px;
  }

  .contact-text {
    font-size: 24px;
  }

  .circle {
    width: 220px;
    height: 220px;
  }

  .how-it-works-huge-icon {
    width: 160px;
    height: 160px;
  }

  .contact-form, .form-block {
    display: block;
  }

  .submit-button {
    padding: 10px 80px 10px 50px;
    font-size: 24px;
  }

  .accordian-icon-containber {
    width: 90px;
    height: 90px;
  }

  .accordian-open-icon-container {
    width: 70px;
    height: 70px;
  }

  .accordian-open-icon {
    font-size: 70px;
    line-height: 70px;
  }

  .button-text, .text-block {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .social-icon-container-navbar {
    width: 48px;
    height: 48px;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .hero-section {
    background-image: none;
    background-size: auto;
    width: 100%;
  }

  .background-image-hero-section {
    background-image: none;
    display: block;
  }

  .hero-container {
    max-width: 1200px;
  }

  .card {
    height: 300px;
  }

  .grid {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1280px;
  }

  .nav-button-text {
    font-size: 20px;
  }

  .hero-section {
    background-image: url('../images/Vector-1.png');
    background-position: 50% 100%;
    background-size: cover;
    height: 90vh;
  }

  .background-image-hero-section {
    display: none;
  }

  .hero-container {
    max-width: 1440px;
  }

  .h1-hero-section {
    font-size: 60px;
    line-height: 120%;
  }

  .subtitle-hero-section {
    font-size: 36px;
    line-height: 38px;
  }

  .p-18 {
    font-size: 20px;
    line-height: 160%;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .standard-container {
    width: auto;
    max-width: 1400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card {
    width: 48%;
    height: 380px;
  }

  .h3-white {
    font-size: 28px;
  }

  .h3-white.align-center {
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .h3-white.light-blue {
    line-height: 34px;
  }

  .p-14 {
    font-size: 18px;
  }

  .link {
    font-size: 20px;
  }

  .card-title.m-d-10 {
    margin-bottom: 20px;
  }

  .larger-container, .larger-container.margin-down-40 {
    max-width: 1440px;
  }

  .h2 {
    font-size: 40px;
  }

  .jobs-fields-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .packets-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-cta {
    padding: 10px 80px 10px 50px;
  }

  .steps-section, .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-menu-text {
    font-size: 28px;
  }

  .important-info-footer, .less-important-link {
    font-size: 20px;
  }

  .less-important-link-container {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .contact-page-section {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .contact-page-flex {
    margin-top: 0;
  }

  .contact-formular-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thats-how-it-works-page {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .submit-button {
    font-size: 28px;
  }

  .recognition-page-section {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .button-text, .text-block {
    font-size: 28px;
  }

  .image-6 {
    display: block;
  }

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

@media screen and (max-width: 991px) {
  .social-icons-container-navbar.small-menu {
    margin-left: 0;
  }

  .navbar {
    display: none;
  }

  .logo-image {
    width: auto;
    height: auto;
  }

  .hero-section {
    background-image: url('../images/Vector-7.png');
    background-position: 0 0;
    background-size: cover;
    height: 55vh;
    margin-top: 0;
  }

  .background-image-hero-section {
    margin-top: 0;
    display: none;
  }

  .hero-container {
    flex-flow: row;
    justify-content: center;
  }

  .text-side-hero-section {
    width: 80%;
  }

  .image-side-hero-section {
    display: none;
  }

  .hero-section-image {
    display: block;
  }

  .hero-section-image-container {
    z-index: 0;
    display: block;
  }

  .card {
    flex-flow: column;
    align-self: flex-start;
    align-items: center;
    width: 300px;
    min-width: 0;
    max-width: none;
    height: 460px;
  }

  .card-image-container {
    order: 0;
    width: 100%;
    height: 50%;
  }

  .card-image, .card-image-background {
    display: none;
  }

  .card-text-container {
    width: 100%;
    height: 45%;
    padding-left: 15px;
  }

  .card-flex-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .h2.white.recognition-page {
    font-size: 26px;
  }

  .jobs-fields-flex-container {
    flex-flow: column;
  }

  .text-side-jobs-fields {
    width: 66%;
    margin-bottom: 40px;
  }

  .cards-side-text-fields {
    align-self: center;
    width: 750px;
  }

  .division-line {
    display: none;
  }

  .packets-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .right-side-text-packets {
    order: -1;
    width: 66%;
    margin-bottom: 40px;
  }

  .left-side-cards-packets {
    align-self: center;
    width: 700px;
  }

  .main-cta {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
  }

  .main-cta:active {
    background-color: #1a2543;
  }

  .main-cta.dark {
    width: 40%;
    padding-right: 0;
  }

  .main-cta.dark:active {
    background-color: #5c8edc;
  }

  .text-div {
    order: 1;
    width: 100%;
  }

  .steps-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .left-menu-footer, .center-footer {
    width: 35%;
  }

  .beginning-section {
    height: 30vh;
  }

  .dienstleistung-page-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-page-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: center;
  }

  .tahts-how-it-works-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .contact-form {
    width: 100%;
  }

  .accordian-panel {
    display: none;
  }

  .image-4 {
    width: 100%;
    height: 10%;
    position: absolute;
    inset: 0%;
  }

  .image-5 {
    z-index: -1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    inset: 0%;
  }

  .image-6 {
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
    position: static;
  }

  .menu {
    z-index: 999;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    opacity: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    padding-top: 100px;
    padding-left: 40px;
    display: flex;
    position: fixed;
    inset: auto -50% auto auto;
  }

  .text-block-2 {
    color: #132547;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-decoration: none;
  }

  .text-block-2:active {
    color: #0c264a;
    font-weight: 400;
  }

  .link-block-mobile-menu {
    text-decoration: none;
  }

  .link-block-mobile-menu.w--current {
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .link-block-mobile-menu.w--current:active {
    color: #994040;
  }

  .div-block-6 {
    display: block;
  }

  .mobile-menu-icon-container {
    z-index: 1000;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    background-color: #4a90e2;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
    position: fixed;
    inset: 3% 3% auto auto;
  }

  .mobiile-menu-line {
    height: 3px;
  }

  .mobile-menu-line {
    background-color: #fff;
    width: 50%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .card-image-vertical {
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .card-image-baground-vertical {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 5% 0% 0%;
    overflow: clip;
  }

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

  .image-10 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .smaller-menu-logo-container {
    z-index: 2;
    width: auto;
    max-width: 30%;
    position: absolute;
    inset: 1% auto auto 3%;
  }
}

@media screen and (max-width: 767px) {
  .social-icon-container-navbar.inline-block {
    width: 64px;
    height: 64px;
  }

  .social-icon {
    width: 34px;
    height: 34px;
  }

  .hero-section {
    background-color: #132547;
    background-image: none;
    background-size: auto;
    height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .image-side-hero-section {
    display: none;
  }

  .p-18.dark {
    text-align: left;
  }

  .card {
    justify-content: space-between;
    width: 300px;
    min-width: 0%;
    max-width: none;
    height: 520px;
    padding-bottom: 10px;
  }

  .card-image-container {
    height: 45%;
  }

  .card-text-container {
    height: 50%;
    padding-bottom: 0;
  }

  .text-side-jobs-fields {
    width: 100%;
  }

  .cards-side-text-fields {
    width: auto;
    min-width: 0;
  }

  .right-side-text-packets {
    width: 100%;
  }

  .left-side-cards-packets {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    flex: 0 100%;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-white-packets.dark {
    flex: 0 100%;
    width: auto;
    max-width: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-dark-packets {
    flex: 0 100%;
    width: auto;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-cta {
    width: 100%;
    min-width: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0;
  }

  .main-cta.dark {
    min-width: 240px;
  }

  .steps-flex {
    flex-flow: column;
    display: flex;
  }

  .step {
    justify-content: center;
  }

  .step-text-container {
    width: 70%;
  }

  .footer-flex {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-menu-footer {
    width: 100%;
  }

  .center-footer {
    justify-content: flex-start;
    width: 100%;
  }

  .left-footer {
    width: 100%;
  }

  .footer-menu-text {
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 300;
  }

  .center-text-container-footer {
    width: auto;
  }

  .important-info-footer {
    font-size: 22px;
    line-height: 28px;
  }

  .less-important-link {
    font-size: 20px;
  }

  .less-important-link-container {
    font-size: 14px;
    display: none;
  }

  .logo-image-footer {
    width: 100%;
  }

  .copyright-text {
    font-size: 20px;
  }

  .right-footer-text-container {
    width: auto;
  }

  .beginning-section {
    height: auto;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .dienstleistung-page-card {
    flex-flow: column;
  }

  .image-container-dienstleistung-page {
    order: -1;
    width: 80%;
  }

  .image-container-dienstleistung-page.last-child {
    order: -1;
  }

  .text-container-diensleistung-page {
    width: 80%;
  }

  .thats-how-it-works-page {
    margin-top: 0;
  }

  .text-container-how-it-works {
    text-align: left;
    order: 0;
  }

  .text-cell {
    padding-bottom: 0;
  }

  .tahts-how-it-works-grid {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
  }

  .line-cell {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-cell {
    padding-top: 0;
  }

  .little-circle {
    border: 2px solid #fff;
  }

  .field-label-container-contact-form {
    order: 0;
  }

  .quick-stack-4 {
    grid-row-gap: 30px;
  }

  .accordian-header.accordian-header-flex {
    padding-right: 20px;
  }

  .accordian-panel {
    display: none;
  }

  .image-6 {
    display: block;
  }

  .menu {
    width: 75vw;
    right: -75%;
  }

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

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

  .image-7 {
    order: 0;
    display: none;
  }

  .trinagle-steps {
    max-width: 90%;
    display: block;
  }

  .image-8, .image-9 {
    display: none;
  }

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

  .smaller-menu-logo-container {
    width: auto;
    min-width: 0;
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-color: #0c264a;
    background-image: none;
    background-size: auto;
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .h1-hero-section {
    font-size: 36px;
  }

  .p-18 {
    font-size: 18px;
  }

  .standard-container, .standard-container.margin-down-60 {
    padding-left: 5px;
  }

  .card {
    justify-content: space-between;
    align-self: center;
    width: auto;
    max-width: 300px;
    height: 540px;
  }

  .line {
    width: 50px;
  }

  .p-14 {
    font-size: 14px;
  }

  .card-flex-container {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .larger-container.margin-up-other-pages {
    background-color: #0c264a00;
    margin-bottom: 40px;
  }

  .h2.white.recognition-page {
    font-size: 22px;
    line-height: 28px;
  }

  .jobs-fields-section {
    padding-bottom: 20px;
  }

  .quick-stack {
    grid-row-gap: 57px;
  }

  .jobs-fields-card {
    align-self: auto;
    max-width: 340px;
  }

  .packets-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-side-cards-packets {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .card-white-packets.dark {
    align-self: center;
    width: auto;
    max-width: 340px;
  }

  .card-dark-packets {
    width: auto;
    max-width: 340px;
  }

  .main-cta {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
  }

  .main-cta.dark {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .footer-menu-text {
    font-size: 26px;
  }

  .important-info-footer {
    font-size: 16px;
  }

  .beginning-section {
    background-color: #132547;
    height: 50vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-3 {
    vertical-align: text-top;
    display: none;
  }

  .contact-page-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-container-contact {
    width: 100%;
  }

  .thats-how-it-works-page {
    margin-top: 0;
  }

  .little-icons-how-it-works-container {
    flex-flow: wrap;
    justify-content: center;
  }

  .accordian-header.accordian-header-flex {
    padding-right: 20px;
  }

  .accordian-icon-containber {
    width: 60px;
    height: 60px;
    display: none;
  }

  .accordian-title-container {
    margin-left: 20px;
  }

  .accordian-open-icon-container {
    width: 55px;
    height: 55px;
  }

  .accordian-open-icon {
    font-size: 55px;
    line-height: 55px;
  }

  .button-text {
    font-size: 24px;
  }

  .menu {
    width: 100vw;
    right: -100%;
  }

  .mobile-menu-icon-container {
    top: 30px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .smaller-menu-logo-container {
    top: 30px;
  }
}

#w-node-db0c9721-3029-523d-06fc-ab714e6178f3-09a18707 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1dd7dc37-30cd-f393-2333-e256e1a4d14f-df55a5a2 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 10px 1fr 3fr 1fr 10px 1fr 1fr;
}

#w-node-cac9fc87-2cb3-f324-6ca7-4c4ca9e7c375-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-_4ed4a050-5ab8-8ae2-1362-98b1dffba8cc-df55a5a2 {
  grid-column: span 3 / span 3;
}

#w-node-c2f16c7e-a7cd-d3ad-1d5b-5a3e63cfd4cb-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-d60bf675-600b-69f6-49be-407e33d7231e-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-_788415ca-e8c9-75ba-95fa-40df4ab40cc5-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-fed63757-d071-88df-1d4e-e654ef0bd23d-df55a5a2 {
  grid-column: span 3 / span 3;
}

#w-node-f359958e-1100-b657-e82d-b057cf054072-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-f7a81ead-1983-02d6-9435-bf745dc81c85-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-_076e8231-e090-e95e-425d-d6f6db682df9-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-_2d136b92-8f08-52cb-cb02-bd764f4ddbe9-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-_7a603a80-a040-9f29-18eb-f45f417142c6-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-_9f5bc6ff-f2a5-fe40-8f40-283abd8551c9-df55a5a2 {
  grid-column: span 3 / span 3;
}

#w-node-_6c2d33b1-b470-d8c3-1eed-083dfa9d3289-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-b13763fe-ac77-fb06-3f85-ec67f06ea122-df55a5a2 {
  grid-column: span 5 / span 5;
}

#w-node-_0ecd70c0-92eb-3391-0216-1b348fd83095-df55a5a2 {
  grid-column: span 2 / span 2;
}

#w-node-aa3976c3-9625-1936-f4c6-be10c43bc679-df55a5a2 {
  grid-column: span 3 / span 3;
}

#w-node-c5d50828-7a88-d64b-eb52-ad53b48b3f9c-df55a5a2 {
  grid-column: span 5 / span 5;
}

@media screen and (max-width: 767px) {
  #w-node-db0c9721-3029-523d-06fc-ab714e6178f3-09a18707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1dd7dc37-30cd-f393-2333-e256e1a4d14f-df55a5a2 {
    grid-template-rows: 0 0 0 0 auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cac9fc87-2cb3-f324-6ca7-4c4ca9e7c375-df55a5a2 {
    order: 2;
  }

  #w-node-_4ed4a050-5ab8-8ae2-1362-98b1dffba8cc-df55a5a2 {
    order: 1;
    grid-column: span 5 / span 5;
  }

  #w-node-d60bf675-600b-69f6-49be-407e33d7231e-df55a5a2 {
    order: 3;
  }

  #w-node-fed63757-d071-88df-1d4e-e654ef0bd23d-df55a5a2 {
    order: 4;
    grid-column: span 5 / span 5;
  }

  #w-node-f359958e-1100-b657-e82d-b057cf054072-df55a5a2 {
    order: 5;
  }

  #w-node-_076e8231-e090-e95e-425d-d6f6db682df9-df55a5a2 {
    order: 6;
  }

  #w-node-_7a603a80-a040-9f29-18eb-f45f417142c6-df55a5a2 {
    order: 8;
  }

  #w-node-_9f5bc6ff-f2a5-fe40-8f40-283abd8551c9-df55a5a2 {
    order: 7;
    grid-column: span 5 / span 5;
  }

  #w-node-b13763fe-ac77-fb06-3f85-ec67f06ea122-df55a5a2 {
    order: 9;
  }

  #w-node-aa3976c3-9625-1936-f4c6-be10c43bc679-df55a5a2 {
    order: 10;
    grid-column: span 5 / span 5;
  }

  #w-node-c5d50828-7a88-d64b-eb52-ad53b48b3f9c-df55a5a2 {
    order: 11;
  }
}


