:root {
  --00befe: #00befe;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.3em;
}

.color-accent {
  background-color: #e3d19c;
}

.title2 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3.5em 0;
}

.copy-medium {
  color: #686868;
  font-size: 1em;
  line-height: 1.4em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.input-field {
  min-height: 54px;
  color: #272727;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.copy-small {
  color: #686868;
  font-size: .85em;
  line-height: 1.4em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.center-w3 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-xs-start {
  padding-top: 1em;
}

.color-primary {
  background-color: #e6c8b2;
}

.center-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.center-w1.hero-width {
  max-width: 1920px;
}

.color-grey-light-1 {
  background-color: #d9d9d9;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.button {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #00befe;
  border-radius: 2rem;
  padding: .75em 1.5em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #009393;
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.secondary {
  color: #016170;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #016170;
}

.button.secondary:hover {
  opacity: 1;
  border-color: rgba(102, 69, 19, .15);
}

.button.secondary.small {
  border-color: #016170;
}

.button.navbar {
  text-align: center;
  padding: .75em 1.5em;
  font-size: .9rem;
}

.button.button2 {
  font-size: .9em;
}

.p-md-start {
  padding-top: 4.5em;
}

.p-xl-start {
  padding-top: 6.5em;
}

.color-grey-light-2 {
  background-color: #eaeaea;
}

.title5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.center-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.copy-large {
  color: #272727;
  font-size: 1.2em;
}

.color-copy-dark {
  background-color: #272727;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.distance-big {
  padding-top: 6.5em;
}

.title3 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title1 {
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.05em;
}

.heading {
  color: #272727;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.05em;
}

.heading-2 {
  color: #272727;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-3 {
  color: #272727;
  font-family: Poppins, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-5 {
  font-size: 1.1em;
  line-height: 1.1em;
}

.heading-6 {
  font-size: .8em;
  line-height: 1.2em;
}

.paragraph {
  color: #272727;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.footer3_component {
  background-color: #041c3a;
  padding-top: 4em;
  padding-bottom: 0;
}

.text-size-small {
  font-size: 1em;
}

.text-size-small.white {
  color: #fff;
}

.margin-bottom, .margin-bottom.margin-huge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-0, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-custom3, .margin-bottom.margin-medium, .margin-bottom.margin-custom1, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.padding-vertical.padding-xxlarge {
  padding-top: 2em;
  padding-bottom: 3em;
}

.padding-vertical.padding-xxlarge.footer {
  padding-bottom: 0;
}

.padding-vertical.padding-xsmall, .padding-vertical.padding-custom2, .padding-vertical.padding-small, .padding-vertical.padding-tiny, .padding-vertical.padding-xxhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom3, .padding-vertical.padding-xxlarge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xhuge, .padding-vertical.padding-0, .padding-vertical.padding-large, .padding-vertical.padding-huge, .padding-vertical.padding-xxsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-custom3, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-medium, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom2, .padding-bottom.padding-custom1 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding-top: 1rem;
}

.padding-top.padding-tiny, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-custom1, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-medium, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875em;
  font-weight: 600;
  text-decoration: none;
}

.page-padding {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding: 2em 5%;
}

.footer3_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: none;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_credit-text.white {
  color: #fff;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  font-size: 1em;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.tab-link {
  color: rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom2, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-tiny, .margin-vertical.margin-xlarge, .margin-vertical.margin-large, .margin-vertical.margin-huge, .margin-vertical.margin-custom1, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom3, .margin-vertical.margin-xxlarge {
  margin-left: 0;
  margin-right: 0;
}

.icon-small {
  width: 2rem;
}

.margin-large {
  margin: 3rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-horizontal, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom3, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-large, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-0, .padding-horizontal.padding-medium, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-small {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-menu {
  border-bottom: 1px rgba(0, 0, 0, .15);
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 10rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 1rem;
}

.heading5 {
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.margin-top, .margin-top.margin-custom2, .margin-top.margin-medium, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-xxlarge, .margin-top.margin-tiny, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-small, .margin-top.margin-0 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.image-wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl-styleguide_classes {
  display: none;
}

.icon-xsmall {
  width: 1.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.icon-xlarge {
  width: 6.5rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.margin-xhuge {
  margin: 7rem;
}

.icon-large {
  width: 5rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-medium {
  padding: 2rem;
}

.button-secondary {
  border: 1px solid var(--00befe);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1em;
  line-height: 100%;
}

.button-secondary.invert-colors {
  color: #fff;
  border-color: #fff;
}

.button-secondary.button-small {
  border-radius: 15px;
  padding: .5rem 1.25rem;
  font-size: 1em;
  line-height: 1.2em;
}

.margin-xxsmall {
  margin: .5rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-black-2 {
  background-color: #000;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: #f4f4f4;
}

.stylesystem_color-sample.black {
  background-color: #000;
}

.stylesystem_color-sample.white {
  background-color: #fff;
}

.padding-left, .padding-left.padding-large, .padding-left.padding-0, .padding-left.padding-xhuge, .padding-left.padding-huge, .padding-left.padding-xxsmall, .padding-left.padding-medium, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-custom2, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.stylesystem-header {
  color: #fff;
  background-color: #000;
}

.button-2 {
  color: rgba(0, 0, 0, .8);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #009393;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-size: 1em;
}

.button-2.invert-colors {
  color: #000;
  background-color: #fff;
}

.button-2.button-small {
  border-radius: 15px;
  padding: .5rem 1.25rem;
  font-size: 1em;
  line-height: 1.2em;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-italic {
  font-style: italic;
}

.margin-small {
  margin: 1.5rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-tiny {
  margin: .25rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.margin-left, .margin-left.margin-custom1, .margin-left.margin-medium, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-xxlarge, .margin-left.margin-custom3, .margin-left.margin-tiny, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-xxhuge, .margin-left.margin-small, .margin-left.margin-large, .margin-left.margin-xxsmall, .margin-left.margin-xlarge, .margin-left.margin-huge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-weight-light {
  font-weight: 300;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

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

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-huge {
  margin: 6rem;
}

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

.image-wrapper-1-1 {
  z-index: 1;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.margin-horizontal, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-medium, .margin-horizontal.margin-0, .margin-horizontal.margin-small, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-large, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-bold {
  font-weight: 700;
}

.heading3 {
  font-family: Poppins, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1em;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.paragraph1 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 1.1em;
  line-height: 1.3em;
}

.paragraph1.left {
  text-align: left;
  padding-left: 0%;
}

.paragraph1.white {
  color: #fff;
}

.paragraph1.typo-white {
  color: #fff;
  text-align: center;
}

.paragraph1.typo-white.left {
  text-align: center;
}

.paragraph1._0 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
}

.paragraph1.gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.paragraph1.middle.white {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-weight-medium {
  font-weight: 500;
}

.text-color-white {
  color: #fff;
}

.heading4 {
  font-family: Poppins, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.text-color-black {
  color: #000;
}

.heading6 {
  font-size: 1.25em;
  line-height: 1em;
}

.margin-xxhuge {
  margin: 10rem;
}

.heading-xsmall {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.padding-large {
  padding: 3rem;
}

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

.stylesystem-spacing-wrapper {
  width: 100%;
  height: .8em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
}

.icon-medium {
  width: 3rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.text-size-medium {
  font-size: 1.125em;
  line-height: 1.5em;
}

.heading-xlarge {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-small {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.padding-xlarge {
  padding: 4rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.show-mobile-landscape {
  display: none;
}

.heading2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.6em;
  line-height: 1.1em;
}

.heading2.typo-white {
  color: #fff;
}

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

.form-field-wrapper {
  position: relative;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  font-size: 1.25em;
  line-height: 1em;
}

.heading-large {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.margin-right, .margin-right.margin-small, .margin-right.margin-tiny, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-xsmall, .margin-right.margin-huge, .margin-right.margin-xxhuge, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-xxsmall, .margin-right.margin-large, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-xhuge {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.show-mobile-portrait {
  display: none;
}

.padding-small {
  padding: 1.5rem;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-large, .padding-right.padding-xxlarge, .padding-right.padding-custom2, .padding-right.padding-xlarge, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-medium, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-xxsmall, .padding-right.padding-custom1, .padding-right.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.margin-0 {
  margin: 0;
}

.heading-xxlarge {
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.padding-xhuge {
  padding: 7rem;
}

.heading1 {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
}

.heading1.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), linear-gradient(#3c86a8, #00befe 100%, #509498 100%, #539696);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 3em;
  line-height: 1.1em;
}

.heading-medium {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.icon-xxsmall {
  width: 1rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.hide {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.footer3_link-2 {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .8em;
  font-weight: 600;
  text-decoration: none;
}

.footer3_link-2.white {
  color: #fff;
}

.footer3_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.link {
  color: #333;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.section-team16 {
  background-color: #fff;
}

.team16_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team16_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.team16_image-wrapper {
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.team16_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team16_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team16_item-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.faq1_component {
  border-bottom: 1px solid #000;
}

.section-faq1 {
  display: block;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.navbar11_link {
  padding: .5rem 1rem;
  font-size: 1em;
  line-height: 1.25em;
}

.navbar11_link.w--current {
  color: #000;
}

.navbar11_link.white {
  color: rgba(255, 255, 255, .8);
  mix-blend-mode: normal;
  font-family: Poppins, sans-serif;
}

.navbar11_logo-link {
  flex: none;
  padding-left: 0;
}

.navbar11_menu-button {
  padding: 0;
}

.navbar11_component {
  z-index: auto;
  height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding: 1em 5% .5em;
}

.navbar11_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  display: flex;
}

.navbar11_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar11_dropdown-list.w--open {
  width: 20rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1.5rem;
  right: -100%;
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar11_button-wrapper {
  margin-left: 1rem;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

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

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.paragraph-3 {
  font-size: 1.1em;
  line-height: 1.25em;
}

.paragraph-4, .text-block {
  font-size: 1em;
  line-height: 1.25em;
}

.container {
  z-index: 999;
  max-width: 1280px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
  display: block;
  position: relative;
}

.container.bg-color-grey {
  background-color: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
}

.container.grey {
  max-width: 1280px;
  background-color: #fff;
}

.container.no-bg-color {
  background-color: rgba(0, 0, 0, 0);
}

.container.hero {
  max-width: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/coworking.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
  left: auto;
  right: auto;
}

.image-wrapper {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-bottom: 15px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.bewerbermanagement {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 7px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.bewerbermanagement.move {
  transform: scale(1);
}

.bewerbermanagement.nichtsichtbar {
  max-height: none;
  max-width: none;
  object-fit: fill;
  display: block;
}

.image-3 {
  width: .75em;
  height: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0% 0;
  font-size: 15rem;
  display: inline-block;
}

.image-3.leaf {
  width: 2.8em;
  font-size: 5rem;
}

.phone-image-wrapper {
  z-index: 2;
  width: 85%;
  max-width: 100%;
  display: none;
  position: absolute;
  top: 10%;
  left: 40%;
  overflow: hidden;
  transform: translate(8%, 20%);
}

.image-4 {
  clear: left;
  position: absolute;
}

.image-5 {
  width: 100%;
  display: none;
}

.video {
  position: static;
}

.description-block {
  z-index: 10;
  width: auto;
  max-width: 750px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.description-block.timeline {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 2em;
}

.description-block.left {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  z-index: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0% 0;
  padding: 4em 5%;
  display: flex;
  position: relative;
}

.hero-section.bewerberpipeline-browser {
  background-image: linear-gradient(150deg, rgba(15, 13, 13, .05), rgba(255, 255, 255, .15));
  margin-top: 4em;
  margin-bottom: 8em;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section.bewerberpipeline-browser.gradient-grey {
  background-image: linear-gradient(150deg, rgba(15, 13, 13, .05), rgba(255, 255, 255, .15));
  margin-top: 2em;
  margin-bottom: 8em;
  padding-top: 2em;
  overflow: visible;
}

.hero-section.gradient {
  background-image: linear-gradient(150deg, #0f0d0d, #3f3f3f);
}

.hero-section.gradient._80vh {
  height: auto;
  max-height: none;
  flex-direction: row;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: block;
  position: static;
}

.hero-section.gradient._80vh.smartphone {
  background-image: linear-gradient(150deg, #041c3a 22%, #026f9e 100%, #00befe);
  margin-bottom: 4em;
}

.hero-section.nichtsichtbar {
  display: none;
}

.hero-section.gradient-mint {
  background-image: linear-gradient(153deg, rgba(0, 147, 147, .6), rgba(0, 147, 147, .3));
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.hero-section.gradient-mint.version2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.hero-section.nopadding {
  margin-left: auto;
  margin-right: auto;
}

.hero-section._80vh {
  width: auto;
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
}

.hero-section._100vh {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section._170vh {
  height: 170vh;
}

.he {
  font-size: 2.5em;
  line-height: 1em;
  display: inline-block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-span {
  font-size: .8em;
}

.button-wrapper.nicht-sichtbar {
  display: none;
}

.kostenlos-unverbindlich {
  max-width: 70%;
  color: #fff;
  margin-top: 5px;
  font-size: .8em;
}

.kostenlos-unverbindlich.version2 {
  text-align: left;
  font-size: .6em;
}

.content {
  width: 100%;
  max-width: 1240px;
  margin-top: 0;
  margin-left: 0%;
  padding: 1em 5%;
}

.content.padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.feature {
  color: #333;
  background-color: rgba(110, 190, 184, .25);
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 30px;
  padding: 1em;
}

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

.icon-wrapper {
  width: 4em;
  height: 4em;
  background-image: linear-gradient(125deg, rgba(0, 147, 147, .3), rgba(255, 255, 255, .81));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper.item-list {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_date-text {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  overflow: visible;
}

.timeline_item.keinpadding {
  padding-bottom: 9px;
}

.timeline_image-wrapper {
  object-fit: fill;
  border-radius: 0;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  overflow: hidden;
  transform: none;
}

.timeline_image-wrapper.margin-bottom-medium.scale {
  transform: scale(1.6);
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_component {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

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

.timeline_right {
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(350deg, #009393, #fff);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
  overflow: visible;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #009393;
}

.container-2 {
  width: 90vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-timeline {
  z-index: -3;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  position: relative;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.section {
  z-index: 0;
  width: 100%;
  background-color: #fff;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.grey {
  background-color: #fff;
  position: static;
}

.section.grey.nicht-sichtbar {
  display: none;
}

.body {
  background-color: #fff;
  font-size: 16px;
}

.titel3 {
  color: #333;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.titel3.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.feature-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.figure-wrapper {
  z-index: 5;
  width: 100vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.figure {
  z-index: auto;
  width: 60%;
  height: 60%;
  filter: blur(20px);
  color: #009393;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(48deg, rgba(0, 147, 147, .45), rgba(255, 255, 255, .27));
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  transform: translate(-15%, -15%);
}

.figure.b {
  z-index: auto;
  filter: blur(5px);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #3183ff;
  background-image: linear-gradient(49deg, rgba(0, 147, 147, .35), rgba(255, 255, 255, .27));
  transform: translate(40%);
}

.figure.b.c {
  z-index: 5;
  filter: blur(20px);
  transform: translate(100%, -10%);
}

.figure.c {
  background-image: linear-gradient(48deg, rgba(0, 147, 147, .45), rgba(255, 255, 255, .27));
  transform: translate(92%, -15%);
}

.figureb {
  width: 40%;
  height: 40%;
  background-image: linear-gradient(120deg, #000, #fff);
  position: absolute;
}

.figurec {
  position: absolute;
}

.text-wrapper {
  width: 100%;
  height: 100%;
  filter: blur();
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.number-text {
  z-index: auto;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
}

.paragraph-problem-beschreibung {
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

.titel1 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
}

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

.button-secondary-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.par {
  text-align: left;
  line-height: 1em;
}

.header1_component {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.content-item {
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: flex;
}

.item-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.grid-3 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

.image-iphone {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: none;
  object-fit: fill;
}

.image-8 {
  width: 60%;
  max-width: 100%;
}

.iphone-stellenanzeige {
  max-width: 30%;
}

.eisberg-image {
  max-width: 70%;
  border-radius: 7px;
}

.eisberg-image.version2 {
  width: 75%;
  height: 90%;
  max-height: 90%;
  max-width: 75%;
  border-radius: 20px;
}

.number-variante-2 {
  display: none;
}

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

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

.grid-wrapper {
  width: 100%;
  height: 100%;
}

.image-9 {
  width: 22em;
}

.icon-wrapper2 {
  width: 100%;
  height: 5em;
}

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

.page-padding-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
}

.heading-9 {
  text-align: left;
  margin-top: 1rem;
}

.text-align-center-2 {
  text-align: center;
  background-color: #fff;
}

.heading-10 {
  max-height: 53%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-right: 0;
}

.div-block-4 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: none;
  padding: 20px 20px 20px 0;
}

.text-block-6 {
  text-align: left;
}

.bewerbermanagement-gro {
  border-radius: 7px;
}

.login-modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 30rem;
  background-color: #fff;
  padding: 3rem;
  overflow: scroll;
}

.login-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.section-login-modal1 {
  position: relative;
}

.button-secondary-3 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary-3.with-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

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

.login-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-icon-left {
  margin-right: .5rem;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.login-modal1_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.hero-section-flex-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
}

.list {
  text-align: left;
}

.list-item {
  padding-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.titel-wrapper {
  height: 4em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#3c86a8, #539696 100%, #fff);
  background-clip: border-box;
}

.grid-5 {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
}

.image-div {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.mitarbeitergewinnung-trotz-fachkr-ftemangel {
  width: 90%;
  height: 90%;
  max-width: none;
  border-radius: 20px;
  display: block;
}

.div-block-6 {
  align-items: stretch;
  margin-top: 3em;
  margin-bottom: 6em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.titel2 {
  font-size: 2em;
  line-height: 1.2em;
}

.titel2.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.feat-4 {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-feauters-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.scroll-track {
  height: 490vh;
}

.bold-span {
  font-weight: 600;
}

.counter-fill-2 {
  width: 100%;
  height: .25em;
  transform-origin: 0%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.my-container {
  padding: 10em;
  position: relative;
}

.my-container.no-bot-pad {
  padding-bottom: 0;
}

.info-basic {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.info-basic.enlarge {
  font-size: 1.4em;
}

.grid-cell {
  padding: 5em;
}

.counter-line {
  height: .25em;
  background-color: #9ea0a8;
  position: relative;
  overflow: hidden;
}

.feat-2 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-num-1 {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.counter-num-3 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.num-touch {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.counter-fill-1, .counter-fill-3 {
  width: 100%;
  height: .25em;
  transform-origin: 0%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feat-line {
  display: none;
}

.features-section {
  background-color: #fff;
}

.feat-1 {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-num-2 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.counters-wrap {
  z-index: 1;
  height: 10vh;
  background-color: #fff;
  align-items: center;
  display: flex;
}

.counter-component {
  flex: 1;
  margin-left: .6em;
  margin-right: .6em;
  text-decoration: none;
}

.feat-cont-holder {
  height: 60vh;
  align-items: center;
  position: relative;
}

.img-feature-wrap {
  padding: 5em;
}

.recruitmint-link {
  margin-left: 0;
  margin-right: 0;
}

.recruitmint-link.white {
  color: #fff;
  flex: none;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 100%;
}

.logo-div {
  width: 3em;
  display: flex;
}

.spinner--gradient {
  background-color: #000;
}

.spinner__box {
  width: 300px;
  height: 300px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-border {
  width: 150px;
  height: 150px;
  background-color: #3ff9dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 50%;
}

.leo-border-2 {
  width: 150px;
  height: 150px;
  background-color: #fb5353;
  border-radius: 50%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: absolute;
}

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.green-orbit {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(145, 255, 191, .65);
}

.blue-orbit {
  width: 165px;
  height: 165px;
  border: 1px solid #91daff;
}

.content-container {
  max-width: 1000px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.link--white {
  color: #fff;
}

.pulse-container {
  width: 120px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-2.black-bg {
  width: 100%;
  height: 100%;
  background-color: #333;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-headline.content-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.red-orbit {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 202, 145, .65);
}

.leo-core-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 38, 48, .67);
  border-radius: 50%;
}

.solar-system {
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main {
  z-index: 9999;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leo-border-1 {
  width: 150px;
  height: 150px;
  background-color: #3ff9dd;
  border-radius: 50%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: absolute;
}

.heading-11 {
  margin-top: 0;
}

.heading-11.hero-heading {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.heading-11.hero-heading.white {
  color: #fff;
  font-weight: 500;
}

.leo-core-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(55, 71, 79, .67);
  border-radius: 50%;
}

.spinners {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-7.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.paragraph-7.paragraph-large.white {
  color: #fff;
  font-weight: 300;
}

.white-orbit {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
}

.faq4_accordion {
  color: #333;
  border: 1px solid #36927d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #245501;
  border: 1px solid #245501;
  padding: .75rem 1.5rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.faq-05_icon {
  width: 2rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .75rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.section-faq4 {
  background-color: #fff;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.div-block-7 {
  width: 2rem;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .button {
    font-size: 1rem;
  }

  .button-secondary {
    line-height: 1.2;
  }

  .image-3 {
    font-size: 15rem;
  }

  .image-3.leaf {
    font-size: 6rem;
  }

  .logo-div {
    width: 3em;
  }

  .content-container {
    max-width: 1100px;
    top: 135px;
  }

  .section-2.black-bg, .main {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    font-size: 1.1rem;
  }

  .button-secondary {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .navbar11_component {
    background-color: #fff;
  }

  .navbar11_component.no-bg-color {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-3 {
    font-size: 20rem;
  }

  .image-3.leaf {
    font-size: 6rem;
  }

  .description-block.margin-top-6em {
    max-width: 75%;
  }

  .body {
    font-size: 18px;
  }

  .logo-div {
    width: 3em;
    height: auto;
  }

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

  .section-2.black-bg, .main {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    background-color: rgba(0, 147, 147, .7);
    font-size: 1.2rem;
  }

  .button-secondary {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .paragraph1.middle.white {
    font-size: 1.3em;
  }

  .heading1.gradient {
    font-size: 3.3em;
  }

  .navbar11_component {
    height: 6rem;
  }

  .container.grey {
    max-width: none;
  }

  .image-3 {
    font-size: 25rem;
  }

  .image-3.leaf {
    font-size: 7rem;
  }

  .description-block.margin-top-6em {
    max-width: 1240px;
  }

  .hero-section._80vh {
    max-width: none;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .kostenlos-unverbindlich {
    max-width: 75%;
    text-align: center;
    font-size: 1em;
  }

  .content, .section-timeline {
    max-width: none;
  }

  .body {
    font-size: 18px;
  }

  .eisberg-image {
    max-width: 60%;
  }

  .eisberg-image.version2 {
    width: 60%;
    height: 70%;
    max-height: 70%;
    max-width: 60%;
  }

  .grid-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .mitarbeitergewinnung-trotz-fachkr-ftemangel {
    width: 70%;
    height: 70%;
  }

  .recruitmint-link.white {
    font-size: 1.5em;
  }

  .content-container {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .main {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .button.navbar {
    width: 15em;
  }

  .text-size-small {
    font-size: 1.1em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-xhuge {
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .button-secondary {
    width: auto;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .paragraph1 {
    padding-left: 0%;
    font-size: 1.1em;
  }

  .paragraph1._0 {
    padding-left: 0%;
  }

  .paragraph1._0.left {
    text-align: center;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .stylesystem-spacing-wrapper {
    display: block;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .footer3_link-2 {
    font-size: 1em;
  }

  .footer3_top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .team16_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .team16_list-wrapper {
    flex: 0 auto;
    display: flex;
  }

  .team16_component {
    justify-content: flex-start;
    display: flex;
  }

  .team16_item {
    height: 100%;
  }

  .team16_image-wrapper {
    height: 100%;
    justify-content: flex-start;
    display: block;
    top: 0;
    overflow: hidden;
  }

  .team16_image {
    width: 80%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .team16_item-content {
    justify-content: space-around;
  }

  .navbar11_link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar11_component.background-color-white {
    background-color: #fff;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    width: auto;
    border-style: none;
    padding: 0;
  }

  .navbar11_button-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar11_menu {
    z-index: 99;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-buttons {
    width: auto;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container.hero {
    background-position: 0 0, 50%;
  }

  .image-wrapper {
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: 90%;
    border-radius: 0;
  }

  .bewerbermanagement {
    width: 100%;
    height: 100%;
    border: 1px #000;
    border-radius: 10px;
  }

  .image-3 {
    width: .7em;
  }

  .image-3.leaf {
    font-size: 5rem;
  }

  .phone-image-wrapper {
    top: 25%;
    overflow: visible;
  }

  .hero-section._80vh {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-section._170vh {
    padding-left: 0%;
    padding-right: 0%;
  }

  .he {
    font-size: 2.5em;
    line-height: 1em;
  }

  .paragraph-5 {
    font-size: 1em;
    line-height: 1em;
  }

  .kostenlos-unverbindlich {
    max-width: 75%;
    text-align: center;
  }

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

  .feature {
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .body {
    font-size: 15px;
  }

  .titel3 {
    line-height: 1.2em;
  }

  .titel3.left {
    text-align: center;
    font-size: 2em;
  }

  .image-6 {
    overflow: visible;
  }

  .button-row {
    justify-content: center;
    font-size: 1.2em;
  }

  .header1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-8 {
    height: 60%;
  }

  .iphone-stellenanzeige {
    width: 60%;
    height: 60%;
    max-width: 30%;
  }

  .eisberg-image {
    width: 90%;
    height: 90%;
    max-width: 90%;
  }

  .social-analytics {
    width: 100%;
    height: 100%;
  }

  .login-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-section-flex-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-5 {
    grid-template-columns: 1.25fr;
  }

  .image-div {
    width: 70%;
    height: auto;
    align-items: center;
  }

  .mitarbeitergewinnung-trotz-fachkr-ftemangel {
    width: 100%;
    height: 100%;
  }

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

  .feat-4 {
    opacity: 1;
    grid-template-columns: 1fr;
    position: static;
  }

  .img-feature {
    width: 60%;
    object-fit: contain;
  }

  .sticky-feauters-wrap {
    position: static;
  }

  .scroll-track {
    height: auto;
  }

  .my-container {
    padding: 6em;
  }

  .info-basic {
    text-align: left;
  }

  .grid-cell {
    padding: 1em;
  }

  .feat-2 {
    z-index: 2;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .feat-line {
    width: 6%;
    height: .3em;
    background-color: #000;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .feat-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .feat-cont-holder {
    height: auto;
  }

  .img-feature-wrap {
    height: 40vh;
    justify-content: center;
    display: flex;
  }

  .content-container {
    width: auto;
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .section-2.black-bg, .main {
    display: block;
  }

  .heading-11.hero-heading.white {
    font-size: 40px;
    line-height: 56px;
  }

  .div-block-7 {
    width: 1rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .title2 {
    font-size: 2em;
  }

  .title6 {
    font-size: 1em;
  }

  .button, .button.button2 {
    font-size: .9em;
  }

  .title5 {
    font-size: 1.2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title1 {
    font-size: 2.8em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .button-secondary {
    font-size: .9em;
    line-height: 1.2em;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .paragraph1._0 {
    padding-left: 0%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .heading2 {
    font-size: 2.5em;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .footer3_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .team16_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team16_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .team16_image-wrapper {
    height: 100%;
  }

  .team16_image {
    width: 50%;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_component {
    height: 4rem;
  }

  .navbar11_component.background-color-white, .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: #fff;
  }

  .navbar11_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .container {
    overflow: hidden;
  }

  .container.hero {
    background-position: 0 0, 50%;
  }

  .image {
    max-width: 95%;
  }

  .image-3 {
    width: .7em;
  }

  .phone-image-wrapper {
    top: 40%;
  }

  .hero-section._80vh {
    margin-bottom: 0;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .hero-section._170vh {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    text-align: left;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_image-wrapper {
    width: 100%;
    height: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 1.5em;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .section-timeline {
    z-index: -3;
  }

  .titel3 {
    font-size: 1.8em;
  }

  .titel3.left {
    font-size: 2em;
  }

  .paragraph-problem-beschreibung {
    font-size: 1.1em;
  }

  .button-row.button-row-center {
    justify-content: center;
    align-items: center;
  }

  .par {
    font-size: 1rem;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

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

  .image-8 {
    height: 60%;
  }

  .eisberg-image {
    max-width: 70%;
  }

  .login-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .login-modal1_component {
    align-items: flex-start;
  }

  .hero-section-flex-layout {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .feat-4 {
    position: static;
  }

  .img-feature {
    width: 50%;
  }

  .sticky-feauters-wrap {
    position: static;
  }

  .scroll-track {
    height: auto;
  }

  .my-container {
    padding: 4em 2em;
  }

  .feat-2 {
    opacity: 1;
    position: static;
  }

  .feat-1 {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .feat-cont-holder {
    height: auto;
  }

  .img-feature-wrap {
    height: 30vh;
    padding: 0;
  }

  .content-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main {
    display: block;
  }

  .paragraph-7.paragraph-large {
    font-size: 18px;
    line-height: 32px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  .faq-05_icon {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 20px;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .button {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1em;
    display: inline-block;
  }

  .button.navbar {
    font-size: 1.1em;
  }

  .button.button2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: .9em;
  }

  .p-xl-start, .distance-big {
    padding-top: 5em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    flex: 0 auto;
    display: block;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-large {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .paragraph1 {
    text-align: center;
    font-size: 1.3em;
  }

  .paragraph1.left {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .paragraph1._0 {
    padding-left: 0%;
  }

  .paragraph1._0.left {
    text-align: center;
  }

  .text-size-medium {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 400;
    display: flex;
  }

  .heading2 {
    text-align: center;
    font-size: 2em;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-semibold {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading1 {
    font-size: 3em;
  }

  .heading1.gradient {
    font-size: 2.8em;
  }

  .team16_list {
    justify-items: stretch;
  }

  .team16_list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .team16_component {
    display: block;
  }

  .team16_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .team16_image-wrapper {
    justify-content: center;
    padding-top: 0%;
    display: flex;
  }

  .team16_image {
    width: 80%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .team16_item-content {
    align-items: center;
  }

  .navbar11_link {
    text-align: center;
  }

  .navbar11_component.background-color-white, .menu-icon1_line-top {
    background-color: #fff;
  }

  .navbar11_button-wrapper {
    text-align: center;
    align-items: center;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
  }

  .navbar11_menu {
    z-index: 99;
    background-color: #000;
    flex-direction: row;
    justify-content: flex-start;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
  }

  .navbar11_dropdown-link {
    padding-left: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-wrapper {
    height: auto;
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .image-wrapper.festegroesse {
    height: 100%;
    justify-content: center;
  }

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

  .bewerbermanagement {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transform: none;
  }

  .bewerbermanagement._100 {
    width: 100%;
    height: 20vh;
    flex: 1;
    overflow: visible;
  }

  .image-3 {
    width: .7em;
    font-size: 13rem;
  }

  .image-3.leaf {
    font-size: 5rem;
    line-height: 100%;
  }

  .phone-image-wrapper {
    top: 49%;
    left: 40%;
  }

  .description-block {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .description-block.left {
    margin-top: 0;
    margin-bottom: 0;
  }

  .description-block.margin-top-6em {
    margin-top: 6em;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section {
    margin-left: 5%;
    margin-right: 5%;
    padding: 2em 0% 0;
  }

  .hero-section.gradient._80vh {
    max-height: none;
    padding-top: 4rem;
    padding-bottom: 4em;
  }

  .hero-section.nopadding {
    padding: 3em 0%;
  }

  .hero-section._80vh {
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .hero-section._170vh {
    padding-left: 0%;
    padding-right: 0%;
  }

  .he {
    text-align: center;
    margin: 0 auto;
    padding-left: 0%;
    font-size: 2.5em;
    display: block;
  }

  .paragraph-5 {
    font-size: .85em;
  }

  .grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .kostenlos-unverbindlich {
    max-width: 100%;
    font-size: 1em;
  }

  .content {
    margin-top: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-wrapper {
    width: 5em;
    height: 5em;
  }

  .timeline_date-text {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_image-wrapper {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .timeline_image-wrapper.vertical {
    flex-direction: column;
    display: flex;
  }

  .timeline_text {
    margin-top: 0;
    font-size: 1.2em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .section-timeline {
    z-index: -3;
  }

  .body {
    font-size: 13px;
  }

  .paragraph-problem-beschreibung {
    font-size: 1.3em;
  }

  .titel1 {
    width: 100%;
    height: 100%;
  }

  .image-6 {
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-row {
    justify-content: center;
  }

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

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

  .image-iphone {
    height: 50vh;
    overflow: visible;
    transform: none;
  }

  .image-8 {
    width: 60%;
    height: 60%;
    max-height: 80%;
    max-width: 80%;
  }

  .iphone-stellenanzeige {
    width: 30%;
    max-height: 100%;
    max-width: 100%;
  }

  .eisberg-image {
    width: 100%;
    max-height: 90%;
    max-width: 90%;
  }

  .social-analytics {
    width: 100%;
    height: 100%;
  }

  .grid-wrapper {
    padding-bottom: 0;
  }

  .impressum-section {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 38px;
  }

  .paragraph-6 {
    padding-top: 10px;
  }

  .login-modal1_component {
    display: none;
  }

  .grid-5 {
    justify-items: center;
  }

  .image-div {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titel2.left {
    text-align: center;
    font-size: 2em;
  }

  .img-feature {
    width: 80%;
    flex: none;
  }

  .grid-cell {
    padding-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .feat-line {
    width: 10%;
    margin-bottom: 12px;
  }

  .img-feature-wrap {
    height: 25vh;
  }

  .recruitmint-link.white {
    font-size: 1.2em;
  }

  .main {
    display: block;
  }

  .heading-11.hero-heading.white {
    font-size: 32px;
    line-height: 44px;
  }
}

#w-node-_2c6c2053-a72b-39f6-0f5a-97028319b4fb-e7c1d77a, #w-node-ec4677c9-fea2-05a8-42e4-7f9baa300d1f-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982c9505-1117-bd9b-1f9b-151b268a2c36-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_982c9505-1117-bd9b-1f9b-151b268a2c46-e7c1d77a, #w-node-_982c9505-1117-bd9b-1f9b-151b268a2c56-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307a3d7c-befd-880b-8e28-1f67e6077de9-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_307a3d7c-befd-880b-8e28-1f67e6077dfd-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_307a3d7c-befd-880b-8e28-1f67e6077dfe-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307a3d7c-befd-880b-8e28-1f67e6077e01-e7c1d77a {
  align-self: center;
  justify-self: start;
}

#w-node-_307a3d7c-befd-880b-8e28-1f67e6077e18-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: start;
}

#w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf21-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf31-e7c1d77a, #w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf41-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f60943ed-09cd-80af-a7f5-34730fecd9e3-e7c1d77a {
  align-self: auto;
}

#w-node-_08647ead-ed08-59bc-d75e-2aea473ba333-e7c1d77a {
  align-self: center;
}

#w-node-_5b97f211-c11f-dedc-a81d-6965e69a89b2-e7c1d77a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-_5b97f211-c11f-dedc-a81d-6965e69a89b3-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd63676a-d39b-b149-23ec-32d462d92761-e7c1d77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-dd63676a-d39b-b149-23ec-32d462d92762-e7c1d77a, #w-node-_6c6a49e6-cdd9-a0b0-f877-ca6bd6d93e3c-f4fc9d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c6a49e6-cdd9-a0b0-f877-ca6bd6d93e54-f4fc9d72 {
  justify-self: start;
}

#w-node-_62a7c0a3-7e47-d04a-0865-99720ce59244-bab71c9e, #w-node-f873ff56-9e2e-c862-9122-20f9bf624716-bab71c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_982c9505-1117-bd9b-1f9b-151b268a2c36-bab71c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_982c9505-1117-bd9b-1f9b-151b268a2c46-bab71c9e, #w-node-_982c9505-1117-bd9b-1f9b-151b268a2c56-bab71c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf21-bab71c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf31-bab71c9e, #w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf41-bab71c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f60943ed-09cd-80af-a7f5-34730fecd9e3-bab71c9e {
  align-self: auto;
}

#w-node-_08647ead-ed08-59bc-d75e-2aea473ba333-bab71c9e {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_307a3d7c-befd-880b-8e28-1f67e6077de9-e7c1d77a, #w-node-_307a3d7c-befd-880b-8e28-1f67e6077e01-e7c1d77a {
    align-self: center;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_307a3d7c-befd-880b-8e28-1f67e6077dfd-e7c1d77a, #w-node-_307a3d7c-befd-880b-8e28-1f67e6077e18-e7c1d77a {
    justify-self: center;
  }

  #w-node-_10078d94-6354-40d1-8a6f-bf80f1a1cf41-e7c1d77a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bc-e7c1d77a {
    justify-self: auto;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bd-e7c1d77a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_5b97f211-c11f-dedc-a81d-6965e69a89b2-e7c1d77a, #w-node-dd63676a-d39b-b149-23ec-32d462d92761-e7c1d77a {
    justify-self: center;
  }

  #w-node-_4ff32129-aa54-1a09-8626-c72d07235771-bab71c9e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bc-bab71c9e {
    justify-self: auto;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bd-bab71c9e {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105c-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105f-e7c1d77a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1061-e7c1d77a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c10ff-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1102-e7c1d77a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1068-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c106b-e7c1d77a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20a-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20d-e7c1d77a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1113-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1116-e7c1d77a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bd-e7c1d77a {
    justify-self: auto;
  }

  #w-node-_4ff32129-aa54-1a09-8626-c72d07235771-bab71c9e {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-beaf2c1e-0b4d-48e9-2697-f675bfbbecc6-bab71c9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105c-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105f-bab71c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1061-bab71c9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c10ff-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1102-bab71c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1068-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c106b-bab71c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20a-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20d-bab71c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1113-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c1116-bab71c9e {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_307a3d7c-befd-880b-8e28-1f67e6077dfd-e7c1d77a {
    justify-self: center;
  }

  #w-node-_307a3d7c-befd-880b-8e28-1f67e6077e18-e7c1d77a {
    align-self: center;
    justify-self: center;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105c-e7c1d77a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c10ff-e7c1d77a {
    grid-column-start: 2;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20f-e7c1d77a {
    align-self: auto;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bc-e7c1d77a, #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bd-e7c1d77a {
    justify-self: auto;
  }

  #w-node-_5b97f211-c11f-dedc-a81d-6965e69a89b2-e7c1d77a, #w-node-dd63676a-d39b-b149-23ec-32d462d92761-e7c1d77a {
    justify-self: center;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c105c-bab71c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c5e813e5-f078-b5fa-3ac9-118ab82c10ff-bab71c9e {
    grid-column-start: 2;
  }

  #w-node-_543e66b8-256b-12f2-33c1-65a466b0e20f-bab71c9e {
    align-self: auto;
  }

  #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bc-bab71c9e, #w-node-f60943ed-09cd-80af-a7f5-34730fecd9bd-bab71c9e {
    justify-self: auto;
  }
}


