@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Italic.woff2') format("woff2"), url('../fonts/Mundial-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-BoldItalic.woff2') format("woff2"), url('../fonts/Mundial-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Bold.woff2') format("woff2"), url('../fonts/Mundial-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Regular.woff2') format("woff2"), url('../fonts/Mundial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-BlackItalic.woff2') format("woff2"), url('../fonts/Mundial-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-DemiBold.woff2') format("woff2"), url('../fonts/Mundial-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Light.woff2') format("woff2"), url('../fonts/Mundial-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Black.woff2') format("woff2"), url('../fonts/Mundial-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-ThinItalic.woff2') format("woff2"), url('../fonts/Mundial-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-DemiBoldItalic.woff2') format("woff2"), url('../fonts/Mundial-DemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-Thin.woff2') format("woff2"), url('../fonts/Mundial-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/Mundial-LightItalic.woff2') format("woff2"), url('../fonts/Mundial-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Northwell KT;
  src: url('../fonts/Northwell-KT.woff2') format("woff2"), url('../fonts/Northwell-KT.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--kt-dunkelblau: #00315d;
  --colors--textfarbe: #3c3c3b;
  --colors--kt-hellblau: #00b1eb;
  --colors--fdfdfd: #fdfdfd;
  --colors--ededed: #ededed;
  --colors--kt-hellblau-hover: #009dd1;
  --page-border: .0625em;
  --e3e3e3: #e3e3e3;
}

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

body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colors--kt-dunkelblau);
  color: var(--colors--textfarbe);
  flex-flow: column;
  font-family: Mundial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--colors--kt-dunkelblau);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.85em;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--colors--kt-dunkelblau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: var(--colors--kt-hellblau);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--colors--textfarbe);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--colors--kt-hellblau);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  word-break: normal;
  text-underline-offset: .3em;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colors--kt-hellblau);
  text-decoration-color: var(--colors--kt-hellblau);
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

