

@font-face {
    font-family: Inter;
    src: url('../fonts/FTYc3fFuVStbWPJjDsVO-_OpenSans-Regular.ttf') format("truetype");
    font-weight: 100 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/A00K4tiSKm9Bq-cFjAdRC_OpenSans-ExtraBold.ttf') format("truetype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: LineAwesome;
  src: url('../fonts/la-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



:root {
  --_typography---fonts--primary-font: Inter, Arial, sans-serif;
  --theme--text: #191644;
  --_typography---sizes--body: 1rem;
  --_typography---weight--regular: 400;
  --theme--überschrift: #191644;
  --_typography---sizes--h1: 3rem;
  --_typography---weight--bold: 700;
  --_typography---sizes--h2: 2.25rem;
  --_typography---sizes--h3: 1.75rem;
  --_typography---sizes--h4: 1.5rem;
  --_typography---sizes--h5: 1.25rem;
  --_typography---sizes--h6: 1.25rem;
  --_typography---weight--semibold: 600;
  --theme--hintergrund: #FFFFFF;
  --theme--weiterer-akzent: #191644;
  --border-radius--card-corner-radius: none;
  --_typography---weight--extra-bold: 800;
  --_typography---weight--medium: 500;
  --_typography---weight--light: 300;
  --theme--hoverstate-für-textlinks: #191644;
  --_typography---sizes--text-large: 1.5rem;
  --theme--sonderfarbe: #191644;
  --border-radius--button-corner-radius: none;
  --theme--button: #191644;
  --theme--text-auf-button: #FFFFFF;
  --_typography---sizes--text-medium: 1.25rem;
  --_typography---sizes--text-small: .875rem;
  --_typography---sizes--text-tiny: 1rem;
  --global--white: #fff;
  --theme--karte: #191644;
  --theme--text-auf-karte: #FFFFFF;
  --theme--akzent-auf-karte: #FFFFFF;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #191644;
  --_typography---colors--text-black: var(--global--black);
  --_typography---colors--text-white: var(--global--white);
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

body {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--theme--text);
  font-size: var(--_typography---sizes--body);
  line-height: 1.6;
  font-weight: var(--_typography---weight--regular);
}

h1 {
  color: var(--theme--überschrift);
  font-size: var(--_typography---sizes--h1);
  line-height: 1.1;
  font-weight: var(--_typography---weight--bold);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--theme--überschrift);
  font-size: var(--_typography---sizes--h2);
  line-height: 1.2;
  font-weight: var(--_typography---weight--bold);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---sizes--h3);
  line-height: 1.25;
  font-weight: var(--_typography---weight--bold);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---sizes--h4);
  line-height: 1.3;
  font-weight: var(--_typography---weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---sizes--h5);
  line-height: 1.4;
  font-weight: var(--_typography---weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---sizes--h6);
  line-height: 1.4;
  font-weight: var(--_typography---weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  box-shadow: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1.25rem;
}

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

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

.padding-vertical.padding-xlarge {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: var(--_typography---weight--semibold);
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--theme--hintergrund);
  color: var(--theme--hintergrund);
}

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

.text-color-primary {
  color: var(--theme--text);
}

.text-color-secondary {
  color: var(--theme--weiterer-akzent);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  color: var(--theme--überschrift);
  font-weight: var(--_typography---weight--extra-bold);
}

.heading-style-h1.is-training {
  font-size: 2.875rem;
  line-height: 1.30435em;
}

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

.padding-global.padding-section-small.is-career-header {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.padding-global.padding-section-custom1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global.padding-section-social-media {
  padding-top: 5.25rem;
  padding-bottom: 3rem;
}

.text-weight-normal {
  font-weight: var(--_typography---weight--regular);
}

.padding-section-small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.text-color-alternate {
  color: var(--theme--text);
}

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

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: var(--_typography---weight--medium);
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: var(--_typography---weight--light);
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: var(--_typography---sizes--body);
}

.text-size-regular.move-bottom-to-top {
  color: var(--theme--text);
}

.text-weight-xbold {
  font-weight: var(--_typography---weight--extra-bold);
}

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

.text-weight-bold {
  font-weight: var(--_typography---weight--bold);
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.background-color-alternate {
  background-color: var(--theme--hintergrund);
}

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

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

.text-size-small.is-training-form {
  font-size: .9375rem;
  line-height: 100%;
  font-weight: var(--_typography---weight--medium);
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.text-align-left.heading-style-h2.move-bottom-to-top {
  color: var(--theme--überschrift);
}

.background-color-secondary {
  background-color: var(--theme--hintergrund);
}

.form_input {
  border: 1px solid var(--theme--text);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: var(--theme--text);
  -webkit-text-stroke-color: #000;
}

.form_input.is-select-input {
  color: var(--theme--text);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: var(--_typography---sizes--h6);
  font-weight: var(--_typography---weight--bold);
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--theme--text);
  text-decoration: underline;
}

.text-style-link:hover {
  color: var(--theme--hoverstate-für-textlinks);
  text-decoration: underline;
}

.text-size-large {
  font-size: var(--_typography---sizes--text-large);
  line-height: 145%;
}

.fs-styleguide_header {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2.text-color-alternate {
  color: #fff;
}

.page-wrapper {
  overflow: clip;
}

.fs-styleguide_label {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--theme--sonderfarbe);
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

.button {
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--button);
  color: var(--theme--text-auf-button);
  font-size: var(--_typography---sizes--body);
  font-weight: var(--_typography---weight--bold);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: transform .2s, background-color .4s, box-shadow .2s, filter .2s;
  display: flex;
  position: relative;
}

.button:hover {
  filter: brightness(90%);
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 2px 3px #0000000d;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-default {
  display: inline-flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: var(--_typography---sizes--text-medium);
  line-height: 140%;
}

.text-size-medium.faq_question-text {
  font-weight: var(--_typography---weight--medium);
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 4.5rem;
  padding-bottom: 5.25rem;
}

.padding-section-medium.is-5-625 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--theme--hintergrund);
}

