@font-face {
  font-family: otal;
  src: url('../fonts/lato-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-thinitalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --dunkelblau: #002f67;
  --white: white;
  --türkisblau: #c6e1ec;
  --helltürkis: #effaff;
  --dunkelgrau: #666;
  --black: black;
  --dark-overlay-color-images: #00122899;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

a {
  color: var(--dunkelblau);
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.body {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  font-family: Lato, sans-serif;
  display: block;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.home-hero {
  z-index: 25;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 0 5% 60px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.featured-project-column {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.subtitle {
  z-index: 10;
  color: var(--dunkelblau);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.subtitle.white {
  color: #fff;
}

.subtitle.wei {
  color: var(--white);
  letter-spacing: 2px;
  font-weight: 400;
}

.subtitle.wei.zentriert {
  text-align: center;
}

.subtitle.wei.links, .subtitle.links {
  text-align: left;
}

.subtitle.small {
  text-transform: lowercase;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.rotate-text {
  transform: rotate(-90deg);
}

.image-overlay {
  z-index: 1;
  background-image: linear-gradient(#002f6778, #002f6778);
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.transparent-fill {
  width: 100%;
}

.hero-button-sec {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 40px;
  display: flex;
}

.xxl-heading {
  text-transform: none;
  margin-bottom: 0;
  margin-right: 1px;
  font-size: 60px;
  line-height: 1.2em;
}

.xxl-heading.two {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2em;
}

.xxl-heading.one {
  letter-spacing: 0;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 44px;
  margin-right: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

.button-text {
  z-index: 10;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: start;
  width: 100%;
  max-width: 1400px;
  display: grid;
  position: relative;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.navbar-wrapper {
  border: 1px #f3f6fc;
  border-top-color: #f3f6fc00;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.background-cover {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.clip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--dunkelblau);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
  border-color: #e2e7f1;
}

.button.white-outline {
  background-color: var(--dunkelblau);
  border-style: none;
  border-color: #ffffffbf;
}

.button.white-outline:hover {
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
  border-color: #090b19;
}

.button.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button.hell {
  border: 1px solid var(--white);
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
}

.button.hell:hover {
  background-color: var(--white);
}

.button.hell.hide {
  display: none;
}

.button.maps {
  background-color: var(--dunkelblau);
}

.button.maps:hover {
  background-color: var(--white);
}

.button.weiss {
  background-color: var(--white);
  color: #002f67;
}

.button.nav-bar {
  text-transform: uppercase;
  padding: 13px 20px;
}

.left-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.stripe-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--türkisblau);
  border-right-color: var(--türkisblau);
  border-bottom-color: var(--türkisblau);
}

.stripe-preloader.right, .stripe-preloader.middle {
  border-right-color: var(--türkisblau);
  border-bottom-color: var(--türkisblau);
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #6e7488;
}

.mega-category-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 80px;
  display: flex;
}

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.search {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.left-navbar {
  z-index: 30;
  background-color: var(--white);
  opacity: 1;
  letter-spacing: -.03em;
  border: 1px #f3f6fc;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  min-width: 275px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--helltürkis);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.navigation-cover {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.team-social-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #666c;
  display: none;
  position: fixed;
  inset: 0%;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.brand {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 70%;
  max-height: 80%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 22px;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dunkelblau);
  width: 52px;
  height: 52px;
  padding: 8px;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.horizontal {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start start;
  width: auto;
  display: grid;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.nav-link {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: #090b19;
}

.nav-link.bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link-hover-button {
  border: 1px solid var(--dunkelblau);
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px #f3f6fc;
  border-right: 1px #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: 10px;
  padding: 20px 20px 22px;
  display: flex;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.search-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-menu {
  z-index: 25;
  background-color: var(--helltürkis);
  border: 1px #f3f6fc;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 75px;
  display: flex;
}

.section {
  padding-top: 220px;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f3f6fc;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-discovery-cover {
  z-index: 10;
  background-color: #f3f6fc;
  width: 100%;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection-item {
  border-bottom: 1px solid #e2e7f1;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid #e2e7f1;
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.background-video {
  object-fit: cover;
  flex-flow: column;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: static;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--türkisblau);
}

.subtitle-wrapper {
  font-size: 21px;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-2.no-bottom-padding {
  padding-bottom: 0;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--white);
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding: 10px 40px 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.feature-card-info {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.card-button-wrapper {
  display: flex;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  display: grid;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

.heading-gro {
  color: var(--dunkelblau);
  text-align: left;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro.hero {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0;
  font-size: 32px;
  font-weight: 400;
}

.heading-gro.wei {
  color: var(--white);
  font-size: 46px;
  line-height: 1.2em;
}

.heading-gro.wei.links {
  padding-bottom: 20px;
}

.heading-gro.links {
  text-align: left;
}

.heading-gro.hero-stellen {
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.heading-gro.weiss {
  color: var(--white);
  font-size: 50px;
}

.heading-gro.mobile-white {
  margin-bottom: 20px;
}

.card-circle {
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.icon {
  z-index: 10;
  background-color: var(--türkisblau);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.heading-klein {
  z-index: 10;
  color: var(--dunkelblau);
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-klein.weniger-abstand {
  color: var(--dunkelblau);
  margin-top: -20px;
}

.heading-klein.grau {
  color: var(--dunkelgrau);
  text-align: center;
}

.heading-klein._2 {
  margin-top: 0;
  font-size: 30px;
}

.heading-klein.wei {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-klein._643 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
}

.services-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px #f3f6fc;
  border-left: 1px #f3f6fc;
  border-right: 1px #f3f6fc;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: none;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.navigation {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.navigation.clip {
  z-index: 25;
  background-color: var(--helltürkis);
  flex-flow: row;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: auto;
}

.number {
  color: var(--white);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.text {
  color: var(--dunkelblau);
  max-width: 900px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
}

.text.k-rzer {
  color: var(--white);
  text-align: center;
  width: 80%;
}

.text.k-rzer.zentriert {
  text-align: center;
}

.text.k-rzer.zentriert.dunkel {
  color: var(--dunkelblau);
  width: 100%;
  font-size: 20px;
}

.text.wei {
  color: var(--white);
  max-width: 790px;
}

.text.wei.k-rzer {
  width: 85%;
  font-size: 20px;
  line-height: 1.7em;
}

.text.wei.k-rzer.links {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
}

.text.wei.k-rzer.rechts {
  text-align: right;
  letter-spacing: 0;
  width: 100%;
}

.text.zentriert {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

.text._70 {
  width: 70%;
}

.text.black {
  color: var(--black);
}

.text.black.mobile-white {
  font-size: 18px;
}

.wrapper-content {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.wrapper-content.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper-content.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.wir-stellen-uns-vor {
  z-index: 110;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: -100px;
}

.background-video-2 {
  background-image: linear-gradient(#002f67b3, #002f67b3);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 120px 5% 40px;
  display: none;
}

.vorstellung-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 1400px;
  display: block;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  align-items: center;
  height: 550px;
  display: none;
}

.color-block {
  background-image: linear-gradient(180deg, var(--white), var(--helltürkis) 63%);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px 30px 30px;
  display: flex;
}

.color-block.alt-1 {
  background-image: linear-gradient(#fbc2eb, #a6c1ee);
}

.color-block.alt-2 {
  background-image: linear-gradient(#43e97b, #38f9d7);
}

.review-button {
  color: #fee140;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .5s;
}

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

.review-button.alt {
  color: #a6c1ee;
}

.review-button.alt-2 {
  color: #38f9d7;
}

.slider-nav {
  display: none;
  inset: auto 0% 0%;
}

.quotes {
  color: #fee140;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 99px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -21% 8% auto auto;
}

.quotes.alt-1 {
  color: #a6c1ee;
}

.quotes.alt-2 {
  color: #38f9d7;
}

.wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-photo.photo-3 {
  background-image: url('../images/chelsea-ferenando-201352-unsplash-1_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-photo.photo-1 {
  background-image: url('../images/pexels-thisisengineering-3861954_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-photo.photo-2 {
  background-image: url('../images/linkedin-sales-solutions-mis5fyji7q0-unsplash_1.webp');
  background-position: 15%;
  background-size: cover;
}

.right-arrow {
  color: #fee140;
  inset: 0% 0% 0% auto;
}

.review-logo {
  opacity: .5;
  height: 32px;
  margin-top: 20px;
}

.content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 11px #0003;
}

.left-arrow {
  color: #fee140;
  inset: 0% auto 0% 0%;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.testimonial {
  z-index: 25;
  background-color: var(--türkisblau);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 300px;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

.testimonial.hidden {
  display: none;
}

.mask {
  width: 80%;
}

.zitat {
  color: var(--dunkelgrau);
  font-size: 18px;
  line-height: 1.4em;
}

.image {
  width: 100px;
  position: absolute;
  inset: -30% 10% auto auto;
}

.image._2 {
  top: -27%;
  right: 23%;
}

.icon-2, .icon-3 {
  color: var(--dunkelgrau);
}

.content-testimonial {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.name {
  color: var(--dunkelblau);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 42px;
  line-height: 1.15em;
}

.name.hero {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 400;
}

.name.wei {
  color: var(--white);
  padding-bottom: 40px;
  line-height: 1.2em;
}

.name.links {
  color: var(--dunkelgrau);
  text-align: left;
  font-weight: 400;
}

.name-titel {
  z-index: 10;
  color: var(--dunkelblau);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.name-titel.weniger-abstand {
  color: var(--dunkelgrau);
  margin-top: -20px;
}

.ber-uns2 {
  z-index: 25;
  background-image: linear-gradient(#002f6780, #002f6780), url('../images/screenshot-2024-04-10-114211_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
  position: relative;
  top: auto;
}

.content-bersicht-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: none;
}

.element-bersicht {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 7px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 31px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.element-bersicht:hover {
  border-color: var(--white);
  background-color: #c6e1ec4d;
}

.heading-bersicht {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-bersicht.dunkel {
  color: var(--dunkelblau);
}

.heading-bersicht.dunkel.mittig {
  text-align: center;
  margin-bottom: 0;
}

.heading-bersicht.dunkel.bold {
  font-weight: 700;
}

.heading-bersicht.dunkel.stellenbe {
  margin-bottom: 20px;
}

.image-2 {
  width: 40px;
}

.div-block {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-3 {
  z-index: 20;
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  position: relative;
}

.div-block-2 {
  z-index: 25;
  background-color: #002f67b3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: absolute;
}

.div-block-3 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.bg-shadow.anima-1 {
  box-shadow: 7px 7px 20px #12121212;
}

.step {
  z-index: 2;
  background-color: #ffffff54;
  align-items: center;
  max-width: none;
  padding: 12%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.content-wrap-2.anima-2 {
  border-radius: 10px;
  justify-content: flex-start;
}

.content-wrap-2.anima-1 {
  border-radius: 10px;
  justify-content: flex-start;
  overflow: hidden;
}

.content-wrap-2.anima-3 {
  border-radius: 10px;
  justify-content: flex-start;
}

.scroll-container {
  background-image: linear-gradient(#c6e1ecb3, #c6e1ecb3), url('../images/screenshot-2024-04-10-114022_1.webp');
  background-position: 0 0, 100% 80%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-base {
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 6px;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-right: 0;
  display: flex;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.dot.s--2, .dot.s--3 {
  z-index: 2000;
}

.dot.s--1 {
  z-index: 1000;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.step-content-block {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  text-align: left;
  align-self: center;
  max-width: 600px;
  position: relative;
}

.clone-section {
  z-index: 20;
  background-color: var(--helltürkis);
  margin-bottom: 50vh;
  position: relative;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2, .scroll-animate.s-3 {
  background-color: var(--dunkelblau);
  background-color: #002f67;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.trigger._1 {
  height: 99%;
  top: 15%;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.dot-block {
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.info-scroll-background {
  width: 100%;
  height: 100%;
  position: sticky;
  bottom: 0;
}

.image-172 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.info-scroll-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-feature {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff0f;
  background-image: linear-gradient(#aec7ffab, #aec7ffab);
  border-radius: 11px;
  padding: 53px;
  overflow: hidden;
}

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

._60-containr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: block;
}

._60-containr._100-h {
  width: 100%;
  height: 100%;
}

.feature-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.mw-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.mw-container.grap40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-regular.text-color-white {
  color: #fff;
  font-size: 22px;
}

.overlay-2 {
  width: 100%;
  height: 100%;
}

.overlay-2.dark-overlay {
  opacity: 1;
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6268_cmyk_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.overlay-2.leiistung {
  background-image: linear-gradient(90deg, #fff 1%, #ffffff1a 71%), url('../images/screenshot-2024-04-10-114022_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.overlay-2.uberuns {
  background-image: linear-gradient(90deg, #002f67b3, #fff0 80%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.scroll-image {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6150_cmyk_1.webp');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.page-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.feature-content {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-column {
  grid-column-gap: 53rem;
  grid-row-gap: 53rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  margin-top: 51vh;
  margin-bottom: -25vh;
  padding-bottom: 70px;
  display: grid;
}

.feature-column.right-feature-column {
  margin-top: 115vh;
  margin-bottom: 0;
}

.background-video-3 {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.bewerbungsprozess {
  z-index: 25;
  background-color: var(--white);
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.heading-prozess {
  color: #002f67;
  text-transform: none;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.lottie-animation, .lottie-animation-2 {
  width: 450px;
}

.zahl {
  z-index: 10;
  color: var(--dunkelblau);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.zahl.white {
  color: #fff;
}

.zahl.wei {
  color: var(--white);
}

.lottie-animation-3 {
  width: 450px;
}

.benefits {
  z-index: 25;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  background-image: url('../images/screenshot-2024-04-10-114022_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.grid-benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-11 {
  z-index: -1;
  object-fit: cover;
  width: 99.5%;
  height: 98%;
  position: absolute;
  inset: auto;
}

.image-11.karriere {
  object-position: 62% 50%;
  width: 99.5%;
}

.image-11.yoga {
  object-position: 50% 50%;
  width: 100%;
  height: 60%;
}

.image-11.arbeitsumfeld {
  object-position: 50% 30%;
}

.image-11._1 {
  border-right: 1px none var(--dunkelblau);
  border-bottom: 1px none var(--dunkelblau);
  border-left: 1px none var(--dunkelblau);
  object-position: 50% 70%;
  align-self: auto;
  width: 99.95%;
  height: 60%;
}

.image-11._2 {
  object-position: 100% 80%;
  width: 99.95%;
  height: 60%;
}

.image-11._3 {
  object-position: 50% 50%;
  width: 99.95%;
  height: 60%;
}

.image-11._4 {
  object-position: 50% 35%;
  width: 99.95%;
  height: 60%;
}

.image-11._5 {
  object-position: 50% 0%;
  width: 99.95%;
  height: 60%;
}

.image-11._6 {
  object-position: 50% 15%;
  width: 100%;
  height: 60%;
}

.image-11._7 {
  object-position: 50% 50%;
  width: 99.95%;
  height: 60%;
}

.image-11._8 {
  object-position: 50% 0%;
  width: 99.95%;
  height: 60%;
}

.image-11._9 {
  object-position: 0% 40%;
  width: 99.95%;
  height: 60%;
}

.image-11._10 {
  object-position: 100% 50%;
  width: 99.95%;
  height: 60%;
}

.div-block-300 {
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 15px #0003;
}

.heading-text {
  color: #0e394a;
  text-transform: none;
  margin-top: 0;
  line-height: 1.2em;
}

.heading-text.wei {
  color: #fff;
}

.heading-text.wei.mittig {
  text-align: center;
}

.grid-4 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
}

.div-block-364 {
  z-index: 5;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 25px 17px 35px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.flie-text.mittig {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-109 {
  background-color: var(--türkisblau);
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 27px 30px;
  display: flex;
  position: relative;
}

.div-block-109.mehrabstand {
  padding-top: 110px;
}

.lottie-animation-4 {
  width: 85px;
  padding-bottom: 10px;
}

.drop-down-heading {
  color: var(--dunkelblau);
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.link-block {
  color: var(--dunkelblau);
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-365 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.drop-down-text {
  color: var(--dunkelblau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.drop-down-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--dunkelblau);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 20px;
  text-decoration: none;
  display: flex;
}

.image-173 {
  width: 30px;
}

.lottie-animation-5, .lottie-animation-6, .lottie-animation-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-neu {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-neu.links {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.content-neu.rahmen {
  border-right: 1px solid var(--white);
  padding-left: 0;
  padding-right: 60px;
}

.subtitle-wrapper-2 {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper-2.clip {
  margin-bottom: 0;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 400px;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

.button-2.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.large-heading {
  line-height: 1.15em;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

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

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.category-collection-list-wrapper {
  background-color: #f3f6fc;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.button-text-3 {
  z-index: 10;
  position: relative;
}

.image-overlay-2 {
  z-index: 1;
  background-color: #002f6733;
  position: absolute;
  inset: 0%;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.image-cover {
  z-index: 20;
  background-color: var(--türkisblau);
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wrapper-3 {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.wrapper-3.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.banner-wrapper {
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-banner {
  background-image: url('../images/space002_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.projects-banner {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--dark-overlay-color-images), var(--dark-overlay-color-images)), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6190_cmyk_1.webp');
  background-image: linear-gradient(#00122899, #00122899), url('../images/screenshot-2024-04-10-114046_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  inset: 0%;
}

.standorte {
  z-index: 100;
  background-color: var(--helltürkis);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.standorte.no-bottom-padding {
  padding-bottom: 0;
}

.standorte.no-bottom-padding.clip {
  z-index: 25;
  background-color: var(--türkisblau);
  width: 100%;
  height: 100vh;
  padding: 0 0;
}

.div-block-366 {
  width: 100%;
}

.offene-stellen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.stelle-titel {
  -webkit-backdrop-filter: brightness(168%) blur(10px);
  backdrop-filter: brightness(168%) blur(10px);
  background-color: #ffffff2b;
  border-radius: 7px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  transition: background-color .225s;
  display: flex;
}

.stelle-titel:hover {
  background-color: #c6e1ec40;
}

.stelle-titel.none {
  display: none;
}

.image-174 {
  width: 40px;
}

.bildhintergrund {
  z-index: 25;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-mart-production-8165416_1.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 250px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.background-video-4 {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.section-sticky {
  z-index: 25;
  background-color: var(--türkisblau);
  height: 400vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.item-content {
  width: 80%;
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.g-shape {
  background-color: #0000;
  background-image: linear-gradient(270deg, #3f4b5f00 20%, #e0e7f0);
  border-top-left-radius: 25em;
  border-bottom-left-radius: 25em;
  width: 10em;
  height: 4em;
}

.g-shape.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, #e0e7f0);
  border-radius: 0 25em 25em 0;
}

.button-3 {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2bded3;
  border-radius: 2em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
}

.button-3:hover {
  color: #121e2b;
  background-color: #2bded3;
}

.sticky-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.container-sticky {
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.g-row {
  display: flex;
}

.sticky-item {
  background-image: linear-gradient(90deg, var(--türkisblau) 32%, #121e2b00), linear-gradient(270deg, var(--white), #0000);
  border-top-right-radius: 25em;
  border-bottom-right-radius: 25em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 80%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 10em;
  display: flex;
}

.sticky-item.is--mirror {
  margin-right: 0;
}

.small-text {
  text-transform: uppercase;
  font-size: .9em;
}

.item-title {
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}

.wrapper-tech {
  flex-flow: column;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-367 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.standort {
  z-index: 25;
  background-image: linear-gradient(#effaffbf, #effaffbf), url('../images/leonhard-niederwimmer-vmtdawqze5g-unsplash_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 120px 5vw 5vh;
  display: flex;
  position: relative;
}

.content-standort {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  position: relative;
}

.footer {
  z-index: 10000;
  background-color: var(--helltürkis);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content-footer {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.link-block-2 {
  color: var(--dunkelblau);
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  color: var(--dunkelgrau);
}

.link-block-4 {
  text-decoration: none;
}

.navbar-stellen {
  background-color: #ddd0;
  justify-content: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-links-stellen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths11-hero-slider {
  background-color: #0000;
  border-bottom: 1px solid #f1f1f166;
  border-right: 1px solid #f1f1f166;
  width: 100%;
  height: 100%;
}

.ths11-hero-slider.ths11-rotated {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #f1f1f166;
  border-left-width: 1px;
  border-left-color: #f1f1f166;
  transform: rotate(180deg);
}

.ths11-hero-slider.ths11-rotated.ths11-width-50 {
  width: 50%;
}

.ths11-hero-slider-arrow {
  display: none;
}

.ths11-hero-block {
  justify-content: space-between;
  align-items: stretch;
  height: 35vh;
  display: flex;
}

.ths11-hero-block.ths11-height-32-5vh {
  height: 32.5vh;
}

.ths11-overlay {
  z-index: 7;
  mix-blend-mode: normal;
  background-image: linear-gradient(#c6e1ec80, #c6e1ec80);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths11-hero-slider-wrapper {
  width: 100%;
  height: 100vh;
}

.ths11-hero-paragraph {
  color: #f1f1f1;
  text-align: left;
  width: 100%;
  max-width: 768px;
  margin-bottom: 70px;
  margin-left: 35px;
}

.ths11-hero-blocks-wrapper {
  width: 100%;
}

.ths11-hero-blocks-wrapper.ths11-width-14-5vw {
  width: 14.5vw;
}

.ths11-wrapper {
  z-index: 8;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths11-hero-slide-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.ths11-hero-slide-image.ths11-rotated {
  transform: rotate(180deg);
}

.ths11-hero-slider-nav {
  display: none;
}

.ths11-heading-h1 {
  color: #f1f1f1;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
}

.ths11-hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 75vh;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-368 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.hero {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 25vh;
  padding-top: 10px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.content-stellen-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.stellenbeschreibung {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 80px 5vw 100px;
  display: flex;
}

.content-stellenbeschreibung {
  border: 1px solid var(--dunkelblau);
  background-color: var(--helltürkis);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
  box-shadow: 3px 3px 10px #0003;
}

.list {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
}

.titel-stellenbschreibung {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.t-tigkeiten {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.qualifikation {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.cta {
  background-color: var(--türkisblau);
  background-image: linear-gradient(#c6e1ecb3, #c6e1ecb3), url('../images/pexels-sora-shimazaki-5673488_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 100px 5vw;
  display: flex;
}

.div-block-369 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.content-cta {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-block-370 {
  background-image: url('../images/herrmann-hien-steuerberater-regensburg_2020.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  box-shadow: 0 3px 10px #0000004d;
}

.div-block-371 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.link, .link-2 {
  color: var(--dunkelblau);
  text-decoration: none;
}

.weitere-stellen {
  background-color: var(--dunkelblau);
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 100px 5vw;
  display: flex;
}

.witere-stellen-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-block-372 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--dunkelblau);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.div-block-373 {
  border-right: 1px solid var(--white);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 40px;
  transition: background-color .2s;
  display: flex;
}

.div-block-373:hover {
  background-color: var(--dark-overlay-color-images);
  color: var(--dunkelblau);
}

.image-175 {
  width: 40px;
}

.heading-4 {
  font-size: 24px;
  font-weight: 400;
}

.whp-span {
  color: var(--türkisblau);
  text-shadow: none;
}

.text-span-5, .text-span-6 {
  color: #002f67;
}

.nav-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #353434;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #4b403c;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary._20px {
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.button-primary.yellow {
  color: #353434;
  background-color: #fc0;
}

.navbar-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-brand, .navbar-brand.w--current {
  width: 200px;
}

.nav-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.navbar-no-shadow-container {
  z-index: 2147483647;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 2vw;
  display: flex;
  position: fixed;
  top: 0;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-button-wrapper {
  margin-left: 0;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-176 {
  width: 100%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  display: flex;
}

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

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-375 {
  width: 100%;
  max-width: 1000px;
}

.div-block-376 {
  border-radius: 11px;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

.paragraph-9 {
  color: var(--dunkelblau);
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-6 {
  color: var(--dunkelblau);
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

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

.mg-bottom-32px.tablet-only {
  margin-bottom: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._1-col-tablet {
  max-width: 1400px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.testimonial-v1 {
  box-shadow: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: 390px;
}

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

.grid-1-column.gap-row-24px {
  position: relative;
  top: 1px;
}

.flex-horizontal {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-8 {
  color: #d2d115;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-9 {
  color: #222a29;
  text-transform: none;
  background-color: #d2d115;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 22px;
  display: flex;
}

.heading-9.klein {
  background-color: var(--dunkelblau);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.div-block-435 {
  background-image: linear-gradient(96deg, #fff 20%, #ffffff14 64%, #fff0 99%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arbeitsplatz {
  z-index: 50;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5% 60px;
  display: flex;
  position: relative;
}

.div-block-436 {
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.div-block-434 {
  width: 100%;
  max-width: 1400px;
  padding-left: 0;
}

.quote-text {
  letter-spacing: 1px;
  max-width: 450px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6em;
}

.quote-text.groesser {
  max-width: 475px;
  font-size: 30px;
  line-height: 1.5em;
}

.image-121 {
  filter: brightness(5000%);
  width: 30px;
  height: 30px;
}

.cta-2 {
  z-index: 2000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

._2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3em;
}

.white.center {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.div-block-549 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.kontakt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.image-117 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 400px;
}

.div-block-550 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 13% 29%, #0000 39%, #0000008f 72% 88%, #000 103%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 5vw 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-547 {
  color: #fff;
  background-color: #0000008a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  width: 100%;
  max-width: 1400px;
}

.heading-wrapper.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-wrapper._5 {
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-192 {
  letter-spacing: 1px;
  font-size: 18px;
}

.subheading {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 3px solid #fc0;
  border-bottom: 3px #fecd3e;
  margin-top: 0;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  display: inline-block;
}

.subheading.max {
  max-width: 600px;
  margin-top: 15px;
  font-size: 18px;
}

.leistung {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  display: none;
  position: relative;
}

.h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.3em;
}

.link-block-7 {
  width: 100%;
  height: 600px;
  position: relative;
}

.image-115 {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5843_1.webp');
  background-position: 50% 15%;
  background-size: cover;
}

.slide {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_1.webp');
  background-position: 50% 15%;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}

.div-block-211 {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(#f1f1f1d6 2%, #f1f1f129 27%);
  height: 100%;
  padding: 38px 5% 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-210 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  position: relative;
}

.right-arrow-2 {
  z-index: 100;
}

.karriere-section {
  z-index: 50;
  width: 100%;
  overflow: hidden;
}

.mask-2 {
  height: 100%;
  min-height: 500px;
  overflow: visible;
}

.slide-3 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6268_1.webp');
  background-position: 100% 0;
  background-size: cover;
}

.left-arrow-2 {
  z-index: 100;
}

.slider-2 {
  height: 750px;
  min-height: auto;
  overflow: hidden;
}

.div-block-551 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.text-block-198 {
  color: #002f67;
  font-size: 26px;
  line-height: 1.3em;
}

.list-item {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.list-item-2 {
  display: flex;
}

.div-block-35 {
  background-image: linear-gradient(#002f67b3, #002f67b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-27 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-27.stellen {
  object-position: 50% 40%;
}

.div-block-36 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.heading-17 {
  color: #d2d115;
  text-align: center;
  margin-top: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-17.stellenkleiner {
  max-width: 1100px;
  font-size: 44px;
}

.bold-text-2 {
  font-size: 18px;
}

.rich-text-block {
  color: var(--dunkelblau);
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.div-block-44 {
  width: 70%;
}

.heading-21 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-21.mittig {
  text-align: center;
}

.paragraph-10 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.section-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--türkisblau);
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.div-block-43 {
  width: 30%;
}

.div-block-42 {
  grid-column-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.button-4 {
  z-index: 5;
  color: #222a29;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 20px;
  font-size: 17px;
  line-height: 1.1em;
  display: flex;
}

.button-4.w--current {
  width: auto;
  margin-right: 0;
  font-size: 14px;
}

.button-4.static {
  background-color: #0000;
  border: 1px solid #000;
  max-width: 250px;
  margin-top: 0;
  padding: 13px 40px;
  font-size: 16px;
  line-height: 1.3em;
  position: static;
}

.div-block-45 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.menuekgjw {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.menuekgjw.none {
  display: none;
}

.heading-19 {
  color: #d2d115;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  display: grid;
}

.div-block-7 {
  background-color: var(--dunkelblau);
  box-shadow: none;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-7:hover {
  transform: translate(0, -7px);
}

.heading-5 {
  color: #e8e6e6;
  text-align: left;
  background-color: #0000;
  height: 120px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  position: static;
}

.image-3 {
  filter: invert();
  margin-top: 10px;
}

.heading-22 {
  color: #e8e6e6;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-22.big {
  color: #222a29;
  text-align: left;
  max-width: 1400px;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

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

.image-6 {
  width: 41px;
}

.split-content.about-v2-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 43%;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.split-content.about-v2-left {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.link-3 {
  color: #222a29;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.content-top.about-v2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #222a29;
  margin-top: 40px;
  font-weight: 600;
}

.section-15 {
  background-color: var(--helltürkis);
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.split-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
}

.text-span-7 {
  color: #d2d115;
  -webkit-text-stroke-color: #d2d115;
}

.image-177.style-1 {
  object-fit: cover;
  border-radius: 24px;
}

.image-177.style-1.about-v2-1 {
  box-shadow: none;
  object-position: 0% 50%;
  border-radius: 0;
  width: 60%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

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

.image-178 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-16 {
  height: 450px;
}

.div-block-552 {
  margin-top: 40px;
}

.div-block-553 {
  width: auto;
  height: 100%;
}

.div-block-554 {
  width: 60px;
  height: 100%;
  display: block;
}

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

.image-180 {
  width: 50%;
}

.image-181 {
  width: 35px;
}

.link-4 {
  color: var(--dunkelblau);
  text-decoration: none;
}

.h {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.2em;
}

.h.groesser {
  font-size: 54px;
}

.navbar-wrapper-2.sticky-top {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #dfdcdb;
  display: flex;
  position: sticky;
  top: 0;
}

.mobile-wrapper {
  display: none;
}

.menu-button-2 {
  flex: none;
}

.brand-image {
  max-width: 130px;
  display: block;
}

.main-container {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
}

.main-container.navbar {
  align-items: stretch;
}

.brand-2 {
  padding-left: 0;
  display: block;
}

.brand-2.adjacent-to-nav-menu {
  margin-right: 14px;
}

.brand-2.adjacent-to-nav-menu.w--current {
  flex: none;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
}

.desktop-wrapper {
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #1f191b;
  letter-spacing: .2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 14px;
  margin-right: 14px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-3:hover {
  opacity: .65;
}

.nav-link-3.w--current {
  color: #1f191b;
}

.flowout-button {
  color: #313f34;
  text-align: center;
  background-color: #0000;
  border: 1px solid #313f34;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.flowout-button:hover, .flowout-button:focus {
  color: #f9f9f9;
  background-color: #313f34;
}

.flowout-button.flowout-button-cta {
  color: #fff;
  text-transform: none;
  background-color: #4888ff;
  border-style: none;
  border-radius: 2px;
  max-width: none;
  padding: 11px 40px;
  font-size: 15px;
  font-weight: 700;
}

.flowout-button.flowout-button-cta:hover {
  transform: scale(.95);
}

.flowout-button.flowout-button-cta.navbar {
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  min-height: auto;
  padding: 10px 26px;
  font-size: 15px;
  position: relative;
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.div-block-555 {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #002f67;
  border: 1px solid #ffffff5c;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
}

.div-block-556 {
  max-width: 1200px;
}

.text-block-199 {
  color: #002f67;
  font-size: 20px;
  line-height: 1.3em;
}

.list-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.div-block-557 {
  width: 100%;
}

.slide-4 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5858_1.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.card-background {
  z-index: 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.hero-text-wrapper {
  z-index: 1;
  letter-spacing: -.0575em;
  width: 100%;
  padding-bottom: 80vh;
  font-size: 19.44vw;
  line-height: 19.4444vw;
  display: block;
  overflow: hidden;
}

.section_hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.hero-heading {
  z-index: 4;
  color: #5d48db;
  text-align: center;
  letter-spacing: -.0575em;
  margin-top: 0;
  margin-bottom: 4vw;
  padding-top: 8.33333vw;
  font-size: 5.625vw;
  font-weight: 500;
  line-height: 104%;
  position: relative;
}

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

.section-text-component {
  max-width: 1400px;
  margin-top: 40px;
  position: relative;
}

.hero-text {
  color: var(--white);
  letter-spacing: .025em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.hero-text._3 {
  color: #80b6ca;
  text-align: center;
  justify-content: center;
  margin-left: 0;
  padding-top: 45vh;
}

.hero-text._2 {
  text-align: right;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: -1.38889px;
  padding-top: 45vh;
}

.einf-hrungszeichen-icon {
  color: var(--dunkelblau);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: otal, Verdana, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3em;
}

.card-content {
  width: 100%;
  max-width: 1400px;
}

._5-div {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

._5-div.static {
  position: static;
}

._5-div._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

._5-div.small-padding {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mw-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.italic-text {
  color: var(--white);
  letter-spacing: .025em;
  font-size: 40px;
  font-weight: 400;
}

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

.div-block-558._2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-559 {
  width: 50%;
}

.text-span-9 {
  background-image: linear-gradient(to bottom, var(--dunkelblau), var(--dunkelblau));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  display: flex;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.ber-uns {
  z-index: 100;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ber-uns.about-us {
  z-index: 1000;
  background-color: var(--helltürkis);
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.services-moving-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 4px solid var(--dunkelblau);
  color: #000;
  background-color: #fff;
  border-radius: 18px 0 0 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 48%;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
  box-shadow: 1px 0 20px 1px #c9c9c933;
}

.services-moving-tab._3 {
  border-radius: 0 18px 18px 0;
  margin-top: 150px;
  margin-right: -580px;
}

.services-moving-tab._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  align-self: center;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  left: auto;
  right: auto;
}

.services-moving-tab.rechts {
  border-left: 4px solid var(--dunkelblau);
  border-right-style: none;
  border-radius: 0 18px 18px 0;
}

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

.link-showcase {
  color: #000;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
}

.link-showcase:hover {
  color: #000000a6;
}

.link-showcase._2 {
  margin-bottom: 140px;
}

.paragraph-2 {
  text-align: left;
  font-size: 14px;
}

.heading-25 {
  text-align: left;
  text-transform: none;
  font-size: 32px;
}

.text-neu {
  color: var(--dunkelblau);
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
  text-decoration: none;
}

.text-neu.k-rzer {
  color: var(--white);
  text-align: center;
  width: 80%;
}

.text-neu.k-rzer.zentriert {
  text-align: center;
}

.text-neu.k-rzer.zentriert.dunkel {
  color: var(--dunkelblau);
  font-size: 20px;
}

.text-neu.wei {
  color: var(--white);
}

.text-neu.wei.k-rzer {
  width: 85%;
  font-size: 20px;
  line-height: 1.7em;
}

.text-neu.wei.k-rzer.links {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
}

.text-neu.wei.k-rzer.rechts {
  text-align: right;
  letter-spacing: 0;
  width: 100%;
}

.text-neu.zentriert {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

.div-block-560 {
  position: sticky;
  top: 120px;
}

.werte-12-div {
  width: 100%;
  display: flex;
  position: sticky;
  top: 25vh;
}

.werte-12-div.rechts {
  justify-content: flex-end;
  align-items: stretch;
}

.werte-12-div._3 {
  top: 100vh;
}

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

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  padding-top: 100px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card-title {
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

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

.features-card {
  background-color: var(--dunkelblau);
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  margin-bottom: 0;
  padding: 20px;
}

.features-card.fourth {
  top: 195px;
}

.features-card.fifth {
  top: 210px;
}

.paragraph-11 {
  line-height: 1.4em;
}

.paragraph-12 {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}

.cta_number-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 5%;
  transition: all .5s;
  display: flex;
}

.cta_number-wrap:hover {
  color: var(--türkisblau);
}

.cta_number-wrap.ohne-rahmen {
  border-right-style: none;
}

.cta_number-wrap.outline {
  border-right: 1px solid var(--dunkelblau);
}

.head_wrap {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.number_text {
  color: var(--dunkelblau);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.number_text:hover {
  color: var(--dunkelblau);
}

.cta_icn {
  width: 20px;
  height: 20px;
}

.cta_text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 500;
}

.div-block-561 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-561.outline {
  border-top: 1px solid var(--dunkelblau);
}

.div-block-562 {
  z-index: 200;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #002f6780;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-563 {
  background-color: #ffffff4d;
  border-radius: 100%;
  padding: 10px;
}

.div-block-564 {
  margin-top: 40px;
  display: inline-block;
}

.div-block-564.no-padding {
  margin-top: 0;
}

.page-wrapper-full-w-outer {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.single-bg-image {
  background-image: url('../images/mike-dorner-sf_1zda1yfw-unsplash_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 12.5em;
  height: 12.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.single-bg-image._19 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-23_2501.webp');
  background-position: 0%;
}

.single-bg-image._4 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-67_2501.webp');
  background-position: 0%;
}

.single-bg-image._1 {
  background-image: url('../images/img_2847-bearbeitet_2501.webp');
}

.single-bg-image._9 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-19_2501.webp');
  background-position: 50% 34%;
}

.single-bg-image._6 {
  background-image: url('../images/240527_wgkk_mosbach_jk_portraits-4_2501.webp');
}

.single-bg-image._14 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-14_2501.webp');
}

.single-bg-image._11 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-58_2501.webp');
}

.single-bg-image._18 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-22_2501.webp');
  background-position: 50% 33%;
}

.single-bg-image._8 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-12_2501.webp');
  background-position: 50% 27%;
}

.single-bg-image._16 {
  background-image: url('../images/240613_wgkk_mosbach_jk_portraits_nancy_hansmann-20_2501.webp');
}

.single-bg-image._13 {
  background-image: url('../images/240527_wgkk_mosbach_jk_portraits-_2501.webp');
}

.single-bg-image._3 {
  background-image: url('../images/240527_wgkk_mosbach_jk_portraits-16_2501.webp');
}

.loop-container {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.loop-container._4 {
  display: none;
}

.image-wrapper-inner {
  z-index: -1;
  opacity: .3;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-row-wrapper {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.single-bg-image-long {
  background-image: url('../images/children-nature-happy_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 22.5em;
  height: 12.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.single-bg-image-long._2 {
  background-image: url('../images/hero-image-bg_1.webp');
  width: 22.5em;
}

.single-bg-image-long._7 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-44_2501.webp');
}

.single-bg-image-long._17 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-72_2501.webp');
}

.single-bg-image-long._12 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-34_2501.webp');
}

.single-bg-image-long._20 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-17_2501.webp');
  background-position: 50% 0;
}

.single-bg-image-long._15 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-47_2501.webp');
}

.single-bg-image-long._5 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-76_2501.webp');
}

.single-bg-image-long._10 {
  background-image: url('../images/240521_wgkk_foto-szenisch_v-01-36_2501.webp');
}

.div-block-565 {
  position: relative;
}

.icon-wrapper {
  background-color: var(--türkisblau);
  border-radius: 100%;
  padding: 10px;
}

.list-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 10px 20px #0000001a;
}

.line-big {
  z-index: 2;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-100%);
}

.line-outer-wrapper {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.icon-circle {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.icon-5 {
  filter: invert();
  width: 50px;
}

.flex-benefits-digital {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.line-low-opacity {
  opacity: .25;
  background-color: #fff;
  height: 1px;
}

.list-item-outer-wrapper {
  color: #fff;
  flex-direction: column;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.list-item-header {
  color: var(--dunkelblau);
  order: 1;
  font-size: 20px;
  line-height: 1.3em;
}

.button-neu {
  background-color: var(--dunkelblau);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.button-neu:hover {
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
  border-color: #e2e7f1;
}

.button-neu.white-outline {
  background-color: var(--dunkelblau);
  border-style: none;
  border-color: #ffffffbf;
}

.button-neu.white-outline:hover {
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
  border-color: #090b19;
}

.button-neu.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-neu.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-neu.hell {
  border: 1px solid var(--white);
  background-color: var(--türkisblau);
  color: var(--dunkelblau);
}

.button-neu.hell:hover {
  background-color: var(--white);
}

.button-neu.maps {
  background-color: var(--dunkelblau);
}

.button-neu.maps:hover {
  background-color: var(--white);
}

.button-neu.weiss {
  background-color: var(--white);
  color: #002f67;
}

.button-neu.nav-bar {
  text-transform: none;
  padding: 13px 20px;
}

._5-cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

._5-cta.static {
  position: static;
}

.div-block-566 {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--white), #fff0);
  justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-567 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr 5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-568 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-564-copy {
  display: inline-block;
}

.div-block-564-copy.no-padding {
  margin-top: 0;
}

.div-block-566-copy {
  z-index: -2;
  background-color: var(--white);
  max-width: 1400px;
  height: 200px;
  position: absolute;
  inset: 0%;
}

.heading-cta {
  color: var(--white);
  text-align: left;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-cta.hero {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0;
  font-size: 32px;
  font-weight: 400;
}

.heading-cta.wei {
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.heading-cta.wei.links {
  padding-bottom: 20px;
}

.heading-cta.links {
  text-align: left;
}

.heading-cta.hero-stellen {
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.heading-cta.weiss {
  color: var(--white);
  font-size: 50px;
}

.div-block-569 {
  z-index: -10;
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5843_1.webp');
  background-position: 100% 0;
  background-size: auto;
  width: 50%;
  height: 100%;
}

.div-block-569-copy {
  width: 100%;
  height: 100%;
}

.full-div {
  z-index: 101;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.leisung-neu {
  z-index: 120;
  background-color: var(--dunkelblau);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.panel {
  background-color: #e2c047;
  border-radius: 8px;
  width: 50vw;
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.scene {
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  display: flex;
  position: static;
  inset: auto 0% 35% 41%;
}

.container-2 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 81px;
  overflow: hidden;
}

.container-2.hero {
  max-width: 1400px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: none;
}

.backside {
  backface-visibility: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.banner {
  border: 3px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.frontside {
  z-index: 2;
  backface-visibility: hidden;
  background-color: #e2c047;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-inner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.img {
  backface-visibility: visible;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-570 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.images-list-wrapper {
  width: 100%;
  overflow: hidden;
}

.images-list-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.images-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-right: 0;
  display: grid;
  overflow: visible;
}

.image-wrapper {
  width: 41vw;
  margin-right: 2.5rem;
  padding-top: 56.25%;
  position: relative;
}

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

.foto-wrapper {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5855_cmyk_1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: auto;
  height: auto;
  min-height: 300px;
  display: none;
}

.foto-wrapper._4 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5316_cmyk_1.webp');
  background-position: 100% 0;
}

.foto-wrapper._3 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6283_cmyk_1.webp');
  background-position: 50% 0;
}

.foto-wrapper._6 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6072_cmyk_1.webp');
  background-position: 100% 0;
}

.foto-wrapper._15 {
  background-image: url('../images/img_8869-bearbeitet_2501.webp');
  background-position: 84% 49%;
}

.foto-wrapper._13 {
  background-image: url('../images/img_9330-bearbeitet_2501.webp');
  background-position: 82%;
}

.foto-wrapper._5 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5910_cmyk_1.webp');
  background-position: 50% 0;
}

.foto-wrapper._9 {
  background-image: url('../images/img_8929-bearbeitet_2501.webp');
  background-position: 71%;
}

.foto-wrapper._2 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5843_cmyk_1.webp');
  background-position: 50% 0;
}

.foto-wrapper._11 {
  background-image: url('../images/img_8844-bearbeitet_2501.webp');
  background-position: 69%;
}

.foto-wrapper._12 {
  background-image: url('../images/img_8824-bearbeitet_2501.webp');
  background-position: 67%;
}

.foto-wrapper._10 {
  background-image: url('../images/img_8726-bearbeitet_2501.webp');
  background-position: 74%;
}

.foto-wrapper._14 {
  background-image: url('../images/img_8908-bearbeitet_2501.webp');
  background-position: 82%;
}

.foto-wrapper._7 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5655_cmyk_1.webp');
  background-position: 0 0;
}

.foto-wrapper._8 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5714_cmyk_1.webp');
  background-position: 100% 0;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.div-block-637 {
  z-index: 0;
  background-image: linear-gradient(#002f6799, #002f6799);
  position: absolute;
  inset: 0%;
}

.full-div-cta {
  background-image: linear-gradient(#002f6780, #002f6780), url('../images/leonhard-niederwimmer-vmtdawqze5g-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.subtitle-cta {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.subtitle-cta.white {
  color: #fff;
}

.subtitle-cta.wei {
  color: var(--white);
}

.subtitle-cta.wei.zentriert {
  text-align: center;
}

.subtitle-cta.wei.links, .subtitle-cta.links {
  text-align: left;
}

.clip-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 107px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-cta.hero {
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.links-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.leistung-links-div {
  z-index: 200;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  box-shadow: 0 10px 20px #0000001a;
}

.div-block-639 {
  background-color: var(--white);
  opacity: .6;
  width: 1px;
  height: auto;
}

.einf-hrungszeichen {
  margin-top: 40px;
  display: none;
  position: absolute;
  inset: -26% auto auto -2%;
}

.zeichen {
  background-image: linear-gradient(166.14deg, var(--dunkelblau) 1.38%, #3577bf 38.84%, #000 74%);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.c-custom-code {
  display: none;
}

.c-autotabs {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  display: block;
  position: relative;
}

.c-button-l {
  color: #fff;
  background-color: #0000;
  border: 1px solid #e8edf6;
  border-radius: 8px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
}

.c-button-l.cc-button-nav {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 10px 16px;
  display: flex;
}

.c-button-l.cc-button-nav:hover {
  color: #523aa9;
}

.c-autotabs_image {
  margin-left: auto;
  display: block;
}

.c-autotabs_image.cc-pane-crypto-mobile {
  display: none;
}

.cc-color-primary {
  color: #4e5bed;
}

.c-autotabs_load {
  background-color: #4e5bed;
  border-radius: 20px;
  width: 100%;
  height: 0%;
  overflow: visible;
}

.c-nav_logo {
  width: 149px;
  height: 18px;
}

.c-autotabs_content {
  width: 50%;
  position: static;
  overflow: visible;
}

.c-nav {
  background-color: #fff;
  border-bottom: 1px solid #e8edf6;
}

.c-container.cc-nav {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.c-button-icon-left {
  color: #323b48;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
}

.c-button-icon-left.cc-icon-nav {
  color: #5f6668;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  display: inline-block;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-body-bg {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.c-autotabs_pane {
  position: static;
}

.c-container-2 {
  border-radius: 4px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container-2.cc-10cols {
  justify-content: flex-end;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title_intro {
  margin-bottom: 50px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.c-text-1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.c-nav_brand {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.c-page {
  width: 100%;
  height: 100vh;
  font-weight: 400;
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-button-icon-content {
  color: #19191b;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.c-autotabs_menu {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.c-autotabs_line {
  background-color: #e8edf6;
  border-radius: 20px;
  width: 6px;
  position: absolute;
  inset: 20px auto 20px 40px;
  overflow: hidden;
}

.c-body_bg {
  width: 130%;
  max-width: none;
  position: absolute;
  inset: 17% 0% auto 141px;
}

.c-nav_buttons {
  align-items: center;
  display: flex;
}

.c-autotabs_link {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 30px;
}

.c-autotabs_link.w--current {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 48px -10px #c0c7e2;
}

.c-title-2 {
  color: #323b48;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-640 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-3 {
  font-size: 20px;
  line-height: 1.3em;
}

.container-large {
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.card-img {
  grid-row-gap: 2rem;
  border: 1px #fbf9fc0d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: relative;
}

.paragraph {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.cards-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
  top: -60px;
}

.button-secondary {
  color: #fbf9fc;
  text-align: center;
  background-color: #141314;
  border: .125rem #141314;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: .8;
}

.card-front {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-head {
  color: var(--dunkelblau);
  text-align: center;
  flex-direction: column;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.card_component {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c6e1ec;
  background-image: linear-gradient(#c6e1ec, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.paragraph-13 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.image-182 {
  width: 68px;
}

.paragraph-3-copy {
  font-size: 20px;
  line-height: 1.3em;
}

.div-block-641 {
  width: 60%;
}

.div-block-642 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 110%;
  display: flex;
  position: relative;
}

._5-div-cta {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

._5-div-cta.static {
  position: static;
}

._5-div-cta._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.div-block-643 {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-644 {
  height: 100%;
}

.div-block-645 {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.link-block-8 {
  border-bottom: 1px solid #00122833;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  background-color: var(--türkisblau);
}

.link-block-8.no-outline {
  border-bottom-style: none;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #002f67;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  color: #002f67;
  background-color: #c6e1ec;
  border-color: #e2e7f1;
}

.button-5.weiss {
  color: #002f67;
  background-color: #fff;
}

.heading-26 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.clip-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-2.hero {
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.hero-button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-646 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.heading-gro-2 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro-2.hero {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0;
  font-size: 32px;
  font-weight: 400;
}

.div-block-647 {
  z-index: 50;
  width: 100%;
  position: relative;
}

._5-div-copy {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

._5-div-copy.static {
  position: static;
}

._5-div-copy._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

._5-div-copy.dark-bg {
  background-color: var(--dunkelblau);
  padding-bottom: 220px;
}

.ber-uns-copy {
  z-index: 22;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.ber-uns-copy.about-us {
  z-index: 1000;
  background-color: var(--helltürkis);
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-block-648 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-div-copy {
  z-index: 400;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-649 {
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-650 {
  background-color: var(--dunkelblau);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin-top: 13%;
  margin-left: -50%;
}

.div-block-651 {
  background-color: var(--dunkelblau);
  border-radius: 100%;
  padding: 10px;
}

.div-block-652 {
  z-index: 10;
  background-color: var(--white);
  border-radius: 20px;
  width: 60%;
  padding: 10px;
  box-shadow: 0 10px 20px #0000001a;
}

.image-183 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.div-block-652-copy {
  z-index: 10;
  background-color: var(--white);
  border-radius: 20px;
  width: 80%;
  padding: 10px;
  position: relative;
  top: -180px;
  left: -20%;
  box-shadow: 0 10px 20px #0000001a;
}

.div-block-653 {
  position: absolute;
  top: -10%;
  right: -10%;
}

.div-block-654 {
  z-index: -2;
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: relative;
  top: -48px;
  right: -62px;
}

.div-block-653-copy {
  position: absolute;
  inset: 50% auto 0% -12%;
}

.div-block-654-copy {
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 250px;
  height: 250px;
}

.div-block-650-copy {
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin-top: -30%;
  margin-left: -50%;
  position: relative;
}

.heading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-circle-form {
  background-color: var(--dunkelblau);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin-top: -30%;
  margin-left: -50%;
  position: relative;
}

.heading-circle-form.hell {
  background-color: var(--türkisblau);
  display: none;
}

._5-div-auto-hight {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

._5-div-auto-hight.static {
  position: static;
}

._5-div-auto-hight._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.c-700-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  min-height: 80px;
  margin-top: 100px;
  display: none;
}

.div-block-655 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dunkelblau);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  inset: -15% -5% auto auto;
}

.div-block-655.light {
  background-color: var(--türkisblau);
}

.feature-component-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.image-184, .image-184-copy, .image-184-copy, .image-184-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

._5 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.leisung-neu-copy {
  z-index: 25;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-656 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6052_cmyk_1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-wrapper-neu {
  z-index: 2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.image-wrapper-neu.links {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.image-wrapper-neu.rahmen {
  border-right: 1px solid var(--white);
  padding-left: 0;
  padding-right: 60px;
}

.div-block-657 {
  z-index: 21;
  background-color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-657-copy {
  z-index: 22;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 220px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-658 {
  background-color: var(--dunkelblau);
  border-radius: 100%;
  width: 300px;
  height: 300px;
}

.div-block-657-copy-copy {
  z-index: 22;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-658-copy {
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  position: relative;
  top: -64px;
}

.heading-27 {
  color: #c6e1ec80;
  font-size: 10rem;
}

.div-block-659 {
  z-index: -1;
  position: absolute;
  inset: -1% auto auto -8%;
}

.background-video-5 {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.div-block-630 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-660 {
  background-color: #9fa8b4;
  width: 100%;
  height: 1px;
}

.div-block-629 {
  z-index: 100;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.brand-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.brand-3.w--current {
  width: 100%;
}

.div-block-661 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.link-block-9 {
  color: #141c2b;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
}

.link-block-9:hover {
  color: var(--dunkelgrau);
}

.footer-links-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  max-width: 1400px;
  padding: 100px 0 40px;
  display: flex;
}

.footer-links-div.dark-bg {
  background-color: var(--dunkelblau);
}

.image-185 {
  width: 100%;
  max-width: 350px;
  position: relative;
  left: -7px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-logo-center {
  z-index: 2147483647;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 0;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link-4 {
  color: var(--dunkelblau);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-186 {
  width: 300px;
}

.div-block-662 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-menu-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4-copy {
  color: var(--dunkelblau);
  text-align: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4-copy:hover {
  color: #1a1b1fbf;
}

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

.nav-link-4-copy.weiss {
  color: var(--white);
}

.nav-dropdown-toggle-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle-copy:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-copy {
  margin-right: 10px;
  position: static;
}

.heading-28 {
  color: var(--dunkelblau);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-28.weiss {
  color: var(--white);
}

.div-block-663 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  padding-left: 40px;
  display: flex;
}

.div-block-664 {
  width: 100%;
}

.div-block-665 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-two {
  color: var(--dunkelblau);
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.bold-text-3 {
  font-weight: 500;
}

.div-block-666 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-11 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-667 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-668 {
  background-color: var(--dark-overlay-color-images);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.div-block-669 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-670 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-671 {
  background-color: #e6eff3;
  background-image: url('../images/whg-kreis.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  padding-top: 36px;
  overflow: clip;
}

.div-block-672 {
  width: 200px;
  height: 200px;
}

.list-item-3 {
  text-align: right;
}

.image-185-copy {
  object-fit: cover;
  width: 50%;
  min-width: 80px;
  max-width: 80px;
}

.div-block-666-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end stretch;
  display: flex;
  position: absolute;
  inset: auto -100px 0% auto;
}

.image-185-copy-copy {
  object-fit: cover;
  width: 50%;
  min-width: 80px;
  max-width: 80px;
  overflow: visible;
}

.div-block-674 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-675 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-secondary {
  z-index: 19;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding: 0 5% 60px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.hero-background-iimg-secondary {
  object-fit: cover;
  background-image: url('../images/3_1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.hero-heading-sec {
  z-index: 50;
  width: 100%;
  position: relative;
}

.bold-text-4 {
  color: var(--türkisblau);
  text-transform: uppercase;
  text-shadow: none;
}

.image-overlay-copy {
  z-index: 1;
  background-image: linear-gradient(#002f6778, #002f6778), url('../images/1_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.flex-horizontal-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal-2.wrap {
  align-items: flex-start;
  height: 1.2em;
}

.flex-horizontal-2.wrap.small {
  height: 17px;
  padding-right: 5px;
}

.div-block-341 {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.slide-nav-3 {
  font-size: 12px;
  line-height: 1.3;
  display: flex;
}

.right-arrow-3 {
  display: none;
}

.beschriftung {
  position: absolute;
  inset: auto auto 34px 44px;
}

.paragraph-15 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.link-wrap {
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-340 {
  background-color: var(--white);
  border-radius: 14px;
  max-width: 40%;
  padding: 20px 35px 0;
  display: block;
}

.hover-underline {
  background-color: #ff2300;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-118 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-size: 20px;
  font-weight: 500;
}

.nav-link-5 {
  color: #e8e8e8;
  letter-spacing: .3px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 0;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-5.w--current {
  text-decoration: line-through;
}

.nav-link-5.w--current:visited {
  text-decoration: none;
}

.nav-link-5.page {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: 600;
}

.nav-link-5.page:hover {
  color: #fff;
}

.nav-link-5.page.dark {
  color: #575757;
  margin-bottom: 4px;
  padding-bottom: 3px;
  line-height: 40px;
  text-decoration: none;
}

.image-12 {
  filter: invert();
  height: 10px;
  margin-left: 3px;
}

.text-span-16 {
  white-space: pre;
}

.mask-3 {
  padding-bottom: 27px;
}

.text-navlink {
  letter-spacing: -.01em;
  white-space: nowrap;
  line-height: 1.25;
}

.text-navlink.small {
  font-size: 16px;
  line-height: 1.3;
}

.div-block-339 {
  z-index: 1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.image-110 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-110._123, .image-110.wp, .image-110.aerzte {
  object-position: 0% 0%;
  transform-style: preserve-3d;
  border: 12px solid #fff;
  border-radius: 20px;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 10px 20px #0000001a;
}

.left-arrow-3 {
  display: none;
}

.heading-135 {
  margin-bottom: 20px;
  font-size: 28px;
}

.slider-4 {
  background-color: #ddd0;
  height: auto;
}

.xxl-heading-home {
  text-transform: none;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2em;
}

.xxl-heading-home.two {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2em;
}

.xxl-heading-home.one {
  letter-spacing: 0;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 44px;
  margin-right: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

.einleitung-leistung {
  z-index: 100;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.einleitung-leistung.no-bottom-padding {
  padding-bottom: 0;
}

.einleitung-leistung.no-bottom-padding.clip {
  z-index: 25;
  background-color: var(--türkisblau);
  width: 100%;
  height: 100vh;
  padding: 0 0;
}

.div-block-347 {
  height: auto;
  position: sticky;
  top: 34px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 26px;
  line-height: 1.3em;
}

.faq_top {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  max-width: 1400px;
  position: relative;
}

.nav-link-6 {
  color: #e8e8e8;
  letter-spacing: .3px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 0;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-6.w--current {
  text-decoration: line-through;
}

.nav-link-6.w--current:visited {
  text-decoration: none;
}

.nav-link-6.page {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: 600;
}

.nav-link-6.page:hover {
  color: #fff;
}

.nav-link-6.page.dark {
  color: #575757;
  margin-bottom: 4px;
  padding-bottom: 3px;
  line-height: 40px;
  text-decoration: none;
}

.heading-137 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.leistungen-aufz-hlung {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-187 {
  filter: invert();
  height: 10px;
  margin-left: 3px;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq_arrow {
  width: 24px;
}

.faq_divider {
  background-color: #00000026;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq_wrapper {
  border-top: 1px solid #00000026;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-676 {
  height: auto;
  position: sticky;
  top: 100px;
}

.nav-link-7 {
  color: #e8e8e8;
  letter-spacing: .3px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: center;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 0;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-7.w--current {
  text-decoration: line-through;
}

.nav-link-7.w--current:visited {
  text-decoration: none;
}

.nav-link-7.page {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: 600;
}

.nav-link-7.page:hover {
  color: #fff;
}

.nav-link-7.page.dark {
  color: #575757;
  margin-bottom: 4px;
  padding-bottom: 3px;
  line-height: 40px;
  text-decoration: none;
}

.heading-138 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.image-188 {
  filter: invert();
  height: 10px;
  margin-left: 3px;
}

.section-17 {
  z-index: 23;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.intro-features {
  background-image: linear-gradient(#e6ebee, #cfd0d8);
  border-radius: 7.5px;
  flex-wrap: wrap;
  align-content: space-between;
  width: 32%;
  padding: 35px 25px 25px;
  display: flex;
}

.expand {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.paragraph-16 {
  line-height: 1.4em;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-space.mobile-center {
  z-index: 0;
  width: 100%;
  height: auto;
}

.leistungen_startseite {
  z-index: 21;
  background-color: #fff;
  padding: 100px 5% 140px;
  position: relative;
}

.link-block-10 {
  color: #69707b;
  flex: 0 auto;
  font-size: 15px;
  text-decoration: none;
}

.content-wrapper {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.heading-box {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.inline-block.right-border {
  color: #69707b;
  margin-right: 7px;
  font-size: 17px;
}

.h3-big {
  color: #333;
  font-size: 50px;
  line-height: 1.1em;
}

.div-block-15 {
  background-color: #d3d8da80;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 1% auto auto 0%;
}

.div-block-15.v2 {
  background-color: #d3d8da3b;
  top: 61%;
  left: 3%;
}

.div-block-15.v3 {
  width: 250px;
  height: 250px;
  inset: auto -7% 0% auto;
}

.h3-margins {
  color: #333;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.h3-margins.homepage {
  color: #333;
  text-align: left;
  height: auto;
}

.paragraph-17 {
  line-height: 1.4em;
  text-decoration: none;
}

.paragraph-17.white {
  font-size: 18px;
  font-weight: 400;
}

.link-block-arrow {
  color: #494949;
  width: 8px;
  margin-bottom: 3px;
}

.subtitle-3 {
  color: #000;
  font-size: 50px;
  line-height: 1em;
}

.subtitle-3.little {
  color: #333;
  font-size: 17px;
  line-height: 1.4em;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 925px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-29 {
  color: #333;
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 700;
}

.div-block-362 {
  margin-top: 15px;
}

.paragraph-18 {
  line-height: 1.4em;
}

.icon-border {
  margin-bottom: 20px;
  margin-right: 7%;
}

.gr-nde {
  z-index: 21;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.crad {
  background-image: linear-gradient(to bottom, var(--dunkelblau), var(--dunkelblau));
  border-radius: 7.5px;
  flex-flow: column;
  align-content: space-between;
  width: 32%;
  padding: 35px 25px 25px;
  display: flex;
}

.heading-reason {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
}

.lottie-animation-8 {
  max-width: 50px;
}

.subtitle-4 {
  z-index: 10;
  color: #002f67;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.heading-gro-3 {
  color: #002f67;
  text-align: left;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.div-block-678 {
  position: relative;
}

.text-101 {
  color: #002f67;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}

.scroll-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.lottie-animation-9 {
  width: 20px;
}

.full-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 460px;
  max-height: 460px;
}

.full-image.r {
  object-position: 80% 50%;
}

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

.ansprechspartner {
  z-index: 21;
  background-color: var(--dunkelblau);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.paragraph-19 {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-19.position {
  color: var(--black);
  text-transform: uppercase;
  min-height: auto;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.content-wrapper-2 {
  background-color: var(--helltürkis);
  flex: 1;
  width: 100%;
  padding: 35px 20px;
  position: relative;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.heading-16 {
  color: var(--dunkelblau);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.grow-background {
  z-index: 0;
  background-color: var(--türkisblau);
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.heading-circle-form-2 {
  background-color: #002f67;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin-top: -30%;
  margin-left: -50%;
  position: relative;
}

.heading-circle-form-2.hell {
  background-color: #c6e1ec66;
}

.div-block-654-copy {
  z-index: -2;
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 220px;
}

.list-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.info-scroll-background-2 {
  height: 100vh;
  margin-top: 0;
  position: sticky;
  bottom: 0;
}

.card-circle-2 {
  background-color: #c6e1ec;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.image-189 {
  filter: brightness(5000%);
  width: 30px;
  height: 30px;
}

.lottie-animation-10 {
  width: 85px;
  padding-bottom: 10px;
}

.standort-2 {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.link-block-11 {
  text-decoration: none;
}

.button-text-4 {
  z-index: 10;
  position: relative;
}

.div-block-679 {
  color: #fff;
  background-color: #0000008a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-680 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 13% 29%, #0000 39%, #0000008f 72% 88%, #000 103%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 5vw 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-3 {
  z-index: 50;
  background-color: #002f67;
  width: 100%;
  height: auto;
  position: relative;
}

.page-padding-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.home-hero-2 {
  z-index: 25;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 0 5% 60px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.background-cover-2 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-190 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 400px;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #002f67;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  color: #002f67;
  background-color: #c6e1ec;
  border-color: #e2e7f1;
}

.button-6.hell {
  color: #002f67;
  background-color: #c6e1ec;
  border: 1px solid #fff;
}

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

.button-6.maps {
  background-color: #002f67;
}

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

.button-6.weiss {
  color: #002f67;
  background-color: #fff;
}

.button-6.nav-bar {
  text-transform: none;
  padding: 13px 20px;
}

.heading-139 {
  font-size: 20px;
  font-weight: 400;
}

.image-cover-2 {
  z-index: 20;
  background-color: #c6e1ec;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-681 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.benefits-2 {
  z-index: 25;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

.wrapper-content-2 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.navbar-no-shadow-container-2 {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 2vw;
  display: flex;
  position: fixed;
  top: 0;
}

.heading-23 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.2em;
}

.heading-23.groesser {
  font-size: 54px;
}

.div-block-682 {
  z-index: 5;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 25px 17px 35px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

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

.slide-5 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_1.webp');
  background-position: 50% 15%;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}

.div-block-683 {
  width: 100%;
}

.bewerbungsprozess-2 {
  z-index: 25;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.content-bersicht-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.background-video-6 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.heading-klein-2 {
  z-index: 10;
  color: #002f67;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.heading-klein-2.grau {
  color: #666;
  text-align: center;
}

.div-block-684 {
  background-color: #c6e1ec;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 27px 40px;
  display: flex;
  position: relative;
}

.vorstellung-content-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.stellen {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.stellen.no-bottom-padding {
  padding-bottom: 0;
}

.stellen.no-bottom-padding.clip {
  z-index: 25;
  background-color: #c6e1ec;
  width: 100%;
  height: 100vh;
  padding: 0 0;
}

.lottie-animation-11 {
  width: 450px;
}

.div-block-685 {
  z-index: 25;
  background-color: #002f67b3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: absolute;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper-3.clip {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.video-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-end stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.navbar-wrapper-3 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.div-block-686 {
  width: 100%;
}

.button-text-5 {
  z-index: 10;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.section-6 {
  z-index: 50;
  background-color: #f1f1f1;
  width: 100%;
  padding: 60px 5%;
  position: relative;
}

.hero-background-image-2 {
  position: absolute;
  inset: 0%;
}

.subtitle-5 {
  z-index: 10;
  color: #002f67;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.subtitle-5.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.subtitle-5.wei.links {
  text-align: left;
}

.clip-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-3.hero {
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.zahl-2 {
  z-index: 10;
  color: #002f67;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.overlay-3.dark-overlay {
  opacity: 1;
  background-color: #002f67b3;
  width: 100%;
  height: 100%;
}

.slider-5 {
  height: 750px;
  min-height: auto;
  overflow: hidden;
}

.div-block-687 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-block-688 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  position: relative;
}

.link-block-12 {
  color: #002f67;
  text-decoration: none;
}

.image-191 {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.heading-gro-4 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro-4.weiss {
  color: #fff;
  font-size: 50px;
}

.heading-gro-4.hero {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0;
  font-size: 32px;
  font-weight: 400;
}

.heading-gro-4.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.heading-gro-4.wei.links {
  padding-bottom: 20px;
}

.whp-span-2 {
  color: var(--türkisblau);
  text-shadow: none;
}

.slide-6 {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5599_cmyk_1.webp');
  background-position: 100% 0;
  background-size: cover;
}

.feature-content-2 {
  z-index: 10;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-102 {
  color: #002f67;
  margin-bottom: 10px;
  line-height: 1.6em;
  text-decoration: none;
}

.text-102.wei {
  color: #fff;
}

.text-102.wei.k-rzer {
  width: 85%;
  font-size: 20px;
  line-height: 1.7em;
}

.text-102.wei.k-rzer.links {
  text-align: left;
  width: 100%;
}

.text-102.k-rzer {
  color: #fff;
  text-align: center;
  width: 80%;
}

.text-102.k-rzer.zentriert {
  text-align: center;
}

.text-102.k-rzer.zentriert.dunkel {
  color: #002f67;
  font-size: 20px;
}

.text-102.zentriert {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

.lottie-animation-12 {
  width: 450px;
}

.div-block-689 {
  width: 100%;
  max-width: 1000px;
}

.wrapper-4 {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.xxl-heading-2 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading-2.one {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 44px;
  margin-right: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-192 {
  width: 100%;
}

.div-block-690 {
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 15px #0003;
}

.image-193 {
  z-index: -1;
  object-fit: cover;
  width: 99.5%;
  height: 98%;
  position: absolute;
  inset: auto;
}

.image-193._8 {
  object-position: 50% 0%;
  width: 99.95%;
  height: 60%;
}

.image-193._7 {
  object-position: 50% 50%;
  width: 99.95%;
  height: 60%;
}

.link-block-13 {
  width: 100%;
  height: 600px;
  position: relative;
}

.div-block-691 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.wir-stellen-uns-vor-2 {
  z-index: 25;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
  position: sticky;
  top: 0;
}

.feature-component-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-194 {
  width: 40px;
}

.content-benefits {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.scroll-base-2 {
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 6px;
}

.lottie-animation-13 {
  width: 450px;
}

.list-item-4 {
  display: flex;
}

.heading-bersicht-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-bersicht-2.dunkel {
  color: #002f67;
}

.heading-bersicht-2.dunkel.mittig {
  text-align: center;
  margin-bottom: 0;
}

.grid-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  display: flex;
}

.testimonial-2 {
  z-index: 25;
  background-color: #c6e1ec;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 300px;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.left-arrow-4 {
  z-index: 100;
}

.div-block-692 {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(#f1f1f1d6 2%, #f1f1f129 27%);
  height: 100%;
  padding: 38px 5% 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-203 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1em;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-content-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.background-video-7 {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.image-overlay-3 {
  z-index: 10;
  background-image: linear-gradient(#002f6778, #002f6778);
  position: absolute;
  inset: 0%;
}

.div-block-693 {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #002f67;
  border: 1px solid #ffffff5c;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.element-bersicht-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border: 1px solid #fff;
  border-radius: 7px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 31px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.element-bersicht-2:hover {
  background-color: #c6e1ec4d;
  border-color: #fff;
}

.card-hover-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding: 10px 40px 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.right-arrow-4 {
  z-index: 100;
}

.footer-2 {
  z-index: 25;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 5vw 20px;
  display: flex;
  position: relative;
}

.navigation-teil-2 {
  z-index: 25;
  background-image: linear-gradient(#002f6780, #002f6780), url('../images/screenshot-2024-04-10-114211_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 200px 5% 100px;
  display: flex;
  position: relative;
  top: auto;
}

.grid-28 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
}

.image-195 {
  filter: brightness(5000%);
  width: 30px;
  height: 30px;
}

.div-block-694 {
  background-image: linear-gradient(#012f674a, #012f674a), linear-gradient(#0000 13% 29%, #0000 39%, #0000008f 72% 88%, #000 103%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-height: 70vh;
  padding: 40px 5vw 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-4 {
  z-index: 50;
  background-color: #002f67;
  width: 100%;
  min-height: 600px;
  max-height: 70vh;
  position: relative;
}

.image-196 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: auto;
  max-height: 70vh;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #002f67;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7:hover {
  color: #002f67;
  background-color: #c6e1ec;
  border-color: #e2e7f1;
}

.div-block-695 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: 70vh;
  display: flex;
  position: relative;
}

.heading-140 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.2em;
}

.div-block-696 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-klein-3 {
  z-index: 10;
  color: #002f67;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.heading-klein-3._2 {
  margin-top: 0;
  font-size: 30px;
}

.heading-klein-3.wei {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.div-block-697 {
  max-width: 1200px;
  margin-bottom: 60px;
}

.image-197 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-text-6 {
  z-index: 10;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.section-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0012281a;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.subtitle-6 {
  z-index: 10;
  color: #002f67;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.subtitle-6.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-698 {
  width: 70%;
}

.heading-gro-5 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro-5.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.div-block-699 {
  grid-column-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.div-block-700 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  display: grid;
}

.heading-141 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2em;
}

.div-block-701 {
  background-image: linear-gradient(#002f67b3, #002f67b3);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-702 {
  box-shadow: none;
  background-color: #002f67;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-702:hover {
  transform: translate(0, -7px);
}

.text-block-206 {
  color: #002f67;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-703 {
  width: 30%;
}

.image-198 {
  width: 35px;
}

.image-199 {
  filter: brightness(5000%);
  width: 30px;
  height: 30px;
}

.div-block-704 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 13% 29%, #0000 39%, #0000008f 72% 88%, #000 103%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 5vw 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-5 {
  z-index: 50;
  background-color: #002f67;
  width: 100%;
  height: auto;
  position: relative;
}

.image-200 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 400px;
}

.div-block-705 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.heading-142 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.2em;
}

.section-19 {
  height: 450px;
}

.div-block-706 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-klein-4 {
  z-index: 10;
  color: #002f67;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.heading-klein-4._2 {
  margin-top: 0;
  font-size: 30px;
}

.heading-klein-4.wei {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.div-block-707 {
  max-width: 1200px;
}

.image-201 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-text-7 {
  z-index: 10;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.section-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0012281a;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.subtitle-7 {
  z-index: 10;
  color: #002f67;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.subtitle-7.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-708 {
  width: 70%;
}

.heading-gro-6 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro-6.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.div-block-709 {
  grid-column-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.div-block-710 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  display: grid;
}

.heading-143 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 40px;
  line-height: 1.2em;
}

.div-block-711 {
  background-image: linear-gradient(#002f67b3, #002f67b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-712 {
  box-shadow: none;
  background-color: #002f67;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-712:hover {
  transform: translate(0, -7px);
}

.text-block-209 {
  color: #002f67;
  font-size: 20px;
  line-height: 1.3em;
}

.div-block-713 {
  width: 30%;
}

.image-202 {
  width: 35px;
}

.image-203 {
  filter: brightness(5000%);
  width: 30px;
  height: 30px;
}

.div-block-714 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 13% 29%, #0000 39%, #0000008f 72% 88%, #000 103%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 5vw 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-6 {
  z-index: 50;
  background-color: #002f67;
  width: 100%;
  height: auto;
  position: relative;
}

.image-204 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 600px;
}

.div-block-715 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 600px;
  display: flex;
  position: relative;
}

.heading-144 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.2em;
}

.section-21 {
  height: 450px;
  margin-top: 60px;
}

.div-block-716 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-klein-5 {
  z-index: 10;
  color: #002f67;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.heading-klein-5._2 {
  margin-top: 0;
  font-size: 30px;
}

.heading-klein-5.wei {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.div-block-717 {
  max-width: 1200px;
}

.image-205 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-text-8 {
  z-index: 10;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.section-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0012281a;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.subtitle-8 {
  z-index: 10;
  color: #002f67;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.subtitle-8.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-718 {
  width: 70%;
}

.heading-gro-7 {
  color: #002f67;
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 1.15em;
}

.heading-gro-7.wei {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.div-block-719 {
  grid-column-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.div-block-720 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  display: grid;
}

.div-block-721 {
  background-image: linear-gradient(#002f67b3, #002f67b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-722 {
  box-shadow: none;
  background-color: #002f67;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-722:hover {
  transform: translate(0, -7px);
}

.text-block-212 {
  color: #002f67;
  font-size: 20px;
  line-height: 1.3em;
}

.div-block-723 {
  width: 30%;
}

.image-206 {
  width: 35px;
}

.hero-background-about {
  object-fit: cover;
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bold-text-11 {
  text-shadow: none;
}

.project_sticky-wrapper {
  height: 80rem;
  position: sticky;
  top: 0;
}

.img_wrapper {
  background-image: url('../images/dsc06608-bearbeitet_1.webp');
  background-position: 20%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-207 {
  height: 100%;
}

.faq-arrow {
  filter: invert();
}

.faq-arrow.black {
  filter: invert();
  background-color: #fff0;
}

.project_list {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #333334;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 60rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.project_list.is-cream {
  z-index: 1;
  background-color: #455156;
  height: 60rem;
  text-decoration: none;
  display: flex;
}

.project_list.hide {
  display: flex;
}

.project_list.is-blue {
  z-index: 3;
  background-color: #000;
}

.size-card-overlay {
  z-index: 2;
  opacity: .76;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, #00000082 47%, #0000 65%);
  position: absolute;
  inset: 0%;
}

.image-208 {
  object-position: 15% 50%;
}

.faq-arrow-box-3 {
  background-color: #153d8a;
  border-left: 2px #c91d22;
  border-radius: 22%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.faq-arrow-box-3.transparent {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 4px #cac900;
  border-radius: 0%;
  box-shadow: 0 2px 30px -2px #ffffff1f;
}

.projects_component {
  margin-top: 40px;
  position: relative;
}

.hover-follow-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img_wrapper3 {
  background-image: url('../images/dsc06587-bearbeitet_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-wrapper-2 {
  width: 50%;
  height: auto;
}

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

.content_bottom {
  margin-right: 0;
}

.image-209 {
  height: 100%;
}

.faq-center-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
}

.container-large-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.small-heading {
  color: #cac900;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
}

.max-width-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.size-card-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  width: 100vw;
  min-height: 50vh;
  max-height: 50vh;
  display: none;
  position: relative;
}

.faq-answer-box-2 {
  background-color: #009a93;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-answer-box-2.white {
  color: #fff;
  background-color: #fff;
  padding-left: 25px;
}

.card-inf {
  background-color: var(--dunkelblau);
  color: var(--dunkelblau);
  border: 2px #eee;
  border-radius: 20px;
  height: auto;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto 20px 40px;
  overflow: hidden;
}

.list_wrapper {
  height: 60rem;
  overflow: hidden;
}

.size-card {
  cursor: pointer;
  border-radius: .75rem;
  flex: 33%;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 12rem 4.3rem 2rem 1.3rem;
  transition: all .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.size-card:hover {
  flex-basis: 30%;
}

.size-card._2 {
  flex-basis: 20%;
  min-width: 33%;
  padding-right: 1.5rem;
}

.size-card._2:hover {
  flex-basis: 35%;
}

.faq-center-copy {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.grid-wrapper-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: none;
  position: relative;
}

.project_scroll-trigger {
  background-color: #09442f;
  width: 0;
  height: 300vh;
}

.project_scroll-trigger.hide-tablet {
  height: 200vh;
}

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

.faq-question-3 {
  color: #fff;
  text-transform: none;
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1em;
}

.image-210 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-210.carolin {
  object-position: 50% 50%;
  min-height: 520px;
}

.main-paragraph-3 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq-container-3 {
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-wrapper-3 {
  background-color: #009a93;
  border-bottom: 1px #c91d22;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -4px #0003;
}

.accordion-wrapper-3._2 {
  box-shadow: none;
  background-color: #fff;
}

.accordion-wrapper-3._2.first {
  box-shadow: none;
}

.image-25 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 500px;
  position: static;
  top: 100px;
}

.section_projects {
  width: 100%;
  display: none;
}

.hover-follow {
  color: #001c64;
  background-color: #f3f3f6;
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-weight: 500;
}

.size-card-content {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-781 {
  width: 100%;
  max-width: 1400px;
}

.h3-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.h3-2.fix-height {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.project_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.p {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 16px;
}

.p.testimonial {
  opacity: 100;
  color: #fff;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.sticky-image-wrapper {
  width: 50%;
  height: 100%;
  min-height: auto;
  position: sticky;
  top: 120px;
}

.faq-trigger-3 {
  cursor: pointer;
  background-color: #009a93;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 5px 0 40px;
  text-decoration: none;
  display: flex;
}

.faq-trigger-3:hover {
  text-decoration: none;
}

.faq-trigger-3._2 {
  background-color: #455156;
}

.faq-trigger-3._3 {
  background-color: #333334;
}

.faq-trigger-3._1 {
  background-color: #000;
}

.card-inf-after {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.size-card-image {
  position: absolute;
  inset: 0%;
}

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

.text-size-small.text-opacity-50 {
  opacity: 1;
  color: #fff;
  font-size: 18px;
}

.big-heading {
  margin-top: 0;
  font-size: 90px;
  line-height: 1.1em;
}

.h3 {
  color: #fff;
  margin-top: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.h3.margin {
  margin-bottom: 40px;
}

.div-block-782 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 10px;
  display: flex;
}

.img_wrapper2 {
  background-image: url('../images/dsc06508-1_1.webp');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.text-size-display {
  font-size: 2.5rem;
  line-height: 1;
}

.card-3 {
  z-index: 30;
  border-radius: 20px;
  width: 50%;
  height: 700px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.credo {
  z-index: 26;
  background-color: var(--helltürkis);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 60px 5%;
  display: flex;
  position: relative;
  top: 0;
}

.size-content {
  min-width: 400px;
}

.lottie-animation-14 {
  width: 60px;
}

.kreis {
  z-index: 28;
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: 3%;
  right: 1vw;
}

.team {
  z-index: 27;
  background-color: var(--white);
  object-fit: fill;
  padding: 60px 5vw;
  position: relative;
}

.quote {
  margin-top: 40px;
  margin-bottom: -20px;
  font-size: 100px;
  font-weight: 600;
  line-height: 80%;
}

.div-block-382 {
  background-color: var(--dunkelblau);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-382.white {
  background-color: var(--helltürkis);
  display: none;
}

.vita-2 {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}

.text-block-171 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4em;
}

.text-block-171.dark {
  color: var(--dunkelblau);
}

.div-block-377 {
  background-color: var(--dunkelblau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-813 {
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-block-213 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-213.dark {
  color: var(--dunkelblau);
}

.div-block-814 {
  background-image: linear-gradient(0deg, #000, #1110);
  padding: 60px 27px 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-211 {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.image-211.r {
  object-position: 10% 50%;
}

.image-211.up {
  object-position: 50% 50%;
}

.image-211.l {
  object-fit: cover;
  object-position: 60% 50%;
}

.text-block-116 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-383 {
  z-index: 0;
  width: 97%;
  height: 97%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-56 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.italic-text-10 {
  font-weight: 400;
  line-height: 150%;
}

.paragraph-21 {
  font-weight: 300;
  line-height: 140%;
}

.paragraph-21._20-px {
  margin-bottom: 40px;
}

.paragraph-21.dark {
  color: var(--black);
}

.div-block-814-copy {
  background-image: none;
  padding: 60px 27px 54px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-213-copy {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.cta-100vw {
  z-index: 110;
  background-color: var(--white);
  background-image: linear-gradient(#002f6780, #002f6780), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5843_cmyk_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -100px;
}

.gmapslink {
  color: var(--dunkelblau);
}

.contact {
  color: var(--dunkelgrau);
  margin-bottom: 10px;
  line-height: 22px;
}

.text-link {
  color: var(--dunkelblau);
  text-decoration: none;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .85;
}

.gesellschaftsname {
  color: var(--dunkelblau);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3em;
}

.inner-footer-nav-2 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.adress {
  color: var(--dunkelgrau);
  margin-bottom: 10px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-101 {
  color: var(--dunkelblau);
  font-size: 16px;
}

.city-image-wrapper {
  width: 100%;
  height: 300px;
  min-height: auto;
  overflow: hidden;
}

.div-block-386 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.inner-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: grid;
}

.inner-grid.margin-bottom-med {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 7px 20px 6px #002f670d;
}

.inner-grid.margin-bottom-medium {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.inner-grid.margin-bottom-medium-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 7px 20px 6px #002f670d;
}

.content-image-2 {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
  position: static;
}

.max-width {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.max-width.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.overlay-hero-digital {
  background-color: #002f6754;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-digital {
  background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5543_cmyk_1.webp');
  background-position: 100% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 0;
}

.green-div {
  background-color: #80bc05;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.div-block-841 {
  background-color: #ffffffe6;
  border-radius: 20px;
  width: 60%;
  padding: 40px;
}

.image-212 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
  display: none;
}

.h-small-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-small {
  color: var(--dunkelblau);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
}

.big-heading-2 {
  color: var(--dunkelblau);
  text-align: left;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2em;
}

.list-item-header-2 {
  color: #002f67;
  order: 1;
  font-size: 20px;
  line-height: 1.3em;
}

.icon-wrapper-2 {
  background-color: #c6e1ec;
  border-radius: 100%;
  padding: 10px;
}

.list-item-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 10px 20px #0000001a;
}

.c-700 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 80px;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.div-block-842 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #002f67;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  inset: -15% -5% auto auto;
}

.button-neu-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #002f67;
  border: 1px #090b19;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.button-neu-2:hover {
  color: #002f67;
  background-color: #c6e1ec;
  border-color: #e2e7f1;
}

.div-block-843 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefit {
  background-image: linear-gradient(to bottom, var(--dunkelblau), var(--dunkelblau));
  border-radius: 7.5px;
  flex-flow: column;
  align-content: space-between;
  width: 24%;
  padding: 35px 20px 25px;
  display: flex;
}

.benefit-aniation {
  max-width: 80px;
}

.navigationwrapper {
  background-color: #f5f7fa;
  border-radius: 20px;
  width: 35%;
  min-height: 50px;
  padding: 10px 20px;
  position: sticky;
  top: 13vh;
}

.link-block-14 {
  background-color: var(--dunkelblau);
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transform: none;
}

.link-block-14.w--current {
  background-color: var(--dunkelblau);
  background-image: linear-gradient(#00000080, #00000080);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transform: none;
}

.image-213 {
  border-radius: 40px;
  padding-right: 0;
}

.list-item-5 {
  background-color: #80bc0500;
  border-left: 3px #d22b25;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px 0 0;
  list-style-type: none;
}

.leistungsbereichewrapper {
  width: 70%;
  min-height: 50px;
  padding-left: 60px;
  padding-right: 20px;
}

.div-block-235 {
  margin-bottom: 20px;
}

.nav-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #80bc05;
  border: 1px solid #80bc05;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-button:hover {
  background-color: #80bc0582;
}

.nav-button._20px {
  pointer-events: auto;
  margin-top: 20px;
}

.wrapper-5 {
  padding: 40px 5% 0;
}

.wrapper-5.nopadding {
  width: 100%;
  max-width: 1400px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.tools {
  background-color: var(--dunkelblau);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.left-wrapper {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

.link-block-15 {
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}

.leistung-2 {
  background-color: #f5f7fa;
  border-top: 5px #d32b25;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.text-block-183 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.leistungenwrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
}

.rich-text-block-5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.div-block-848 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

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

.big-heading-3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #80bc05;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
}

.divider-top-border {
  background-color: #2a9d8f;
  width: 100%;
  height: 3px;
}

.divider-top-border._2 {
  background-image: linear-gradient(#232c37, #232c37);
}

.divider-top-border._3 {
  background-color: #aa164a;
  background-image: linear-gradient(#232c37, #232c37);
}

.divider-top-border._1 {
  background-color: #232c37;
  border-radius: 4px;
  margin-right: -2px;
}

.main-paragraph {
  color: var(--black);
  text-align: left;
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.steps-2 {
  color: var(--dunkelblau);
  text-align: left;
  -webkit-text-stroke-color: var(--türkisblau);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
}

.top-border-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-border-block.mg-bottom-40px {
  justify-content: flex-end;
  align-items: center;
}

.process-line-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.grid-3-column._0px-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-bottom: 0;
}

.circle-divider {
  border: 1px solid var(--dunkelblau);
  background-color: var(--dunkelblau);
  border-radius: 100%;
  flex: none;
  width: 22px;
  height: 22px;
}

.circle-divider._3 {
  border: 1px solid var(--dunkelblau);
  background-color: var(--dunkelblau);
}

.circle-divider._2 {
  background-color: #aa164a;
}

.circle-divider._1 {
  background-color: #aa164a;
  margin-left: auto;
}

.stage-1.right-mg-40px {
  background-color: var(--white);
  color: #034441;
  border-radius: 12px;
  max-width: none;
  height: 100%;
  margin-right: 20px;
  padding: 30px;
}

.kontakt-digital {
  z-index: 50;
  width: 100%;
  overflow: hidden;
}

.bg {
  background-image: linear-gradient(#002f6780, #002f6780), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-2 {
  margin-bottom: 10px;
}

.bold-text-12 {
  font-weight: 600;
}

.button-8 {
  letter-spacing: .1px;
  background-color: #222;
  padding: 10px 28px;
  font-weight: 700;
  transition: all .3s;
}

.button-8:hover {
  transform: scale(1.02);
}

.heading-149 {
  color: var(--dunkelblau);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 75px;
  line-height: 1.1em;
}

.gesellschaftsname-2 {
  color: #575757;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3em;
}

.div-block-407 {
  padding-left: 20px;
  display: none;
}

.image-89 {
  filter: invert();
  width: 55px;
  height: 55px;
}

.div-block-385 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.adress-2 {
  margin-bottom: 10px;
}

.text-block-214 {
  color: #575757;
}

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

.kontakttext {
  text-align: left;
}

.text-block-136 {
  color: var(--dunkelblau);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-408 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.div-block-384 {
  border-right: 1px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.section-26 {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  padding: 140px 5vw 74px;
  display: flex;
  position: relative;
}

.div-block-406 {
  max-width: 1400px;
  display: flex;
}

.content-image-3 {
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.lottie-animation-15 {
  width: 70px;
}

.list-6 {
  margin-top: 0;
}

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

.div-block-654-copy-copy {
  background-color: var(--türkisblau);
  border-radius: 100%;
  width: 250px;
  height: 250px;
}

.mobile {
  display: none;
}

.image-184-copy-copy {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.div-block-856 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.code-embed-3 {
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.section-74 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 5% 60px;
  display: flex;
}

.rtb_info {
  max-width: 1400px;
  font-size: 18px;
  line-height: 1.5em;
}

.big-heading-4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 40px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1em;
}

.big-heading-4.dark {
  color: #003a78;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  font-size: 90px;
}

.heading-150 {
  margin-top: 20px;
}

.text-block-206-copy {
  color: #002f67;
  font-size: 18px;
  line-height: 1.6em;
}

.div-block-699-copy {
  grid-column-gap: 50px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  display: flex;
}

.div-block-857 {
  margin-top: 40px;
  display: flex;
}

.rich-text-block-11 {
  color: var(--dunkelblau);
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.list-8 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.rich-text-block-12 {
  color: var(--dunkelblau);
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.list-9 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.rich-text-block-13 {
  color: var(--dunkelblau);
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.rich-text-block-14 {
  color: #243d47;
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.rich-text-block-14 ul {
  color: var(--dunkelblau);
}

.rich-text-block-15, .rich-text-block-16 {
  color: var(--dunkelblau);
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (min-width: 1280px) {
  .button.maps {
    position: relative;
  }

  .card-hover-item {
    padding: 0;
  }

  .heading-gro {
    position: static;
  }

  .text.k-rzer {
    color: var(--white);
    text-align: center;
  }

  .text.k-rzer.zentriert, .text.k-rzer.zentriert.wei {
    width: 100%;
  }

  .text._70 {
    font-size: 18px;
  }

  .flie-text {
    justify-content: flex-start;
  }

  .div-block-109 {
    min-height: 250px;
  }

  .card.content-left.testimonial-v1 {
    height: 400px;
  }

  .image-121 {
    height: 30px;
  }

  ._2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .kontakt {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .leistung {
    z-index: 50;
    width: 100%;
    position: relative;
  }

  .link-block-7 {
    height: 500px;
  }

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

  .h {
    color: #002f67;
    margin-top: 0;
    font-size: 48px;
  }

  .text-neu.k-rzer {
    color: var(--white);
    text-align: center;
  }

  .div-block-565.no-bg {
    background-color: #0000;
  }

  .flex-benefits-digital {
    max-width: 1400px;
  }

  .button-neu.maps {
    position: relative;
  }

  .heading-cta {
    position: static;
  }

  .panel {
    width: 13vw;
    height: 22vh;
  }

  .container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero-inner {
    height: 500px;
  }

  .cards-wrapper {
    top: -100px;
  }

  .div-block-642 {
    width: 110%;
  }

  .heading-gro-2 {
    color: #fff;
    position: static;
  }

  .c-700-copy {
    max-width: 1400px;
  }

  .heading-gro-3 {
    position: static;
  }

  .image-189 {
    height: 30px;
  }

  .standort-2, .cta-3 {
    z-index: 50;
    width: 100%;
    position: relative;
  }

  .button-6.maps {
    position: relative;
  }

  .heading-23 {
    color: #002f67;
    margin-top: 0;
    font-size: 48px;
  }

  .div-block-684 {
    min-height: 250px;
  }

  .section-6 {
    z-index: 50;
    background-color: #fff;
    width: 100%;
    position: relative;
  }

  .heading-gro-4 {
    color: #fff;
    position: static;
  }

  .text-102.k-rzer {
    color: #fff;
    text-align: center;
  }

  .link-block-13 {
    height: 500px;
  }

  .card-hover-item-2 {
    padding: 0;
  }

  .image-195 {
    height: 30px;
  }

  .cta-4 {
    z-index: 50;
    width: 100%;
    position: relative;
  }

  .image-196 {
    object-position: 50% 0%;
  }

  .heading-140 {
    color: #002f67;
    margin-top: 0;
    font-size: 48px;
  }

  .heading-gro-5 {
    color: #fff;
    position: static;
  }

  .image-199 {
    height: 30px;
  }

  .cta-5 {
    z-index: 50;
    width: 100%;
    position: relative;
  }

  .heading-142 {
    color: #002f67;
    margin-top: 0;
    font-size: 48px;
  }

  .heading-gro-6 {
    color: #fff;
    position: static;
  }

  .image-203 {
    height: 30px;
  }

  .cta-6 {
    z-index: 50;
    width: 100%;
    position: relative;
  }

  .heading-144 {
    color: #002f67;
    margin-top: 0;
    font-size: 48px;
  }

  .heading-gro-7 {
    color: #fff;
    position: static;
  }

  .small-heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .image-210.carolin {
    min-height: auto;
  }

  .credo {
    background-color: #fff;
    flex-flow: column;
    padding: 60px 5%;
    display: flex;
    position: relative;
  }

  .c-700 {
    max-width: 1400px;
  }

  .kontakt-digital {
    background-color: #fff;
  }

  .div-block-856 {
    aspect-ratio: auto;
  }

  .code-embed-3 {
    min-height: auto;
    max-height: none;
  }

  .big-heading-4.dark {
    flex-flow: column;
  }
}

@media screen and (min-width: 1440px) {
  .home-hero {
    padding-bottom: 80px;
  }

  .subtitle {
    font-size: 24px;
  }

  .xxl-heading.two {
    font-size: 76px;
  }

  .xxl-heading.one {
    font-size: 66px;
  }

  .button {
    font-size: 18px;
    font-weight: 400;
  }

  .services-card {
    padding: 48px;
  }

  .heading-gro.hero {
    font-size: 48px;
  }

  .heading-gro.wei.links {
    font-size: 63px;
  }

  .heading-gro.hero-stellen {
    font-size: 50px;
  }

  .heading-gro.weiss {
    font-size: 55px;
  }

  .color-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .wrapper-2 {
    align-items: stretch;
  }

  .slide-photo.photo-1 {
    background-position: 50% 70%;
  }

  .slide-photo.photo-2 {
    background-position: 0%;
  }

  .zitat {
    font-size: 20px;
  }

  .name.links {
    font-size: 46px;
  }

  .name-titel.weniger-abstand {
    font-size: 28px;
  }

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

  .heading-bersicht.dunkel.bold {
    font-size: 32px;
  }

  .heading-medium {
    font-size: 38px;
  }

  .heading-prozess {
    font-size: 32px;
  }

  .zahl {
    font-size: 24px;
  }

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

  .div-block-364 {
    padding-top: 35px;
    padding-bottom: 45px;
  }

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

  .div-block-109 {
    min-height: 300px;
    padding: 40px 50px;
  }

  .offene-stellen {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .stelle-titel {
    padding: 30px;
  }

  .bildhintergrund {
    padding-bottom: 350px;
  }

  .section-sticky {
    padding-top: 120px;
  }

  .div-block-367 {
    margin-bottom: 40px;
  }

  .content-footer {
    font-size: 16px;
  }

  .navbar-wrapper {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
  }

  .navbar-no-shadow-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card.content-left.testimonial-v1 {
    height: 450px;
    padding: 68px 56px;
  }

  .h {
    font-size: 52px;
  }

  .h.groesser {
    font-size: 58px;
  }

  .button-neu {
    font-size: 18px;
    font-weight: 400;
  }

  .heading-cta.hero {
    font-size: 48px;
  }

  .heading-cta.wei.links {
    font-size: 63px;
  }

  .heading-cta.hero-stellen {
    font-size: 50px;
  }

  .heading-cta.weiss {
    font-size: 55px;
  }

  .container-2 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .hero-inner {
    height: 600px;
  }

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

  .subtitle-cta {
    font-size: 24px;
  }

  .cards-wrapper {
    top: -109px;
  }

  .button-5 {
    font-size: 18px;
    font-weight: 400;
  }

  .heading-gro-2 {
    font-size: 66px;
  }

  .heading-gro-2.hero {
    font-size: 48px;
  }

  .div-block-650 {
    margin-top: -23%;
  }

  .image-184-copy {
    display: none;
  }

  .div-block-670 {
    justify-content: flex-end;
    align-items: flex-start;
    inset: 0%;
  }

  .div-block-673 {
    background-color: var(--dunkelblau);
    opacity: .58;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    left: -91px;
  }

  .hero-secondary {
    padding-bottom: 80px;
  }

  .xxl-heading-home.two {
    font-size: 76px;
  }

  .xxl-heading-home.one {
    font-size: 66px;
  }

  .div-block-15.v3 {
    top: auto;
    bottom: 0%;
    left: auto;
  }

  .h3-margins.homepage {
    height: auto;
  }

  .subtitle-4 {
    font-size: 24px;
  }

  .home-hero-2 {
    padding-bottom: 80px;
  }

  .button-6 {
    font-size: 18px;
    font-weight: 400;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .heading-23.groesser {
    font-size: 58px;
  }

  .div-block-682 {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .div-block-684 {
    min-height: 300px;
    padding: 40px 50px;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
  }

  .subtitle-5, .zahl-2 {
    font-size: 24px;
  }

  .heading-gro-4 {
    font-size: 66px;
  }

  .heading-gro-4.weiss {
    font-size: 55px;
  }

  .heading-gro-4.hero {
    font-size: 48px;
  }

  .heading-gro-4.wei.links {
    font-size: 63px;
  }

  .xxl-heading-2.one {
    font-size: 66px;
  }

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

  .button-7 {
    font-size: 18px;
    font-weight: 400;
  }

  .heading-140 {
    font-size: 52px;
  }

  .subtitle-6 {
    font-size: 24px;
  }

  .heading-gro-5 {
    font-size: 66px;
  }

  .heading-142 {
    font-size: 52px;
  }

  .subtitle-7 {
    font-size: 24px;
  }

  .heading-gro-6 {
    font-size: 66px;
  }

  .heading-144 {
    font-size: 52px;
  }

  .subtitle-8 {
    font-size: 24px;
  }

  .heading-gro-7 {
    font-size: 66px;
  }

  .size-card-component {
    width: 80vw;
  }

  .size-card._2:hover {
    flex-basis: 35%;
  }

  .button-neu-2 {
    font-size: 18px;
    font-weight: 400;
  }

  .stage-1.right-mg-40px {
    max-width: none;
  }

  .image-184-copy-copy {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero {
    padding-bottom: 100px;
  }

  .subtitle {
    font-size: 28px;
  }

  .xxl-heading.two {
    font-size: 80px;
  }

  .xxl-heading.one {
    font-size: 75px;
  }

  .button {
    font-size: 20px;
  }

  .heading-gro.hero {
    font-size: 42px;
  }

  .heading-gro.hero-stellen {
    font-size: 55px;
  }

  .text, .text.k-rzer.zentriert, .text.k-rzer.zentriert.wei {
    font-size: 22px;
  }

  .slide-photo.photo-2 {
    background-position: 0%;
  }

  .image {
    top: -32%;
  }

  .image._2 {
    top: -33%;
  }

  .name.links {
    font-size: 48px;
  }

  .name-titel.weniger-abstand {
    font-size: 30px;
  }

  .element-bersicht {
    padding: 40px 40px 40px 50px;
  }

  .heading-bersicht.dunkel.mittig, .heading-bersicht.dunkel.bold, .heading-prozess {
    font-size: 36px;
  }

  .lottie-animation, .lottie-animation-2 {
    width: 500px;
  }

  .zahl {
    font-size: 28px;
  }

  .lottie-animation-3 {
    width: 500px;
  }

  .heading-text {
    font-size: 32px;
  }

  .flie-text {
    font-size: 23px;
  }

  .flie-text.mittig {
    font-size: 22px;
  }

  .content-neu {
    max-width: 1400px;
  }

  .stelle-titel {
    padding: 40px;
  }

  .bildhintergrund {
    padding-top: 300px;
    padding-bottom: 450px;
  }

  .section-sticky {
    padding-top: 140px;
  }

  .div-block-367 {
    margin-bottom: 40px;
  }

  .div-block-373 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-regular {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-376 {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
  }

  .image-4 {
    height: 750px;
    max-height: none;
  }

  .arbeitsplatz {
    padding-top: 0;
  }

  .quote-text {
    max-width: 550px;
    font-size: 26px;
  }

  .text-block-195 {
    font-weight: 400;
  }

  .image-117 {
    height: 550px;
  }

  .div-block-550 {
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .heading-wrapper.center {
    max-width: 1200px;
  }

  .heading-wrapper._5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-block-7 {
    height: 580px;
  }

  .image-115 {
    object-position: 50% 40%;
  }

  .slide {
    background-position: 50% 0;
  }

  .div-block-211 {
    background-image: linear-gradient(#fff 3%, #0000 20%);
  }

  .div-block-210 {
    max-width: 1400px;
  }

  .karriere-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-3 {
    background-position: 50% 0;
  }

  .slider-2 {
    max-width: 1400px;
    height: 800px;
  }

  .image-27 {
    object-position: 50% 30%;
  }

  .div-block-36 {
    padding-top: 202px;
    padding-bottom: 202px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .image-178 {
    object-position: 50% 20%;
  }

  .h {
    font-size: 56px;
  }

  .slide-4 {
    background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5858_1.webp');
    background-position: 50% 15%;
    background-size: cover;
  }

  .text-neu, .text-neu.k-rzer.zentriert, .text-neu.k-rzer.zentriert.wei {
    font-size: 22px;
  }

  .single-bg-image._6 {
    height: auto;
  }

  .button-neu {
    font-size: 20px;
  }

  .heading-cta.hero {
    font-size: 42px;
  }

  .heading-cta.hero-stellen {
    font-size: 55px;
  }

  .panel {
    width: 210px;
    height: 160px;
  }

  .container-2 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .hero-inner {
    height: 800px;
  }

  .subtitle-cta {
    font-size: 28px;
  }

  .button-5 {
    font-size: 20px;
  }

  .heading-gro-2 {
    font-size: 70px;
  }

  .heading-gro-2.hero {
    font-size: 42px;
  }

  .hero-secondary {
    padding-bottom: 100px;
  }

  .div-block-339 {
    min-height: 80vh;
  }

  .image-110.aerzte {
    object-position: 50% 13%;
  }

  .xxl-heading-home.two {
    font-size: 80px;
  }

  .xxl-heading-home.one {
    font-size: 75px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-15 {
    width: 200px;
    height: 200px;
  }

  .div-block-15.v2 {
    width: 250px;
    height: 250px;
    top: 46%;
    left: 12%;
  }

  .div-block-15.v3 {
    bottom: 1%;
    right: 11%;
  }

  .subtitle-4 {
    font-size: 28px;
  }

  .text-101 {
    font-size: 22px;
  }

  .scroll-card {
    position: static;
  }

  .div-block-654-copy {
    right: 9%;
  }

  .div-block-680 {
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .home-hero-2 {
    padding-bottom: 100px;
  }

  .image-190 {
    height: 550px;
  }

  .button-6 {
    font-size: 20px;
  }

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

  .slide-5 {
    background-position: 50% 0;
  }

  .container-large-2 {
    max-width: 1000px;
  }

  .lottie-animation-11 {
    width: 500px;
  }

  .section-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle-5, .zahl-2 {
    font-size: 28px;
  }

  .slider-5 {
    max-width: 1400px;
    height: 800px;
  }

  .div-block-688 {
    max-width: 1400px;
  }

  .image-191 {
    object-position: 50% 40%;
  }

  .heading-gro-4 {
    font-size: 70px;
  }

  .heading-gro-4.hero {
    font-size: 42px;
  }

  .slide-6 {
    background-position: 50% 0;
  }

  .text-102, .text-102.k-rzer.zentriert, .text-102.k-rzer.zentriert.wei {
    font-size: 22px;
  }

  .lottie-animation-12 {
    width: 500px;
  }

  .xxl-heading-2.one {
    font-size: 75px;
  }

  .text-block-202 {
    font-weight: 400;
  }

  .link-block-13 {
    height: 580px;
  }

  .lottie-animation-13 {
    width: 500px;
  }

  .heading-bersicht-2.dunkel.mittig {
    font-size: 36px;
  }

  .div-block-692 {
    background-image: linear-gradient(#fff 3%, #0000 20%);
  }

  .element-bersicht-2 {
    padding: 40px 40px 40px 50px;
  }

  .button-7 {
    font-size: 20px;
  }

  .heading-140 {
    font-size: 56px;
  }

  .image-197 {
    object-position: 50% 20%;
  }

  .subtitle-6 {
    font-size: 28px;
  }

  .heading-gro-5 {
    font-size: 70px;
  }

  .text-block-205 {
    font-weight: 400;
  }

  .div-block-704 {
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .image-200 {
    height: 550px;
  }

  .heading-142 {
    font-size: 56px;
  }

  .div-block-706 {
    padding-top: 202px;
    padding-bottom: 202px;
  }

  .image-201 {
    object-position: 50% 20%;
  }

  .subtitle-7 {
    font-size: 28px;
  }

  .heading-gro-6 {
    font-size: 70px;
  }

  .text-block-208 {
    font-weight: 400;
  }

  .div-block-714 {
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .image-204 {
    height: 550px;
  }

  .heading-144 {
    font-size: 56px;
  }

  .div-block-716 {
    padding-top: 202px;
    padding-bottom: 202px;
  }

  .image-205 {
    object-position: 50% 20%;
  }

  .subtitle-8 {
    font-size: 28px;
  }

  .heading-gro-7 {
    font-size: 70px;
  }

  .text-block-211 {
    font-weight: 400;
  }

  .projects_component {
    width: 100%;
    max-width: 1400px;
  }

  .container-large-3 {
    max-width: 1400px;
  }

  .faq-answer-box-2 {
    border-top: 1px #000;
    margin-top: 0;
    padding-top: 0;
  }

  .faq-trigger-3 {
    border-bottom: 1px #000;
  }

  .card-3 {
    background-color: #455156;
  }

  .credo {
    height: auto;
    top: 0;
  }

  .size-content {
    min-width: 600px;
  }

  .div-block-386 {
    grid-column-gap: 25px;
  }

  .overlay-hero-digital {
    justify-content: flex-end;
    align-items: center;
  }

  .button-neu-2 {
    font-size: 20px;
  }

  .top-border-block.mg-bottom-40px {
    justify-content: flex-end;
    align-items: center;
  }

  .stage-1.right-mg-40px {
    margin-right: 20px;
  }

  .kontakt-digital {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-849 {
    grid-column-gap: 25px;
    max-width: 1300px;
  }

  .text-block-136 {
    font-size: 18px;
  }

  .div-block-406 {
    max-width: 1300px;
  }

  .div-block-856 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  ul {
    font-size: 17px;
  }

  .home-hero {
    background-color: var(--dunkelblau);
    height: auto;
    min-height: 780px;
  }

  .home-hero.secondary {
    min-height: 800px;
  }

  .subtitle {
    letter-spacing: 2px;
    font-size: 16px;
  }

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

  .hero-bottom-feature {
    width: 50%;
  }

  .image-overlay {
    background-image: none;
    background-position: 0 0;
  }

  .hero-button-sec {
    padding-top: 20px;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .background-cover {
    height: 600px;
  }

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

  .hero-content-wrapper {
    max-width: none;
  }

  .button:hover {
    background-color: var(--dunkelblau);
    color: var(--white);
  }

  .button.weiss {
    padding: 12px 20px;
  }

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

  .button.nav-bar:hover {
    background-color: var(--dunkelblau);
    color: var(--white);
  }

  .button.white-t {
    background-color: var(--türkisblau);
    color: var(--dunkelblau);
  }

  .button.t-blau {
    background-color: var(--türkisblau);
  }

  .nav-menu, .mega-category-list {
    display: none;
  }

  .left-navbar {
    width: 100%;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .body-display.dark {
    color: #090b19;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .dropdown {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .search-wrapper {
    display: flex;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: #090b19;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

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

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

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

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-card {
    padding: 36px 24px;
  }

  .heading-gro {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .heading-gro.wei {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .heading-gro.weiss {
    font-size: 40px;
  }

  .heading-klein {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

  .heading-klein._643 {
    color: var(--dunkelblau);
    font-size: 32px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .navigation {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text {
    text-align: center;
    font-size: 16px;
  }

  .text.k-rzer.zentriert.wei, .text.k-rzer.zentriert.dunkel {
    font-size: 18px;
  }

  .text.wei {
    font-size: 17px;
  }

  .text.wei.k-rzer.links, .text.wei.k-rzer.rechts {
    font-size: 18px;
  }

  .text._70 {
    width: auto;
  }

  .wir-stellen-uns-vor {
    background-image: linear-gradient(#002f6778, #002f6778), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6150_cmyk_1.webp');
    background-position: 0 0, 50% 26%;
    background-size: auto, cover;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .color-block {
    justify-content: center;
  }

  .review-button {
    margin-top: 30px;
  }

  .quotes {
    top: -28%;
  }

  .wrapper-2 {
    flex-flow: column;
    margin-top: 20px;
  }

  .right-arrow {
    right: -10%;
  }

  .left-arrow {
    left: -10%;
  }

  .testimonial {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-bersicht-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .dot-block {
    width: 24px;
  }

  .info-scroll-background {
    height: auto;
    display: none;
    position: static;
  }

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

  ._60-containr {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .feature-component {
    height: auto;
  }

  .mw-container.grap40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-size-regular.text-color-white {
    font-size: 20px;
  }

  .overlay-2.dark-overlay {
    display: none;
  }

  .overlay-2.uberuns {
    background-image: linear-gradient(90deg, #002f67b3, #fff0 80%), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-6150_cmyk_1.webp');
    background-position: 0 0, 50% 0;
  }

  .scroll-image {
    display: none;
  }

  .page-padding {
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-content {
    min-height: auto;
  }

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

  .feature-column {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 5%;
  }

  .feature-column.right-feature-column {
    place-items: center;
    margin-top: 30rem;
    padding-right: 5%;
  }

  .background-video-3 {
    display: none;
  }

  .bewerbungsprozess {
    margin-bottom: 0;
    display: none;
  }

  .benefits {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-11 {
    height: 350px;
    position: relative;
  }

  .image-11.yoga {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .image-11.arbeitsumfeld {
    object-position: 50% 45%;
  }

  .image-11._1, .image-11._2, .image-11._3, .image-11._4, .image-11._5, .image-11._6, .image-11._7, .image-11._8, .image-11._9, .image-11._10 {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .div-block-300 {
    height: auto;
  }

  .heading-text {
    font-size: 22px;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-364 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 20px 0 12px;
    top: 0;
  }

  .flie-text {
    justify-content: flex-start;
    width: auto;
  }

  .div-block-109 {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-109.mehrabstand {
    padding-top: 100px;
  }

  .drop-down-heading {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 20px;
  }

  .content-neu {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .banner-content {
    justify-content: center;
    align-items: center;
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .banner-categories, .wrapper-3, .banner-wrapper {
    padding-top: 0;
  }

  .background-banner.projects-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/screenshot-2024-04-10-114046_1.webp');
    background-position: 0 0, 80%;
    background-image: linear-gradient(to bottom, null, null), url('../images/screenshot-2024-04-10-114046_1.webp');
    background-position: 0 0, 80%;
  }

  .standorte {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .standorte.no-bottom-padding.clip {
    height: auto;
  }

  .div-block-366 {
    padding-top: 60px;
  }

  .offene-stellen {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .stelle-titel {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-content {
    width: 50%;
  }

  .graphic {
    font-size: 1vw;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .footer {
    background-color: var(--white);
    padding-bottom: 20px;
  }

  .content-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .button-primary, .button-primary._20px {
    font-size: 14px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .icon-4 {
    color: #353434;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .grid {
    align-items: flex-start;
  }

  .div-block-374 {
    padding: 10px;
  }

  .text-block-2 {
    font-size: 70px;
  }

  .text-block-3 {
    font-size: 17px;
  }

  .div-block-376 {
    width: 100%;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 25px;
  }

  .text-100.bold.color-accent-1.text-uppercase {
    font-size: 15px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 0;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .card.content-left.testimonial-v1 {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-1-column {
    grid-row-gap: 15px;
  }

  .grid-1-column.gap-row-24px {
    grid-row-gap: 29px;
  }

  .flex-horizontal {
    display: flex;
  }

  .heading-8 {
    text-align: center;
    margin-top: 0;
    font-size: 38px;
  }

  .heading-9.klein {
    margin-top: 0;
  }

  .image-4 {
    height: 350px;
  }

  .div-block-435 {
    align-items: center;
    padding: 20px;
    position: relative;
  }

  .arbeitsplatz {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-436 {
    flex-direction: column;
    display: flex;
  }

  .div-block-434 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quote-text {
    text-align: center;
    max-width: none;
    font-size: 22px;
    line-height: 1.5em;
  }

  .quote-text.groesser {
    text-align: center;
    max-width: none;
    font-size: 24px;
  }

  ._2-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    margin-top: 20px;
  }

  .text-block-197 {
    font-size: 17px;
  }

  .white.center {
    font-size: 40px;
  }

  .text-block-195 {
    font-size: 17px;
  }

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

  .text-block-192 {
    font-size: 14px;
  }

  .subheading {
    text-align: left;
    font-size: 17px;
  }

  .subheading.max {
    margin-top: 0;
  }

  .h2 {
    font-size: 55px;
  }

  .link-block-7 {
    height: 350px;
  }

  .div-block-211 {
    background-image: linear-gradient(#fff, #0000 34% 86%);
  }

  .slider-2 {
    height: 550px;
  }

  .div-block-551 {
    margin-top: 20px;
  }

  .heading-18 {
    font-size: 20px;
    line-height: 1.2em;
  }

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

  .heading-17.stellenkleiner {
    font-size: 28px;
    line-height: 1.3em;
  }

  .rich-text-block {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-44 {
    width: 100%;
  }

  .heading-21 {
    margin-top: 0;
    font-size: 36px;
  }

  .heading-21.mittig {
    font-size: 36px;
  }

  .section-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-43 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-42 {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .button-4 {
    order: 1;
    margin-top: 10px;
    font-size: 16px;
  }

  .button-4.static {
    margin-top: 0;
  }

  .menuekgjw {
    background-color: var(--helltürkis);
  }

  .heading-19 {
    font-size: 40px;
  }

  .div-block-179 {
    flex-flow: column;
    display: flex;
  }

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

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

  .heading-22 {
    padding-bottom: 40px;
    font-size: 40px;
  }

  .heading-22.big {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .div-block-29 {
    width: 284.41px;
    margin-bottom: 20px;
    display: flex;
  }

  .split-content.about-v2-right {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    position: static;
  }

  .split-content.about-v2-left {
    max-width: 100%;
    max-height: 400px;
    margin-right: 0;
    position: static;
  }

  .link-3 {
    font-size: 17px;
    display: block;
  }

  .content-top.about-v2 {
    max-width: 600px;
  }

  .div-block-30 {
    align-items: center;
    width: 284.41px;
    display: flex;
  }

  .heading-6 {
    margin-top: 20px;
    font-size: 17px;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    width: 100%;
    position: static;
  }

  .image-177.style-1.about-v2-1 {
    height: 350px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-16 {
    height: 360px;
  }

  .h.groesser {
    font-size: 50px;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .link-block-6 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button-2 {
    margin-left: 21px;
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .image-77 {
    width: 25px;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .desktop-wrapper {
    display: none;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-link-3 {
    margin: 7px 0;
  }

  .flowout-button.flowout-button-cta.mobilemenue {
    min-height: auto;
    padding: 10px 40px;
    font-size: 14px;
  }

  .nav-menu-3 {
    background-color: #fff;
    border: 1px solid #0721251a;
    padding: 21px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button-image {
    display: block;
  }

  .div-block-555 {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

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

  .section_hero {
    padding-top: 0;
  }

  ._5-div {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ber-uns {
    flex-flow: column;
    padding-top: 60px;
  }

  .ber-uns.about-us {
    margin-bottom: 0;
  }

  .services-moving-tab {
    border-top: 4px solid #4169e1;
    border-right-style: none;
    border-radius: 18px;
    width: 500px;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    top: 150px;
    bottom: auto;
  }

  .services-moving-tab._3 {
    clear: none;
    border-radius: 18px;
    margin-top: 150px;
    margin-right: 0;
    position: sticky;
    top: 280px;
    left: 0;
    right: 0;
  }

  .services-moving-tab._2 {
    border-radius: 18px;
    margin-left: 0;
    top: 220px;
    left: 0;
    right: 0;
  }

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

  .text-neu.k-rzer.zentriert.wei, .text-neu.k-rzer.zentriert.dunkel, .text-neu.wei.k-rzer.links, .text-neu.wei.k-rzer.rechts {
    font-size: 18px;
  }

  .cta_number-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .number_text {
    font-size: 20px;
  }

  .div-block-564 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-565 {
    margin-bottom: 20px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .flex-benefits-digital {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-outer-wrapper {
    width: 100%;
  }

  .div-block-567 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 5fr;
  }

  .heading-cta {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

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

  .heading-cta.wei {
    font-size: 42px;
  }

  .heading-cta.weiss {
    font-size: 40px;
  }

  .full-div {
    height: auto;
  }

  .leisung-neu {
    background-color: var(--dunkelblau);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
  }

  .container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-inner {
    height: 320px;
  }

  .full-div-cta {
    background-image: linear-gradient(#002f67ab, #002f67ab), url('../images/leonhard-niederwimmer-vmtdawqze5g-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-638 {
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle-cta {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .clip-cta {
    min-height: auto;
    margin-bottom: 20px;
  }

  .leistung-links-div {
    margin-top: 0;
  }

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

  .c-nav_brand {
    margin-left: 4px;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .c-page {
    height: auto;
    overflow: visible;
  }

  .div-block-640 {
    flex-flow: column;
  }

  .container-large {
    padding-left: 3%;
    padding-right: 3%;
    bottom: -40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .cards-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    top: -100px;
  }

  .button-secondary {
    white-space: nowrap;
  }

  .card-head {
    font-size: 17px;
  }

  .card_component {
    width: 100%;
    box-shadow: 0 7px 20px 6px #002e661a;
  }

  .card_component:hover {
    opacity: 1;
  }

  .div-block-642 {
    width: 100%;
  }

  .div-block-643 {
    border-bottom: 1px solid var(--white);
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .link-block-8:hover {
    background-color: var(--white);
  }

  .button-5.weiss {
    padding: 10px 20px;
  }

  .heading-26 {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
  }

  .heading-gro-2 {
    font-size: 50px;
  }

  .heading-gro-2.hero {
    font-size: 30px;
  }

  ._5-div-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ber-uns-copy {
    flex-flow: column;
  }

  .ber-uns-copy.about-us {
    margin-bottom: 0;
  }

  .div-block-650 {
    margin-top: -40%;
  }

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

  .div-block-652-copy {
    width: 100%;
    position: static;
    top: 0;
  }

  .heading-circle {
    display: none;
    inset: auto auto 0% 0%;
  }

  ._5-div-auto-hight {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c-700-copy {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .leisung-neu-copy {
    background-color: var(--dunkelblau);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .div-block-656 {
    background-position: 50% 30%;
  }

  .image-wrapper-neu {
    height: 500px;
    position: static;
  }

  .div-block-657-copy-copy {
    background-color: var(--dunkelblau);
  }

  .div-block-658-copy {
    right: -50%;
  }

  .div-block-659 {
    top: 0%;
    left: -3%;
  }

  .background-video-5 {
    z-index: 4;
    height: auto;
    min-height: 600px;
  }

  .div-block-630 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .div-block-661 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-links-div {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    font-size: 16px;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--dunkelblau);
    color: #fff;
    border-radius: 8px;
  }

  .footer-menu-block {
    margin-top: 0;
    font-size: 15px;
  }

  .nav-link-4-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .div-block-663 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    padding-left: 20px;
  }

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

  .footer-link-two {
    font-size: 14px;
  }

  .div-block-666 {
    padding-top: 40px;
  }

  .div-block-668 {
    height: 1px;
  }

  .image-185-copy {
    object-fit: contain;
    min-width: 73px;
    max-width: 40px;
    max-height: 100px;
  }

  .div-block-666-copy {
    justify-content: flex-start;
    align-items: flex-end;
    bottom: -110px;
    left: 0;
    right: auto;
  }

  .image-185-copy-copy {
    object-fit: contain;
    min-width: 80px;
    max-width: 80px;
    max-height: 100px;
  }

  .div-block-675 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-secondary {
    height: 400px;
    padding-bottom: 40px;
  }

  .flex-horizontal-2 {
    width: 100%;
  }

  .div-block-341 {
    margin-bottom: 0;
  }

  .slide-nav-3 {
    text-align: center;
    justify-content: center;
    bottom: -13px;
  }

  .beschriftung {
    text-align: center;
    inset: 300px 0% auto;
  }

  .paragraph-15 {
    color: var(--white);
    text-align: center;
  }

  .link-wrap {
    justify-content: center;
  }

  .div-block-340 {
    background-color: var(--dunkelblau);
    max-width: 100%;
    padding: 30px 20px 14px;
  }

  .hover-underline {
    display: none;
  }

  .nav-link-5 {
    text-transform: capitalize;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.8;
  }

  .nav-link-5.page.dark {
    font-size: 18px;
  }

  .text-navlink {
    text-transform: capitalize;
    font-size: 28px;
  }

  .text-navlink.small {
    font-size: 18px;
  }

  .text-navlink.small.nothiddenmobile {
    text-transform: uppercase;
    font-size: 16px;
  }

  .div-block-339 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-110 {
    max-height: 350px;
    position: static;
  }

  .image-110.aerzte {
    object-position: 50% 14%;
  }

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

  .xxl-heading-home {
    text-align: center;
    margin-top: 10px;
    font-size: 32px;
  }

  .einleitung-leistung {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .einleitung-leistung.no-bottom-padding.clip {
    height: auto;
  }

  .div-block-347 {
    position: static;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-6 {
    text-transform: capitalize;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.8;
  }

  .nav-link-6.page.dark {
    font-size: 18px;
  }

  .heading-137 {
    text-align: center;
    margin-bottom: 10px;
  }

  .leistungen-aufz-hlung {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq_arrow {
    width: 20px;
  }

  .faq_divider {
    background-color: var(--türkisblau);
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq_wrapper {
    border-top-color: var(--türkisblau);
    margin-top: 20px;
  }

  .div-block-676 {
    position: static;
  }

  .nav-link-7 {
    text-transform: capitalize;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.8;
  }

  .nav-link-7.page.dark {
    font-size: 18px;
  }

  .heading-138 {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-17 {
    background-color: var(--helltürkis);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-features {
    width: auto;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expand {
    height: auto;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .flex-space.mobile-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .heading-box {
    width: 100%;
  }

  .inline-block.right-border {
    font-size: 16px;
  }

  .h3-big {
    font-size: 40px;
    line-height: 1em;
  }

  .h3-margins {
    height: 1.1em;
    margin-bottom: 3px;
    font-size: 28px;
  }

  .h3-margins.homepage {
    align-items: flex-start;
    font-size: 28px;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .paragraph-17.white {
    font-size: 17px;
  }

  .subtitle-3.little {
    text-align: center;
    margin-top: 6px;
    font-size: 16px;
  }

  .center-box {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .div-block-362 {
    margin-top: 10px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .icon-border {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gr-nde {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .crad {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-reason {
    text-align: center;
    font-size: 17px;
    line-height: 1.2em;
  }

  .subtitle-4 {
    font-size: 16px;
  }

  .heading-gro-3 {
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .scroll-card {
    width: 100%;
    height: auto;
    max-height: 500px;
    bottom: 0%;
  }

  .full-image {
    min-height: auto;
  }

  .ansprechspartner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .paragraph-19 {
    font-size: 16px;
  }

  .content-wrapper-2 {
    padding: 1.6rem;
  }

  .media-wrapper {
    height: auto;
  }

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

  .flex-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-12 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-circle-form-2.hell {
    margin-top: 0%;
    margin-left: 0%;
  }

  .info-scroll-background-2 {
    height: auto;
    display: none;
    position: static;
  }

  .page-padding-2 {
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .home-hero-2 {
    background-color: var(--dunkelblau);
    justify-content: flex-end;
    align-items: center;
    min-height: 780px;
  }

  .button-6 {
    background-color: var(--türkisblau);
  }

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

  .benefits-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-content-2 {
    margin-bottom: 40px;
  }

  .heading-23, .heading-23.groesser {
    font-size: 32px;
  }

  .div-block-682 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 20px 0 12px;
    top: 0;
  }

  .div-block-683 {
    padding-top: 0;
  }

  .bewerbungsprozess-2 {
    margin-bottom: 0;
    display: none;
  }

  .content-bersicht-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-684 {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .stellen {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stellen.no-bottom-padding.clip {
    height: auto;
  }

  .text-block-201 {
    font-size: 17px;
  }

  .video-feature-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper-3 {
    display: flex;
  }

  .subtitle-5, .subtitle-5.wei {
    font-size: 16px;
  }

  .clip-3.hero {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .overlay-3.dark-overlay {
    display: none;
  }

  .slider-5 {
    height: 550px;
  }

  .div-block-687 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-688 {
    margin-top: 20px;
  }

  .heading-gro-4 {
    font-size: 50px;
  }

  .heading-gro-4.weiss {
    font-size: 32px;
  }

  .heading-gro-4.hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .heading-gro-4.wei {
    padding-bottom: 0;
    font-size: 32px;
  }

  .feature-content-2 {
    min-height: auto;
  }

  .text-102 {
    text-align: left;
    line-height: 1.4em;
  }

  .text-102.wei.k-rzer.links {
    font-size: 17px;
  }

  .text-102.k-rzer.zentriert.dunkel, .text-102.k-rzer.zentriert.wei {
    width: 100%;
    font-size: 17px;
  }

  .text-102.zentriert {
    font-size: 17px;
  }

  .wrapper-4 {
    padding-top: 0;
  }

  .xxl-heading-2 {
    font-size: 64px;
  }

  .xxl-heading-2.one {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .text-block-202 {
    font-size: 17px;
  }

  .div-block-690 {
    height: auto;
  }

  .image-193 {
    height: 350px;
    position: relative;
  }

  .image-193._8, .image-193._7 {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .link-block-13 {
    height: 350px;
  }

  .div-block-691 {
    padding: 10px;
  }

  .wir-stellen-uns-vor-2 {
    background-color: #002f67;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .image-194 {
    width: 30px;
  }

  .heading-bersicht-2, .heading-bersicht-2.dunkel.mittig {
    font-size: 17px;
  }

  .grid-27 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .testimonial-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-692 {
    background-image: linear-gradient(#fff, #0000 34% 86%);
  }

  .text-block-203 {
    font-size: 60px;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .hero-content-wrapper-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-bottom: 0;
  }

  .background-video-7 {
    display: none;
  }

  .icon-6 {
    color: #353434;
  }

  .div-block-693 {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .element-bersicht-2 {
    height: auto;
  }

  .navigation-teil-2 {
    padding-bottom: 60px;
  }

  .grid-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
  }

  .div-block-694 {
    background-image: linear-gradient(to bottom, var(--dark-overlay-color-images), var(--dark-overlay-color-images)), linear-gradient(180deg, #0000 13%, #0000 29%, #0000 39%, #0000008f 72%, #0000008f 88%, #000 103%);
    padding-bottom: 40px;
  }

  .cta-4 {
    height: auto;
    min-height: auto;
  }

  .button-7 {
    padding: 10px 20px;
  }

  .heading-140 {
    font-size: 32px;
  }

  .heading-klein-3._2 {
    font-size: 28px;
  }

  .heading-klein-3.wei {
    font-size: 20px;
  }

  .div-block-697 {
    margin-bottom: 20px;
  }

  .text-block-204 {
    font-size: 17px;
  }

  .section-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-6.wei {
    letter-spacing: 2px;
  }

  .div-block-698 {
    width: 100%;
  }

  .heading-gro-5 {
    font-size: 50px;
  }

  .heading-gro-5.wei {
    font-size: 32px;
  }

  .div-block-699 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .div-block-700 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .heading-141 {
    font-size: 32px;
  }

  .text-block-205 {
    font-size: 17px;
  }

  .div-block-701 {
    top: 40px;
  }

  .div-block-702 {
    width: 100%;
  }

  .text-block-206 {
    font-size: 17px;
  }

  .div-block-703 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-198 {
    width: 20px;
  }

  .section-19 {
    height: 300px;
  }

  .text-block-207 {
    font-size: 17px;
  }

  .section-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-708 {
    width: 100%;
  }

  .heading-gro-6 {
    font-size: 50px;
  }

  .heading-gro-6.wei {
    font-size: 42px;
  }

  .div-block-709 {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .div-block-710 {
    flex-flow: column;
    display: flex;
  }

  .heading-143 {
    font-size: 36px;
  }

  .text-block-208 {
    font-size: 17px;
  }

  .div-block-712 {
    width: 100%;
  }

  .div-block-713 {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-21 {
    height: 300px;
  }

  .text-block-210 {
    font-size: 17px;
  }

  .section-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-718 {
    width: 100%;
  }

  .heading-gro-7 {
    font-size: 50px;
  }

  .heading-gro-7.wei {
    font-size: 42px;
  }

  .div-block-719 {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .div-block-720 {
    flex-flow: column;
    display: flex;
  }

  .text-block-211 {
    font-size: 17px;
  }

  .div-block-722 {
    width: 100%;
  }

  .div-block-723 {
    width: 100%;
    margin-bottom: 20px;
  }

  .project_sticky-wrapper {
    position: static;
    top: 0;
  }

  .faq-arrow {
    width: 17px;
  }

  .project_list, .project_list.is-cream {
    margin-bottom: 3rem;
  }

  .faq-arrow-box-3 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

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

  .faq-center-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .size-card-component {
    flex-flow: column;
    width: 100%;
    min-height: 80vh;
    max-height: none;
  }

  .faq-answer-box-2 {
    padding-right: 30px;
  }

  .card-inf {
    padding-bottom: 20px;
  }

  .list_wrapper {
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .size-card {
    flex: 40%;
    padding: 6rem 0;
    transition-duration: .2s;
    transition-timing-function: ease;
  }

  .size-card._2 {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .faq-center-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .grid-wrapper-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .faq-question-3 {
    font-size: 22px;
  }

  .image-210.khang, .image-210.carolin {
    object-position: 50% 30%;
  }

  .main-paragraph-3 {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
  }

  .main-paragraph-3.why {
    text-align: left;
  }

  .accordion-wrapper-3 {
    background-color: #009a93;
    box-shadow: 0 6px 20px -9px #0003;
  }

  .image-25 {
    max-height: 450px;
  }

  .h3-2 {
    font-size: 24px;
    line-height: 1.1em;
  }

  .project_content {
    width: 15rem;
    margin-left: 1rem;
  }

  .p.testimonial {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .faq-trigger-3 {
    padding-left: 30px;
  }

  .div-block-782 {
    flex-flow: column;
  }

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

  .card-3 {
    width: 100%;
    height: 500px;
  }

  .credo, .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-382 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-813 {
    min-height: 430px;
  }

  .text-block-213 {
    font-size: 20px;
  }

  .div-block-814 {
    padding-bottom: 20px;
  }

  .div-block-383 {
    border-width: 0;
    display: block;
  }

  .grid-56 {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .text-block-213-copy {
    font-size: 20px;
  }

  .cta-100vw {
    background-color: var(--dunkelblau);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .gesellschaftsname {
    margin-top: 5px;
  }

  .inner-footer-nav-2 {
    flex-direction: column;
  }

  .standort-3, .text-block-101 {
    font-size: 17px;
  }

  .city-image-wrapper {
    width: 100%;
    height: 400px;
  }

  .div-block-386 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .max-width.left {
    justify-content: center;
    align-items: center;
  }

  .overlay-hero-digital {
    padding-bottom: 40px;
  }

  .hero-digital {
    background-image: url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5543_cmyk_1.webp');
    background-position: 50% 0;
    height: 800px;
  }

  .div-block-841 {
    width: auto;
  }

  .h-small {
    font-size: 15px;
  }

  .big-heading-2 {
    text-align: left;
    font-size: 38px;
  }

  .list-item-header-2 {
    font-size: 18px;
  }

  .list-item-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-700 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-842 {
    top: -7%;
  }

  .benefit {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    padding: 20px;
  }

  .benefit-aniation {
    max-width: 60px;
  }

  .navigationwrapper {
    background-color: var(--helltürkis);
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leistungsbereichewrapper {
    width: 65%;
    padding-left: 20px;
  }

  .nav-button._20px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-11 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2em;
  }

  .leistung-2 {
    background-color: var(--helltürkis);
    margin-bottom: 20px;
    padding: 20px;
  }

  .leistung-2.last {
    margin-bottom: 0;
  }

  .text-block-183 {
    font-size: 17px;
  }

  .image-90 {
    width: 20px;
  }

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

  .h-small-2 {
    font-size: 15px;
  }

  .div-block-848 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .text-block-90 {
    margin-left: 17px;
  }

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

  .big-heading-3 {
    text-align: left;
    font-size: 38px;
  }

  .button-primary-3 {
    margin-top: 10px;
  }

  .main-paragraph {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
  }

  .steps-2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .process-line-block {
    justify-content: space-between;
  }

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

  .grid-3-column._0px-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
    justify-content: space-between;
  }

  .stage-1.right-mg-40px {
    background-color: var(--white);
    margin-right: 0;
    padding: 20px 10px;
  }

  .bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_1.webp');
    background-position: 0 0, 50%;
  }

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

  .heading-149 {
    font-size: 50px;
  }

  .gesellschaftsname-2 {
    margin-top: 5px;
  }

  .div-block-407 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .standort-4 {
    font-size: 17px;
  }

  .div-block-849 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .kontakttext {
    font-size: 22px;
  }

  .text-block-136 {
    margin-bottom: 10px;
  }

  .div-block-408 {
    justify-content: center;
    align-items: center;
  }

  .div-block-384 {
    border-right-style: none;
    margin-bottom: 0;
  }

  .section-26 {
    background-color: var(--helltürkis);
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .div-block-406 {
    flex-direction: column;
  }

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

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

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

  .bold-text-13 {
    font-size: 15px;
  }

  .list-7 {
    font-size: 17px;
  }

  .div-block-856 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .code-embed-3 {
    aspect-ratio: 16 / 9;
    min-height: auto;
    max-height: none;
    padding-top: 0;
  }

  .section-74 {
    padding-top: 100px;
  }

  .big-heading-4 {
    margin-left: 0;
    font-size: 55px;
  }

  .big-heading-4.dark {
    white-space: break-spaces;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 50px;
  }

  .text-block-206-copy {
    font-size: 17px;
  }

  .div-block-703-copy {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-699-copy {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .div-block-857 {
    margin-top: 0;
  }

  .rich-text-block-11, .rich-text-block-12, .rich-text-block-13, .rich-text-block-14, .rich-text-block-15, .rich-text-block-16 {
    width: 100%;
    margin-right: 0;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  ul {
    font-size: 15px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .home-hero {
    min-height: 620px;
  }

  .subtitle {
    padding-bottom: 10px;
  }

  .subtitle.wei {
    font-size: 16px;
  }

  .subtitle.wei.links {
    text-align: center;
  }

  .subtitle.wei.mobile-dark {
    color: var(--dunkelblau);
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .xxl-heading {
    font-size: 54px;
  }

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

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .button {
    padding: 10px 20px;
  }

  .button.t-blau {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    padding-left: 18px;
  }

  .search-wrapper {
    display: none;
  }

  .nav-link {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

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

  .menu-wrapper {
    display: none;
  }

  .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

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

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .heading-gro.hero {
    font-size: 28px;
  }

  .heading-gro.wei {
    padding-bottom: 0;
    font-size: 24px;
  }

  .heading-gro.wei.links {
    text-align: center;
    font-size: 40px;
  }

  .heading-gro.wei.mobile-dark {
    color: var(--dunkelblau);
  }

  .heading-gro.weiss {
    font-size: 35px;
  }

  .heading-klein._643 {
    font-size: 24px;
  }

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

  .navigation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text {
    font-size: 15px;
  }

  .text.k-rzer.zentriert.wei, .text.k-rzer.zentriert.dunkel {
    width: 100%;
    font-size: 16px;
  }

  .text.wei {
    font-size: 15px;
  }

  .text.wei.k-rzer.links, .text.wei.k-rzer.rechts {
    text-align: center;
    font-size: 16px;
  }

  .text.wei.mobile-dark {
    color: var(--dunkelblau);
  }

  .text.zentriert {
    font-size: 16px;
  }

  .text._70 {
    font-size: 15px;
  }

  .wrapper-content.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .color-block {
    padding: 10px;
  }

  .review-text {
    font-size: 16px;
    line-height: 1.5em;
  }

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

  .ber-uns2 {
    top: 0;
  }

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

  .element-bersicht {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-bersicht {
    font-size: 20px;
  }

  .step {
    justify-content: center;
    padding: 20px;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .scroll-container {
    top: 71px;
  }

  .scroll-base {
    position: relative;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
    padding-top: 0;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    min-height: 110vh;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    margin-top: 10px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .info-scroll-background {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

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

  .text-size-regular.text-color-white {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-medium {
    text-align: center;
    font-size: 26px;
  }

  .feature-column {
    grid-column-gap: 6rem;
    grid-row-gap: 2.75rem;
  }

  .feature-column.right-feature-column {
    grid-column-gap: 9rem;
    grid-row-gap: 2.25rem;
    margin-top: 4rem;
  }

  .heading-prozess {
    font-size: 26px;
  }

  .zahl {
    padding-bottom: 0;
  }

  .benefits {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-11, .image-11.yoga, .image-11._1, .image-11._2, .image-11._3, .image-11._4, .image-11._5, .image-11._6, .image-11._7, .image-11._8, .image-11._9, .image-11._10 {
    height: 250px;
  }

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

  .heading-text.wei.mittig {
    font-size: 20px;
  }

  .div-block-364 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .flie-text {
    font-size: 16px;
  }

  .div-block-109 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-109.mehrabstand {
    padding-top: 20px;
  }

  .drop-down-heading {
    font-size: 18px;
  }

  .content-neu {
    position: static;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .image-cover-wrapper {
    width: 100%;
  }

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

  .banner-wrapper, .background-banner.projects-banner {
    height: auto;
  }

  .standorte {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offene-stellen {
    margin-top: 20px;
  }

  .section-sticky {
    height: auto;
  }

  .sticky-content {
    flex-direction: column;
  }

  .graphic {
    font-size: 2vw;
  }

  .sticky-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-item.is--mirror {
    background-image: linear-gradient(270deg, #2bded3, #0000);
  }

  .wrapper-tech {
    height: auto;
    position: static;
  }

  .navigation-links-stellen {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 20px;
  }

  .button-primary {
    font-size: 14px;
  }

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

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .grid {
    flex-flow: column;
    align-items: center;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .paragraph-9 {
    margin-top: 10px;
    font-size: 16px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .text-100 {
    font-size: 14px;
  }

  .text-100.bold.color-accent-1.text-uppercase {
    font-size: 13px;
  }

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

  .heading-8 {
    font-size: 34px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .heading-9.klein {
    font-size: 13px;
  }

  .div-block-435 {
    background-image: linear-gradient(96deg, #fff 25%, #ffffff14 83%, #fff0 99%);
    padding-left: 5%;
    padding-right: 5%;
  }

  .arbeitsplatz {
    padding: 0 0%;
  }

  .div-block-434 {
    padding-left: 0;
  }

  .quote-text {
    font-size: 16px;
  }

  ._2-wrapper {
    margin-top: 20px;
  }

  .text-block-197 {
    font-size: 16px;
  }

  .white.center {
    font-size: 35px;
  }

  .text-block-195, .kontakt {
    font-size: 16px;
  }

  .div-block-550 {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    padding: 20px 5vw;
  }

  .div-block-547 {
    padding: 0 5vw;
  }

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

  .heading-wrapper.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading {
    text-align: center;
    border-top-width: 2px;
    font-size: 16px;
  }

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

  .leistung {
    padding-top: 10px;
  }

  .h2 {
    font-size: 45px;
  }

  .link-block-7 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-115 {
    padding-top: 0;
  }

  .karriere-section {
    background-color: var(--dunkelblau);
    position: relative;
  }

  .mask-2 {
    min-height: 400px;
  }

  .slide-3 {
    background-image: url('../images/9_1.webp');
    background-position: 100% 0;
  }

  .slider-2 {
    height: 500px;
  }

  .div-block-551 {
    flex-flow: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .list-item-2 {
    flex-flow: column;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .rich-text-block {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .heading-21, .heading-21.mittig {
    font-size: 32px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .button-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .button-4.static {
    font-size: 14px;
  }

  .menuekgjw {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-19 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .div-block-179 {
    flex-direction: column;
    display: flex;
  }

  .div-block-7 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-5 {
    height: auto;
    font-size: 20px;
  }

  .heading-22 {
    text-align: center;
    font-size: 32px;
  }

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

  .image-6 {
    width: 30px;
  }

  .split-content.about-v2-right {
    margin-bottom: 0;
  }

  .link-3 {
    font-size: 16px;
  }

  .content-top.about-v2 {
    max-width: 520px;
  }

  .image-15 {
    width: 30px;
  }

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

  .image-177.style-1 {
    border-radius: 20px;
  }

  .image-177.style-1.about-v2-1 {
    height: 300px;
  }

  .section-16 {
    height: 250px;
  }

  .h {
    font-size: 40px;
  }

  .h.groesser {
    font-size: 45px;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-77 {
    width: 25px;
  }

  .main-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .desktop-wrapper {
    display: none;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .flowout-button.flowout-button-cta {
    font-size: 14px;
  }

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

  .card-background {
    border-radius: 1.5rem;
  }

  .hero-heading {
    margin-bottom: -48vw;
    font-size: 12.3vw;
  }

  .hero-text, .hero-text._2 {
    text-align: center;
    justify-content: center;
  }

  .einf-hrungszeichen-icon {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 24px;
  }

  ._5-div {
    padding-bottom: 60px;
  }

  .ber-uns {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .services-moving-tab {
    border-top: 4px solid #4169e1;
    border-right-style: none;
    width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
    top: 80px;
  }

  .services-moving-tab._3 {
    z-index: 1;
    margin-top: 100px;
    top: 200px;
  }

  .services-moving-tab._2 {
    margin-top: 100px;
    top: 140px;
  }

  .heading-25 {
    margin-top: 0;
    font-size: 20px;
  }

  .text-neu {
    font-size: 16px;
  }

  .text-neu.k-rzer.zentriert.wei, .text-neu.k-rzer.zentriert.dunkel {
    width: 100%;
    font-size: 16px;
  }

  .text-neu.wei.k-rzer.links, .text-neu.wei.k-rzer.rechts {
    text-align: center;
    font-size: 16px;
  }

  .text-neu.zentriert {
    font-size: 16px;
  }

  .icon-circle {
    width: 35px;
    height: 35px;
  }

  .list-item-header {
    font-size: 25px;
  }

  .heading-cta {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .heading-cta.hero {
    font-size: 28px;
  }

  .heading-cta.wei {
    padding-bottom: 20px;
    font-size: 32px;
  }

  .heading-cta.wei.links {
    text-align: center;
    font-size: 40px;
  }

  .heading-cta.weiss {
    font-size: 35px;
  }

  .panel {
    width: 105px;
    height: 100px;
  }

  .scene {
    order: -1;
    width: 100%;
    margin-top: 40px;
    position: static;
    inset: -200px auto 0% 0%;
  }

  .container-2 {
    padding: 20px 30px;
  }

  .container-2.hero {
    padding-bottom: 60px;
  }

  .banner {
    height: 100px;
  }

  .hero-inner {
    flex-direction: column-reverse;
    height: auto;
  }

  .div-block-570 {
    position: static;
  }

  .grid-26 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-height: 550px;
  }

  .div-block-637 {
    background-image: none;
  }

  .subtitle-cta {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .subtitle-cta.wei.links {
    text-align: center;
  }

  .einf-hrungszeichen {
    padding: 10.2564vw 5.12821vw 30.7692vw 6.15385vw;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-autotabs_image {
    margin-right: auto;
  }

  .c-autotabs_image.cc-pane-crypto {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    margin-right: -24px;
    display: block;
  }

  .c-autotabs_content {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-container.cc-nav {
    justify-content: center;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-body-bg {
    width: 90%;
  }

  .c-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .c-body_bg {
    width: auto;
    height: 70vh;
    top: 8%;
  }

  .c-nav_buttons {
    display: none;
  }

  .c-title-2 {
    font-size: 7vw;
    font-weight: 500;
    line-height: 44px;
  }

  .card-img {
    width: 10rem;
    height: 10rem;
  }

  .paragraph {
    font-size: 15px;
  }

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

  .card-front {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .card-head {
    text-align: left;
    font-size: 20px;
  }

  .card_component {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 7px 20px 6px #002f670d;
  }

  .button-5.weiss {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-26 {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .heading-gro-2 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-gro-2.hero {
    font-size: 28px;
  }

  ._5-div-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ber-uns-copy {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .div-block-652-copy {
    box-shadow: 0 7px 20px 6px #002e651a;
  }

  ._5-div-auto-hight {
    min-height: 360px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  ._5-div-auto-hight.hintergrund {
    background-color: var(--helltürkis);
  }

  .image-184 {
    min-height: auto;
  }

  .background-video-5 {
    min-height: 390px;
    margin-top: 80px;
  }

  .div-block-630 {
    justify-content: center;
    align-items: center;
  }

  .div-block-629 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .link-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .image-185 {
    max-width: 300px;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-dropdown-link.w--current {
    color: var(--dunkelblau);
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .footer-menu-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .nav-link-4-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-toggle-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-663 {
    justify-content: space-around;
    width: 100%;
  }

  .div-block-666 {
    border-bottom: 1px solid var(--dunkelblau);
    width: 100%;
  }

  .div-block-666-copy {
    bottom: 0;
    left: auto;
    right: 0;
  }

  .div-block-675 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-341 {
    margin-bottom: 20px;
  }

  .slide-nav-3 {
    bottom: -6px;
  }

  .beschriftung {
    top: 239px;
  }

  .paragraph-15 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .div-block-340 {
    margin-top: -20px;
    padding-bottom: 0;
  }

  .text-block-118 {
    font-size: 18px;
  }

  .image-110 {
    max-height: 300px;
  }

  .xxl-heading-home {
    font-size: 24px;
  }

  .einleitung-leistung {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h4 {
    font-size: 20px;
  }

  .section-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-677 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .intro-features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .expand {
    align-items: center;
    font-size: 14px;
  }

  .paragraph-16 {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-7 {
    font-weight: 400;
  }

  .flex-space.mobile-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .leistungen_startseite {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-box {
    width: 100%;
  }

  .bold-text-8 {
    font-weight: 400;
  }

  .inline-block.right-border {
    font-size: 14px;
  }

  .h3-big {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
  }

  .div-block-15 {
    width: 90px;
    height: 90px;
  }

  .h3-margins {
    font-size: 20px;
  }

  .h3-margins.homepage {
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
  }

  .paragraph-17 {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-17.white {
    font-size: 15px;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .link-block-arrow {
    object-fit: contain;
    width: 7px;
  }

  .subtitle-3 {
    font-size: 18px;
    line-height: 27px;
  }

  .subtitle-3.little {
    margin-bottom: 0;
    font-size: 14px;
  }

  .bold-text-9, .bold-text-10 {
    font-weight: 400;
  }

  .center-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-29 {
    text-align: center;
    margin-bottom: 2px;
    font-size: 15px;
  }

  .div-block-362 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .bold-text-5 {
    font-weight: 400;
  }

  .paragraph-18 {
    text-align: center;
    font-size: 14px;
  }

  .icon-border {
    margin-bottom: 15px;
    display: block;
  }

  .gr-nde {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .crad {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subtitle-4 {
    padding-bottom: 10px;
  }

  .heading-gro-3 {
    font-size: 24px;
  }

  .text-101 {
    font-size: 16px;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    max-height: none;
    margin: 1rem 0;
  }

  .ansprechspartner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .link-5 {
    font-size: 15px;
  }

  .div-block-654-copy {
    opacity: .62;
    bottom: 3px;
  }

  .info-scroll-background-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lottie-animation-10 {
    width: 60px;
  }

  .div-block-679 {
    padding: 0 5vw;
  }

  .div-block-680 {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    padding: 20px 5vw;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero-2 {
    min-height: 620px;
  }

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

  .benefits-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-content-2 {
    margin-bottom: 20px;
  }

  .heading-23, .heading-23.groesser {
    font-size: 24px;
  }

  .div-block-682 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .content-bersicht-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-klein-2 {
    font-size: 24px;
  }

  .div-block-684 {
    padding: 20px 40px;
  }

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

  .stellen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-201 {
    font-size: 16px;
  }

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

  .section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-5 {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .subtitle-5.wei.links {
    text-align: center;
  }

  .zahl-2 {
    padding-bottom: 0;
  }

  .slider-5 {
    height: 400px;
  }

  .image-191 {
    padding-top: 0;
  }

  .heading-gro-4 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-gro-4.weiss {
    padding-bottom: 0;
    font-size: 24px;
  }

  .heading-gro-4.hero {
    font-size: 16px;
  }

  .heading-gro-4.wei {
    padding-bottom: 0;
    font-size: 24px;
  }

  .heading-gro-4.wei.links {
    text-align: center;
    padding-bottom: 0;
    font-size: 24px;
  }

  .text-102 {
    font-size: 16px;
  }

  .text-102.wei.k-rzer.links {
    text-align: center;
    font-size: 15px;
  }

  .text-102.k-rzer.zentriert.dunkel, .text-102.k-rzer.zentriert.wei {
    width: 100%;
    font-size: 15px;
  }

  .text-102.zentriert {
    font-size: 15px;
  }

  .wrapper-4 {
    height: auto;
  }

  .xxl-heading-2 {
    font-size: 54px;
  }

  .xxl-heading-2.one {
    font-size: 24px;
  }

  .text-block-202 {
    font-size: 16px;
  }

  .slide-nav-4 {
    font-size: 10px;
  }

  .image-193, .image-193._8, .image-193._7 {
    height: 250px;
  }

  .link-block-13 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wir-stellen-uns-vor-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-base-2 {
    position: relative;
  }

  .list-item-4 {
    flex-flow: column;
  }

  .heading-bersicht-2, .heading-bersicht-2.dunkel.mittig {
    font-size: 16px;
  }

  .grid-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .testimonial-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-203 {
    font-size: 32px;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .element-bersicht-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-teil-2 {
    padding-top: 100px;
    padding-bottom: 40px;
    top: 0;
  }

  .image-195 {
    width: 20px;
    height: 20px;
  }

  .div-block-694 {
    justify-content: flex-end;
    align-items: center;
    padding: 20px 5vw 40px;
  }

  .heading-140, .heading-klein-3 {
    font-size: 24px;
  }

  .heading-klein-3._2 {
    font-size: 20px;
  }

  .heading-klein-3.wei, .text-block-204 {
    font-size: 16px;
  }

  .button-text-6 {
    font-size: 14px;
  }

  .subtitle-6 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .heading-gro-5 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-gro-5.wei {
    padding-bottom: 0;
    font-size: 24px;
  }

  .div-block-700 {
    flex-direction: column;
    display: flex;
  }

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

  .text-block-205 {
    font-size: 16px;
  }

  .div-block-702 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-206 {
    font-size: 15px;
  }

  .div-block-704 {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    padding: 20px 5vw;
  }

  .heading-142 {
    font-size: 40px;
  }

  .section-19 {
    height: 250px;
  }

  .heading-klein-4 {
    font-size: 24px;
  }

  .text-block-207 {
    font-size: 16px;
  }

  .button-text-7 {
    font-size: 14px;
  }

  .subtitle-7 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .heading-gro-6 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-gro-6.wei {
    padding-bottom: 20px;
    font-size: 32px;
  }

  .div-block-710 {
    flex-direction: column;
    display: flex;
  }

  .heading-143 {
    font-size: 32px;
  }

  .text-block-208 {
    font-size: 16px;
  }

  .div-block-712 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-714 {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    padding: 20px 5vw;
  }

  .heading-144 {
    font-size: 40px;
  }

  .section-21 {
    height: 250px;
  }

  .heading-klein-5 {
    font-size: 24px;
  }

  .text-block-210 {
    font-size: 16px;
  }

  .button-text-8 {
    font-size: 14px;
  }

  .subtitle-8 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .heading-gro-7 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-gro-7.wei {
    padding-bottom: 20px;
    font-size: 32px;
  }

  .div-block-720 {
    flex-direction: column;
    display: flex;
  }

  .text-block-211 {
    font-size: 16px;
  }

  .div-block-722 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img_wrapper {
    height: 18rem;
    overflow: visible;
  }

  .project_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .project_list.is-cream {
    overflow: visible;
  }

  .img_wrapper3 {
    height: 18rem;
    overflow: visible;
  }

  .text-wrapper-2 {
    width: 100%;
  }

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

  .content_bottom {
    width: 30rem;
  }

  .faq-center-box {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
  }

  .card-inf {
    height: auto;
    padding: 10px 12px 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .faq-center-copy {
    width: 100%;
  }

  .grid-wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .faq-question-3 {
    width: auto;
    font-size: 20px;
  }

  .image-210.carolin {
    min-height: 380px;
  }

  .main-paragraph-3 {
    font-size: 15px;
  }

  .accordion-wrapper-3 {
    margin-top: 20px;
  }

  .accordion-wrapper-3._2.first {
    margin-top: 0;
  }

  .image-25 {
    height: auto;
    max-height: 300px;
  }

  .h3-2 {
    font-size: 20px;
    line-height: 1.1em;
  }

  .h3-2.fix-height {
    font-size: 20px;
  }

  .project_content {
    align-items: stretch;
    width: auto;
  }

  .p.testimonial {
    margin-bottom: 0;
    font-size: 15px;
  }

  .sticky-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .img_wrapper2 {
    height: 18rem;
    overflow: visible;
  }

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

  .text-size-display {
    font-size: 1.5rem;
  }

  .card-3 {
    height: 400px;
  }

  .credo {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .lottie-animation-14 {
    width: 50px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-813 {
    min-height: 360px;
  }

  .div-block-813.last {
    min-height: 210px;
  }

  .div-block-814 {
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-211 {
    object-position: 30% 40%;
  }

  .image-211.r {
    object-position: 50% 20%;
  }

  .image-211.up {
    object-position: 30% 30%;
  }

  .image-211.l {
    object-position: 80% 50%;
  }

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

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

  .paragraph-21 {
    font-size: 15px;
  }

  .div-block-814-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-213-copy {
    text-align: center;
  }

  .gesellschaftsname {
    margin-top: 0;
    font-size: 18px;
  }

  .text-block-101 {
    font-size: 15px;
  }

  .city-image-wrapper {
    height: 250px;
  }

  .div-block-386 {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .inner-grid.margin-bottom-med, .inner-grid.margin-bottom-medium, .inner-grid.margin-bottom-medium-copy {
    display: flex;
  }

  .overlay-hero-digital {
    padding-bottom: 20px;
  }

  .hero-digital {
    height: 600px;
  }

  .div-block-841 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-212 {
    object-position: 100% 50%;
  }

  .h-small-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .h-small {
    font-size: 13px;
  }

  .big-heading-2 {
    margin-top: 10px;
    font-size: 32px;
  }

  .list-item-header-2 {
    font-size: 18px;
  }

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

  .button-neu-2 {
    padding: 10px 20px;
  }

  .button-neu-2:hover {
    background-color: var(--dunkelblau);
    color: var(--white);
  }

  .div-block-843 {
    margin-top: 10px;
  }

  .benefit {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigationwrapper {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    position: static;
    top: 70px;
    box-shadow: 1px 1px 15px #0000001a;
  }

  .link-block-14 {
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .link-block-14.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-213 {
    width: 180px;
  }

  .list-item-5 {
    margin-top: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .list-item-5.hide {
    display: none;
  }

  .leistungsbereichewrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-235 {
    margin-bottom: 10px;
  }

  .nav-button {
    padding: 8px 20px;
  }

  .nav-button._20px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .wrapper-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tools {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .leistung-2 {
    margin-bottom: 20px;
  }

  .text-block-183 {
    color: #fff;
  }

  .image-90 {
    width: 20px;
    height: 20px;
  }

  .leistungenwrapper {
    padding-bottom: 0;
    display: block;
  }

  .h-small-2 {
    font-size: 13px;
  }

  .rich-text-block-5 {
    margin-bottom: 10px;
  }

  .text-block-90 {
    margin-left: 10px;
    font-size: 12px;
  }

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

  .big-heading-3 {
    margin-top: 10px;
    font-size: 32px;
  }

  .list-5 {
    margin-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .divider-top-border._2 {
    width: 3px;
    height: 100%;
    margin-bottom: -1px;
  }

  .divider-top-border._3 {
    background-color: #04d163;
    width: 3px;
    height: 100%;
  }

  .divider-top-border._1 {
    width: 3px;
    height: 100%;
  }

  .top-border-block.mg-bottom-40px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    margin-bottom: -1px;
  }

  .process-line-block {
    grid-template-columns: 1fr;
  }

  .process-wrapper-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .grid-3-column._0px-gap {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .circle-divider._3, .circle-divider._2 {
    position: relative;
  }

  .circle-divider._1 {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    position: relative;
  }

  .stage-1.right-mg-40px {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .features-card-2 {
    margin-bottom: 20px;
  }

  .features-card-2.last {
    margin-bottom: 0;
  }

  .features-card-2.right-mg-40px {
    margin-bottom: 10px;
  }

  .bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/240523_whg_regensburg_jk_szenische_bilder_auswahl_raw-5336_1.webp');
    background-attachment: scroll, scroll;
    position: absolute;
  }

  .button-8 {
    font-size: 16px;
  }

  .heading-149 {
    font-size: 45px;
  }

  .gesellschaftsname-2 {
    margin-top: 0;
    font-size: 18px;
  }

  .text-block-214 {
    font-size: 18px;
  }

  .div-block-849 {
    flex-direction: column;
    display: flex;
  }

  .kontakttext {
    font-size: 18px;
  }

  .div-block-408 {
    margin-bottom: 10px;
  }

  .div-block-384 {
    margin-bottom: 29px;
  }

  .section-26 {
    padding-top: 134px;
    padding-bottom: 50px;
  }

  .lottie-animation-15 {
    width: 50px;
  }

  .flex-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .list-7 {
    font-size: 15px;
  }

  .rtb_info {
    font-size: 16px;
  }

  .big-heading-4, .big-heading-4.dark {
    font-size: 42px;
  }

  .text-block-206-copy {
    font-size: 15px;
  }

  .rich-text-block-11 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-11 ul {
    padding-left: 20px;
  }

  .rich-text-block-12 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-12 ul {
    padding-left: 20px;
  }

  .rich-text-block-13 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-13 ul {
    padding-left: 20px;
  }

  .rich-text-block-14 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-14 ul {
    padding-left: 20px;
  }

  .rich-text-block-15 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-15 ul {
    padding-left: 20px;
  }

  .rich-text-block-16 {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .rich-text-block-16 ul {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    min-height: 660px;
    padding-bottom: 40px;
  }

  .home-hero.secondary {
    min-height: 590px;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .subtitle {
    letter-spacing: 2px;
  }

  .subtitle.wei.links {
    font-size: 16px;
  }

  .subtitle.mobile-white {
    color: var(--white);
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-button-sec {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    font-size: 36px;
  }

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

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .background-cover {
    height: 340px;
    margin-top: 80px;
  }

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

  .button {
    font-size: 16px;
  }

  .button.t-blau {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

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

  .dropdown-list {
    height: auto;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .navbar {
    height: 65px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

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

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-card {
    padding: 36px 18px;
  }

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

  .heading-gro.hero {
    font-size: 20px;
  }

  .heading-gro.wei {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .heading-gro.wei.links {
    font-size: 28px;
  }

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

  .heading-gro.mobile-white {
    color: var(--white);
  }

  .icon {
    margin-bottom: 36px;
  }

  .heading-klein {
    font-size: 20px;
  }

  .heading-klein._2 {
    font-size: 26px;
  }

  .heading-klein.wei {
    font-size: 16px;
  }

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

  .navigation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text.k-rzer.zentriert.wei {
    width: 100%;
  }

  .text.wei {
    font-size: 15px;
  }

  .text.black.mobile-white {
    color: var(--white);
    font-size: 15px;
    text-decoration: none;
  }

  .wrapper-content {
    margin-bottom: 20px;
  }

  .wir-stellen-uns-vor {
    background-image: linear-gradient(to bottom, var(--dunkelblau), var(--dunkelblau));
    background-position: 0 0;
    padding-bottom: 0;
  }

  .slider {
    flex: none;
    width: 100%;
    height: auto;
  }

  .color-block {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-button {
    margin-top: 10px;
  }

  .slider-nav {
    display: none;
  }

  .quotes {
    inset: -379% 3% auto auto;
  }

  .wrapper-2 {
    margin-top: 10px;
  }

  .slide-photo {
    z-index: 3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 37%;
  }

  .right-arrow {
    display: none;
  }

  .content-wrap {
    z-index: 2;
    padding: 60px 20px 40px;
    top: 0;
  }

  .left-arrow {
    display: none;
  }

  .slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .testimonial {
    padding-bottom: 60px;
  }

  .name {
    font-size: 36px;
  }

  .ber-uns2 {
    background-color: #022146;
    background-image: none;
    background-position: 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-bersicht-grid {
    min-height: 600px;
  }

  .element-bersicht {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .image-2 {
    width: 30px;
  }

  .step {
    align-self: auto;
  }

  .content-wrap-2.anima-1 {
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    width: 90%;
  }

  .img-block.anima-1 {
    width: 60%;
    min-height: auto;
    max-height: none;
  }

  .step-block {
    justify-content: center;
  }

  .content {
    font-size: 20px;
  }

  .step-scroll {
    align-items: center;
  }

  .info-scroll-background {
    height: 95vh;
    bottom: 5vh;
  }

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

  .text-size-regular.text-color-white {
    font-size: 15px;
  }

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

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

  .benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-text, .heading-text.wei.mittig {
    font-size: 18px;
  }

  .div-block-364 {
    padding-left: 10px;
    padding-right: 10px;
    top: 21px;
  }

  .flie-text {
    flex-flow: column;
  }

  .flie-text.mittig {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
  }

  .div-block-109 {
    padding: 20px;
  }

  .div-block-109.mehrabstand {
    padding-top: 5px;
  }

  .drop-down-heading {
    font-size: 16px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .large-heading {
    font-size: 36px;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .button-text-3 {
    font-size: 15px;
  }

  .wrapper-3, .banner-wrapper {
    height: auto;
  }

  .background-banner.projects-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/screenshot-2024-04-10-114046_1.webp');
    background-position: 0 0, 70%;
    background-image: linear-gradient(to bottom, null, null), url('../images/screenshot-2024-04-10-114046_1.webp');
    background-position: 0 0, 70%;
  }

  .standorte {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offene-stellen {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .item-content {
    width: auto;
  }

  .sticky-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-footer {
    flex-flow: column;
  }

  .navbar-stellen {
    height: 65px;
  }

  .image-175 {
    width: 30px;
  }

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

  .whp-span {
    font-size: 22px;
  }

  .button-primary.yellow._20px {
    text-align: center;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

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

  .text-block-2 {
    font-size: 45px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 18px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 0;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.testimonial-v1 {
    height: 470px;
  }

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

  .heading-9 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-9.klein {
    font-size: 11px;
  }

  .image-4 {
    object-position: 80% 50%;
    height: 300px;
  }

  .div-block-435 {
    justify-content: flex-end;
    height: 100%;
    max-height: none;
    padding-bottom: 20px;
    top: 0%;
    bottom: 0%;
  }

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

  .div-block-436 {
    min-height: 500px;
    padding-top: 0;
  }

  .image-121 {
    width: 20px;
    height: 20px;
  }

  ._2-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .white.center {
    font-size: 30px;
  }

  .kontakt {
    font-size: 14px;
  }

  .image-117 {
    height: 350px;
  }

  .div-block-550 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .subheading {
    text-align: center;
    font-size: 15px;
  }

  .subheading.max {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .leistung {
    padding-top: 0;
  }

  .h2 {
    text-align: center;
    font-size: 32px;
  }

  .link-block-7 {
    height: auto;
    min-height: 500px;
  }

  .image-115 {
    min-height: 500px;
  }

  .slide {
    min-height: auto;
  }

  .div-block-211 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 13px;
    display: none;
    position: static;
  }

  .karriere-section {
    padding-top: 0;
  }

  .mask-2 {
    min-height: auto;
  }

  .slide-nav {
    object-fit: contain;
    height: 20px;
    top: 239px;
  }

  .slide-3 {
    background-image: url('../images/9_1.webp');
  }

  .slider-2 {
    height: 350px;
    min-height: auto;
  }

  .list-item-2 {
    flex-flow: column;
  }

  .div-block-36 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .bold-text-2 {
    font-size: 16px;
  }

  .rich-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-21, .heading-21.mittig {
    font-size: 28px;
  }

  .div-block-42 {
    padding: 20px;
  }

  .button-4 {
    order: 1;
    font-size: 12px;
  }

  .button-4.static {
    font-size: 12px;
  }

  .div-block-45 {
    padding: 20px;
  }

  .heading-19 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .div-block-179 {
    margin-top: 20px;
  }

  .div-block-7 {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .heading-5 {
    text-align: left;
    font-size: 17px;
  }

  .heading-22 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 28px;
  }

  .heading-22.big {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28px;
  }

  .div-block-29 {
    width: auto;
  }

  .split-content.about-v2-right {
    margin-bottom: 0;
  }

  .link-3 {
    margin-left: 10px;
  }

  .div-block-30 {
    width: auto;
  }

  .heading-6 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
  }

  .image-177.style-1 {
    border-radius: 15px;
  }

  .image-177.style-1.about-v2-1 {
    height: 200px;
    margin-bottom: 0;
  }

  .text-span-8 {
    display: none;
  }

  .h {
    text-align: center;
    font-size: 30px;
  }

  .h.groesser {
    font-size: 36px;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .mobile-wrapper {
    border: 1px #000;
    height: 105vh;
  }

  .image-77 {
    width: 22px;
  }

  .brand-image {
    max-width: 110px;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .main-container.navbar {
    align-items: stretch;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-grid {
    width: 86vw;
  }

  .div-block-178 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .flowout-button.flowout-button-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flowout-button.flowout-button-cta.mobilemenue {
    padding: 8px 20px;
    font-size: 12px;
  }

  .flowout-button.flowout-button-cta.navbar {
    display: none;
  }

  .nav-menu-3 {
    display: flex;
  }

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

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

  .div-block-556 {
    padding-top: 25px;
  }

  .list-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 20px;
    font-size: 16px;
  }

  .section-text-component {
    margin-top: 0;
  }

  .einf-hrungszeichen-icon {
    font-size: 22px;
  }

  ._5-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 30px;
  }

  .ber-uns {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .ber-uns.about-us {
    object-position: 0% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
  }

  .link-showcase {
    margin-top: 20px;
  }

  .text-neu.k-rzer.zentriert.wei {
    width: 100%;
  }

  .number_text, .list-item-header {
    font-size: 18px;
  }

  .button-neu {
    font-size: 16px;
  }

  .heading-cta {
    text-align: center;
    padding-bottom: 0;
    font-size: 22px;
  }

  .heading-cta.hero {
    font-size: 20px;
  }

  .heading-cta.wei {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .heading-cta.wei.links {
    font-size: 28px;
  }

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

  .leisung-neu {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-570 {
    margin-top: 0;
  }

  .grid-26 {
    grid-template-rows: 200px 200px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-height: 400px;
  }

  .subtitle-cta {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .subtitle-cta.wei.links {
    font-size: 16px;
  }

  .leistung-links-div {
    margin-bottom: 20px;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    width: auto;
    height: auto;
    margin-right: 0;
    position: static;
    transform: translate(16px);
  }

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

  .c-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .c-autotabs_link {
    padding-left: 53px;
    padding-right: 40px;
  }

  .c-autotabs_link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-title-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .container-large {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-img {
    width: 6rem;
    height: 6rem;
    position: relative;
  }

  .cards-wrapper {
    top: auto;
  }

  .card-head {
    font-size: 1rem;
  }

  .card_scroll {
    width: 17rem;
  }

  .button-5 {
    font-size: 16px;
  }

  .heading-26 {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2em;
  }

  .hero-button-wrapper-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .heading-gro-2 {
    font-size: 36px;
  }

  .heading-gro-2.hero {
    font-size: 20px;
  }

  .div-block-647 {
    top: -20px;
  }

  .ber-uns-copy.about-us {
    object-position: 0% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
  }

  .div-block-648 {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  ._5-div-auto-hight.hintergrund {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-184-copy {
    min-height: 200px;
  }

  .image-wrapper-neu {
    height: 300px;
  }

  .div-block-657 {
    height: 50%;
  }

  .div-block-657-copy {
    width: auto;
    display: none;
    top: 41%;
  }

  .div-block-658-copy {
    top: -25px;
  }

  .background-video-5 {
    min-height: 250px;
    margin-top: 0;
  }

  .div-block-630 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .div-block-661 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-block {
    padding-left: 0;
  }

  .image-186 {
    width: 260px;
  }

  .footer-menu-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .div-block-663 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .div-block-665 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-two {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-666 {
    padding-bottom: 20px;
  }

  .div-block-666-copy {
    justify-content: center;
    align-items: flex-end;
    position: static;
  }

  .div-block-674 {
    justify-content: center;
    align-items: center;
  }

  .hero-secondary {
    height: 300px;
    padding-top: 89px;
    padding-bottom: 20px;
  }

  .flex-horizontal-2.wrap {
    height: 20px;
    overflow: hidden;
  }

  .flex-horizontal-2.wrap.small {
    height: 22px;
    overflow: visible;
  }

  .beschriftung {
    top: 151px;
  }

  .div-block-340 {
    max-width: 100%;
  }

  .text-block-118 {
    font-size: 15px;
  }

  .nav-link-5.page {
    padding-left: 0;
    overflow: visible;
  }

  .text-navlink {
    font-size: 16px;
  }

  .text-navlink.small {
    display: none;
  }

  .text-navlink.small.nothiddenmobile {
    font-size: 16px;
    display: block;
  }

  .image-110._123, .image-110.wp {
    object-position: 50% 50%;
  }

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

  .xxl-heading-home {
    margin-top: 0;
    font-size: 22px;
  }

  .xxl-heading-home.one {
    font-size: 36px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .nav-link-6.page {
    padding-left: 0;
    overflow: visible;
  }

  .heading-137 {
    font-size: 26px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .nav-link-7.page {
    padding-left: 0;
    overflow: visible;
  }

  .heading-138 {
    font-size: 26px;
  }

  .intro-features {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .heading-box {
    width: 100%;
  }

  .h3-big {
    font-size: 26px;
    font-weight: 700;
  }

  .div-block-15 {
    top: -4%;
    left: -10%;
  }

  .div-block-15.v3 {
    width: 150px;
    height: 150px;
    bottom: 1%;
  }

  .h3-margins {
    font-size: 20px;
  }

  .subtitle-3.little {
    margin-bottom: 13px;
  }

  .center-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .crad {
    width: 100%;
  }

  .subtitle-4 {
    font-size: 15px;
  }

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

  .scroll-card {
    margin-top: 0;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .content-wrapper-2 {
    padding: 1rem;
  }

  .div-block-654-copy {
    inset: auto 21% 1% auto;
  }

  .info-scroll-background-2 {
    height: 95vh;
    bottom: 5vh;
  }

  .image-189 {
    width: 20px;
    height: 20px;
  }

  .standort-2 {
    padding-top: 0;
  }

  .div-block-680 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-2 {
    min-height: 660px;
    padding-top: 89px;
  }

  .image-190 {
    height: 350px;
  }

  .button-6 {
    font-size: 16px;
  }

  .button-6.maps {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .benefits-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-content-2 {
    margin-bottom: 20px;
  }

  .heading-23 {
    text-align: center;
    font-size: 22px;
  }

  .heading-23.groesser {
    font-size: 24px;
  }

  .div-block-682 {
    padding-left: 10px;
    padding-right: 10px;
    top: 21px;
  }

  .slide-5 {
    min-height: auto;
  }

  .content-bersicht-grid-2 {
    min-height: 600px;
  }

  .heading-klein-2 {
    font-size: 20px;
  }

  .div-block-684 {
    padding: 20px;
  }

  .text-span-17 {
    display: none;
  }

  .vorstellung-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stellen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-text-5 {
    font-size: 14px;
  }

  .section-6 {
    padding-top: 60px;
  }

  .subtitle-5.wei.links {
    font-size: 16px;
  }

  .slider-5 {
    height: 350px;
    min-height: auto;
  }

  .image-191 {
    min-height: 400px;
  }

  .heading-gro-4 {
    font-size: 36px;
  }

  .heading-gro-4.weiss {
    font-size: 22px;
  }

  .heading-gro-4.hero {
    text-align: center;
  }

  .heading-gro-4.wei {
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-gro-4.wei.links {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .text-102 {
    margin-bottom: 4px;
  }

  .text-102.k-rzer.zentriert.wei {
    width: 100%;
  }

  .wrapper-4 {
    height: auto;
  }

  .xxl-heading-2 {
    font-size: 48px;
  }

  .xxl-heading-2.one {
    font-size: 22px;
  }

  .slide-nav-4 {
    object-fit: contain;
    height: 20px;
    top: 239px;
  }

  .link-block-13 {
    height: auto;
    min-height: 400px;
  }

  .div-block-691 {
    padding-bottom: 0;
  }

  .image-194 {
    width: 30px;
  }

  .list-item-4 {
    flex-flow: column;
  }

  .heading-bersicht-2 {
    width: 100%;
    font-size: 16px;
  }

  .heading-bersicht-2.dunkel.mittig {
    font-size: 15px;
  }

  .grid-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-2 {
    padding-bottom: 40px;
  }

  .div-block-692 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 13px;
    display: none;
    position: static;
  }

  .text-block-203 {
    font-size: 45px;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .hero-content-wrapper-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .element-bersicht-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-teil-2 {
    background-color: #022146;
    background-image: none;
    background-position: 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-195 {
    width: 20px;
    height: 20px;
  }

  .div-block-694 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-196 {
    height: 350px;
  }

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

  .heading-140 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-696 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-klein-3, .heading-klein-3._2 {
    font-size: 20px;
  }

  .heading-klein-3.wei {
    font-size: 15px;
  }

  .div-block-697 {
    padding-top: 25px;
  }

  .button-text-6 {
    font-size: 13px;
  }

  .heading-gro-5 {
    font-size: 36px;
  }

  .heading-gro-5.wei {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .div-block-699 {
    padding: 20px;
  }

  .div-block-700 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

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

  .div-block-702 {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .image-199 {
    width: 20px;
    height: 20px;
  }

  .div-block-704 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-200 {
    height: 350px;
  }

  .heading-142 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-706 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-klein-4 {
    font-size: 20px;
  }

  .heading-klein-4._2 {
    font-size: 26px;
  }

  .heading-klein-4.wei {
    font-size: 16px;
  }

  .div-block-707 {
    padding-top: 25px;
  }

  .button-text-7 {
    font-size: 13px;
  }

  .heading-gro-6 {
    font-size: 36px;
  }

  .heading-gro-6.wei {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .div-block-709 {
    padding: 20px;
  }

  .div-block-710 {
    margin-top: 20px;
  }

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

  .div-block-712 {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .image-203 {
    width: 20px;
    height: 20px;
  }

  .div-block-714 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-204 {
    height: 350px;
  }

  .heading-144 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-716 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-klein-5 {
    font-size: 20px;
  }

  .heading-klein-5._2 {
    font-size: 26px;
  }

  .heading-klein-5.wei {
    font-size: 16px;
  }

  .div-block-717 {
    padding-top: 25px;
  }

  .button-text-8 {
    font-size: 13px;
  }

  .heading-gro-7 {
    font-size: 36px;
  }

  .heading-gro-7.wei {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .div-block-719 {
    padding: 20px;
  }

  .div-block-720 {
    margin-top: 20px;
  }

  .div-block-722 {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .project_list.is-cream {
    overflow: hidden;
  }

  .project_list.is-blue {
    height: auto;
    overflow: visible;
  }

  .faq-arrow-box-3 {
    border-left-style: none;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .content_bottom {
    width: auto;
  }

  .faq-center-box {
    padding-right: 20px;
  }

  .faq-answer-box-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .faq-answer-box-2.white {
    padding-left: 20px;
  }

  .card-inf {
    border-color: #fff;
    inset: auto 0% 0%;
  }

  .faq-center-copy {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .grid-wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .faq-question-3 {
    min-width: 140px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .main-paragraph-3.why {
    margin-bottom: 10px;
  }

  .faq-container-3 {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding: 10px 10px 0;
    overflow: visible;
  }

  .accordion-wrapper-3 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .accordion-wrapper-3._2 {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .accordion-wrapper-3._2.first {
    padding-bottom: 0;
  }

  .h3-2 {
    font-size: 20px;
  }

  .p.testimonial {
    font-size: 15px;
    line-height: 1.5em;
  }

  .sticky-image-wrapper {
    height: auto;
  }

  .faq-trigger-3 {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    overflow: hidden;
  }

  .faq-trigger-3._2 {
    padding-bottom: 10px;
  }

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

  .text-size-display {
    font-size: 1.5rem;
  }

  .card-3 {
    min-height: auto;
    max-height: none;
  }

  .div-block-382 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-813 {
    min-height: 400px;
  }

  .div-block-814 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-211.r {
    object-position: 10% 20%;
  }

  .image-211.up {
    object-position: 40% 30%;
  }

  .image-211.l {
    object-position: 60% 50%;
  }

  .text-block-116 {
    font-size: 14px;
  }

  .grid-56 {
    margin-top: 0;
  }

  .div-block-814-copy {
    padding-left: 13px;
    padding-right: 13px;
  }

  .inner-footer-nav-2 {
    flex-direction: column;
  }

  .standort-3 {
    max-width: none;
    margin-top: 10px;
  }

  .text-block-101 {
    font-size: 17px;
  }

  .city-image-wrapper {
    height: 170px;
  }

  .max-width {
    margin-top: 20px;
  }

  .overlay-hero-digital {
    background-color: #0000;
    padding-bottom: 0;
    top: auto;
    bottom: 0%;
  }

  .hero-digital {
    background-color: var(--helltürkis);
    background-image: none;
    height: 670px;
    position: relative;
  }

  .green-div {
    min-width: 12px;
    min-height: 12px;
  }

  .div-block-841 {
    background-color: var(--dunkelblau);
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .image-212 {
    object-position: 80% 50%;
    height: 310px;
    display: block;
    position: absolute;
    inset: 80px 0% auto;
  }

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

  .big-heading-2 {
    font-size: 20px;
  }

  .list-item-header-2 {
    font-size: 18px;
  }

  .div-block-842 {
    top: 64%;
  }

  .button-neu-2 {
    font-size: 16px;
  }

  .navigationwrapper {
    margin-bottom: 20px;
  }

  .rich-text-block-10 {
    line-height: 1.5em;
  }

  .listewrapper {
    border-radius: 15px;
    overflow: hidden;
  }

  .nav-button {
    margin-bottom: 0;
  }

  .nav-button._20px {
    margin-top: 10px;
  }

  .wrapper-5.nopadding {
    padding-top: 10px;
  }

  .tools {
    padding-top: 40px;
  }

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

  .heading-11 {
    text-align: left;
    font-size: 18px;
    line-height: 1.3em;
  }

  .link-block-15 {
    background-color: #fff;
    padding: 5px 10px;
  }

  .leistung-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 30px;
  }

  .leistungenwrapper {
    margin-top: 0;
  }

  .h-small-2, .rich-text-block-5 {
    text-align: left;
  }

  .big-heading-3 {
    font-size: 20px;
  }

  .button-primary-3 {
    display: flex;
  }

  .steps-2 {
    max-width: 250px;
  }

  .process-wrapper-grid {
    margin-bottom: 0;
  }

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

  .stage-1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px 10px 30px;
    display: flex;
  }

  .stage-1.right-mg-40px {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px 20px;
  }

  .kontakt-digital {
    padding-top: 0;
  }

  .heading-149 {
    font-size: 36px;
  }

  .image-89 {
    width: 45px;
    height: 45px;
  }

  .standort-4 {
    max-width: none;
    margin-top: 10px;
  }

  .text-block-214 {
    font-size: 17px;
  }

  .kontakttext, .text-block-136 {
    font-size: 16px;
  }

  .section-26 {
    padding-top: 111px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .mobile {
    border-radius: 8px;
    margin-top: 20px;
    display: block;
  }

  .div-block-856 {
    position: relative;
  }

  .code-embed-3 {
    aspect-ratio: 16 / 9;
  }

  .rtb_info {
    font-size: 15px;
  }

  .big-heading-4 {
    margin-left: 0;
    font-size: 38px;
  }

  .big-heading-4.dark {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    white-space: normal;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 38px;
  }

  .div-block-699-copy {
    padding: 20px;
  }

  .rich-text-block-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-11 ul {
    text-align: left;
    padding-left: 20px;
  }

  .list-8 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 20px;
    font-size: 16px;
  }

  .rich-text-block-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-12 ul {
    text-align: left;
    padding-left: 20px;
  }

  .list-9 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 20px;
    font-size: 16px;
  }

  .rich-text-block-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-13 ul {
    text-align: left;
    padding-left: 20px;
  }

  .rich-text-block-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-14 ul {
    text-align: left;
    padding-left: 20px;
  }

  .rich-text-block-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-15 ul {
    text-align: left;
    padding-left: 20px;
  }

  .rich-text-block-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-16 ul {
    text-align: left;
    padding-left: 20px;
  }
}

#w-node-_0068d9ba-fc7b-39aa-8ed8-7d4e9d05147d-bf438669 {
  justify-self: start;
}

#w-node-ef04629e-12df-0007-9bcf-23afbd5b11b9-bf438669 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12a2725f-b8c2-b435-ad16-201b305422ce-bf438669 {
  justify-self: stretch;
}

#w-node-d283c305-ea51-cecb-f9e8-2583057ea5a5-bf438669 {
  justify-self: center;
}

#w-node-_3e0d07d1-6666-139a-4bd9-9b941d53fe96-0dde5fa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b4c-afadea69 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_8d3b3fd1-5e1f-6803-010a-9e601bf7d53e-afadea69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b4c-cb1aa50e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b5a-cb1aa50e {
  justify-self: start;
}

#w-node-_8d3b3fd1-5e1f-6803-010a-9e601bf7d53e-cb1aa50e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b4c-13f451f0 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b5a-13f451f0 {
  justify-self: start;
}

#w-node-_8d3b3fd1-5e1f-6803-010a-9e601bf7d53e-13f451f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b4c-8a5b622e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1078678f-0104-d163-cbe0-363dd4722b5a-8a5b622e {
  justify-self: start;
}

#w-node-_8d3b3fd1-5e1f-6803-010a-9e601bf7d53e-8a5b622e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562658-39456474 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756266c-39456474 {
  justify-self: start;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f75626bc-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f75626c8-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756270b-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562710-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562715-39456474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756271c-39456474 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756273f-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562744-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562747-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756274c-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756274f-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562754-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562757-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756275c-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756275f-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562764-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562767-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756276c-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756276f-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562774-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562778-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756277d-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562781-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562786-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f7562789-39456474, #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756278e-39456474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f75627b0-39456474 {
  place-self: center;
}

#w-node-_169f07d1-7096-167d-395f-fba113fd298e-f833c851 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_169f07d1-7096-167d-395f-fba113fd299c-f833c851 {
  justify-self: start;
}

#w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fc1-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fc2-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fc3-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fc7-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fcc-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fcd-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fce-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fd2-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fd7-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fd8-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fd9-f833c851, #w-node-a2d88a0d-843b-d3e6-449b-a55009ff6fdd-f833c851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f435e3bc-b5f2-41d3-110f-b192090d9703-f833c851, #w-node-f435e3bc-b5f2-41d3-110f-b192090d971f-f833c851 {
  align-self: stretch;
}

#w-node-_1316e7d6-8500-5dc8-9d8e-e8454a008f7f-ae7c056a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42b7393a-f4be-5100-4f10-8a9e866b3d8b-0013f98f, #w-node-_42b7393a-f4be-5100-4f10-8a9e866b3da1-0013f98f {
  align-self: stretch;
}

#w-node-_1316e7d6-8500-5dc8-9d8e-e8454a008f7f-743882e6, #w-node-_1316e7d6-8500-5dc8-9d8e-e8454a008f7f-e39ec0d2, #w-node-_1316e7d6-8500-5dc8-9d8e-e8454a008f7f-7fca384d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756267b-39456474 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39af5cc0-dbc4-edde-0ad7-ccd7f756267b-39456474 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f33591f-0699-cd7f-7bab-570cc5d70883-1a38308f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9699823d-d1df-c11a-2bfc-71b2fd0e533d-bf438669 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f435e3bc-b5f2-41d3-110f-b192090d9701-f833c851 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f435e3bc-b5f2-41d3-110f-b192090d9703-f833c851 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f435e3bc-b5f2-41d3-110f-b192090d971d-f833c851 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f435e3bc-b5f2-41d3-110f-b192090d971f-f833c851 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42b7393a-f4be-5100-4f10-8a9e866b3d89-0013f98f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42b7393a-f4be-5100-4f10-8a9e866b3d8b-0013f98f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42b7393a-f4be-5100-4f10-8a9e866b3d9f-0013f98f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42b7393a-f4be-5100-4f10-8a9e866b3da1-0013f98f {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}