a:hover {
  -webkit-text-decoration-color: var(--colors--kt-hellblau-hover);
  text-decoration-color: var(--colors--kt-hellblau-hover);
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

.c-styles {
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
  position: static;
  inset: 0% 0% auto;
  overflow: scroll;
}

.c-styles_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2vw;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section {
  background-color: var(--colors--fdfdfd);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em;
  position: relative;
  overflow: clip;
}

.section.grey-background {
  z-index: 2;
  background-color: var(--colors--fdfdfd);
}

.section.grey-background.less-top-bottom-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.blue-background {
  background-color: var(--colors--kt-dunkelblau);
  color: var(--colors--fdfdfd);
}

.section.blue-background.no-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blue-background.nav-section {
  background-color: #0000;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.section.blue-background.footer {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.blue-background.stellenangebote-hero {
  z-index: 4;
  background-color: #0000;
}

.section.white-background {
  z-index: 2;
  background-color: var(--colors--fdfdfd);
}

.section.no-inner-padding {
  padding: 0 2em;
}

.section._404 {
  min-height: 48em;
  max-height: 60em;
  padding-top: 14em;
  padding-bottom: 14em;
}

.section.less-top-padding {
  padding-top: 3em;
}

.section.position-relative {
  height: calc(100svh + 5em);
  min-height: 45em;
  max-height: 80em;
}

.section.position-relative.less-top-padding-4-5 {
  max-height: 70em;
  padding-top: 4.5em;
}

.section.fullwidth-inside {
  padding: 0 2em;
}

.container {
  width: 100%;
  max-width: 76.125em;
  margin-left: auto;
  margin-right: auto;
}

.container.position-relative {
  position: relative;
}

.container.position-relative.z-index-5 {
  z-index: 6;
}

.container.max-width-to-page-line {
  max-width: 84.125em;
}

.container.nav-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.winteraktion-hero {
  max-width: 48em;
}

.container.overflow-hidden {
  overflow: clip;
}

.container.fullwidth-inside {
  max-width: 84.125em;
  padding: 20em 4em 4em;
}

.c-video {
  background-color: var(--colors--ededed);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 56.25%;
  position: relative;
}

.c-video__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-video__overlay {
  z-index: 0;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-video__button {
  margin-bottom: 1em;
}

.c-video__link {
  text-decoration: none;
  transition: all .2s;
}

.c-video__link:hover {
  color: #fff;
  text-decoration: underline;
}

.c-video__text {
  color: #fff;
  text-align: center;
  display: block;
}

.c-video__thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-map__overlay {
  cursor: pointer;
  flex-direction: column;
  place-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-map__text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.c-map {
  background-image: url('../images/map.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 30em;
  position: relative;
}

.c-map__button {
  margin-bottom: 1em;
}

.c-map__link {
  text-decoration: none;
  transition: all .2s;
}

.c-map__link:hover {
  color: #333;
  text-decoration: underline;
}

.c-map__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.testimonial-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.swiper-wrapper.gallery-wrapper {
  max-width: 100%;
}

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

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

.slide:focus-visible, .slide[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #333;
}

.swiper {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.example-slide {
  width: 30em;
  max-width: 100%;
  height: auto;
  padding-right: 2em;
}

.swiper-slide.testimonial-slide {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  grid-template-rows: auto;
  grid-template-columns: 28.5em 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center stretch;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.swiper-slide.gallery-slide {
  background-color: #dbdbdb;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
}

.swiper-navigation-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  display: flex;
  position: relative;
}

.swiper-nav-button {
  background-color: var(--colors--kt-hellblau);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.625em;
  height: 2.625em;
  transition-property: background-color;
  display: flex;
}

.swiper-nav-button:hover {
  background-color: var(--colors--kt-hellblau-hover);
}

.form-progress {
  background-color: var(--colors--kt-hellblau);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transition: width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0%;
}

.padding-90 {
  width: 100%;
  height: 5.625em;
}

.form-nav-text {
  color: var(--colors--fdfdfd);
  white-space: nowrap;
}

.padding-30-2 {
  width: 100%;
  height: 1.66667em;
}

.field__label-alt {
  z-index: 0;
  opacity: 0;
  text-transform: none;
  cursor: default;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.4;
  transition: transform .2s, opacity .2s;
  position: absolute;
  top: 1em;
  transform: translate(0, -1rem);
}

.form-embed {
  position: absolute;
}

.success-message {
  background-color: #0000;
  padding: 1.5em;
}

.padding-x-20 {
  width: 1.25em;
  height: 100%;
}

.form-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-bottom: .25em;
  display: grid;
}

.form-grid._2col {
  grid-template-columns: 1fr 1fr;
}

.padding-25 {
  width: 100%;
  height: 1.5625em;
  display: block;
}

.padding-30 {
  width: 100%;
  height: 1.875em;
}

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

.flex.horizontal {
  background-color: #0000;
  flex-flow: row;
  width: auto;
  height: auto;
}

.flex.horizontal.column-gap-25 {
  grid-column-gap: .9375em;
  grid-row-gap: .9375em;
  background-color: #0000;
  flex-flow: wrap;
  width: auto;
  height: auto;
}

.flex.horizontal.column-gap-25.center {
  justify-content: center;
}

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

.flex.padding-top-bottom {
  padding-top: 6em;
  padding-bottom: 6em;
}

.flex.sticky {
  position: sticky;
  top: 3em;
}

.flex.stellenangebote-flex {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: stretch;
}

.flex.footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.flex.max-w-850 {
  max-width: 53.125em;
}

.flex.cookie-flex {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

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

.flex.space-between {
  flex-flow: row;
  justify-content: space-between;
  position: relative;
}

.flex.color-white.margin-right {
  margin-right: 5em;
}

.form-progress-bar {
  background-color: var(--colors--ededed);
  width: 10.625em;
  height: .125em;
  position: relative;
}

.field {
  width: 100%;
  position: relative;
}

.field.select-field {
  border: 1px solid #ededed;
  border-radius: .625em;
  display: flex;
}

.hero-button {
  background-color: #054e9e;
  border: 2px solid #054e9e;
  border-radius: .625em;
  padding: .9375em 2.1875em;
  transition: background-color .2s;
}

.hero-button:hover {
  background-color: #054994;
}

.hero-button.white {
  color: #054e9e;
  background-color: #0000;
}

.hero-button.white:hover {
  background-color: #ededed;
}

.hide {
  border-style: none;
  width: 0;
  height: 0;
  margin-left: 0;
  display: none;
}

.hide.w--redirected-checked {
  border-style: none;
  width: 0;
  height: 0;
}

.error-message {
  background-color: var(--colors--kt-hellblau);
  color: var(--colors--fdfdfd);
  margin-top: 1.5em;
  padding: 1em 1.5em;
}

.msf-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.padding-45 {
  width: 100%;
  height: 2.8125em;
}

.field__input-alt {
  margin-bottom: 0;
  transition: padding-top .2s, border-color .2s;
}

.field__input-alt.select {
  border-style: none;
  border-radius: 0;
  padding: .7625em 1.5625em;
}

.form-nav-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity;
  display: flex;
}

.msf-hidden {
  display: none;
}

.c-msf-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

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

.fs-slider_arrow-right {
  background-color: #b9b9b9;
}

.fs-slider_arrow-left {
  background-color: #999;
}

.c-slider {
  background-color: #0000;
  height: auto;
}

.fs-slider_slide {
  padding-left: 5rem;
  padding-right: 5rem;
}

.c-checkbox__w-input {
  float: none;
  border: .125em solid var(--colors--fdfdfd);
  background-color: var(--colors--fdfdfd);
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .2s;
  position: absolute;
  inset: 0%;
}

.c-checkbox__w-input.w--redirected-checked {
  background-color: var(--colors--kt-hellblau);
  background-image: none;
  border-width: 1px;
}

.c-checkbox__w-input.w--redirected-focus {
  border-color: var(--colors--kt-hellblau);
  box-shadow: none;
}

.c-checkbox__value-input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.c-checkbox__icon {
  width: 3.5em;
  height: 3.5em;
  margin-right: 1em;
}

.c-checkbox {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.c-checkbox__title {
  color: var(--colors--textfarbe);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.c-hidden {
  display: none;
}

.field__label {
  z-index: 0;
  opacity: 0;
  color: var(--colors--ededed);
  text-transform: none;
  cursor: default;
  margin-bottom: 0;
  font-size: .625em;
  font-weight: 400;
  line-height: 1.4;
  transition: transform .2s, opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 1em);
}

.field__label.color-blue {
  color: var(--colors--kt-dunkelblau);
}

.field__input {
  color: var(--colors--fdfdfd);
  background-color: #0000;
  border: 1px #ededed;
  border-bottom: .1em solid #ededed;
  height: 100%;
  min-height: 3.5em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.125em;
  transition: padding-top .2s;
}

.field__input:focus {
  border-style: none none solid;
  border-color: #054e9e #054e9e var(--colors--kt-hellblau);
}

.field__input::placeholder {
  color: #ededede6;
  font-size: 1em;
}

.field__input.field__input--textarea {
  width: 100%;
  height: 100%;
  min-height: 6em;
  padding-top: .5em;
  padding-bottom: 0;
  padding-right: 0;
}

.field__input.field__input--textarea:focus {
  outline-offset: 0px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  outline: 3px #555;
}

.field__input.color-blue {
  border-bottom-width: var(--page-border);
  border-bottom-color: var(--colors--kt-dunkelblau);
  color: var(--colors--kt-dunkelblau);
  border-radius: 0;
}

.field__input.color-blue:focus {
  border-bottom-color: var(--colors--kt-hellblau);
}

.field__input.color-blue::placeholder {
  color: #838485;
}

.c-not-qualified {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 1.5em;
  display: flex;
}

.copy-and-rebind-cms, .slide-without-cms-bindings, .copy-this {
  display: none;
}

.button {
  border: .125em solid var(--colors--kt-hellblau);
  background-color: var(--colors--kt-hellblau);
  text-transform: uppercase;
  padding: 1em 2em;
  font-weight: 700;
  line-height: 1;
  transition: border-color .2s, background-color .2s;
}

.button:hover {
  border-color: var(--colors--kt-hellblau-hover);
  background-color: var(--colors--kt-hellblau-hover);
}

.button.button-secondary {
  border-color: var(--colors--fdfdfd);
  color: var(--colors--fdfdfd);
  word-break: normal;
  background-color: #0000;
}

.button.button-secondary:hover {
  border-color: var(--colors--kt-hellblau-hover);
  background-color: var(--colors--fdfdfd);
  color: var(--colors--kt-hellblau-hover);
}

.button.mobile-nav-button {
  display: none;
}

.page-line {
  z-index: 100;
  width: var(--page-border);
  background-color: var(--colors--kt-dunkelblau);
  pointer-events: none;
  color: var(--colors--kt-dunkelblau);
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 2em;
}

.page-line.right {
  left: auto;
  right: 2em;
}

.page-line.bottom {
  width: 100%;
  height: .0625em;
  inset: auto 0% 0%;
}

.page-line.bottom.background-color-grey {
  background-color: var(--colors--fdfdfd);
}

.page-line.background-color-grey {
  background-color: var(--colors--ededed);
}

.page-lines-wrap {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  max-width: 88.125em;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
}

.page-lines-wrap.in-section {
  z-index: 4;
  height: 100%;
  position: absolute;
}

.grid {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  grid-template-rows: auto;
  width: 100%;
  display: grid;
}

.grid._3x7 {
  grid-template-columns: 3fr 7fr;
  position: relative;
}

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

.grid._3x2 {
  grid-template-columns: 3fr 2fr;
}

.grid._4-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto;
}

.grid._4-col-product-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2.75em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.color-white {
  color: var(--colors--fdfdfd);
}

.northwell {
  color: var(--colors--kt-hellblau);
  text-transform: none;
  font-family: Northwell KT, sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: -.7em;
  right: 0;
}

.heading-wrap {
  margin-bottom: 3.75em;
  padding-right: 1.5em;
  position: relative;
}

.text-20 {
  font-size: 1.25em;
}

.padding-24 {
  width: 1.5em;
  height: 1.5em;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  max-width: calc(50dvw - 1.625em);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.play-icon {
  border: .0625em solid var(--colors--fdfdfd);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fdfdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.25em;
  height: 3.25em;
  display: flex;
  position: absolute;
  inset: auto auto 2em 2em;
}

.play-icon-svg {
  width: 1em;
  height: 1em;
}

.marquee {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: stretch;
  width: 100dvw;
  margin-left: -6em;
  display: flex;
}

.marquee-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bildergalerie-marquee-item {
  width: 23.25em;
  height: 18.125em;
  position: relative;
}

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

.absolute-image.z-index-5 {
  z-index: 5;
  width: calc(100% - 3.25em);
  height: calc(100% - 3.25em);
  top: 1.625em;
  left: 1.625em;
}

.padding-16 {
  width: 1em;
  height: 1em;
}

.text-24 {
  font-size: 1.4em;
}

.benefit-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3.25em;
  transition: background-color .6s;
  display: flex;
}

.benefit-item:hover {
  background-image: linear-gradient(135deg, var(--colors--kt-hellblau), var(--colors--kt-dunkelblau));
}

.benefit-heading {
  color: var(--colors--kt-dunkelblau);
  text-transform: uppercase;
  font-size: 1.5em;
}

.padding-32 {
  width: 2em;
  height: 2em;
}

.benefit-number {
  color: var(--colors--kt-hellblau);
  font-size: 6.125em;
  font-weight: 900;
  line-height: .9;
}

.navbar {
  color: var(--colors--fdfdfd);
  background-color: #0000;
}

.nav-link {
  color: var(--colors--fdfdfd);
  text-transform: uppercase;
  padding: 1em .8125em;
  text-decoration: none;
}

.nav-link:hover {
  -webkit-text-decoration: underline #00b1eb;
  text-decoration: underline #00b1eb;
}

.nav-link.no-padding {
  padding: 0;
}

.brand {
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 8.82375em;
  height: 4.5em;
  margin-right: 1em;
  display: flex;
}

.nav-menu {
  display: flex;
}

.door-open-ci-element {
  z-index: 0;
  aspect-ratio: 1;
  border: var(--page-border) solid var(--colors--kt-hellblau);
  border-bottom-left-radius: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: -.1em -.1em 0% auto;
}

.door-open-ci-element.testimonial {
  border-top-right-radius: 100%;
  border-bottom-left-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  inset: 0% auto 0% .01em;
}

.door-open-ci-element.on-stellenangebot {
  z-index: 1;
}

.testimonial-image-wrap {
  width: 28.5em;
  height: 35.625em;
  position: relative;
}

.testimonial-content {
  flex-flow: column;
  padding-top: 3.25em;
  padding-bottom: 3.25em;
  display: flex;
}

.swiper-nav-icon {
  width: 1em;
  height: 1em;
}

.stellenangebot-item {
  border-bottom: var(--page-border) solid var(--colors--kt-hellblau);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: relative;
}

.stellenangebot-item.blue-variant {
  color: var(--colors--kt-dunkelblau);
}

.stellenangebot-item.blue-variant.fake-link {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.stellenangebot-item-heading {
  color: var(--colors--fdfdfd);
  font-weight: 300;
}

.stellenangebot-item-heading.color-blue {
  color: var(--colors--kt-dunkelblau);
  font-weight: 400;
}

.stellenangebot-untertitel {
  color: var(--colors--ededed);
  font-weight: 300;
  display: inline-flex;
}

.stellenangebot-untertitel.color-blue {
  color: var(--colors--kt-dunkelblau);
}

.stellenangebot-item-arrow {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.stellenangebot-item-wrap {
  padding-right: 5.5em;
}

.faq-wrapper {
  border-bottom: var(--page-border) solid var(--colors--kt-hellblau);
  cursor: pointer;
  background-color: #0000;
  align-self: stretch;
  margin-bottom: .5em;
  padding: 0 0 .5em;
}

.faq-question {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85em;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
  display: grid;
}

.faq-button {
  align-items: center;
  width: .85em;
  height: .85em;
  display: flex;
  position: relative;
}

.horizontal {
  background-color: #333;
  width: .85em;
  height: 2px;
}

.vertical {
  background-color: #333;
  width: .85em;
  height: 2px;
  position: absolute;
  inset: auto 0%;
  transform: rotate(90deg);
}

.faq-answer {
  overflow: hidden;
}

.inline-block {
  flex-flow: wrap;
  display: flex;
}

.faq-heading {
  color: var(--colors--kt-dunkelblau);
  font-size: 1.5em;
  font-weight: 300;
}

.padding-12 {
  width: .75em;
  height: .75em;
}

.social-icon-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.social-icon {
  border: 1px solid var(--colors--fdfdfd);
  object-fit: contain;
  border-radius: .75em;
  width: 3em;
  height: 3em;
  padding: .5em;
}

.skripte {
  display: none;
}

.hero-background-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--colors--kt-dunkelblau), #00315dcc);
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.blue-background {
  background-color: var(--colors--kt-dunkelblau);
}

.product-table {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-table.is-sticky {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  position: sticky;
  top: 7.625em;
}

.product-table-item {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  text-transform: uppercase;
  border-bottom: .03125em solid silver;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  padding-bottom: .35em;
  display: grid;
}

.product-table-item.gap-64 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom-width: var(--page-border);
  border-bottom-color: var(--colors--kt-hellblau);
}

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

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

.karriere-rich-text h4, .karriere-rich-text h2 {
  margin-bottom: 16px;
}

.karriere-rich-text li {
  margin-bottom: .888889em;
  padding-left: .625em;
  list-style-type: none;
  position: relative;
}

.karriere-rich-text h3 {
  margin-bottom: 16px;
}

.karriere-rich-text ul {
  padding-left: 0;
}

.karriere-rich-text h6, .karriere-rich-text h1, .karriere-rich-text h5 {
  margin-bottom: 16px;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.scroll-anchor {
  z-index: -10;
  pointer-events: none;
  height: 0;
  position: relative;
  top: -6em;
}

.footer {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: auto;
}

.padding-48 {
  width: 2.875em;
  height: 2.875em;
  padding-right: 0;
}

.rich-text h2 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.rich-text h6 {
  margin-top: 1.33333em;
  margin-bottom: .888889em;
}

.rich-text h3 {
  margin-top: .888889em;
  margin-bottom: .666667em;
}

.rich-text h1 {
  margin-top: .941177em;
  margin-bottom: .352941em;
}

.rich-text figure {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  margin-bottom: 3em;
  display: inline-block;
}

.rich-text p {
  margin-top: .888889em;
  margin-bottom: .444444em;
}

.rich-text h5 {
  margin-top: 1.33333em;
  margin-bottom: .888889em;
}

.rich-text img {
  display: block;
}

.rich-text h4 {
  margin-top: .923077em;
  margin-bottom: .615385em;
}

.info-button {
  background-color: var(--colors--kt-hellblau);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.info-button:hover {
  background-color: var(--colors--kt-hellblau-hover);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #f7f7f799;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .625em;
  font-size: 1em;
  font-weight: 600;
}

.overflow-scroll {
  height: 100%;
  overflow: scroll;
}

.info-heading {
  overflow-wrap: normal;
  font-weight: 500;
}

.padding-15-2 {
  width: 100%;
  height: .9375em;
}

.fs-cc-banner2_text {
  font-size: .85em;
}

.fs-cc-banner2_component {
  z-index: 1002;
  background-color: var(--colors--kt-dunkelblau);
  color: #fdfdfd;
  width: 60vw;
  min-width: 790px;
  max-width: 50em;
  padding: 1.77778em;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 1.77778em #3336;
}

.flex-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-4.flex-horizontal-24 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.flex-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #e31e24;
  border: .125em solid #0000;
  padding: .75em 2em;
  font-size: 1em;
  font-weight: 500;
}

.button-2:hover {
  background-color: #c91b20;
}

.button-2:active {
  transform: scale(.95);
}

.button-2.light {
  background-color: #fff0;
  border: .125em solid #fdfdfd;
}

.button-2.light:hover {
  color: #2b2a29;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.info-wrapper {
  z-index: 10;
  background-color: var(--colors--kt-dunkelblau);
  width: 90%;
  height: 100%;
  padding: 3.575em 1.5625em 2.8125em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 40px 10px #30384166;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: var(--page-border);
  border-color: var(--colors--kt-hellblau);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--colors--kt-hellblau-hover);
  background-color: var(--colors--kt-hellblau-hover);
  background-size: auto;
}

.padding-25-2 {
  flex: none;
  width: 100%;
  height: 1.5625em;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

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

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

.color-white-2.info-text {
  z-index: 3;
  margin-top: .125em;
  font-size: .85em;
  font-weight: 500;
  line-height: 0;
}

.fs-cc-prefs2_content {
  background-color: var(--colors--kt-dunkelblau);
  color: #fdfdfd;
  height: 100%;
  padding: 2.8125em 1.875em;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs2_buttons-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1em;
  padding-bottom: 1em;
}

.fs-cc-prefs2_close {
  z-index: 1;
  background-color: var(--colors--kt-hellblau);
  color: #fff;
  cursor: pointer;
  padding: .666667em;
  font-size: 20px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_close:hover {
  background-color: var(--colors--kt-hellblau-hover);
}

.fs-cc-prefs2_close.info-close {
  padding: .325em;
  inset: 0% auto auto 0%;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_component {
  z-index: 1004;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2em;
  display: none;
  position: fixed;
  inset: 0%;
}

.white-link {
  word-break: normal;
}

.white-link:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}

.padding-25-3 {
  width: 100%;
  height: 1.5625em;
  display: block;
}

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

.grid-3.cookie-info-grid {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-columns: min-content 1fr;
  font-size: .85em;
}

.fs-cc-prefs2_title {
  text-align: center;
  text-transform: none;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.2em;
}

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

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 40em;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

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

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

.logo-image {
  width: 8.82375em;
}

.logo-image.bestellseite {
  width: auto;
  height: 5.5em;
}

.infopaket-fixed-form {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #edededcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.infopaket-form {
  margin-bottom: 0;
  overflow: hidden;
}

.color-blue {
  color: var(--colors--kt-dunkelblau);
}

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

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

.absolute-gradient-top {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--colors--kt-dunkelblau), #00315d00);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: 0%;
}

.no-break {
  word-break: keep-all;
}

.galerie-grid-lightbox-item {
  aspect-ratio: 1;
  background-color: var(--colors--ededed);
  width: 100%;
  height: 100%;
  transition-property: none;
  overflow: clip;
}

.galerie-grid-lightbox-image {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}

.galerie-grid-lightbox-image:hover {
  transform: scale3d(1.05none, 1.05none, 1none);
}

.gallery-model-name {
  z-index: 5;
  position: absolute;
  inset: auto auto 1.5em 2em;
}

.text-shadow {
  text-shadow: 0 0 .6em #0006;
}

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

.wrap {
  background-color: var(--colors--kt-hellblau-hover);
  display: flex;
}

.dummy {
  width: 20em;
  height: 20em;
}

.gallery-slide-item {
  aspect-ratio: 3 / 2;
  width: 100%;
  min-width: 10em;
  height: 100%;
  position: relative;
}

.sparen-button {
  width: 10em;
  height: 10em;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(5em, -50%);
}

.max-w-80 {
  max-width: 53.125em;
}

.padding-72 {
  width: 4.5em;
  height: 4.5em;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 1.25em;
  font-weight: 300;
}

.absolute-gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(#00315d12, #00315db3);
  position: absolute;
  inset: 0%;
}

.product-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.product-item-image {
  background-color: var(--colors--ededed);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 126.429%;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: scale-down;
  width: calc(100% - 3em);
  height: calc(100% - 3em);
  margin: auto;
  position: absolute;
  inset: 0%;
}

.product-item-name {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

.padding-8 {
  width: .5em;
  height: .5em;
}

.product-item-description {
  color: #a3a3a0;
  line-height: 1.1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-link-button {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.static-load-more {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.61453vw;
  }

  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.no-inner-padding, .section.fullwidth-inside {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fullwidth-inside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-video {
    flex-direction: column;
    align-items: stretch;
  }

  .c-video__iframe {
    flex: 0 auto;
    align-self: stretch;
  }

  .padding-x-20 {
    flex: none;
  }

  .formular {
    max-width: 100%;
  }

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

  .page-line.bottom {
    inset: auto 0% 0%;
  }

  .page-lines-wrap {
    display: none;
  }

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

  .marquee {
    margin-left: -5vw;
  }

  .benefit-item {
    padding: 5vw;
  }

  .product-table.is-sticky {
    min-width: 50%;
  }

  .fs-cc-banner2_text {
    font-size: 1em;
  }

  .fs-cc-banner2_component {
    width: 65vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-height: 100svh;
    font-size: 14px;
    display: flex;
  }

  h1 {
    font-size: 3.25em;
  }

  h3 {
    font-size: 2.15em;
  }

  .section.position-relative.less-top-padding-4-5 {
    height: 100svh;
  }

  .c-video, .c-map {
    font-size: 14px;
  }

  .swiper-slide.testimonial-slide {
    grid-template-columns: 28.5em;
  }

  .form-grid {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-columns: 1fr;
  }

  .form-grid._2col {
    grid-template-columns: 1fr;
  }

  .flex.horizontal.column-gap-25 {
    grid-row-gap: .625em;
  }

  .flex.padding-top-bottom {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .flex.sticky {
    position: static;
  }

  .flex.color-white.margin-right {
    margin-right: 5em;
  }

  .hero-button {
    padding: .85em 1.5625em;
  }

  .formular {
    max-width: 100%;
  }

  .padding-45 {
    display: block;
  }

  .field__input-alt.select {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .field__label {
    font-size: .7rem;
    left: 1rem;
  }

  .field__input {
    min-height: 4em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16px;
  }

  .c-not-qualified {
    text-align: center;
  }

  .button.hide-on-mobile {
    display: none;
  }

  .button.mobile-nav-button {
    display: block;
  }

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

  .grid.hero-video-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: 1fr 100vw;
  }

  .grid._3x7 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
    position: static;
  }

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

  .grid._3x2 {
    grid-template-columns: 3fr;
  }

  .grid._4-col-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(12.5em, auto));
  }

  .hero-video {
    width: 100dvw;
    max-width: none;
    height: 100%;
    position: absolute;
    left: -5vw;
    overflow: hidden;
  }

  .hero-video.overlay-wrap {
    position: absolute;
    inset: 0% 0% 0% -5vw;
  }

  .bildergalerie-marquee-item {
    width: 20.6667em;
    height: 16.1111em;
  }

  .absolute-image.z-index-5 {
    object-position: 50% 0%;
  }

  .position-relative-mobile {
    position: relative;
  }

  .benefit-item:hover {
    background-image: none;
  }

  .nav-link {
    padding-left: 0;
    font-size: 1.15em;
  }

  .nav-menu {
    border-bottom: var(--page-border) solid var(--colors--fdfdfd);
    background-color: var(--colors--kt-dunkelblau);
  }

  .menu-button {
    border: var(--page-border) solid var(--colors--ededed);
    background-color: #0000;
    border-radius: .5em;
    padding: .5em;
    transition: all .2s;
  }

  .menu-button.w--open {
    border-color: var(--colors--kt-hellblau);
    background-color: var(--colors--kt-hellblau);
  }

  .testimonial-image-wrap {
    height: 28.5em;
  }

  .testimonial-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stellenangebot-item:hover {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .stellenangebot-untertitel {
    line-height: 1.6;
  }

  .stellenangebot-item-wrap {
    padding-right: 2em;
  }

  .hero-background-overlay {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--colors--kt-dunkelblau), #00315dcc);
  }

  .product-table.is-sticky {
    min-width: auto;
  }

  .padding-48.mobile-padding-24 {
    width: 1.5em;
    height: 1.5em;
  }

  .overflow-scroll {
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: scroll;
  }

  .fs-cc-banner2_component {
    width: 80vw;
  }

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

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

  .grid-3.cookie-info-grid {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs2_title {
    font-size: 1.5em;
  }

  .absolute-gradient-top {
    height: 60%;
  }

  .gallery-slide-item {
    aspect-ratio: 1;
  }

  .sparen-button {
    width: 8em;
    height: 8em;
    inset: 0% 0% auto auto;
    transform: translate(2.5vw, -3em);
  }
}

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

  h1 {
    font-size: 2.8em;
  }

  .section.position-relative.less-top-padding-4-5 {
    padding-top: 3em;
  }

  .c-video, .c-map {
    font-size: 12px;
  }

  .swiper-slide {
    width: 26em;
    min-width: auto;
    height: 30em;
  }

  .swiper-slide.testimonial-slide {
    grid-template-columns: 1fr;
    height: auto;
  }

  .flex {
    flex-direction: column;
  }

  .flex.horizontal.column-gap-25 {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    display: flex;
  }

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

  .button.smaller-on-mobile {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }

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

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

  .benefit-item {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .brand {
    width: 8em;
    height: 4em;
    padding-left: 0;
  }

  .door-open-ci-element {
    width: 100%;
    max-width: none;
  }

  .testimonial-image-wrap {
    max-width: 90dvw;
    max-height: 112.484dvw;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    border-top-right-radius: .833333em;
    border-bottom-left-radius: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 2.3125em 5vw;
  }

  .flex-4 {
    flex-flow: column wrap;
  }

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

  .fs-cc-prefs2_close {
    padding: 8px;
  }

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

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .absolute-gradient-top {
    height: 80%;
  }
}

#w-node-_4204f365-2289-15bd-98ec-50745b627de9-5b627ddc, #w-node-_4204f365-2289-15bd-98ec-50745b627df4-5b627ddc, #w-node-_4204f365-2289-15bd-98ec-50745b627dff-5b627ddc {
  align-self: center;
}

#w-node-_257aafe5-9fc5-ab0a-42d3-874fa507d910-3c298874, #w-node-_257aafe5-9fc5-ab0a-42d3-874fa507d914-3c298874, #w-node-_257aafe5-9fc5-ab0a-42d3-874fa507d933-3c298874, #w-node-_257aafe5-9fc5-ab0a-42d3-874fa507d935-3c298874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517369bd-1c94-d22a-4d2b-f94701b510f9-2155a1dd {
  align-self: start;
}

#w-node-_517369bd-1c94-d22a-4d2b-f94701b510fa-2155a1dd, #w-node-_97957601-34b9-e4d7-bdde-a7e185f5ee4e-2155a1dd, #w-node-_517369bd-1c94-d22a-4d2b-f94701b510ff-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4809-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4810-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4817-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b481e-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4826-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b482d-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4834-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b483b-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4843-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4847-2155a1dd, #Email-4.w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484a-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484b-2155a1dd, #Telefon-6.w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484e-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484f-2155a1dd, #Stra-e-und-Hausnummer.w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4852-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4853-2155a1dd, #Postleitzahl-4.w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4858-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4859-2155a1dd, #Ort-4.w-node-e67d661a-2697-9df8-8e7c-04ec0e5b485c-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b485d-2155a1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e67d661a-2697-9df8-8e7c-04ec0e5b486c-2155a1dd {
  justify-self: end;
}

#w-node-e67d661a-2697-9df8-8e7c-04ec0e5b486e-2155a1dd {
  justify-self: start;
}

#w-node-e3746e28-e60f-df83-1bdc-c4eb5801f928-ded4dea5, #w-node-e9edb425-4c04-9022-2eae-8d4d2f1d3269-ded4dea5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e2f5a73-6e95-1b81-d385-2a26e1238ce3-5d075cbe, #w-node-_80e69da5-8213-a33c-6a67-c991534066f5-5d075cbe, #w-node-df38e3b7-8c29-e4de-07e4-1c42fec940c8-5d075cbe, #w-node-_3647b473-75af-86a1-4c6d-db60c698db46-5d075cbe, #w-node-d3e2da44-8b9f-9fd6-ccd0-3a427031e9e6-5d075cbe, #w-node-_935bc6f6-3763-bf20-a57d-c7fc4833a81b-5d075cbe, #w-node-ccf8fae4-c1e7-9836-2f17-6313cc1ef394-5d075cbe, #w-node-_1d78d1c3-0d50-04b4-8bda-88ead455aa6d-5d075cbe {
  place-self: center;
}

#w-node-_1630e328-2c6c-b5b6-4bee-00ab4129a65e-5d075cbe, #w-node-c42ee436-d3fe-9c63-689a-abbd68308e39-5d075cbe, #w-node-e04acf15-e41b-1cbc-11f2-392531a72c9a-5d075cbe, #w-node-_60d4468b-f534-84f9-283f-b6df54f2f15d-5d075cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b75b03eb-cf10-687b-25b7-3776fb5e17c0-5d075cbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_517369bd-1c94-d22a-4d2b-f94701b510f9-2155a1dd {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ae6a823-5039-5fa5-5357-d313cda5b9ce-5230dafc {
    align-self: stretch;
  }

  #w-node-_517369bd-1c94-d22a-4d2b-f94701b510f9-2155a1dd {
    justify-self: stretch;
  }

  #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b486c-2155a1dd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b486e-2155a1dd {
    justify-self: center;
  }

  #w-node-e3746e28-e60f-df83-1bdc-c4eb5801f928-ded4dea5, #w-node-e9edb425-4c04-9022-2eae-8d4d2f1d3269-ded4dea5, #w-node-b75b03eb-cf10-687b-25b7-3776fb5e17c0-5d075cbe {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4843-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4847-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484b-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b484f-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4853-2155a1dd, #w-node-e67d661a-2697-9df8-8e7c-04ec0e5b4859-2155a1dd, #w-node-_1630e328-2c6c-b5b6-4bee-00ab4129a65e-5d075cbe, #w-node-c42ee436-d3fe-9c63-689a-abbd68308e39-5d075cbe, #w-node-e04acf15-e41b-1cbc-11f2-392531a72c9a-5d075cbe, #w-node-_60d4468b-f534-84f9-283f-b6df54f2f15d-5d075cbe {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Italic.woff2') format('woff2'), url('../fonts/Mundial-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-BoldItalic.woff2') format('woff2'), url('../fonts/Mundial-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Bold.woff2') format('woff2'), url('../fonts/Mundial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Regular.woff2') format('woff2'), url('../fonts/Mundial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-BlackItalic.woff2') format('woff2'), url('../fonts/Mundial-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-DemiBold.woff2') format('woff2'), url('../fonts/Mundial-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Light.woff2') format('woff2'), url('../fonts/Mundial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Black.woff2') format('woff2'), url('../fonts/Mundial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-ThinItalic.woff2') format('woff2'), url('../fonts/Mundial-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-DemiBoldItalic.woff2') format('woff2'), url('../fonts/Mundial-DemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-Thin.woff2') format('woff2'), url('../fonts/Mundial-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Mundial-LightItalic.woff2') format('woff2'), url('../fonts/Mundial-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Northwell KT';
  src: url('../fonts/Northwell-KT.woff2') format('woff2'), url('../fonts/Northwell-KT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}