.fs-styleguide_hero-label {
  color: #1f1f1f;
  -webkit-text-stroke-color: #1f1f1f;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.navbar_component {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_component:where(.w-variant-3a7d64bc-1ac4-b154-507a-7e2f18d446d9) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 76rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_logo-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.navbar_logo {
  aspect-ratio: auto;
  max-height: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_link {
  color: var(--theme--text);
  font-weight: var(--_typography---weight--medium);
  padding: .5rem 1rem;
  transition: all .3s ease-in-out;
}

.navbar_link:hover {
  color: var(--theme--hoverstate-für-textlinks);
  text-decoration: none;
}

.navbar_link.w--current, .navbar_link.w--current:hover {
  color: var(--theme--hoverstate-für-textlinks);
}

.navbar_link.hide-desktop {
  display: none;
}

.navbar_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
  position: absolute;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.menu-icon_line-top {
  background-color: var(--theme--text);
}

.section_hero-header {
  color: var(--theme--text);
  position: relative;
}

.section_hero-header:where(.w-variant-44e58598-6d66-c348-5b00-b2fb99e442ac), .section_hero-header:where(.w-variant-31f84923-7084-0ef2-f392-5e6027a1c0f1) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.hero-header_content {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
}

.hero-header_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-header_content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.hero-header_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -1rem;
  display: flex;
}

.text-style-tag {
  border: 1.3px solid var(--theme--text);
  border-radius: var(--border-radius--button-corner-radius);
  color: var(--theme--text);
  font-size: var(--_typography---sizes--text-small);
  font-weight: var(--_typography---weight--medium);
  padding: .1rem .66rem .15rem;
  display: inline-block;
}

.section_link-cards {
  color: var(--theme--text);
  position: relative;
}

.section_link-cards:where(.w-variant-c4d34cc5-37d0-3368-0fe0-cabe9e2428ff), .section_link-cards:where(.w-variant-2ab6786e-9a64-b54b-c48f-64b12078e174) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.link-cards_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-cards_grid-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.link-cards_card-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  box-shadow: none;
  border: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: .28fr .72fr minmax(20px, 32px);
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  overflow: hidden;
  transform: translate(0);
}

.link-cards_card-item:hover {
  box-shadow: none;
  text-decoration: none;
  transform: translate(0, -3px);
}

.link-cards_card-item.slide-right-to-left:hover {
  transform: translate(0, -3px);
}

.link-cards_card-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-cards_card-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-cards_card-info-wrapper {
  padding: 1rem;
  overflow: hidden;
}

.link-cards_card-info-title {
  color: var(--theme--text);
  font-size: var(--_typography---sizes--body);
  line-height: 1.3;
  font-weight: var(--_typography---weight--medium);
}

.link-cards_card-meta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.link-cards_card-meta-item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid var(--theme--text);
  border-radius: var(--border-radius--button-corner-radius);
  color: var(--theme--text);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-cards_card-meta-text {
  color: var(--theme--text);
  font-size: var(--_typography---sizes--text-small);
  font-weight: var(--_typography---weight--medium);
}

.link-cards_card-meta-icon {
  color: var(--theme--weiterer-akzent);
  width: 1.25rem;
  height: 1.25rem;
}

.link-cards_card-item-arrow-wrapper {
  padding-top: 1rem;
  padding-right: 1rem;
}

.link-cards_heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-cards_dropdown {
  z-index: 5;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-cards_card-dropdown-toggle {
  border-radius: var(--border-radius--button-corner-radius);
  font-size: var(--_typography---sizes--text-tiny);
  font-weight: var(--_typography---weight--medium);
  border: 1px solid #0000001a;
  padding: 0;
  position: relative;
}

.link-cards_card-dropdown-list {
  background-color: var(--global--white);
}

.link-cards_card-dropdown-list.w--open {
  border-radius: var(--border-radius--button-corner-radius);
  overflow: clip;
  box-shadow: 0 2px 3px #0000001a;
}

.section_featured {
  color: var(--theme--text);
  position: relative;
}

.section_featured:where(.w-variant-4586c664-bed1-e99a-884b-1a33fef22318), .section_featured:where(.w-variant-98a73254-6ce2-283f-7e88-fcc73416078f) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.featured_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured_video-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--card-corner-radius);
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.plyr_component {
  border-radius: var(--border-radius--card-corner-radius);
  background-image: url('../images/video-playing.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
}

.plyr_component.is-home {
  height: 100%;
}

.plyr_component.slide-right-to-left {
  border-radius: var(--border-radius--card-corner-radius);
}

.video_player-embed {
  border-radius: var(--border-radius--card-corner-radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_player-embed.is-home {
  height: 100%;
}

.video_player-embed.is-no-radius {
  border-radius: 0;
}

.plyr_pause-trigger {
  display: none;
}

.section_two-col-layout {
  color: var(--theme--text);
  position: relative;
}

.section_two-col-layout:where(.w-variant-56c32ed0-66d9-7b19-0d7b-aec64baa5ffb) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.two-col-layout_content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-col-layout_content.is-custom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-col-layout_content-left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.two-col-layout_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.two-col-layout_image-wrapper.hide-desktop {
  display: none;
}

.image-holder {
  aspect-ratio: 4 / 3;
  border-radius: var(--border-radius--card-corner-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-holder.is-widescreen {
  aspect-ratio: 16 / 9;
}

.section_features {
  z-index: 1;
  color: var(--theme--text);
  position: relative;
}

.section_features:where(.w-variant-9bf2f187-8bde-9f58-4e9b-6baecf85020f) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.features_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features_grid-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.features_feature-item {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--karte);
  color: var(--theme--text-auf-karte);
  width: 32%;
  padding: 1.5rem;
}

.features_feature-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features_feature-heading-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features_feature-heading-icon-wrapper.material-symbols-outlined {
  aspect-ratio: 1;
  display: flex !important;
}

.features_feature-heading-icon {
  z-index: 1;
  color: var(--theme--karte);
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
}

.features_feature-heading-icon.material-symbols-outlined {
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.features_feature-heading {
  font-size: var(--_typography---sizes--text-medium);
  line-height: 130%;
}

.features_feature-items-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  margin-top: 1.625rem;
  display: flex;
}

.features_feature-tick-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 123%;
  display: flex;
}

.icon-embed-small {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}

.icon-embed-small.faq-arrow, .icon-embed-small.text-accent-white {
  color: var(--theme--akzent-auf-karte);
}

.features_mobile-slider-wrapper {
  display: none;
}

.features_mobile-slider {
  background-color: #0000;
}

.features_mobile-slider-arrow {
  display: none;
}

.section_testimonial {
  color: var(--theme--text);
  position: relative;
}

.section_testimonial:where(.w-variant-df28b8e8-3a3e-5a95-9d7e-f25f4e8541e0), .section_testimonial:where(.w-variant-3b654f22-d43f-1429-889e-df3647059361), .section_testimonial:where(.w-variant-9a6c5a46-a628-cb67-dc9f-3efff652d66c) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.testimonial_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #19275c00;
  flex-flow: column;
  display: flex;
}

.testimonial_slider {
  background-color: #fff0;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial_mask {
  width: 33.5%;
  overflow: visible;
}

.testimonial_slide {
  margin-bottom: 5rem;
  margin-right: .25rem;
  padding-right: 1rem;
}

.testimonial_card {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--karte);
  color: var(--theme--text-auf-karte);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial_client {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.slider-arrow {
  background-color: var(--theme--karte);
  color: var(--theme--text-auf-karte);
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-previous {
  inset: auto auto 1px 1px;
}

.slider-arrow.is-centre-next {
  inset: auto 1px 1px auto;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial_slide-nav {
  height: 2rem;
  font-size: .5rem;
}

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

.gallery_image-wrapper {
  aspect-ratio: 4 / 3;
  border-radius: var(--border-radius--card-corner-radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial_title {
  font-size: var(--_typography---sizes--h6);
  margin-bottom: 1rem;
}

.testimonial_testi-quote {
  font-style: italic;
  line-height: 123%;
}

.testimonial_quote-icon {
  float: left;
  color: var(--theme--akzent-auf-karte);
  margin-bottom: -.125rem;
  margin-right: .25rem;
}

.stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.stats-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.stats_item-heading {
  color: var(--theme--weiterer-akzent);
  font-size: var(--_typography---sizes--h2);
  line-height: 130%;
  font-weight: var(--_typography---weight--bold);
}

.stats_item-name {
  font-weight: var(--_typography---weight--semibold);
}

.section_map {
  position: relative;
}

.section_map.move-bottom-to-top {
  color: var(--theme--text);
}

.section_map.move-bottom-to-top:where(.w-variant-394c10d3-f49e-3ce3-c9b7-007b18db3d50) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.map_embed {
  height: 500px;
  position: relative;
}

.social-icons_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.social-icons_wrapper.is-top-align {
  margin-top: 0;
}

.social-icons_icon-wrapper {
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--button);
  color: var(--theme--text-auf-button);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform .2s, filter .2s;
  display: flex;
}

.social-icons_icon-wrapper:hover {
  filter: brightness(90%);
  transform: translate(0, -3px);
  box-shadow: 0 2px 3px #0000000d;
}

.social-icons_icon-wrapper.is-small {
  background-color: var(--theme--karte);
  transition: color .2s, background-color .2s;
}

.social-icons_icon {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin: .75rem;
}

.social-icons_icon.is-small {
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity .2s;
}

.elfsight_embed {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5.25rem;
  overflow: hidden;
}

.section_contact {
  z-index: 1;
  color: var(--theme--text);
  position: relative;
}

.section_contact:where(.w-variant-6a4e18ce-27ba-bc73-8dfa-688288c75e5e) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.contact_contacts-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.contact_contacts-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  line-height: 123%;
  font-weight: var(--_typography---weight--medium);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-medium {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-medium.is-large {
  width: 2rem;
  height: 2rem;
}

.section_faq {
  color: var(--theme--text);
  position: relative;
}

.section_faq:where(.w-variant-1b00bba8-4bbf-b8b3-4c40-0c9c5d814f2d) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.faq_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_list {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  display: flex;
}

.faq_accordion {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  border: 1px solid #1f1f1f1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.faq_accordion.move-bottom-to-top {
  background-color: var(--theme--karte);
  color: var(--theme--text-auf-karte);
  border-style: none;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
  display: flex;
}

.faq_answer {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 123%;
  overflow: hidden;
}

.footer_component {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
}

.footer_component:where(.w-variant-7cb11a84-e057-ff1f-f76a-c8015b8bee09) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.footer_top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.footer_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: 13.125rem;
}

.footer_logo.is-invert {
  filter: invert();
  color: var(--theme--text);
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: right;
  white-space: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-end start;
  display: flex;
}

.footer_link {
  color: var(--theme--text);
  font-size: var(--_typography---sizes--text-small);
  font-weight: var(--_typography---weight--medium);
}

.footer_link:hover {
  color: var(--theme--hoverstate-für-textlinks);
}

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.footer_bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_credit-text {
  color: var(--theme--text);
  font-size: var(--_typography---sizes--text-small);
  margin-top: 0;
}

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

.footer_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_left-heading {
  color: var(--theme--text);
  font-size: var(--_typography---sizes--h4);
  line-height: 100%;
  font-weight: var(--_typography---weight--bold);
}

.footer_left-text {
  line-height: 100%;
  font-weight: var(--_typography---weight--bold);
}

.faq_accordion-shadow {
  border-radius: var(--border-radius--card-corner-radius);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 3px #0000000d;
}

.section-bg-image-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg-image-overlay:where(.w-variant-56c32ed0-66d9-7b19-0d7b-aec64baa5ffb) {
  background-color: var(--theme--hintergrund);
}

.section-bg-image-overlay.is-link-cards, .section-bg-image-overlay.is-l {
  background-color: var(--global--white);
  opacity: .97;
}

.section-bg-image-overlay.background-color-alternate {
  z-index: -1;
  background-color: var(--theme--hintergrund);
}

.section-bg-image {
  z-index: 0;
  opacity: .03;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-bg-image.is-opacity-large {
  opacity: .1;
}

.section-bg-image.is-opacity-medium {
  opacity: .05;
}

.section-bg-image-wrapper {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-bg-image-wrapper.is-top {
  z-index: 0;
}

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

.hero-header_paragraph {
  max-width: 53ch;
}

.hero-header_paragraph.move-bottom-to-top {
  color: var(--theme--text);
}

.section_career-header {
  color: var(--theme--text);
  position: relative;
}

.section_career-header:where(.w-variant-ab6079c5-4d01-5604-52bc-72b1abc6826c), .section_career-header:where(.w-variant-817547ff-d9db-9135-412d-d656e548b843) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.career-header_content {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
}

.section_career-track {
  position: relative;
}

.section_training-header {
  color: var(--theme--text);
  position: relative;
}

.section_training-header:where(.w-variant-08510d8c-5820-d84d-4f4e-d903cd771137) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.section_training-header:where(.w-variant-a846a011-93bf-23bf-2cff-2fcbe1fb4465) {
  color: var(--theme--text);
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.section_training-header:where(.w-variant-72ce03c9-dca8-f4b2-6a6c-4f9e4bc72b1f) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.training-header_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.training-header_content-right {
  width: 100%;
}

.training-header_list-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.is-training-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.list-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item.is-center {
  justify-content: flex-start;
  align-items: center;
}

.section_traning-benefits {
  color: var(--theme--text);
  position: relative;
}

.section_traning-benefits:where(.w-variant-ef2ee343-c0cc-2a39-ca33-da40743a237e) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.training-benefits_content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section_training-tasks {
  color: var(--theme--text);
  position: relative;
}

.section_training-tasks:where(.w-variant-24a22d16-7989-e26d-8592-fd33a0879112), .section_training-tasks:where(.w-variant-e24bce72-e051-bdb8-6549-58fb5d4c034e) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.two-col-layout_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.section_training-profile {
  color: var(--theme--text);
  position: relative;
}

.section_training-profile:where(.w-variant-c5388a57-25a9-6c0b-811b-5053a243916e) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.section_training-form {
  color: var(--theme--text);
  position: relative;
}

.section_training-form:where(.w-variant-dcfa32a3-3956-c2ae-2dc2-f2ff0bf88dfa) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.training-form_content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.training-form_content-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 22rem;
  display: flex;
}

.submit {
  background-color: #0000;
  height: 2rem;
}

.text-field {
  border: 2px solid var(--theme--text);
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--hintergrund);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  color: var(--theme--text);
  font-size: var(--_typography---sizes--text-medium);
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 3rem;
  line-height: 123%;
  transition: opacity .2s;
}

.text-field:active {
  border-color: var(--theme--button);
}

.text-field::placeholder {
  color: var(--theme--text) !important;
}

.text-field.is-toggle {
  padding: 0;
}

.text-field.is-toggle:focus {
  border-color: var(--theme--button);
}

.text-field-icon {
  z-index: 1000;
  color: var(--theme--weiterer-akzent);
  position: absolute;
  inset: 56% auto auto 16px;
  transform: translate(0, -50%);
}

.icon-embed-large {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.list-text {
  line-height: 1.4;
}

.is-opacity-5 {
  opacity: .05;
}

.abs-full {
  background-color: var(--theme--akzent-auf-karte);
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.abs-full.background-color-white {
  background-color: var(--global--white);
}

.is-opacity-10 {
  opacity: .1;
}

.icon-link.is-hover {
  color: var(--theme--text);
}

.icon-link.is-hover:hover {
  color: var(--theme--hoverstate-für-textlinks);
}

.slider-arrow-benefits {
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-benefits.is-centre-previous, .slider-arrow-benefits.is-centre-next {
  bottom: 4rem;
}

.section_testimonial-copy {
  position: relative;
}

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

.padding-section-elfsight {
  padding-bottom: 5.25rem;
}

.padding-section-elfsight.is-5-625 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.footer-stahlhart_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.footer-stahlhart_wrapper:hover {
  text-decoration: none;
}

.lineawesome {
  font-family: LineAwesome, Arial, sans-serif;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.section_social-media {
  color: var(--theme--text);
  position: relative;
}

.section_social-media:where(.w-variant-73ba5565-d651-d0c8-9dbc-b9b9eb33a8b5) {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: 2rem;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #ff00e1;
  --border-radius--button-corner-radius: 5rem;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.is-watch-icon {
  justify-content: flex-start;
  align-items: flex-start;
  transform: translate(-1px, -2px);
}

.text-accent {
  color: var(--theme--weiterer-akzent);
}

.testimonial_job-title-text {
  line-height: 1.1;
}

.anchor-link {
  height: 0;
  transform: translate(0, -3.5rem);
}

.text-block-2 {
  color: #3b0b0b;
}

.fs_selectcustom-1_list.w--open {
  z-index: 10;
  border-top: 1px solid var(--theme--text);
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  margin-top: .5rem;
  overflow: clip;
}

.fs_selectcustom-1_field {
  background-color: var(--global--grey);
  pointer-events: none;
  margin-bottom: 0;
  display: flex;
}

.fs_selectcustom-1_field.is-absolute {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.fs_selectcustom-1_field.is-hidden {
  display: none;
}

.fs_selectcustom-1_toggle {
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  width: 100%;
  padding: .5rem 4rem .5rem 1rem;
}

.fs_selectcustom-1_toggle:focus-visible, .fs_selectcustom-1_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_arrow {
  color: var(--theme--weiterer-akzent);
  margin-right: .75rem;
}

.fs_selectcustom-1_link {
  border-right: 1px solid var(--theme--text);
  border-bottom: 1px solid var(--theme--text);
  border-left: 1px solid var(--theme--text);
  color: var(--theme--text);
  padding: .75rem 1rem;
}

.fs_selectcustom-1_link:hover {
  color: var(--theme--hoverstate-für-textlinks);
  text-decoration: none;
}

.fs_selectcustom-1_link:focus-visible, .fs_selectcustom-1_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-1_text {
  color: var(--theme--text);
}

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

.fs_selectcustom-1_embed {
  margin-bottom: 0;
}

.arrow-embedd, .heading-wrapper, .heading-wrapper:where(.w-variant-2ab6786e-9a64-b54b-c48f-64b12078e174) {
  color: var(--theme--text);
}

.heading-wrapper.justify-center {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--theme--text);
  flex-flow: wrap;
  display: inline-flex;
}

.success-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-checkmark {
  color: var(--theme--weiterer-akzent);
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.link-cards_card-empty {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  text-align: center;
  border: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: .28fr .72fr minmax(20px, 32px);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-cards_card-empty.slide-right-to-left:hover {
  transform: translate(0, -3px);
}

.custom-margin-testimonials {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.fs-cc-prefs_form {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  width: 100%;
  max-width: 50rem;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_button {
  border: 2px solid var(--theme--button);
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--button);
  color: var(--theme--text-auf-button);
  text-align: center;
  min-width: 140px;
  margin-right: 1em;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s, filter .2s;
}

.fs-cc-banner_button:hover {
  filter: brightness(90%);
  text-decoration: none;
  transform: translate(0, -3px);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border: 1px solid var(--theme--text);
  background-color: var(--theme--hintergrund);
  color: var(--theme--text);
  text-decoration: none;
}

.fs-cc-banner_button.fs-cc-button-alt.no-border {
  border-width: 0;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.cookie-banner-wrapper {
  overflow: visible;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--theme--button);
  border-radius: var(--border-radius--button-corner-radius);
  background-color: var(--theme--button);
  color: var(--theme--text-auf-button);
  font-weight: var(--_typography---weight--bold);
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: filter .2s, transform .2s;
}

.fs-cc-prefs_button:hover {
  filter: brightness(90%);
  text-decoration: none;
  transform: translate(0, -3px);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--theme--text);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_button.fs-cc-button-alt.with-border {
  border: 1px solid var(--theme--text);
  background-color: var(--theme--hintergrund);
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--theme--text);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-banner_component {
  z-index: 10000;
  align-items: flex-end;
  width: auto;
  max-width: 45rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_buttons-wrapper {
  z-index: 2000;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 32px;
  box-shadow: 0 3px 8px #0000001a;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_text {
  z-index: 2000;
  margin-top: 1em;
  margin-right: 24px;
  position: relative;
}

.fs-cc-prefs_checkbox-2 {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_container {
  border-radius: var(--border-radius--card-corner-radius);
  background-color: var(--theme--hintergrund);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 39.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: 0 3px 10px #0003;
}

.placeholder {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--theme--hintergrund);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-accent-headline {
  color: var(--theme--überschrift-akzent);
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--card-corner-radius);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.elfsight_wrapper {
  min-height: 20rem;
  position: relative;
}

.cookie-button_left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.fs-cc-prefs_buttons-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.form-toggle {
  border-radius: var(--border-radius--button-corner-radius);
  color: var(--theme--text);
  width: 100%;
  padding: 1rem 0 1rem 3rem;
}

.form-toggle:focus-visible, .form-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.custom-checkbox {
  border: 2px solid var(--theme--text);
  background-color: var(--theme--hintergrund);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-right: .5rem;
}

.custom-checkbox.w--redirected-checked {
  border-color: var(--theme--sonderfarbe);
  background-color: var(--theme--sonderfarbe);
}

.custom-checkbox.w--redirected-focus {
  box-shadow: 0 2px 5px 0 var(--theme--hintergrund);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs_selectcustom-2_text {
  color: var(--theme--text);
  white-space: normal;
  max-width: 25ch;
}

.stahlhart_logo {
  color: var(--theme--text);
  width: 15rem;
}

.hidden {
  display: none;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.theme-b {
  --theme--text: #FFFFFF;
  --theme--überschrift: #FFFFFF;
  --theme--hintergrund: #191644;
  --theme--weiterer-akzent: #FFFFFF;
  --border-radius--card-corner-radius: none;
  --theme--hoverstate-für-textlinks: #FFFFFF;
  --theme--sonderfarbe: #191644;
  --border-radius--button-corner-radius: none;
  --theme--button: #FFFFFF;
  --theme--text-auf-button: #191644;
  --global--white: #fff;
  --theme--karte: #FFFFFF;
  --theme--text-auf-karte: #191644;
  --theme--akzent-auf-karte: #191644;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #FFFFFF;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.theme-a {
  --theme--text: #191644;
  --theme--überschrift: #191644;
  --theme--hintergrund: #FFFFFF;
  --theme--weiterer-akzent: #191644;
  --border-radius--card-corner-radius: none;
  --theme--hoverstate-für-textlinks: #191644;
  --theme--sonderfarbe: #191644;
  --border-radius--button-corner-radius: none;
  --theme--button: #191644;
  --theme--text-auf-button: #FFFFFF;
  --global--white: #fff;
  --theme--karte: #191644;
  --theme--text-auf-karte: #FFFFFF;
  --theme--akzent-auf-karte: #FFFFFF;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #191644;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

.theme-c {
  --theme--text: #fff;
  --theme--überschrift: #fff;
  --theme--hintergrund: #02acd8;
  --theme--weiterer-akzent: #d96800;
  --border-radius--card-corner-radius: none;
  --theme--hoverstate-für-textlinks: #d96800;
  --theme--sonderfarbe: #191644;
  --border-radius--button-corner-radius: none;
  --theme--button: #d96800;
  --theme--text-auf-button: white;
  --global--white: #fff;
  --theme--karte: #fff;
  --theme--text-auf-karte: #02acd8;
  --theme--akzent-auf-karte: #d96800;
  --global--grey: #fdfdfd;
  --theme--überschrift-akzent: #d96800;
  --global--black: black;
  --global--focus-state: #2d62ff;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global.padding-section-small.is-career-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-custom1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--theme--hintergrund);
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .navbar_link.hide-desktop {
    display: block;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--theme--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--theme--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-header_content {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .two-col-layout_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .two-col-layout_content.is-tablet-one-col {
    flex-flow: column;
    display: flex;
  }

  .two-col-layout_content.is-tablet-one-col.inverted {
    flex-flow: column-reverse;
  }

  .two-col-layout_content.is-custom {
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .two-col-layout_content.is-custom.inverted {
    flex-flow: column-reverse;
  }

  .two-col-layout_content-left {
    width: 100%;
  }

  .two-col-layout_image-wrapper.hide-desktop {
    display: block;
  }

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

  .features_feature-item {
    width: 48%;
  }

  .testimonial_mask {
    width: 50%;
  }

  .testimonial_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial_card {
    width: 48%;
  }

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

  .career-header_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

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

  .fs-cc-prefs_content {
    padding: 3em;
    overflow: auto;
  }

  .fs-cc-banner_text {
    font-size: 1rem;
  }

  .fs-cc-banner_container {
    max-width: none;
  }

  .video-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---fonts--primary-font: Inter, Arial, sans-serif;
    --_typography---sizes--body: 1rem;
    --_typography---weight--regular: 400;
    --_typography---sizes--h1: 2rem;
    --_typography---weight--bold: 700;
    --_typography---sizes--h2: 1.75rem;
    --_typography---sizes--h3: 1.5rem;
    --_typography---sizes--h4: 1.25rem;
    --_typography---sizes--h5: 1.125rem;
    --_typography---sizes--h6: 1rem;
    --_typography---weight--semibold: 600;
    --_typography---weight--extra-bold: 800;
    --_typography---weight--medium: 500;
    --_typography---weight--light: 300;
    --_typography---sizes--text-large: 1.125rem;
    --_typography---sizes--text-medium: 1rem;
    --_typography---sizes--text-small: .875rem;
    --_typography---sizes--text-tiny: 1rem;
    --_typography---colors--text-black: var(--global--black);
    --_typography---colors--text-white: var(--global--white);
  }

  h1 {
    line-height: 2.5rem;
  }

  h2 {
    line-height: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .padding-top.padding-xsmall.is-0-mobile {
    padding-top: 0;
  }

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

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

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

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

  .padding-vertical.padding-xlarge {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

  .margin-top.margin-custom-benefits {
    margin-top: 1.25rem;
  }

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

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

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

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    line-height: 2.5rem;
  }

  .heading-style-h1.is-training {
    font-size: 2rem;
  }

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

  .padding-global.padding-section-small.is-career-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-global.padding-section-custom1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-social-media {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-small {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: var(--_typography---sizes--text-large);
  }

  .heading-style-h2 {
    line-height: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button:hover {
    text-decoration: none;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .button.is-centered-mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.is-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-medium.faq_question-text {
    font-weight: var(--_typography---weight--bold);
  }

  .button-group.is-full-width-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .padding-section-medium.is-5-625 {
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navbar_component {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_logo {
    max-width: 15rem;
    max-height: 5rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .hero-header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-style-tag {
    font-size: var(--_typography---sizes--text-small);
    padding: .125rem .5rem;
  }

  .link-cards_grid-wrapper {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .link-cards_card-meta-wrapper {
    margin-top: .625rem;
  }

  .link-cards_card-item-arrow-wrapper {
    display: none;
  }

  .link-cards_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .featured_video-wrapper {
    width: 100%;
  }

  .hero-header_right-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .two-col-layout_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .two-col-layout_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .features_grid-wrapper {
    flex-flow: column;
    display: none;
  }

  .features_feature-item {
    width: 100%;
    height: 100%;
  }

  .features_feature-heading {
    font-size: var(--_typography---sizes--h5);
  }

  .features_mobile-slider-wrapper {
    width: 100%;
    display: block;
  }

  .features_mobile-slider {
    height: auto;
  }

  .features_mobile-slider-arrow {
    display: block;
  }

  .features_mobile-slider_slide {
    margin-right: 1rem;
  }

  .testimonial_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .testimonial_slider {
    padding-bottom: 3rem;
  }

  .testimonial_mask {
    width: 100%;
  }

  .testimonial_slide {
    --_typography---fonts--primary-font: Inter, Arial, sans-serif;
    --_typography---sizes--body: 1rem;
    --_typography---weight--regular: 400;
    --_typography---sizes--h1: 3rem;
    --_typography---weight--bold: 700;
    --_typography---sizes--h2: 2.25rem;
    --_typography---sizes--h3: 1.75rem;
    --_typography---sizes--h4: 1.5rem;
    --_typography---sizes--h5: 1.25rem;
    --_typography---sizes--h6: 1.25rem;
    --_typography---weight--semibold: 600;
    --_typography---weight--extra-bold: 800;
    --_typography---weight--medium: 500;
    --_typography---weight--light: 300;
    --_typography---sizes--text-large: 1.5rem;
    --_typography---sizes--text-medium: 1.25rem;
    --_typography---sizes--text-small: .875rem;
    --_typography---sizes--text-tiny: 1rem;
    --_typography---colors--text-black: var(--global--black);
    --_typography---colors--text-white: var(--global--white);
    margin-bottom: .5rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_card {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .slider-arrow {
    background-color: #14285f00;
    border-width: 0;
    border-color: #000;
    display: none;
  }

  .slider-arrow.is-centre-previous {
    inset: auto auto 2% 2%;
  }

  .slider-arrow.is-centre-next {
    inset: auto 2% 2% auto;
  }

  .testimonial_slide-nav {
    bottom: 1rem;
  }

  .gallery_grid, .stats-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .social-icons_wrapper.is-top-align {
    order: 1;
  }

  .social-icons_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .social-icons_icon.is-small {
    margin: .5rem;
  }

  .elfsight_embed {
    padding-bottom: 2rem;
  }

  .contact_contacts-wrapper.show-mobile-landscape {
    display: flex;
  }

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

  .faq_icon-wrapper {
    width: 1.3rem;
  }

  .footer_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .footer_link-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    width: 100%;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

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

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

  .training-header_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .training-header_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .training-header_list-wrapper {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .list {
    font-size: var(--_typography---sizes--text-tiny);
  }

  .slider-arrow-benefits {
    background-color: #14285f00;
    border-width: 0;
    border-color: #000;
    display: none;
  }

  .slider-arrow-benefits.is-centre-previous {
    inset: auto auto 0% -2%;
  }

  .slider-arrow-benefits.is-centre-next {
    inset: auto -2% 0% auto;
  }

  .padding-section-elfsight {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-elfsight.is-5-625 {
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }

  .footer-stahlhart_wrapper {
    justify-content: center;
    align-items: center;
  }

  .slider-nav {
    height: 2rem;
    font-size: .5rem;
    bottom: -2rem;
  }

  .anchor-link {
    transform: translate(0, -2.5rem);
  }

  .success-wrapper {
    width: 100%;
  }

  .custom-margin-testimonials {
    margin-top: -1rem;
    display: flex;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .25em;
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    width: 100%;
  }

  .fs-cc-prefs_button.mobile-100 {
    text-align: center;
    width: 100%;
  }

  .fs-cc-prefs_buttons-wrapper {
    flex-flow: column-reverse;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 12px;
  }

  .fs-cc-prefs_space-medium {
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_content {
    max-height: 95svh;
    padding: 1rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-prefs_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-wrapper {
    width: 100%;
  }

  .cookie-button_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs_buttons-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .heading-style-h1.is-training {
    font-size: 1.625rem;
  }

  .padding-global.padding-section-medium {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }

  .padding-global.padding-section-small.is-career-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .button-group.is-full-width-mobile {
    color: #1f1f1f;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar_logo {
    max-width: 10rem;
    max-height: 4.5rem;
  }

  .link-cards_card-item {
    grid-template-columns: .35fr .65fr;
    position: relative;
  }

  .link-cards_card-image-wrapper {
    min-width: 5rem;
  }

  .link-cards_card-image {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .link-cards_card-meta-wrapper {
    padding-right: 1rem;
  }

  .link-cards_card-item-arrow-wrapper {
    padding-bottom: 1rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-cards_dropdown {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .link-cards_card-dropdown, .link-cards_card-dropdown-toggle {
    width: 100%;
  }

  .featured_component {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 1.1875rem;
    color: var(--theme--text);
  }

  .plyr_component.is-home, .video_player-embed.is-home {
    height: 100%;
  }

  .two-col-layout_content {
    grid-template-columns: 1fr;
  }

  .features_component, .features_feature-item {
    width: 100%;
  }

  .features_feature-heading-icon.material-symbols-outlined {
    font-size: 2.25rem !important;
  }

  .features_feature-heading {
    font-size: var(--_typography---sizes--h4);
  }

  .icon-embed-small {
    color: var(--theme--weiterer-akzent);
  }

  .features_mobile-slider-wrapper, .features_mobile-slider, .features_mobile-slider-mask, .features_mobile-slider_slide, .testimonial_slider {
    width: 100%;
  }

  .testimonial_client {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-arrow.is-centre-previous {
    inset: auto auto 2% 2%;
  }

  .slider-arrow.is-centre-next {
    inset: auto 2% 2% auto;
  }

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

  .social-icons_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .footer_logo.is-invert {
    width: 10rem;
  }

  ._w-slider-dot {
    background-color: #ffffff80;
  }

  ._w-slider-dot._w-active {
    background-color: var(--global--white);
  }

  .training-header_list-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .training-form_content-bottom, .form, .text-field {
    width: 100%;
  }

  .slider-arrow-benefits.is-centre-previous {
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .slider-arrow-benefits.is-centre-next {
    top: auto;
    bottom: 0%;
    left: auto;
  }

  .fs_selectcustom-1_toggle {
    justify-content: flex-start;
    align-items: center;
    min-height: 3rem;
    display: flex;
  }

  .link-cards_card-empty {
    grid-template-columns: .35fr .65fr;
    position: relative;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_button {
    text-align: center;
    margin-bottom: 8px;
  }

  .fs-cc-banner_component {
    padding: 1rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .fs-cc-prefs_space-medium {
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .placeholder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-toggle {
    justify-content: flex-start;
    align-items: center;
    min-height: 3rem;
    display: flex;
  }

  .section {
    color: var(--theme--text);
  }
}

#w-node-_0ae45b9c-61ad-f242-3f9b-0fb24220f2b8-4220f2b4 {
  justify-self: center;
}

#w-node-_0ae45b9c-61ad-f242-3f9b-0fb24220f2bf-4220f2b4 {
  justify-self: end;
}

#w-node-aa2a305f-7dc4-2211-d4ff-7387711860ed-71186050 {
  justify-self: start;
}

#w-node-_4a738f55-4133-a247-def6-22cd67a76af8-630939ff, #w-node-_1e1b8db3-0364-e26d-db47-9f5703037d4c-630939ff, #w-node-d1a2405b-283c-9e65-4391-cc42b9710964-630939ff {
  align-self: start;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-655a1f89 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-655a1f89, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-655a1f89 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-655a1f89 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-655a1f89 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-655a1f89 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-655a1f89, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-655a1f89 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-655a1f89 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-655a1f89, #w-node-a8b073f1-672a-0beb-dd37-1693c36cacc2-655a1f89, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-655a1f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-655a1f89 {
  justify-self: start;
}

#w-node-dca4b075-5beb-95d2-87b7-3283c6ad8dba-c6ad8d7f, #w-node-f0660050-af4f-e91d-420d-a5f829028236-c6ad8d7f, #w-node-ede9a4f4-4b94-5f2b-342d-5e07e7772b72-c6ad8d7f {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e02e582d-7a2d-ac6a-d4f9-4c0f4ef2bf69-4ef2bf64 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e02e582d-7a2d-ac6a-d4f9-4c0f4ef2bf82-4ef2bf64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e02e582d-7a2d-ac6a-d4f9-4c0f4ef2bf6f-4ef2bf64 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_034b367c-50f3-a652-5252-c866d24aa737-4ef2bf64 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e02e582d-7a2d-ac6a-d4f9-4c0f4ef2bf69-4ef2bf64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa2a305f-7dc4-2211-d4ff-7387711860ed-71186050 {
    justify-self: center;
  }

  #w-node-_4a738f55-4133-a247-def6-22cd67a76af8-630939ff, #w-node-_1e1b8db3-0364-e26d-db47-9f5703037d4c-630939ff, #w-node-d1a2405b-283c-9e65-4391-cc42b9710964-630939ff, #w-node-dca4b075-5beb-95d2-87b7-3283c6ad8dba-c6ad8d7f, #w-node-f0660050-af4f-e91d-420d-a5f829028236-c6ad8d7f, #w-node-ede9a4f4-4b94-5f2b-342d-5e07e7772b72-c6ad8d7f {
    align-self: end;
  }
}


@font-face {
  font-family: 'LineAwesome';
  src: url('../fonts/la-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[data-sh-id*="card"], [data-sh-id="faqs__faq"] {
  border-radius: none !important;
}
a, [data-sh-id*="location-tag"], .link-cards_card-meta-item {
  border-radius: none !important;
}
h1, h2 {
  font-style: normal !important;
}
h1 span, h2 span {
  color: inherit !important;
}
h1, h2 {
  text-transform: uppercase !important;
}
/* Webkit file input styling */
input[type="file"]::-webkit-file-upload-button {
    background-color: transparent;
    color: var(--theme--text);
    border: 0;
    outline: 0;
}

input[type="file"]::file-selector-button {
    background-color: transparent;
    color: var(--theme--text);
    border: 0;
    outline: 0;
}

[data-wf--section-bewerberformular--variant="inverted"] input[type="file"]::-webkit-file-upload-button {
    color: var(--theme--text);
}

[data-wf--section-bewerberformular--variant="inverted"] input[type="file"]::file-selector-button {
    color: var(--theme--text);
}

input[type="file"]::-webkit-file-upload-button {
    display: none;
}

input[type="file"]::file-selector-button {
    display: none;
}

/* Custom appearance to mimic text field */
input[type="file"] {
    cursor: pointer !important;
}

input[type="file"]:focus {
    outline: none;
}

#file-input-label {
    color: var(--theme--text) !important;
    -webkit-text-fill-color: var(--theme--text) !important;
    background-color: transparent !important;
    caret-color: var(--theme--text) !important;
    border: 2px solid;
    border-radius: var(--border-radius--button-corner-radius) !important;
    padding-left: 46px !important;
    opacity: 1 !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
    background: rgba(255, 255, 225, 0.82) !important;
    color: black !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item:hover .eapps-instagram-feed-posts-item-overlay {
    background: var(--theme--button) !important;
    opacity: 0.82 !important;
}

#eapps-instagram-feed-1 a,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-caption-hashtag,
#eapps-instagram-feed-1 .eapps-instagram-feed-header-followBtn,
.eapps-instagram-feed-popup a,
.eapps-instagram-feed-popup-item a,
.eapps-instagram-feed-popup-item-user a,
.eapps-instagram-feed-popup-item-user-name a,
.eapps-instagram-feed-popup-item-user-follow-link a,
.eapps-instagram-feed-popup-item-text a,
.eapps-instagram-feed-popup-item-text-author {
    color: #000000 !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-likes-count,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-likes-count-label,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-counters {
    color: var(--theme--text-auf-button) !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-likes-count-icon,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-likes-count svg {
    fill: var(--theme--text-auf-button) !important;
}

[data-wf--section-social-media--variant="inverted"] #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  background-color: var(--theme--button) !important;
}

[data-wf--section-social-media--variant="inverted"] #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more span {
  color: var(--theme--text-auf-button) !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    background-color: var(--theme--button) !important;
    color: var(--theme--text-auf-button) !important;
    border-radius: var(--border-radius--button-corner-radius) !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    height: auto !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more-text {
    color: var(--theme--text-auf-button) !important;
}

.social-icons_icon-wrapper {
    background-color: var(--theme--button) !important;
    color: var(--theme--text-auf-button) !important;
}

.social-icons_icon-wrapper:hover {
    opacity: 0.9 !important;
}

/* Social icons in Section B should use Section B colors */
.section.is-section-b .social-icons_icon-wrapper,
.social-icons_icon-wrapper.w-variant-948fb255-30a0-eae2-dbb3-cbe5b00d24b0 {
    background-color: var(--theme--button) !important;
    color: var(--theme--text-auf-button) !important;
}

.text-field,
.form-toggle,
.w-input,
.w-select,
.w-form-input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="file"],
select,
textarea {
    border-radius: var(--border-radius--button-corner-radius) !important;
}


.fs_selectcustom-1_list,
.w-dropdown-list {
    border-radius: var(--border-radius--card-corner-radius) !important;
}

.w-dropdown-toggle {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

.fs_selectcustom-1_list .fs_selectcustom-1_link,
.w-dropdown-list .w-dropdown-link,
.fs_selectcustom-1_list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .fs_selectcustom-1_link,
.w-dropdown-list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .w-dropdown-link {
    border-radius: 0 !important;
}

.fs_selectcustom-1_list .fs_selectcustom-1_link:first-child,
.w-dropdown-list .w-dropdown-link:first-child,
.fs_selectcustom-1_list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .fs_selectcustom-1_link:first-child,
.w-dropdown-list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .w-dropdown-link:first-child {
    border-top-left-radius: var(--border-radius--card-corner-radius) !important;
    border-top-right-radius: var(--border-radius--card-corner-radius) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fs_selectcustom-1_list .fs_selectcustom-1_link:last-child,
.w-dropdown-list .w-dropdown-link:last-child,
.fs_selectcustom-1_list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .fs_selectcustom-1_link:last-child,
.w-dropdown-list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .w-dropdown-link:last-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: var(--border-radius--card-corner-radius) !important;
    border-bottom-right-radius: var(--border-radius--card-corner-radius) !important;
}

.fs_selectcustom-1_list .fs_selectcustom-1_link:only-child,
.w-dropdown-list .w-dropdown-link:only-child,
.fs_selectcustom-1_list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .fs_selectcustom-1_link:only-child,
.w-dropdown-list.w-variant-29abf71a-5716-d1d6-3fb8-00f6a7620ad3 .w-dropdown-link:only-child {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

.button,
.w-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.form-button,
.button.is-form-submit {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

.w-file-upload,
.w-file-upload-input,
.w-file-upload-label {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

.form-field,
.form-input,
.form-control,
.form_input,
.w-password-page {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

input[type="range"],
input[type="color"] {
    border-radius: var(--border-radius--button-corner-radius) !important;
}

.justify-center {
    justify-content: center !important;
}

/* Job listing cards with border radius */
.link-cards_card-item {
    border-radius: var(--border-radius--card-corner-radius) !important;
    overflow: hidden;
}

.link-cards_card-image-wrapper {
    border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0 !important;
    overflow: hidden;
}

.link-cards_card-image {
    border-radius: 0 !important;
}

/* Instagram feed tiles should use card corner radius */
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-image,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-image img,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-image-wrapper,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-template-tile,
#eapps-instagram-feed-1 .es-post-media-image,
.eapps-instagram-feed-posts-item,
.eapps-instagram-feed-posts-item-image,
.eapps-instagram-feed-posts-item-image img,
.eapps-instagram-feed-posts-item-image-wrapper,
.eapps-instagram-feed-posts-item-template-tile,
.es-post-media-image,
.elfsight-app-13f1714e-7b78-4bb2-99f2-7da9d7b08690 img,
.elfsight-app-13f1714e-7b78-4bb2-99f2-7da9d7b08690 .eapps-instagram-feed-posts-item-image-wrapper {
    border-radius: var(--border-radius--card-corner-radius) !important;
}

/* Instagram feed links should not have border radius */
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-link,
.eapps-instagram-feed-posts-item-link,
.elfsight-app-13f1714e-7b78-4bb2-99f2-7da9d7b08690 .eapps-instagram-feed-posts-item-link {
    border-radius: 0 !important;
}

/* Instagram widget container should remain rectangular */
#eapps-instagram-feed-1,
.eapps-instagram-feed-posts-grid,
.eapps-instagram-feed-posts,
.elfsight-app-13f1714e-7b78-4bb2-99f2-7da9d7b08690,
.eapps-instagram-feed-container,
.eapps-instagram-feed-posts-inner {
    border-radius: 0 !important;
}

/* Override any border radius on Instagram elements */
[id^="eapps-instagram-feed"] img,
[class*="eapps-instagram-feed"] img,
[class*="elfsight"] img {
    border-radius: var(--border-radius--card-corner-radius) !important;
}

/* Google Maps InfoWindow should use card corner radius */
.gm-style .gm-style-iw-c {
    padding: 8px !important;
    border-radius: var(--border-radius--card-corner-radius) !important;
    background-color: white !important;
}

.gm-style-iw,
.gm-style-iw > div,
.gm-style-iw-d,
.gm-ui-hover-effect {
    border-radius: var(--border-radius--card-corner-radius) !important;
}

/* Text alignment for list items */
.list-text {
    text-align: left !important;
}
#eapps-instagram-feed-1 .es-load-more-button {
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
