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

@font-face {
  font-family: Century gothic;
  src: url('../fonts/century-gothic-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FRP Font \- adanac oidar;
  src: url('../fonts/radiocanada-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-black-personal-use.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-light-personal-use.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-thin-personal-use.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-bold-personal-use.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-medium-personal-use.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made coachella personal use;
  src: url('../fonts/made-coachella-regular-personal-use.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #3a3b3c;
  --grey: #707070;
  --gainsboro: #e5e6e6;
  --standardblau--grau: #456d87;
  --standard-hell-blau--grau: #aed0dd;
  --white: white;
  --backgroundcolour: #7390a3;
  --standardhintergrund: #7390a3;
}

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

body {
  color: #eee;
  flex-direction: column;
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.56em;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.28em;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .78em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  max-width: 65ch;
  color: var(--black);
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: gray;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black);
}

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

label {
  color: var(--grey);
  margin-bottom: 5px;
  font-family: Century gothic, sans-serif;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.p1 {
  color: gray;
  font-family: Century gothic, sans-serif;
}

.p1.centered {
  text-align: center;
  font-size: 1em;
}

.p1.centered.white {
  color: var(--gainsboro);
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-size: 24px;
}

.text {
  max-width: 65ch;
  color: var(--grey);
  font-family: Century gothic, sans-serif;
  font-size: 1em;
}

.text.small {
  max-width: none;
  color: var(--black);
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text.tiny {
  margin-top: 20px;
  font-size: 1em;
}

.button {
  background-color: var(--standardblau--grau);
  text-align: center;
  white-space: normal;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  padding: 11px 22px;
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 20px #3333331a;
}

.button:hover {
  background-color: var(--standard-hell-blau--grau);
  color: var(--white);
  border-color: #0000;
  transform: translate(0, -1.5px);
}

.button.outlined {
  color: #20dcc8;
  background-color: #0000;
}

.button.outlined:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.arrow:hover {
  transform: none;
}

.button.gray-hover {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 17px 50px;
  font-family: FRP Font \- adanac oidar, sans-serif;
}

.button.gray-hover:hover {
  background-color: var(--standard-hell-blau--grau);
}

.button.karriere {
  width: auto;
  height: 50px;
  margin-top: 39px;
}

.button._2 {
  border: 2px solid var(--standardblau--grau);
  color: var(--standardblau--grau);
  background-color: #fff0;
  margin-right: 10px;
  font-family: FRP Font \- adanac oidar, sans-serif;
}

.button.hell {
  border: 2px solid var(--standardblau--grau);
  color: var(--black);
  background-color: #c9d4da;
  background-image: url('../images/link.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 35px;
}

.button.weiss {
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/link.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 35px;
}

.button._213123 {
  white-space: nowrap;
  font-family: FRP Font \- adanac oidar, sans-serif;
}

.button._213123.abb {
  margin-top: 20px;
}

.button.extern {
  background-image: url('../images/link-1.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 35px;
}

.button.extern.navbar {
  display: none;
}

.navbar {
  background-color: #fffc;
  width: 100%;
  position: fixed;
}

.navbar.blur {
  background-color: var(--white);
  top: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  height: 100vh;
}

.nav__wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 10px 2%;
  display: flex;
}

.content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.slide-nav {
  display: none;
}

.featured__arrow {
  background-color: var(--grey);
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.footer {
  border-top: 1px solid #0000004d;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer__wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  display: grid;
  position: relative;
}

.footer__content {
  flex-direction: column;
  display: flex;
}

.footer__content.left {
  width: 300px;
  margin-right: 0;
  padding-right: 30px;
}

.footer__link-titles {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 700;
}

.footer__links {
  color: var(--standardblau--grau);
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer__links:hover {
  color: var(--standard-hell-blau--grau);
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.navigation-right {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.link-block {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  display: flex;
}

.link-block:hover {
  color: var(--standard-hell-blau--grau);
  font-weight: 400;
}

.link-block.w--current {
  color: var(--standardblau--grau);
  font-weight: 500;
}

.link-block._2 {
  margin-right: 20px;
  padding: 15px;
}

.link-block._2.w--current {
  color: var(--standardblau--grau);
  font-weight: 500;
}

.logo__footer {
  width: 200px;
  transform: translate(-12px);
}

.social-links__wrapper {
  margin-bottom: 20px;
}

.social__links {
  width: 35px;
  transition: filter .4s, color .4s;
}

.social__links:hover {
  filter: contrast(200%);
}

.mobile-menu {
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav__menu-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav__button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.nav__wrapper__mobile {
  display: none;
}

.clip-text-mobile-links {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-mobile {
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
}

.h1 {
  color: var(--white);
  text-align: center;
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.footer__content-social {
  flex-direction: column;
  display: flex;
}

.content__wrapper-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.content__wrapper-footer.black {
  background-color: var(--gainsboro);
  width: 100%;
  margin-top: -1px;
  padding: 53px 4% 24px;
}

.hero__content {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-text-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.clip-text-hero.lottie {
  padding-top: 40px;
  position: absolute;
  inset: auto 0% 15%;
}

.scroll-down {
  z-index: 50;
  width: 50px;
  position: relative;
}

.hero__title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.button-2 {
  color: #151515;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: gold;
  border-style: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15px 24px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.post-v5-small {
  color: #fff;
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 23vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured {
  z-index: 5;
  color: #fff;
  background-color: gold;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-left: 32px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
  overflow: hidden;
}

.architectural__item {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/shed-design-1-2_photo-8-min.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  min-height: 23vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox-field {
  width: 300px;
  padding-left: 0;
  position: relative;
}

.section-4 {
  background-color: #dde9ee;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.html-embed {
  z-index: 0;
  opacity: .34;
  margin-top: 0;
  position: absolute;
  inset: 26% 0% 0% -16%;
  transform: rotate(3deg);
}

.preloader {
  z-index: 5000;
  background-image: url('../images/steuerberater-rostock.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #eff9fc1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  position: relative;
}

.div-block-4 {
  z-index: 2;
  background-color: #ffffff4d;
  background-image: radial-gradient(circle, #fff, #ffffffe3 25%, #fff0);
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 400px;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 70%;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  top: 25px;
  overflow: hidden;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.the-height-400vh-section {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300vh;
  margin-top: 60px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.heading-12 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.div-block-9 {
  background-color: var(--standardblau--grau);
  flex: 0 auto;
  padding: 20px;
}

.a-block {
  background-color: #dededeb8;
  border-radius: 50px 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  width: 600px;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-6 {
  max-width: 72%;
  color: var(--grey);
  text-align: left;
  margin-top: 8px;
  padding-left: 58px;
  font-weight: 300;
}

.h2-title {
  text-align: center;
  font-size: 40px;
}

.h2-title.white {
  color: #fff;
  text-align: center;
}

.div-block-10 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}

.paragraph-7 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.spacer {
  margin: auto 40px;
}

.lottie-animation {
  width: 100px;
}

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

.button-5 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-padding {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.margin-bottom.margin-large {
  color: var(--black);
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.button-text:hover {
  color: var(--standard-hell-blau--grau);
}

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

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

.scroll-image {
  position: absolute;
  inset: 0%;
}

.overlay.dark-overlay {
  background-color: #0f13168c;
  width: 100%;
  height: 100%;
}

.video-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.section-home-video {
  z-index: 10;
  padding-top: 0;
  position: relative;
}

.info-scroll-background {
  height: 100vh;
  margin-top: 0;
  padding: 60px 1%;
  position: sticky;
  bottom: -15px;
}

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

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

.arrow-icon {
  opacity: 1;
  filter: none;
  width: .875rem;
  margin-top: 3px;
}

.arrow-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: .875rem;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.underline-link:hover {
  color: #fff;
}

.info-scroll-image {
  border-radius: 60px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-feature {
  max-width: 25rem;
}

.video-feature.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-middle-column {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  display: flex;
}

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

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

.video-feature-bottom {
  z-index: 10;
  text-align: center;
  padding-bottom: 25rem;
  position: relative;
}

.feature-video-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.feature-component {
  flex-direction: column;
  display: flex;
}

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

.text-span-2, .text-span-3, .text-span-4 {
  text-decoration: underline;
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-5 {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.project_image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.project_image.vsds {
  z-index: 0;
  filter: grayscale(0%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.project_image.vsds._13242431432 {
  object-position: 50% 0%;
}

.project_name {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}

.project_desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.project_desc:hover {
  color: #fff;
}

.div-block-11 {
  max-width: 1000px;
}

.location-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.slider-arrow-2 {
  background-color: #fff;
  border: 1px solid #efeff7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.slider-arrow-2.right {
  margin-left: 0;
  margin-right: -72px;
}

.location-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -80px;
  display: flex;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-wrapper {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 48px;
  overflow: hidden;
}

.slider-arrow-icon-2 {
  width: 16px;
}

.location-mask {
  width: 50%;
  max-width: 500px;
  overflow: visible;
}

.section-6 {
  background-color: #7390a3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.div-block-12 {
  color: #fff;
  background-color: #fff;
  border-radius: 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  min-height: 300px;
  max-height: 700px;
  padding: 18px;
  font-size: 17px;
  display: flex;
}

.image-11 {
  object-fit: contain;
  width: 200px;
  height: auto;
  max-height: 115px;
  margin-bottom: 10px;
}

.image-11.addison {
  width: 180px;
}

.div-block-231 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.left-arrow-2 {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow-2.right {
  left: 60px;
}

.div-block-232 {
  max-width: 1000px;
}

.h4 {
  text-align: center;
  background-image: url('../images/link.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 30px;
  font-size: 22px;
}

.paragraph-9 {
  color: #707070;
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}

.dynamic-link-preview {
  color: var(--standardblau--grau);
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
  position: static;
}

.dynamic-link-preview:hover {
  color: var(--standard-hell-blau--grau);
  text-decoration: underline;
}

.div-block-235 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-top: 23px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--standardblau--grau);
  font-weight: 500;
}

.text-block-3 {
  color: var(--standardblau--grau);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.kontakt {
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.div-block-236 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffcf;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: 40%;
  padding: 11px;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 4%;
}

.div-block-237 {
  background-image: url('../images/steuerberater-rostock.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px 0;
  justify-content: center;
  width: 900px;
  height: 400px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.dynamic-link-preview-2 {
  z-index: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.icon-dropdown {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
  padding-top: 6px;
  font-size: 15px;
  top: 0%;
  bottom: 0%;
}

.text-block-91 {
  color: var(--black);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

.dropdown {
  color: var(--grey);
  margin-left: 0;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.dropdown-toggle {
  color: var(--grey);
  text-transform: uppercase;
  margin-right: 0;
  padding: 0 24px 0 7px;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-list {
  z-index: 9999;
  background-color: var(--white);
  flex-direction: row;
  align-items: stretch;
  width: 180px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  inset: 80% 0% auto -5%;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 11px #0000003d;
}

.dropdown-link {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  border-right: 0 solid #000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.dropdown-link:hover {
  color: var(--standard-hell-blau--grau);
}

.dropdown-link.w--current {
  color: #646464;
  border-bottom: 0 solid #fff;
  border-right-width: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-345 {
  z-index: 100000;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 150px;
  padding-left: 0;
  display: flex;
  position: static;
}

.grid-11 {
  grid-column-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  display: block;
}

.kontakt-location {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.heading-wrapper {
  margin-bottom: 40px;
}

.text-block-92 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-93 {
  color: var(--black);
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
}

.link {
  color: var(--black);
  font-size: 16px;
}

.link:hover {
  color: var(--black);
}

.div-block-346 {
  background-image: url('../images/doberan-steuerberater.webp');
  background-position: 30% 100%;
  background-size: cover;
  border-radius: 30px 0;
  flex-direction: column;
  align-items: center;
  width: 500px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.text-wrapper {
  justify-content: space-between;
  max-width: 1300px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-347 {
  z-index: 1000;
  background-color: #3a3b3cba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 17px;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-348 {
  background-image: url('../images/bild1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 500px;
  height: 500px;
  position: relative;
}

.div-block-349 {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-91 {
  width: 20px;
  height: 20px;
}

.div-block-350 {
  width: auto;
  margin-right: 0;
}

.image-92 {
  width: 100px;
  margin-right: 20px;
}

.text-box-absolute {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe3;
  border-radius: 30px 0;
  max-width: 900px;
  margin-right: 0;
  padding: 49px 5%;
  position: relative;
  inset: auto 0% 0% auto;
}

.max-1280-pixels {
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.content-section {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.content-section.align-right {
  justify-content: center;
  align-items: center;
  padding-top: 211px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.line-bottom {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin.text {
  max-width: none;
  margin-top: 25px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.h3-big {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.h3-big.hiddenondesktop {
  display: none;
}

.h3-big.hiddenonmobile {
  font-size: 36px;
}

.paragraph-10 {
  max-width: none;
  color: var(--black);
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-weight: 400;
}

.section-8 {
  background-color: #7390a3;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content-width-extra-large {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.counter-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
  position: relative;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
}

.plus {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.counter-support-text {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-span-5 {
  color: var(--standardblau--grau);
  text-decoration: underline;
}

.subtitle-box {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.heading-box {
  text-align: center;
  max-width: 910px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.text-span-6 {
  color: var(--standardblau--grau);
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
}

.div-block-352 {
  display: flex;
}

.paragraph-11 {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-11._1 {
  color: #fff;
  text-align: center;
}

.div-block-353 {
  z-index: 1;
  background-color: #000;
  border-radius: 20px 0;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

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

.heading-93 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}

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

.team {
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 60px;
}

.image-94 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 360px;
}

.heading-94 {
  color: var(--standardblau--grau);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
}

.text-block-94 {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

.div-block-354 {
  background-color: #fff;
  border-radius: 20px 0;
  width: 530px;
  position: relative;
  overflow: hidden;
}

.div-block-355 {
  background-color: var(--standardblau--grau);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 3% auto auto 3%;
}

.image-95 {
  filter: invert();
  width: 35px;
  height: 35px;
}

.div-block-356 {
  padding: 20px;
}

.impressions {
  background-color: var(--backgroundcolour);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.content-image.rechts {
  object-position: 85% 50%;
}

.grid-about {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.frame-grid {
  width: 100%;
  min-height: 300px;
}

.frame-grid.med-size {
  padding-bottom: 0;
}

.sticky-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-9 {
  z-index: 2;
  background-color: var(--backgroundcolour);
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.track {
  min-height: 320vh;
  position: relative;
  top: 0;
}

.heading-95 {
  color: #fff;
}

.div-block-360 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 20px;
}

.heading-96 {
  text-align: center;
  font-size: 35px;
}

.hoverindiv {
  background-color: #ebf1f3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 160%;
  position: absolute;
}

.paragraph-12 {
  color: var(--black);
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
}

.heroperson {
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.grid-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  max-width: 1200px;
}

.heading-97 {
  margin-bottom: 40px;
  font-size: 46px;
}

.heading-98 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-361 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-363 {
  padding-right: 52px;
}

.paragraph-13 {
  color: #615f5f;
  text-align: left;
  text-transform: none;
  background-color: #f8f8f8;
  width: 110%;
  padding: 16px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  right: 129px;
}

.text-span-8 {
  color: var(--standardblau--grau);
  margin-right: 5px;
  font-size: 60px;
  font-weight: 400;
  line-height: .5;
  position: relative;
  top: 24px;
}

.schwerpunkte {
  background-color: var(--standardblau--grau);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  max-width: 1200px;
}

.heading-99 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 40px;
}

.rich-text-block {
  color: #fff;
  margin-bottom: 20px;
}

.rich-text-block li {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.rich-text-block._2 {
  margin-bottom: 0;
}

.rich-text-block._2 ul {
  padding-left: 20px;
}

.rich-text-block._2 h5 {
  color: #fff;
}

.rich-text-block p {
  color: #fff;
  font-weight: 300;
}

.div-block-364 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.div-block-364:hover {
  opacity: .8;
}

.text-block-97 {
  margin-bottom: 0;
  line-height: 1.3;
}

.text-block-97._324234 {
  text-decoration: underline;
}

.text-block-97._324234.blog {
  font-size: 16px;
}

.text-block-97.hiddenmobilde.small {
  font-size: 17px;
}

.div-block-365 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: sticky;
  top: 136px;
}

.image-97 {
  border-radius: 30px 0;
  width: 100%;
  height: 100%;
}

.link-block-4 {
  background-color: #879fae;
  border-radius: 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.link-block-4:hover {
  transform: scale(1.05);
}

.text-block-98 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-99 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.underline-link-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link-2.large-underline-link {
  margin-top: 20px;
  font-size: 1.25rem;
}

.home-hero-top {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fffc;
  border-radius: 30px 0;
  justify-content: center;
  padding: 40px 64px;
  display: flex;
}

.heading-xlarge {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.image-full {
  object-fit: contain;
  border-radius: 30px 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.home-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.arrow-icon-clip {
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.page-padding-2 {
  width: 100%;
  max-width: 98vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.button-text-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.button-text-2 {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

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

.home-hero-content {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-icon-wrapper-2 {
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper-2.large-arrow-icon {
  background-color: var(--standardblau--grau);
  width: 40px;
  height: 40px;
  margin-right: 1.25rem;
}

.arrow-icon-wrapper-2.large-arrow-icon.white {
  background-color: #fff;
}

.arrow-icon-2 {
  opacity: 1;
  filter: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-weight: 700;
  display: flex;
}

.arrow-icon-2.black {
  color: #000;
}

.text-block-100 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.text-block-101 {
  color: var(--black);
  font-weight: 400;
}

.section-11 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-49 {
  max-width: 1000px;
  color: var(--black);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-112 {
  width: 45px;
  height: 45px;
}

.text-block-125 {
  text-align: left;
  font-weight: 600;
}

.div-block-366 {
  max-width: 680px;
  margin-bottom: 40px;
}

.text-size-regular-2 {
  width: 100%;
  max-width: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.service-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card.light {
  z-index: 20;
  max-width: none;
  min-height: 79vh;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: .5rem auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.inside {
  background-color: #0f13160f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.inside.solid {
  background-color: #0f131600;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.inside.solid.end {
  margin-bottom: -4.5rem;
}

.timeline-inside {
  border-radius: 1rem;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
  display: grid;
}

.image-base {
  border-radius: 30px 0;
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.section-services {
  border-bottom: 1px #1a242c;
}

.anchor-link {
  background-color: #fff;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
}

.anchor-link.w--current {
  background-color: #0f131600;
  height: 2.25rem;
}

.heading-medium-2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.anchor-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -7vw;
  padding-right: 0;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.services-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.section-12 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-367 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-368 {
  margin-top: 20px;
  font-weight: 500;
}

.paragraph-14 {
  color: var(--black);
  font-weight: 300;
}

.section-14 {
  margin-top: 75px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-371 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-113 {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #e7e7e7;
  border: 1px solid #c0c0d333;
  border-radius: 30px 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: auto;
  padding: 24px;
  display: grid;
  position: relative;
  overflow: visible;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-13 {
  margin-top: 0;
  font-weight: 600;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.offene-stellen {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.steps-circle-outline {
  border: 2px solid var(--standardblau--grau);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.center {
  top: auto;
}

.horizontal-line {
  background-color: #3a3b3c70;
  flex: 1;
  height: 1px;
}

.body-display {
  color: var(--black);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-102 {
  margin-top: 0;
  font-weight: 600;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-28 {
  color: #0d4e8e;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: auto;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: var(--standardblau--grau);
  background-color: #f7f8fc;
  border-radius: 15px 0;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--standardblau--grau);
  width: 100%;
  min-width: auto;
  max-width: 500px;
  min-height: auto;
  box-shadow: none;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 23px;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: visible;
}

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

.subtitle-4 {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-4._2 {
  color: #fff;
}

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

.steps-tracker {
  background-color: var(--standardblau--grau);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-dot {
  z-index: 10;
  background-color: #0d4e8e;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.heading-103 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.hero-background-image {
  background-image: url('../images/villa0017.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.steps-background {
  text-align: left;
  background-image: url('../images/20220915-70.webp');
  background-position: 50% 20%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto 1.75fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.stellen-2 {
  background-color: #f3f8fc;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-287 {
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-bottom: 29px;
  display: flex;
}

.div-block-287.hide {
  display: flex;
}

.heading-118 {
  text-align: center;
  margin-top: 0;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-q-2 {
  align-items: center;
  display: flex;
}

.div-block-290 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 16px 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-119 {
  color: var(--standardblau--grau);
  margin-top: 0;
  font-weight: 700;
}

.div-block-291 {
  justify-content: flex-start;
  margin-top: 3px;
  display: flex;
}

.c-faq-item-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #e1e4ee;
  border-bottom: 1px #e1e4ee;
  border-left: 3px #2ea07c;
  border-radius: 20px 0;
  margin-bottom: 0;
  padding: 10px 20px 15px;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: transform .25s;
  box-shadow: 8px 0 17px -4px #0000001a;
}

.c-faq-item-2:hover {
  background-color: #fff;
  border: 1px #000;
  transform: scale(1.01);
}

.rich-text-block-2 {
  color: var(--grey);
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5em;
}

.rich-text-block-2 h3 {
  color: var(--grey);
}

.rich-text-block-2 li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.rich-text-block-2 p {
  max-width: none;
}

.rich-text-block-2 strong {
  color: var(--standardblau--grau);
  font-weight: 600;
}

.rich-text-block-2 h6 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 5px;
  font-size: 1em;
}

.rich-text-block-2 h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 5px;
}

.c-faq-a-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-divider {
  border-top: 1px dashed #e1e4ee;
  height: 0;
}

.link-2 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.3em;
}

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

.image-114 {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.text-block-87 {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
}

.c-faq-a-text-2 {
  padding: 20px;
}

.div-block-372 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 1000px;
  display: flex;
}

.div-block-372.hide {
  display: none;
}

.text-block-127 {
  font-weight: 300;
}

.gallery-slider-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.justify-column-between {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.justify-column-between.content-width-small {
  direction: ltr;
}

.justify-column-between.content-width-medium {
  direction: ltr;
  max-width: 520px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.display-none {
  display: none;
}

.large-heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 38px;
  font-weight: 500;
}

.image-slider {
  height: auto;
}

.section-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}

.section-16.bg-gray-4 {
  background-color: var(--backgroundcolour);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-16.bg-gray-4.hidden {
  display: none;
}

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

.image-slider-mask {
  height: auto;
}

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

.slider-button-round {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.slider-button-round.slider-button-left {
  inset: auto 113px -26px auto;
}

.slider-button-round.slider-button-right {
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 52px -26px auto;
}

.div-block-373 {
  background-color: #ffffffd9;
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  width: 90%;
  padding: 29px 40px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-374 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-128 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-16 {
  font-size: 16px;
  font-weight: 300;
}

.c-faq-a-text {
  padding: 0 20px 10px;
}

.div-block-277 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 58px;
  display: flex;
}

.c-faq-item {
  background-color: var(--standardblau--grau);
  opacity: 1;
  cursor: pointer;
  border: 1px solid #70707045;
  border-radius: 15px 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: all .3s;
}

.c-faq-item:hover {
  transform: scale(1.02);
}

.faqs {
  background-color: #00314e00;
  min-height: 450px;
  margin-bottom: 0;
}

.c-faq-q-text {
  flex: 1;
  padding: 10px 20px;
}

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

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.grid-51 {
  grid-template-columns: 1fr;
  max-width: 800px;
}

.heading-66 {
  color: #062c41;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 35px;
}

.rich-text-block-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.rich-text-block-3 p {
  color: #fff;
  max-width: none;
  font-size: 17px;
  line-height: 1.4em;
}

.rich-text-block-3 a {
  z-index: 5;
  color: #fff;
  background-image: url('../images/link-1.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-attachment: scroll;
  padding-right: 21px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}

.heading-113 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.paragraph-17 {
  color: #fff;
  font-weight: 300;
}

.section-17 {
  background-color: var(--standardhintergrund);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.heading-120 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
}

.div-block-375 {
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-121 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.heading-121._23423 {
  margin-bottom: 20px;
  font-size: 26px;
}

.container-5 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.split-columns.links {
  grid-template-columns: .7fr 1fr;
}

.mobile-space-top {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-18 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-18.unten {
  margin-bottom: 20px;
}

.content-limit {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 32px;
  display: flex;
}

.content-limit.links {
  padding-left: 0;
  padding-right: 30px;
}

.heading-122 {
  margin-bottom: 10px;
  font-size: 36px;
}

.heading-122._22 {
  font-size: 34px;
}

.paragraph-18 {
  margin-bottom: 20px;
}

.faq_top {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.faq_block {
  background-color: var(--standardhintergrund);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 24px 24px 14px;
}

.leistungen-aufz-hlung {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.faq_arrow {
  filter: invert();
  width: 24px;
}

.grid-52 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: start;
  max-width: 1100px;
  position: relative;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.leistungdetail p, .leistungdetail li {
  color: #fff;
}

.heading-137 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2;
}

.h4-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.3em;
}

.faq_wrapper {
  border-top: 1px #00000026;
  width: 100%;
  margin-top: 0;
}

.div-block-379 {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: sticky;
  top: 34px;
}

.centered-marquee {
  position: absolute;
}

.centered-marquee.display-2.text-white {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
}

.bulleted-list-item {
  align-items: center;
  list-style-type: disc;
  display: flex;
}

.bulleted-list-item.border-bottom {
  color: var(--black);
  border-bottom: 1px solid #000;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.bulleted-list-item.border-bottom.no-bottom-space {
  margin-bottom: 0;
}

.split-section-full-width {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-item-bullet {
  background-color: #111112;
  border-radius: 20px;
  flex: none;
  width: 8px;
  height: 8px;
  margin-right: 13px;
}

.bg-primary-2 {
  color: #fff;
  width: 45%;
}

.split-section-content {
  direction: ltr;
  justify-content: center;
  padding: 104px 26px;
  display: flex;
}

.split-section-content.bg-gray-4 {
  justify-content: flex-start;
  width: 60%;
  padding: 60px;
}

.large-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 35px;
  line-height: 1.2em;
}

.centered-marquee-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-marquee-container.split-section-content {
  background-color: var(--standardblau--grau);
  height: 100%;
  padding: 40px;
}

.content-width-medium {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-117 {
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  height: 100%;
  max-height: none;
}

.ansprechpartner {
  padding: 60px 5vw;
}

.div-block-381 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-138 {
  text-align: center;
  margin-bottom: 20px;
}

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

.div-block-382 {
  border-radius: 20px 0;
  flex-direction: column;
  font-size: 1em;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.div-block-382:hover {
  transform: scale(1.05);
}

.div-block-382.archiv {
  display: none;
}

.heading-139 {
  color: var(--standardblau--grau);
  margin-bottom: 10px;
  font-weight: 700;
}

.div-block-383 {
  background-color: var(--gainsboro);
  flex: 1;
  padding: 20px;
}

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

.image-118 {
  object-fit: cover;
  height: 300px;
}

.section-20 {
  background-color: #e5e6e6;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

._w-card {
  background-color: #fff;
  border-radius: 30px 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding: 20px 44px 30px;
  display: flex;
  position: relative;
}

.c-card-subtitle {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  color: #062c41;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2em;
}

.c-card-title {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.c-card-details {
  margin-top: 17px;
  margin-bottom: 20px;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._1 {
  border-radius: 30px 0;
  max-width: 900px;
  position: sticky;
  top: 128px;
}

.beschreibung {
  color: #062c41;
  text-align: center;
  font-weight: 400;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-cards-list {
  background-color: #0000;
  padding: 0 20px 60px;
  position: sticky;
  top: 1px;
}

.card-subtitle {
  color: #062c41;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.text-span-16 {
  white-space: pre;
}

.text-block-130 {
  color: #808080bd;
  font-size: 50px;
  font-weight: 600;
}

.text-span-17, .text-span-18 {
  color: var(--standardblau--grau);
}

.text-span-19 {
  white-space: pre;
}

.text-span-20 {
  white-space: nowrap;
}

.div-block-385 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1000px;
  display: flex;
}

.heading-140 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 34px;
}

.image-119 {
  object-fit: cover;
  width: 300px;
}

.paragraph-20 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.link-3 {
  color: #fff;
  background-image: url('../images/link-1.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: underline;
}

.collection-list-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.text-span-21, .text-span-22 {
  color: var(--standardblau--grau);
}

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

.text-span-23 {
  white-space: pre;
}

.div-block-386 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.section-21 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-387 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-24 {
  color: var(--standardblau--grau);
}

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

.content__wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5% 60px;
  display: flex;
}

.featured__arrow-2 {
  background-color: gray;
  border: 1px #ffffff0a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.text-block-132 {
  color: var(--standardblau--grau);
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.marquee-item {
  background-color: #fff;
  border-left: 1px solid #dfdfdf3b;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 90px;
  display: flex;
}

.div-block-390 {
  background-image: linear-gradient(to right, var(--standardblau--grau), #032b3b);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.heading-142 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.section-22 {
  background-color: var(--gainsboro);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-22._223 {
  background-color: #e5e6e6;
}

.section-22._867 {
  background-color: #afc4d1;
}

.section-22.blue {
  background-color: #7390a3;
}

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

.heading-143.weiss {
  color: #fff;
}

.div-block-391 {
  max-width: 800px;
}

.div-block-391._232 {
  margin-bottom: 20px;
}

.grid-54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin-top: 40px;
}

.div-block-392 {
  background-color: #fff;
  border-radius: 20px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-120 {
  min-width: 130px;
  max-width: 220px;
  max-height: 55px;
  margin-bottom: 20px;
}

.image-120.invert {
  filter: invert();
}

.heading-144 {
  text-align: center;
  font-size: 26px;
}

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

.div-block-393 {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 385px;
  height: 240px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.div-block-393:hover {
  transform: scale(1.03);
}

.div-block-394 {
  z-index: 1;
  background-color: #1734479c;
  background-image: linear-gradient(0deg, #456d879e, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 58px 27px;
  display: flex;
  position: relative;
}

.text-block-133 {
  color: var(--grey);
}

.link-4 {
  color: var(--standardblau--grau);
  margin-top: 21px;
  font-size: 18px;
  font-weight: 600;
}

.link-5 {
  font-size: 12px;
  font-weight: 500;
}

.grid-55 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 40px;
}

.image-122 {
  width: 30px;
  min-width: 0;
  height: 30px;
}

.image-122.blog {
  width: 20px;
  height: 20px;
}

.div-block-398 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-398.blog {
  margin-bottom: 8px;
}

.section-28 {
  background-color: var(--gainsboro);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.link-block-5 {
  background-color: var(--standardblau--grau);
  mix-blend-mode: normal;
  border-radius: 15px 0;
  width: 100%;
  padding: 10px 20px;
}

.link-block-5:hover {
  background-color: #456d87a8;
}

.heading-145 {
  text-align: center;
  font-size: 25px;
}

.text-block-134 {
  color: #fff;
  text-align: center;
  background-image: url('../images/link-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1.3em;
}

.grid-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #0721251a;
  border-radius: 5px;
  min-width: 200px;
  top: auto;
  overflow: hidden;
}

.menu-button {
  flex: none;
}

.nav-link-2 {
  color: #20394f;
  white-space: nowrap;
  margin-left: 23px;
  margin-right: 23px;
  padding: 0;
  font-family: FRP Font \- adanac oidar, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.nav-link-2.w--current {
  color: var(--standardblau--grau);
  font-weight: 700;
}

.nav-link-2.dropdown {
  margin-left: 16px;
  margin-right: 16px;
}

.nav-link-2.dropdown:hover {
  opacity: 1;
}

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

.dropdown-arrow {
  margin-left: 5px;
}

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

.mobile-wrapper {
  display: none;
}

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

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

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

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

.main-container {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.navbar-wrapper.sticky-top {
  z-index: 50;
  background-color: #fff;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.dropdown-toggle-2 {
  color: #20394f;
  align-items: center;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  opacity: .65;
}

.text-block-139 {
  display: none;
}

.section-44 {
  flex-direction: column;
  align-items: center;
  height: 80vh;
  margin-top: 80px;
  display: flex;
}

.div-block-257 {
  max-width: 1100px;
  margin-left: 0;
  padding: 60px 5vw 80px;
}

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

.heading-109 {
  color: #000;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

.rich-text-block-4 {
  text-transform: none;
  font-size: 16px;
  line-height: 1.7em;
}

.rich-text-block-4 h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.rich-text-block-4 a {
  color: var(--standardblau--grau);
  font-size: 1em;
}

.rich-text-block-4 li {
  color: var(--grey);
  margin-top: 5px;
  margin-bottom: 5px;
}

.rich-text-block-4 p {
  max-width: none;
  margin-top: 10px;
}

.text-block-140 {
  font-size: 1em;
}

.text-span-26, .text-span-27, .text-span-28 {
  color: var(--standardblau--grau);
}

.text-span-29 {
  white-space: pre;
}

.text-span-30 {
  white-space: nowrap;
}

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

.text-block-141.blog {
  font-size: 16px;
}

.text-block-143 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-143.grau {
  color: var(--grey);
}

.link-6 {
  font-size: 1em;
}

.div-block-403 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.link-7 {
  color: var(--black);
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
}

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

.c-faq-q-text-3 {
  background-color: #fff;
  flex: 1;
  width: 800px;
  padding: 29px 42px;
  transition-property: all;
  transition-duration: .3s;
}

.c-faq-q-text-3:hover {
  transform: scale(1.05);
}

.div-block-369 {
  border-bottom: 1px #00000059;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-147 {
  margin-top: 0;
  margin-right: 20px;
  font-size: 26px;
  font-weight: 500;
}

.div-block-370 {
  color: #fff;
  background-color: #575757;
  padding: 7px 15px;
}

.text-block-107 {
  white-space: nowrap;
}

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

.text-span-31 {
  white-space: pre;
}

.link-8 {
  color: #fff;
  text-decoration: underline;
  position: relative;
  top: -5px;
}

.image-126 {
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.image-127 {
  opacity: .39;
  width: 13px;
  height: 13px;
}

.image-128 {
  width: 30px;
  height: 30px;
}

.image-129 {
  width: 20px;
  height: 20px;
}

.div-block-266 {
  z-index: 100;
  background-color: var(--standardblau--grau);
  border-radius: 100%;
  padding: 15px 20px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 2% 2%;
}

.div-block-266.w--current {
  bottom: 3%;
}

.text-block-144 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.heading-148 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.button-7 {
  display: none;
}

.image-130 {
  width: 90px;
}

.html-teamviewer {
  margin-top: 20px;
}

.image-131 {
  z-index: 1;
  width: 130px;
  position: absolute;
  inset: auto 3% 3% auto;
}

.paragraph-21 {
  font-size: 16px;
  line-height: 1.7em;
}

.image-132 {
  z-index: 1;
}

.link-block-7 {
  z-index: 20;
  width: 130px;
  position: absolute;
  inset: auto 3% 3% auto;
}

.link-block-7.static {
  margin-top: 20px;
  position: static;
}

.section-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.heading-149 {
  margin-top: 20px;
}

.section-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.success-message {
  background-color: var(--standardblau--grau);
  color: var(--white);
}

.error-message {
  background-color: var(--white);
}

.text-block-145 {
  color: red;
}

.date {
  background-color: var(--standardblau--grau);
  color: #eaf7ff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
}

.button---bg {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.button---bg.blau {
  background-color: #011530;
}

.image-216 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.catagories {
  margin-bottom: 0;
  display: none;
}

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

.button---circle {
  background-color: #fff;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.button---circle.blau {
  background-color: #011530;
}

.section-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.content-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-block-210 {
  margin-top: auto;
  font-weight: 600;
  text-decoration: underline;
}

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

.stick-wrapper {
  position: sticky;
  top: 100px;
}

.div-block-925 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.content-right {
  color: #22262c;
}

.button---text {
  font-size: 17px;
  position: relative;
}

.post-card-title {
  opacity: .79;
  padding-bottom: 10px;
}

.post-card-title:hover {
  opacity: 1;
}

.catagories-hover-1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.buton-normal {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: .125rem solid #fff;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buton-normal.blau {
  color: #22262c;
  text-align: center;
  border-color: #22262c;
}

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

.heading-4 {
  color: #000;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-211 {
  width: 80%;
}

.subscription {
  box-shadow: none;
  background-color: #f3f4fa;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px 10px 20px 20px;
}

.button---bg-inner {
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.post {
  background-color: #f3f4fa;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 40px 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 20px #006ab505;
}

.post:hover {
  transform: none;
}

.title-large {
  color: #22262c;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-213 {
  font-weight: 700;
}

.vita {
  color: #fff;
}

.image-220 {
  width: 35px;
  margin-right: 10px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.div-block-928 {
  background-color: #f3f4fa;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
}

.div-block-927 {
  margin-bottom: 20px;
  display: flex;
}

.featured-item {
  color: #011530;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover, .featured-item.w--current {
  color: #4888ff;
}

.section-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-926 {
  background-color: #f3f4fa;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 27px;
  padding: 20px;
  display: flex;
}

.featured-block {
  margin-top: 10px;
}

.div-block-929 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
  display: flex;
}

.text-block-212 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-214 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.image-219 {
  object-fit: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.title-small {
  margin-bottom: 4px;
  font-weight: 400;
}

.title-small:hover {
  color: var(--standardblau--grau);
}

.list-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-930 {
  display: flex;
}

.text-block-216 {
  font-weight: 700;
}

.image-221 {
  width: 35px;
  margin-right: 10px;
}

.div-block-931 {
  background-color: #f3f4fa;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
}

.div-block-932 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-933 {
  background-color: var(--standardblau--grau);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 27px;
  padding: 20px;
  display: flex;
}

.div-block-934 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
  display: flex;
}

.text-block-218 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-219 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.image-222 {
  object-fit: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.list-5 {
  color: var(--white);
}

.paragraph-22 {
  max-width: none;
  margin-bottom: 20px;
}

.paragraph-23 {
  max-width: none;
}

.list-6 {
  margin-bottom: 20px;
}

.code-embed {
  width: 100%;
}

.personio-iframe, .div-block-935 {
  width: 100%;
  height: 100%;
}

.code-embed-2, .div-block-936 {
  width: 100%;
  max-width: 1280px;
}

.text-block-220 {
  color: #000;
}

.div-block-937 {
  color: #000;
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .h1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .checkbox-field {
    width: 400px;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
    width: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .text {
    font-size: 1.2em;
  }

  .nav__wrapper {
    max-width: 1500px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content__wrapper-footer.black {
    width: 100%;
  }

  .html-embed {
    top: 22%;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-medium {
    font-size: 38px;
  }

  .div-block-237, .div-block-346 {
    width: 600px;
  }

  .div-block-347 {
    background-color: #3a3b3ca6;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .div-block-348 {
    width: 500px;
    height: 500px;
  }

  .content-section.align-right {
    padding-top: 244px;
  }

  .grid-49 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-size-regular-2 {
    font-size: 20px;
  }

  .section-14 {
    height: 90vh;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
    width: 1150px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .subtitle-4 {
    font-size: 12px;
  }

  .text-span-11 {
    white-space: pre;
  }

  .section-22.blue {
    background-color: #7390a3;
  }

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

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

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

  .rich-text-block-4 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .blog-grid {
    grid-column-gap: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .brand.w--current {
    width: 300px;
  }

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

  .footer {
    display: block;
  }

  .h1 {
    font-size: 65px;
  }

  .html-embed {
    top: 8%;
  }

  .the-content {
    padding-left: 100px;
  }

  .image-9 {
    flex: 1;
  }

  .div-block-9 {
    flex: 0 auto;
  }

  .a-block {
    width: 600px;
  }

  .paragraph-6 {
    padding-left: 60px;
  }

  .video-feature-bottom {
    padding-bottom: 30rem;
  }

  .text-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-section.align-right {
    min-height: 750px;
  }

  .image-full {
    max-width: 550px;
    left: auto;
    right: auto;
  }

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

  .heading-medium-2 {
    font-size: 35px;
  }

  .text-block-59 {
    font-size: 20px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 1.4em;
  }

  .offene-stellen {
    padding-top: 100px;
  }

  .body-display {
    font-size: 18px;
  }

  .heading-102 {
    font-size: 28px;
  }

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

  .steps-grid {
    width: 1500px;
    max-width: none;
  }

  .steps-card-wrapper {
    grid-row-gap: 39px;
  }

  .steps-sticky-card {
    max-width: 700px;
    padding: 15px 15px 40px 19px;
  }

  .subtitle-4 {
    font-size: 14px;
  }

  .how-to-image {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .hero-background-image.steps-background {
    width: 550px;
    height: 400px;
    inset: 0% 0% auto;
  }

  .stellen-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-287 {
    max-width: 700px;
  }

  .heading-118 {
    font-size: 40px;
    line-height: 1.3em;
  }

  .rich-text-block-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .rich-text-block-3 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .heading-113 {
    font-size: 22px;
    line-height: 1.3em;
  }

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

  .split-section-content.bg-gray-4 {
    padding-left: 92px;
    padding-right: 92px;
  }

  .image-117 {
    max-height: 470px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 40px;
  }

  .beschreibung {
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-block-394 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-55 {
    max-width: 1400px;
  }

  .section-44 {
    margin-top: 80px;
  }

  .div-block-257 {
    margin-left: 80px;
  }

  .image-125 {
    object-position: 50% 38%;
  }

  .image-131, .link-block-7 {
    width: 165px;
  }

  .content-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-grid {
    grid-column-gap: 75px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  h4 {
    font-size: 1.22em;
  }

  p, li {
    font-size: 17px;
  }

  .p1.centered.white {
    font-size: 22px;
  }

  .button {
    font-size: 17px;
  }

  .button.gray-hover {
    font-size: .7em;
  }

  .button.karriere {
    width: auto;
  }

  .button._2 {
    margin-right: 0;
    font-size: .8em;
  }

  .button.navigationsbar {
    font-size: .8em;
  }

  .button.extern.navbar {
    z-index: 1;
    background-color: var(--standardblau--grau);
    width: auto;
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
  }

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

  .navigation-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .h1 {
    font-size: 45px;
  }

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

  .clip-text-hero.lottie {
    bottom: 5%;
  }

  .post-v5-small, .architectural__item {
    min-height: 46vw;
  }

  .checkbox-field {
    width: 250px;
  }

  .section-4 {
    padding: 40px 5%;
  }

  .html-embed {
    display: none;
  }

  .image-4 {
    height: 100px;
  }

  .the-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .image-9 {
    height: 250px;
  }

  .the-overflow-hidden-mask {
    flex-direction: column;
    display: block;
  }

  .the-width-400vh-scrollable-div {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .the-height-400vh-section {
    flex-direction: column;
    height: auto;
    margin-top: 10px;
  }

  .the-sticky-div {
    height: auto;
  }

  .heading-12 {
    font-size: 26px;
  }

  .a-block {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .paragraph-6 {
    text-align: center;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 17px;
  }

  .h2-title {
    font-size: 36px;
  }

  .h2-title.white {
    font-size: 30px;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .spacer, .lottie-animation {
    display: none;
  }

  .page-padding {
    padding-left: .125rem;
    padding-right: .125rem;
  }

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

  .margin-bottom.margin-large {
    width: 100%;
  }

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

  .video-feature-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 0;
    display: flex;
  }

  .feature-column {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 5%;
  }

  .feature-column.right-feature-column {
    margin-top: 30rem;
    padding-right: 5%;
  }

  .video-feature.centered {
    text-align: left;
    align-items: flex-start;
  }

  .text-size-regular.text-color-white {
    font-size: 20px;
  }

  .feature-video-wrapper {
    flex-direction: row;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .project_name {
    font-size: 20px;
  }

  .project_desc {
    font-size: 17px;
  }

  .location-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .location-card-slider {
    margin-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .slider-wrapper {
    margin-left: 0;
    padding-top: 20px;
  }

  .location-mask {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .section-6 {
    padding: 40px 5%;
  }

  .div-block-12 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h4 {
    font-size: 20px;
  }

  .paragraph-9 {
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-236 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 5%;
  }

  .div-block-237 {
    background-position: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 400px;
  }

  .icon-dropdown {
    margin-right: 0;
    font-size: 16px;
    font-weight: 100;
  }

  .dropdown-toggle {
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.8;
  }

  .dropdown-list {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-bottom-width: 2px;
    border-radius: 0;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .dropdown-link {
    color: #fff;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kontakt-location {
    font-size: 26px;
  }

  .text-block-93, .link {
    font-size: 15px;
  }

  .div-block-346 {
    background-position: 30%;
    width: 100%;
    height: 400px;
  }

  .text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-347 {
    display: none;
  }

  .div-block-348 {
    width: 400px;
    height: 400px;
  }

  .text-box-absolute {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .content-section {
    max-width: 100%;
    padding-top: 70px;
  }

  .content-section.align-right {
    flex-direction: column;
    padding-top: 82px;
    padding-bottom: 40px;
  }

  .content-section.line-bottom {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
    display: flex;
  }

  .top-margin.text {
    margin-top: 20px;
  }

  .top-margin._20-pixels {
    width: 100%;
    margin-top: 0;
    line-height: 1.2em;
  }

  .h3-big {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .h3-big.hiddenondesktop {
    margin-bottom: 20px;
    display: block;
  }

  .h3-big.hiddenonmobile {
    display: none;
  }

  .paragraph-10 {
    text-align: center;
    font-size: .9em;
  }

  .section-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-width-extra-large {
    max-width: 100%;
  }

  .counter-block {
    width: 260px;
  }

  .counter {
    font-size: 26px;
  }

  .plus {
    font-size: 26px;
    font-weight: 500;
  }

  .subtitle-box {
    margin-top: 0;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .heading-box {
    width: auto;
    margin-bottom: 10px;
  }

  .grid {
    margin-top: 0;
  }

  .div-block-352 {
    justify-content: center;
    align-items: center;
  }

  .div-block-353 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .heading-93 {
    font-size: 26px;
  }

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

  .team {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .image-94 {
    object-position: 50% 15%;
    height: 300px;
  }

  .heading-94 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-94 {
    font-size: 18px;
  }

  .div-block-356 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .impressions {
    padding: 40px 5vw;
  }

  .content-image {
    object-position: 50% 70%;
  }

  .content-image.rechts {
    object-position: 50% 30%;
  }

  .grid-about {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .frame-grid {
    height: 250px;
    min-height: auto;
  }

  .frame-grid.med-size {
    padding-bottom: 0;
  }

  .sticky-wrapper {
    position: relative;
  }

  .section-9 {
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .track {
    min-height: auto;
  }

  .heading-95 {
    font-size: 1.65em;
  }

  .heading-96 {
    font-size: 32px;
    display: none;
  }

  .hoverindiv {
    align-items: center;
    height: 200%;
    display: none;
  }

  .paragraph-12 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .heroperson {
    padding: 100px 5% 40px;
  }

  .grid-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    grid-template-rows: 296px;
    grid-template-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .heading-97 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 40px;
    display: flex;
  }

  .heading-98 {
    font-size: 17px;
  }

  .div-block-361 {
    justify-content: center;
    align-items: center;
  }

  .div-block-363 {
    padding-right: 0;
  }

  .paragraph-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    display: none;
    right: 0;
  }

  .text-span-8 {
    top: -20px;
    left: -13px;
  }

  .schwerpunkte {
    justify-content: center;
    padding: 40px 5vw;
  }

  .grid-16 {
    text-align: center;
    grid-template-columns: 1.25fr;
    justify-content: start;
    justify-items: start;
    width: 100%;
  }

  .heading-99 {
    text-align: left;
    font-size: 34px;
  }

  .rich-text-block li {
    color: #fff;
    text-align: left;
    font-size: 17px;
  }

  .rich-text-block._2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rich-text-block._2 ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .rich-text-block p {
    text-align: left;
  }

  .div-block-364 {
    flex-direction: row;
    width: 100%;
    font-size: 20px;
  }

  .text-block-97 {
    font-size: 18px;
  }

  .text-block-97.hiddenmobilde {
    display: none;
  }

  .div-block-365 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .image-97 {
    object-fit: cover;
    object-position: 50% 10%;
    height: 400px;
  }

  .image-97._123 {
    object-position: 50% 50%;
  }

  .link-block-4 {
    width: 553px;
    padding: 20px 40px;
  }

  .text-block-98 {
    font-size: 25px;
    line-height: 1.2;
  }

  .text-block-99 {
    font-size: 18px;
  }

  .home-hero-top {
    padding-top: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-xlarge {
    text-align: center;
    font-size: 38px;
  }

  .image-full {
    object-position: 50% 0%;
  }

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

  .home-hero-intro {
    align-items: center;
    max-width: none;
  }

  .page-padding-2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-text-2 {
    font-size: 17px;
  }

  .arrow-icon-wrapper-2.large-arrow-icon {
    width: 35px;
    height: 35px;
  }

  .text-block-100 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-101 {
    text-align: center;
    font-size: 17px;
  }

  .section-11 {
    padding: 40px 5%;
  }

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

  .text-block-125, .text-size-regular-2 {
    font-size: 17px;
  }

  .timeline-content {
    width: 100%;
  }

  .service-card.light {
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .inside.solid.end {
    margin-bottom: 0;
  }

  .timeline-inside {
    width: 100%;
    height: auto;
  }

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    padding-bottom: 2rem;
  }

  .image-base {
    object-position: 50% 50%;
    width: 100%;
    height: 350px;
    max-height: none;
  }

  .section-services {
    margin-bottom: 0;
  }

  .heading-medium-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .anchor-link-wrapper {
    width: 7vw;
    margin-bottom: 0;
    margin-left: -3rem;
  }

  .service-title {
    width: 100%;
  }

  .section-12 {
    padding: 40px 0;
  }

  .div-block-367 {
    margin-bottom: 20px;
  }

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

  .image-113 {
    opacity: 1;
    object-position: 50% 100%;
    height: 350px;
  }

  .steps-card {
    min-height: auto;
    padding: 20px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .steps-description {
    grid-template-rows: minmax(auto, 1fr);
  }

  .offene-stellen {
    padding: 40px 5vw;
  }

  .steps-circle {
    width: 35px;
    height: 35px;
    left: -80px;
  }

  .heading-102 {
    font-size: 20px;
  }

  .steps-grid {
    grid-row-gap: 26px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .steps-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
    min-height: auto;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    justify-items: stretch;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .how-to-image {
    min-height: 220px;
  }

  .heading-103 {
    font-size: 22px;
  }

  .steps-content {
    grid-template-rows: auto 1fr;
    align-content: start;
    align-items: start;
  }

  .heading-104 {
    font-size: 30px;
  }

  .stellen-2 {
    padding: 40px 5vw;
  }

  .heading-118 {
    font-size: 32px;
  }

  .heading-119 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .c-faq-item-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .rich-text-block-2 {
    font-size: 14px;
  }

  .rich-text-block-2 h3 {
    font-size: 18px;
  }

  .rich-text-block-2 h6, .rich-text-block-2 h5 {
    font-size: 17px;
  }

  .c-faq-a-text-2, .div-block-372 {
    width: 100%;
  }

  .text-block-127 {
    font-size: 17px;
  }

  .gallery-slider-row {
    grid-row-gap: 21px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .justify-column-between.content-width-small {
    margin-left: auto;
    margin-right: auto;
  }

  .justify-column-between.content-width-medium {
    max-width: 90%;
  }

  .large-heading {
    font-size: 32px;
  }

  .section-16.bg-gray-4 {
    padding: 40px 5%;
  }

  .div-block-374 {
    padding-bottom: 30px;
  }

  .div-block-277 {
    padding: 40px 5vw;
  }

  .c-faq-q {
    position: relative;
  }

  .c-faq-icon {
    flex-direction: column;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .heading-66 {
    text-align: center;
    font-size: 33px;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .rich-text-block-3 p {
    text-align: left;
    font-size: 16px;
  }

  .heading-113 {
    padding-right: 31px;
    font-size: 18px;
  }

  .section-17 {
    padding: 100px 5vw 40px;
  }

  .heading-120 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .div-block-375 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .heading-121 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-121._23423 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
  }

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

  .split-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .mobile-space-top {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .section-18 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-18.unten {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .content-limit {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .content-limit.links {
    justify-content: center;
    align-items: center;
  }

  .heading-122 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    font-size: 32px;
  }

  .heading-122._22 {
    font-size: 32px;
  }

  .paragraph-18 {
    text-align: center;
    max-width: none;
    font-size: 17px;
  }

  .faq_block {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 20px 40px 10px;
    display: flex;
  }

  .leistungen-aufz-hlung {
    padding: 40px 5%;
  }

  .faq_arrow {
    margin-left: 20px;
  }

  .grid-52 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .heading-137 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    display: flex;
  }

  .h4-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .div-block-379 {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .split-section-full-width {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bg-primary-2 {
    display: none;
  }

  .split-section-content {
    direction: ltr;
    flex-direction: row;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .split-section-content.bg-gray-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0%;
  }

  .large-heading-2 {
    text-align: center;
    font-size: 32px;
  }

  .centered-marquee-container.split-section-content {
    width: 100vw;
  }

  .content-width-medium {
    width: 100%;
  }

  .image-117 {
    max-height: 300px;
  }

  .ansprechpartner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-138 {
    font-size: 32px;
  }

  .grid-53 {
    grid-template-columns: 1.75fr;
    width: 100%;
  }

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

  .heading-139 {
    font-size: 20px;
  }

  .text-block-129 {
    font-size: 17px;
  }

  .image-118 {
    object-position: 50% 20%;
    height: 350px;
  }

  .section-20 {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._w-card {
    min-height: auto;
    margin-bottom: 60px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .c-cloneable {
    padding-top: 10px;
  }

  ._w-cards-list {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-16 {
    white-space: normal;
  }

  .text-block-130 {
    font-size: 48px;
  }

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

  .text-span-19 {
    width: 600px;
  }

  .div-block-385 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-140 {
    font-size: 30px;
  }

  .image-119 {
    width: 300px;
    height: auto;
  }

  .link-3 {
    font-size: 17px;
  }

  .text-span-23 {
    white-space: normal;
    width: auto;
  }

  .div-block-386 {
    grid-template-columns: 1fr;
  }

  .section-21 {
    padding: 40px 5%;
  }

  .div-block-387 {
    align-items: center;
  }

  .div-block-388 {
    margin-top: 0;
  }

  .text-block-132 {
    font-size: 26px;
  }

  .marquee-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-390 {
    width: auto;
    margin-top: 20px;
  }

  .heading-142 {
    font-size: 20px;
  }

  .section-22._22, .section-22._223, .section-22._867 {
    padding: 40px 5%;
  }

  .section-22.blue {
    padding: 40px 5vw;
  }

  .heading-143 {
    font-size: 26px;
  }

  .heading-143.weiss {
    font-size: 28px;
  }

  .grid-54 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .div-block-392 {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-120 {
    margin-bottom: 10px;
  }

  .div-block-393 {
    width: 350px;
  }

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

  .section-28 {
    padding: 20px 5vw 40px;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-145 {
    font-size: 24px;
  }

  .text-block-134 {
    font-size: 16px;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .image-123 {
    width: auto;
    height: 300px;
  }

  .text-block-136 {
    font-size: 17px;
  }

  .collection-list-wrapper-4 {
    width: auto;
  }

  .div-block-402 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
  }

  .menu-button {
    margin-left: 21px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .nav-link-2 {
    margin: 7px 0;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    font-weight: 400;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #0009;
    margin-top: 10px;
    padding-top: 5px;
  }

  .div-block-177 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .desktop-wrapper {
    display: none;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

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

  .menu-button-image {
    display: block;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .image-77 {
    width: 25px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #0721251a;
    padding: 21px 40px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .image-78 {
    opacity: .6;
    width: 18px;
    height: 18px;
  }

  .link-block-6 {
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-67 {
    color: #0009;
    font-size: 15px;
  }

  .text-block-139 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1em;
    display: block;
  }

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

  .div-block-257 {
    margin-left: 0;
    padding: 20px 0 60px;
  }

  .div-block-257.abb {
    height: auto;
  }

  .heading-109 {
    font-size: 38px;
  }

  .text-span-29, .text-span-30 {
    white-space: normal;
  }

  .image-125 {
    height: 300px;
    position: relative;
  }

  .div-block-396, .c-faq-q-text-3 {
    width: 100%;
  }

  .heading-147 {
    margin-right: 62px;
    line-height: 1.2em;
  }

  .text-span-31 {
    white-space: normal;
  }

  .button-6 {
    background-color: var(--standardblau--grau);
  }

  .button-7 {
    background-color: var(--standardblau--grau);
    background-image: url('../images/link-1.png');
    background-position: 93%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border-radius: 20px 0;
    margin-right: 6px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .date {
    width: 100%;
  }

  .image-216 {
    flex: none;
  }

  .section-47 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-925 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

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

  .blog-grid-2 {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .heading-4 {
    font-size: 22px;
  }

  .text-block-211 {
    width: 100%;
  }

  .subscription {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-large {
    font-size: 24px;
  }

  .text-block-213 {
    font-size: 18px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .section-48 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-212, .text-block-216, .text-block-218 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  ul {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  li {
    font-size: 16px;
  }

  .p1.centered.white {
    font-size: 20px;
  }

  .button {
    font-size: 16px;
  }

  .button.mobile {
    box-shadow: none;
  }

  .button.gray-hover {
    font-size: 1em;
  }

  .button.karriere {
    height: 48px;
    font-size: .7em;
  }

  .background-video {
    height: 100vh;
  }

  .nav__wrapper {
    display: none;
  }

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

  .mobile-menu {
    z-index: 5001;
    display: flex;
    position: relative;
  }

  .nav__menu-mobile {
    z-index: 5000;
    background-color: #fff9;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav__button {
    z-index: 50001;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
  }

  .nav__wrapper__mobile {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
  }

  .clip-text-mobile-links {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .link-block-mobile {
    font-size: 1.2em;
  }

  .h1 {
    font-size: 40px;
  }

  .footer__content-social {
    align-items: center;
  }

  .mobile__menu-content {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 25% 0% auto;
  }

  .mobile__social {
    position: absolute;
    inset: auto 0% 10%;
  }

  .content__wrapper-footer.black {
    padding-top: 40px;
  }

  .hero__content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .clip-text-hero {
    margin-bottom: 20px;
    font-size: 17px;
    overflow: hidden;
  }

  .clip-text-hero.lottie {
    font-size: 17px;
  }

  .scroll-down {
    top: 14px;
  }

  .mobile__menu-contact {
    position: absolute;
    inset: auto 0% 25%;
  }

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

  .section-4 {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .image-4 {
    width: 350px;
    height: 80px;
  }

  .heading-12 {
    font-size: 23px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .h2-title {
    font-size: 32px;
  }

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

  .lottie-animation {
    width: 75px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .heading-medium {
    text-align: center;
    font-size: 26px;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr;
    padding-top: 7rem;
  }

  .info-scroll-background {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

  .video-feature.centered {
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .feature-middle-column {
    font-size: 17px;
  }

  .text-size-regular.text-color-white {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }

  .video-feature-bottom {
    align-items: flex-end;
  }

  .feature-video-wrapper {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .project_name {
    font-size: 18px;
  }

  .project_desc {
    font-size: 16px;
  }

  .location-slide {
    margin-left: 0;
  }

  .location-card-slider {
    width: 100%;
    margin-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .location-mask {
    width: 100%;
  }

  .section-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image-11 {
    width: 150px;
    max-height: 100px;
  }

  .div-block-231 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-235 {
    align-items: flex-start;
  }

  .div-block-237 {
    height: 350px;
  }

  .kontakt-location {
    font-size: 24px;
  }

  .heading-wrapper {
    margin-bottom: 20px;
  }

  .text-block-92 {
    font-size: 15px;
  }

  .text-block-93, .link {
    font-size: 14px;
  }

  .div-block-346 {
    height: 350px;
  }

  .div-block-348 {
    width: 300px;
    height: 300px;
  }

  .div-block-350 {
    font-size: 16px;
  }

  .text-box-absolute {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.align-right {
    padding-bottom: 40px;
  }

  .content-section.line-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .top-margin._20-pixels {
    width: auto;
  }

  .h3-big {
    width: 100%;
    margin-top: 0;
    font-size: 26px;
  }

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

  .section-8 {
    padding: 20px 5vw;
  }

  .content-width-extra-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .counter-block {
    height: 100%;
  }

  .counter {
    font-size: 22px;
  }

  .counter-support-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subtitle-box {
    width: 70%;
  }

  .heading-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-right: 0%;
    display: flex;
  }

  .text-span-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-352 {
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .paragraph-11._1 {
    font-size: 15px;
  }

  .div-block-353 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-93 {
    font-size: 24px;
  }

  .team {
    padding-top: 35px;
  }

  .grid-13 {
    margin-bottom: 40px;
  }

  .image-94 {
    height: 270px;
  }

  .heading-94 {
    font-size: 22px;
  }

  .text-block-94 {
    font-size: 16px;
  }

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

  .div-block-355 {
    width: 50px;
    height: 50px;
  }

  .impressions {
    padding-bottom: 20px;
  }

  .frame-grid {
    height: 220px;
  }

  .heading-95 {
    font-size: 1.6em;
  }

  .heading-96 {
    font-size: 28px;
  }

  .hoverindiv {
    height: 173px;
  }

  .paragraph-12 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .heroperson {
    padding-bottom: 40px;
  }

  .heading-97 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .heading-98 {
    font-size: 16px;
  }

  .paragraph-13 {
    font-size: 20px;
  }

  .schwerpunkte {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .grid-16 {
    place-items: center;
  }

  .heading-99 {
    font-size: 28px;
  }

  .rich-text-block li {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .rich-text-block._2 {
    text-align: left;
    align-items: flex-start;
  }

  .rich-text-block._2 ul {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-364 {
    font-size: 18px;
  }

  .image-97 {
    height: 300px;
  }

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

  .text-block-98 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-block-99 {
    font-size: 16px;
  }

  .underline-link-2.large-underline-link {
    text-align: center;
    justify-content: center;
    font-size: 1.125rem;
  }

  .home-hero-top {
    height: 100%;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-xlarge {
    font-size: 34px;
  }

  .home-hero-intro {
    grid-column-gap: 0.5%;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-text-2 {
    font-size: 16px;
  }

  .arrow-icon-wrapper-2.large-arrow-icon {
    width: 30px;
    height: 30px;
    margin-right: 1.125rem;
  }

  .text-block-100 {
    font-size: 17px;
  }

  .text-block-101 {
    font-size: 16px;
  }

  .section-11 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .grid-49 {
    margin-top: 0;
  }

  .image-112 {
    width: 40px;
    height: 40px;
  }

  .text-block-125 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-366 {
    margin-bottom: 20px;
  }

  .text-size-regular-2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-card.light {
    align-items: center;
  }

  .service-item {
    padding-bottom: 40px;
  }

  .image-base {
    width: 100%;
    height: 250px;
    position: static;
  }

  .heading-medium-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .anchor-link-wrapper {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

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

  .section-12 {
    padding: 35px 5vw 0;
  }

  .section-14 {
    margin-top: 75px;
  }

  .image-113 {
    height: 250px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .offene-stellen {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .body-display {
    font-size: 16px;
  }

  .heading-102 {
    font-size: 20px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

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

  .subtitle-intro-wrapper {
    place-items: start center;
  }

  .heading-103 {
    text-align: center;
    font-size: 22px;
  }

  .heading-118 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .div-block-290._3 {
    display: none;
  }

  .c-faq-q-text-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-119 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
  }

  .c-faq-item-2 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    margin-bottom: 10px;
  }

  .rich-text-block-2 h3 {
    text-align: left;
    margin-bottom: 10px;
  }

  .rich-text-block-2 h6, .rich-text-block-2 h5 {
    font-size: 16px;
  }

  .div-block-320 {
    align-items: center;
    font-size: 16px;
  }

  .text-block-87 {
    line-height: 1.4em;
  }

  .c-faq-a-text-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 0;
    display: flex;
  }

  .text-block-127 {
    text-align: center;
    font-size: 16px;
  }

  .justify-column-between.content-width-medium {
    max-width: none;
  }

  .large-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .section-16 {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-16.bg-gray-4 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slider-image {
    width: 100%;
  }

  .div-block-373 {
    padding: 10px 20px;
    top: 32px;
  }

  .div-block-374 {
    inset: auto 0% 0%;
  }

  .text-block-128 {
    text-align: center;
    font-size: 22px;
  }

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

  .c-faq-a-text {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-277 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .c-faq-q-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-66 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-113 {
    padding-left: 10px;
    font-size: 18px;
  }

  .c-faq-a {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-17 {
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-120 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-375 {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-121 {
    width: auto;
    font-size: 20px;
  }

  .container-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

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

  .mobile-space-top {
    margin-top: 0;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-18.unten {
    padding-top: 10px;
  }

  .content-limit {
    padding-left: 0;
  }

  .content-limit.links {
    padding-right: 0;
  }

  .heading-122 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    font-size: 28px;
  }

  .heading-122._22 {
    font-size: 28px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .faq_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungen-aufz-hlung {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .faq_arrow {
    width: 20px;
  }

  .heading-137 {
    font-size: 28px;
  }

  .h4-2 {
    font-size: 18px;
  }

  .split-section-content {
    padding-top: 76px;
  }

  .split-section-content.bg-gray-4 {
    padding: 35px 5%;
  }

  .large-heading-2 {
    width: 100%;
    font-size: 28px;
  }

  .centered-marquee-container.split-section-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-138 {
    font-size: 28px;
  }

  .grid-53 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .heading-139 {
    font-size: 18px;
  }

  .text-block-129 {
    font-size: 16px;
  }

  .image-118 {
    object-position: 50% 20%;
    height: 250px;
  }

  .section-20 {
    padding-top: 35px;
  }

  ._w-card {
    min-height: auto;
    margin-bottom: 60px;
    padding: 10px 17px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .card-subtitle {
    font-size: 24px;
  }

  .text-block-130 {
    font-size: 46px;
  }

  .text-span-19 {
    float: none;
    clear: none;
    white-space: normal;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .heading-140 {
    font-size: 28px;
  }

  .image-119 {
    width: 250px;
  }

  .link-3 {
    font-size: 16px;
  }

  .section-21 {
    justify-content: center;
    padding-top: 40px;
    padding-right: 5%;
  }

  .text-block-132 {
    font-size: 22px;
  }

  .heading-142 {
    font-size: 20px;
    font-weight: 300;
  }

  .section-22._22, .section-22._223, .section-22._867 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-22.blue {
    padding: 35px 5%;
  }

  .heading-143 {
    font-size: 26px;
  }

  .heading-143.weiss {
    font-size: 30px;
  }

  .grid-54 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .div-block-392 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-393 {
    width: 100%;
    height: 185px;
  }

  .div-block-394 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-55 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section-28 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-145 {
    font-size: 22px;
  }

  .text-block-134 {
    font-size: 16px;
  }

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

  .list, .list-2, .list-3 {
    align-items: stretch;
  }

  .image-123 {
    height: 250px;
  }

  .text-block-136 {
    font-size: 16px;
  }

  .heading-146 {
    font-size: 30px;
  }

  .text-block-137, .text-block-138 {
    text-align: center;
  }

  .div-block-402 {
    justify-content: flex-start;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #00000057;
    padding-top: 11px;
  }

  .div-block-177 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .desktop-wrapper {
    display: none;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
  }

  .main-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .image-77 {
    width: 25px;
  }

  .image-78 {
    opacity: .6;
    width: 15px;
  }

  .link-block-6 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .text-block-67 {
    color: #0009;
    font-size: 13px;
  }

  .heading-109 {
    font-size: 34px;
  }

  .image-125 {
    height: 250px;
  }

  .heading-147 {
    margin-right: 19px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .link-8, .heading-148 {
    font-size: 16px;
  }

  .button-7 {
    font-size: 15px;
    font-weight: 500;
  }

  .image-131 {
    width: 120px;
  }

  .link-block-7 {
    width: 100px;
  }

  .date {
    font-size: 14px;
  }

  .div-block-925 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .blog-grid-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-block-211 {
    font-size: 14px;
  }

  .title-large {
    font-size: 22px;
  }

  .vita {
    font-size: 15px;
  }

  .blog-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-927 {
    flex-flow: column;
  }

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

  .image-219 {
    margin-bottom: 20px;
  }

  .div-block-932 {
    flex-flow: column;
  }

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

  .image-222 {
    margin-bottom: 20px;
  }
}

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

  ul {
    padding-left: 20px;
  }

  li {
    font-size: 15px;
  }

  .p1.centered.white {
    width: 100%;
    max-width: none;
    font-size: 18px;
  }

  .text.small.hiddenmobile {
    display: none;
  }

  .text.tiny {
    font-size: 16px;
  }

  .button {
    width: auto;
    height: auto;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .button.gray-hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
  }

  .button.karriere {
    width: auto;
  }

  .button.extern.navbar {
    padding-left: 13px;
    padding-right: 31px;
    font-size: 10px;
  }

  .background-video {
    height: 80vh;
  }

  .featured__arrow {
    inset: auto 0% 0% auto;
  }

  .footer {
    overflow: visible;
  }

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

  .footer__content {
    width: auto;
  }

  .footer__content.left {
    width: auto;
    padding-right: 0;
  }

  .logo__footer {
    margin-left: 15px;
  }

  .nav__menu-mobile {
    background-color: #fff;
  }

  .clip-text-mobile-links {
    flex: 0 auto;
  }

  .link-block-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1 {
    width: 100%;
    font-size: 1.6em;
  }

  .footer__logo.w--current {
    align-items: center;
  }

  .content__wrapper-footer {
    overflow: hidden;
  }

  .content__wrapper-footer.black {
    padding: 40px 7vw 20px;
  }

  .hero__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .clip-text-hero {
    flex: 0 auto;
  }

  .clip-text-hero.lottie {
    bottom: 5%;
  }

  .hero__title {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .post-v5-small, .architectural__item {
    min-height: 90vw;
  }

  .checkbox-field {
    width: 100%;
  }

  .image-4 {
    width: 250px;
    height: 60px;
  }

  .the-content {
    overflow: hidden;
  }

  .image-9 {
    height: 200px;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 20px;
  }

  .a-block {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: auto;
    margin-left: 0;
    overflow: hidden;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .h2-title {
    font-size: 26px;
  }

  .h2-title.white {
    font-size: 24px;
  }

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

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

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

  .video-feature-wrapper {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .info-scroll-background {
    height: 95vh;
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: 5vh;
  }

  .text-size-regular.text-color-white {
    font-size: 15px;
  }

  .video-feature-bottom {
    padding-bottom: 8rem;
  }

  .feature-video-wrapper {
    padding-bottom: 3rem;
  }

  .project_name {
    font-size: 17px;
  }

  .project_desc {
    font-size: 15px;
  }

  .location-slide {
    margin-left: 0;
  }

  .slider-arrow-2 {
    width: 50px;
    height: 50px;
  }

  .slider-arrow-2.right {
    width: 50px;
    min-width: 0;
    height: 50px;
  }

  .location-card-slider {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .location-mask {
    width: 100%;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-12 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-11 {
    object-fit: contain;
    width: 60px;
    height: auto;
    min-height: 50px;
    max-height: none;
    display: none;
  }

  .h4 {
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .kontakt {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-236 {
    align-items: center;
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .div-block-237 {
    height: 300px;
  }

  .dropdown-toggle {
    line-height: 1;
  }

  .heading-wrapper {
    margin-bottom: 20px;
  }

  .link {
    text-align: center;
  }

  .div-block-346 {
    background-position: 35%;
    height: 300px;
  }

  .div-block-348 {
    width: 250px;
    height: 250px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.align-right {
    padding-top: 61px;
  }

  .content-section.line-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-margin.text {
    margin-top: 15px;
  }

  .h3-big {
    font-size: 22px;
  }

  .paragraph-10 {
    font-size: .8em;
  }

  .section-8 {
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .content-width-extra-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0 0;
    display: flex;
  }

  .counter-block {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .counter-block.hiddenhandy {
    display: none;
  }

  .heading-box {
    width: 100%;
  }

  .paragraph-11._1 {
    font-size: 14px;
  }

  .div-block-353 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-93 {
    font-size: 22px;
  }

  .team {
    padding-top: 30px;
  }

  .grid-13 {
    grid-row-gap: 24px;
    margin-bottom: 30px;
  }

  .image-94 {
    height: 200px;
  }

  .heading-94 {
    font-size: 20px;
  }

  .text-block-94 {
    font-size: 15px;
  }

  .div-block-355 {
    width: 40px;
    height: 40px;
  }

  .grid-about {
    height: auto;
    min-height: auto;
  }

  .frame-grid {
    height: 200px;
    min-height: auto;
  }

  .frame-grid.med-size {
    padding-bottom: 0;
  }

  .sticky-wrapper {
    position: relative;
  }

  .track {
    min-height: auto;
  }

  .heading-95 {
    text-align: center;
    max-width: 100%;
    font-size: 1.5em;
  }

  .heading-96 {
    font-size: 26px;
  }

  .paragraph-12 {
    max-width: none;
  }

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

  .grid-15 {
    grid-row-gap: 17px;
  }

  .heading-97 {
    text-align: center;
    font-size: 30px;
  }

  .heading-98 {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-13 {
    padding: 10px;
    font-size: 17px;
  }

  .schwerpunkte {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .rich-text-block li {
    font-size: 15px;
  }

  .rich-text-block._2 {
    margin-top: 10px;
  }

  .rich-text-block._2 ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rich-text-block p {
    text-align: left;
  }

  .div-block-364 {
    grid-row-gap: 5px;
    flex-direction: column;
    font-size: 15px;
  }

  .div-block-365 {
    grid-row-gap: 30px;
  }

  .image-97 {
    height: 250px;
  }

  .link-block-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-block-98 {
    font-size: 18px;
  }

  .text-block-99 {
    font-size: 15px;
  }

  .underline-link-2.large-underline-link {
    margin-top: 10px;
  }

  .home-hero-top {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-xlarge {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container-large-2 {
    margin-left: 0;
  }

  .home-hero-intro {
    align-items: center;
    margin-top: auto;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-text-2.white {
    font-size: 15px;
  }

  .home-hero-content {
    padding-bottom: 0;
  }

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

  .text-block-101 {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
  }

  .section-11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-49 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .image-112 {
    width: 40px;
    height: 40px;
  }

  .text-block-125 {
    font-size: 15px;
  }

  .text-size-regular-2 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .service-card.light {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .timeline-inside {
    position: relative;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .image-base {
    height: 200px;
  }

  .heading-medium-2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .div-block-367 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-113 {
    height: 200px;
  }

  .steps-card {
    min-height: auto;
  }

  .heading-13 {
    font-size: 18px;
  }

  .offene-stellen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-circle {
    display: none;
  }

  .body-display {
    font-size: 14px;
  }

  .heading-102 {
    font-size: 16px;
  }

  .steps-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-grid {
    justify-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
    min-height: auto;
  }

  .steps-sticky-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-tracker {
    display: none;
  }

  .heading-103 {
    font-size: 18px;
  }

  .steps-cards {
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
  }

  .heading-104 {
    font-size: 24px;
  }

  .heading-118 {
    font-size: 22px;
  }

  ._w-faq-icon {
    width: 15px;
    height: 15px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-290 {
    margin-bottom: 5px;
  }

  .heading-119 {
    font-size: 18px;
  }

  .div-block-291 {
    flex-direction: column;
  }

  .c-faq-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .rich-text-block-2 h3 {
    font-size: 16px;
  }

  .rich-text-block-2 li {
    line-height: 1.4em;
  }

  .rich-text-block-2 h6, .rich-text-block-2 h5 {
    font-size: 15px;
  }

  .div-block-320 {
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .c-faq-a-text-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-127 {
    font-size: 15px;
  }

  .gallery-slider-row {
    grid-row-gap: 26px;
  }

  .large-heading {
    font-size: 23px;
  }

  .gallery-slider-wrapper, .image-slider {
    height: 250px;
  }

  .section-16 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-16.bg-gray-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-4 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-slider-mask, .slider-image {
    height: 250px;
  }

  .slider-button-round.slider-button-left, .slider-button-round.slider-button-right {
    display: none;
  }

  .div-block-373 {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: auto;
    margin-bottom: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .div-block-374 {
    height: auto;
  }

  .text-block-128 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-16 {
    font-size: 15px;
    line-height: 1.2em;
    display: none;
  }

  .c-faq-a-text {
    padding-left: 0;
    padding-right: 5px;
  }

  .div-block-277 {
    padding: 30px 3vw;
  }

  .c-faq-icon {
    margin-left: 0;
    padding-left: 40px;
  }

  .heading-66 {
    font-size: 24px;
  }

  .rich-text-block-3 p {
    font-size: 1em;
  }

  .heading-113 {
    padding-left: 0;
    padding-right: 40px;
    font-size: 15px;
  }

  .c-faq-a {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-stripe-2 {
    height: 2px;
  }

  .heading-120 {
    font-size: 26px;
  }

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

  .heading-121 {
    width: 100%;
    font-size: 18px;
  }

  .heading-121._23423 {
    font-size: 18px;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-space-top {
    height: auto;
  }

  .section-18 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-limit {
    padding-left: 0;
  }

  .heading-122 {
    font-size: 24px;
  }

  .heading-122._22 {
    width: 100%;
    font-size: 24px;
  }

  .paragraph-18 {
    font-size: 15px;
  }

  .faq_top {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leistungen-aufz-hlung {
    justify-content: flex-end;
    align-items: center;
  }

  .faq_arrow {
    width: 15px;
    margin-top: 10px;
  }

  .grid-52 {
    grid-row-gap: 20px;
    place-content: center;
    width: auto;
  }

  .heading-137 {
    width: 100%;
    font-size: 24px;
  }

  .h4-2 {
    text-align: left;
    margin-right: 20px;
    font-size: 18px;
  }

  .faq_wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .bulleted-list-item.border-bottom {
    font-size: 15px;
  }

  .split-section-full-width {
    max-width: 100vw;
  }

  .split-section-content {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .split-section-content.bg-gray-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .large-heading-2 {
    font-size: 24px;
  }

  .centered-marquee-container.split-section-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-117 {
    max-height: none;
  }

  .ansprechpartner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-138 {
    font-size: 24px;
  }

  .heading-139 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .text-block-129 {
    font-size: 15px;
  }

  .image-118 {
    height: 180px;
  }

  ._w-card {
    min-height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-5 {
    width: 300px;
    font-size: 24px;
  }

  .div-block-13 {
    width: 300px;
    max-width: none;
    overflow: visible;
  }

  .card-subtitle {
    font-size: 20px;
    line-height: 1.4em;
  }

  .text-span-16 {
    width: 300px;
  }

  .text-block-130 {
    font-size: 42px;
  }

  .text-span-19 {
    width: 100%;
  }

  .text-span-20 {
    white-space: normal;
  }

  .div-block-385 {
    grid-row-gap: 15px;
  }

  .heading-140 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .image-119 {
    width: auto;
    height: 150px;
  }

  .link-3 {
    font-size: 15px;
  }

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

  .text-span-23 {
    flex-direction: row;
    width: auto;
    display: inline;
  }

  .div-block-386 {
    width: 300px;
  }

  .section-21 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-387 {
    width: auto;
  }

  .div-block-388 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .featured__arrow-2 {
    inset: auto 0% 0% auto;
  }

  .text-block-132 {
    font-size: 18px;
  }

  .div-block-390 {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 100%;
    padding: 20px;
  }

  .heading-142 {
    font-size: 16px;
  }

  .section-22._22, .section-22._223, .section-22._867 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-22.blue {
    padding: 30px 5%;
  }

  .heading-143, .heading-143.weiss {
    font-size: 24px;
  }

  .grid-54 {
    place-items: center;
    max-width: 1000vh;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .div-block-392 {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-120 {
    min-width: 130px;
    max-width: 200px;
    max-height: 45px;
  }

  .heading-144 {
    font-size: 18px;
  }

  .div-block-393 {
    height: auto;
    min-height: 135px;
  }

  .div-block-394 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-28 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-399 {
    max-width: none;
  }

  .link-block-5 {
    font-size: 15px;
  }

  .heading-145 {
    font-size: 18px;
  }

  .text-block-134 {
    font-size: 15px;
  }

  .grid-56 {
    grid-template-columns: 1fr;
    padding-right: 10px;
  }

  .div-block-400 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .text-block-135 {
    font-size: 15px;
  }

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

  .list-2 {
    align-items: stretch;
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .image-123 {
    width: auto;
    max-width: none;
    height: 200px;
  }

  .text-block-136 {
    text-align: center;
    font-size: 15px;
  }

  .heading-146 {
    text-align: center;
    font-size: 28px;
  }

  .text-block-137 {
    font-size: 16px;
    line-height: 1.4;
  }

  .slide-3 {
    height: 250px;
  }

  .div-block-402 {
    align-items: flex-start;
  }

  .menu-button {
    margin-left: 10px;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .nav-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-176.bordertop {
    margin-bottom: 0;
  }

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

  .div-block-177 {
    align-items: center;
  }

  .mobile-wrapper {
    border: 1px #000;
    height: 105vh;
  }

  .brand-image {
    max-width: 110px;
  }

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

  .brand-3.adjacent-to-nav-menu {
    margin-right: 4px;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-178 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .image-77 {
    width: 22px;
  }

  .nav-menu {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .image-78 {
    height: 15px;
  }

  .link-block-6 {
    font-size: 15px;
  }

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

  .div-block-257 {
    padding-top: 20px;
  }

  .heading-109 {
    font-size: 28px;
  }

  .image-125 {
    height: 200px;
  }

  .text-block-141, .text-block-142, .text-block-143.grau {
    text-align: left;
  }

  .div-block-403 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .c-faq-q-text-3 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-369 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-style: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-147 {
    text-align: center;
    margin-right: 0;
    font-size: 20px;
  }

  .div-block-404 {
    flex-direction: column;
    align-items: center;
  }

  .link-8 {
    font-size: 14px;
  }

  .image-126 {
    width: 25px;
    height: 25px;
  }

  .div-block-266 {
    left: 4%;
  }

  .heading-148 {
    font-size: 14px;
  }

  .button-7 {
    background-size: 10px 10px;
    margin-right: 7px;
    padding-right: 25px;
    font-size: 11px;
  }

  .image-131 {
    width: 120px;
  }

  .section-47 {
    padding-top: 30px;
  }

  .div-block-925 {
    margin-bottom: 10px;
  }

  .catagories-hover-1 {
    display: none;
  }

  .post {
    height: auto;
  }

  .title-large {
    font-size: 20px;
  }

  .section-48 {
    padding-top: 30px;
  }

  .image-219, .image-222 {
    width: 120px;
    height: 120px;
  }
}

#w-node-_2102beab-b4e3-eaca-d22d-8f99c452f7ff-441c4c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2102beab-b4e3-eaca-d22d-8f99c452f80c-441c4c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2102beab-b4e3-eaca-d22d-8f99c452f822-441c4c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2102beab-b4e3-eaca-d22d-8f99c452f830-441c4c6e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18dc1d57-2c0b-024e-a471-79b13ce689a4-441c4c6e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3b7b9775-1a0f-01d4-d5b6-1225d9c44843-d9c4483d {
  justify-self: center;
}

#w-node-_3b7b9775-1a0f-01d4-d5b6-1225d9c44880-d9c4483d {
  justify-self: end;
}

#w-node-cd45c8cf-cf1a-18ef-b766-22bffe458576-330e30b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb380126-6fe1-3fb8-42af-fa991389be7e-330e30b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-bb380126-6fe1-3fb8-42af-fa991389be80-330e30b3 {
  grid-area: 1 / 4 / 3 / 10;
}

#w-node-bb380126-6fe1-3fb8-42af-fa991389be82-330e30b3, #w-node-bb380126-6fe1-3fb8-42af-fa991389be84-330e30b3, #w-node-bb380126-6fe1-3fb8-42af-fa991389be86-330e30b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-d41b4d9c-c7c2-5c2f-6897-caa60c75d71d-58a65543, #w-node-_42dde455-dc0b-8e13-022b-d0c9acf52700-58a65543, #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-58a65543, #w-node-_986fd00c-b4f1-7e52-1ebe-9d242a490d14-58a65543, #w-node-d41b4d9c-c7c2-5c2f-6897-caa60c75d71d-8fc333c6, #w-node-_42dde455-dc0b-8e13-022b-d0c9acf52700-8fc333c6, #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-8fc333c6, #w-node-_986fd00c-b4f1-7e52-1ebe-9d242a490d14-8fc333c6, #w-node-d41b4d9c-c7c2-5c2f-6897-caa60c75d71d-13edc897, #w-node-_42dde455-dc0b-8e13-022b-d0c9acf52700-13edc897, #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-13edc897, #w-node-_986fd00c-b4f1-7e52-1ebe-9d242a490d14-13edc897, #w-node-e9e8cf9f-3a89-579e-f678-680644702ced-117506d9, #w-node-e9e8cf9f-3a89-579e-f678-680644702cfd-117506d9, #w-node-e9e8cf9f-3a89-579e-f678-680644702cf5-117506d9, #w-node-e9e8cf9f-3a89-579e-f678-680644702cf9-117506d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce79f10-9b42-c478-829a-6304d56875da-117506d9 {
  align-self: end;
}

#w-node-_3ce79f10-9b42-c478-829a-6304d56875de-117506d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ce79f10-9b42-c478-829a-6304d56875e5-117506d9, #w-node-_3d290df9-5589-0f9c-78d7-dba5f2cd3ec3-117506d9, #w-node-c4ededdd-d142-5f9e-fc24-65d9ce7f2fca-117506d9 {
  align-self: stretch;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1339-117506d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1345-117506d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1346-117506d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1349-117506d9 {
  place-self: center stretch;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b134a-117506d9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b134c-117506d9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1352-117506d9 {
  align-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1353-117506d9 {
  place-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1356-117506d9 {
  align-self: end;
}

#w-node-_09c5abea-2e4f-76ed-39fc-4d05e6e90aff-117506d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1360-117506d9 {
  align-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1361-117506d9 {
  place-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1364-117506d9 {
  align-self: end;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b136f-117506d9 {
  place-self: start;
}

#w-node-f77f080d-825c-9d1b-0ace-4161492b1372-117506d9 {
  align-self: end;
}

#w-node-_53a08db8-06dc-f476-8ac4-383042e74bfa-6cb2b03f, #w-node-_77501004-4720-dc8c-dc68-43d021b59a19-6cb2b03f {
  align-self: center;
}

#w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb4-6cb2b03f, #w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb5-6cb2b03f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a08db8-06dc-f476-8ac4-383042e74bfa-2ff0b11e, #w-node-_77501004-4720-dc8c-dc68-43d021b59a19-2ff0b11e {
  align-self: center;
}

#w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb4-2ff0b11e, #w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb5-2ff0b11e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a08db8-06dc-f476-8ac4-383042e74bfa-e65c5754, #w-node-_77501004-4720-dc8c-dc68-43d021b59a19-e65c5754 {
  align-self: center;
}

#w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb4-e65c5754, #w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb5-e65c5754, #w-node-_44ec43c8-ff67-583f-c28a-419214e0b27a-223deee6, #w-node-acda8ad9-690b-303b-a8a3-d827302a921c-223deee6, #w-node-ba437132-b3df-c157-2dd4-8427576158ed-223deee6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e99730d9-4aa9-f966-6ef6-893450ce61a2-2534ffee {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-f77f080d-825c-9d1b-0ace-4161492b1339-117506d9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2102beab-b4e3-eaca-d22d-8f99c452f80c-441c4c6e {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be7e-330e30b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be80-330e30b3 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be82-330e30b3, #w-node-bb380126-6fe1-3fb8-42af-fa991389be84-330e30b3, #w-node-bb380126-6fe1-3fb8-42af-fa991389be86-330e30b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-58a65543 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_986fd00c-b4f1-7e52-1ebe-9d242a490d14-58a65543 {
    place-self: auto center;
  }

  #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-8fc333c6, #w-node-e89fa96a-59a5-7a8b-f0a4-ea16fab10388-13edc897 {
    order: 9999;
    place-self: center;
  }

  #w-node-a8fb23cc-3931-7c9a-6d70-36e39c351e10-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d290df9-5589-0f9c-78d7-dba5f2cd3ec3-117506d9 {
    align-self: start;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1339-117506d9 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1345-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b134a-117506d9 {
    grid-row-end: 3;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1356-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_77501004-4720-dc8c-dc68-43d021b59a23-6cb2b03f {
    order: 9999;
  }

  #w-node-_31e2e4ee-de3f-0dbc-2e96-00e1adca5eb4-6cb2b03f {
    place-self: center;
  }

  #w-node-_77501004-4720-dc8c-dc68-43d021b59a23-2ff0b11e, #w-node-_77501004-4720-dc8c-dc68-43d021b59a23-e65c5754 {
    order: 9999;
  }

  #w-node-acda8ad9-690b-303b-a8a3-d827302a921c-223deee6 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2102beab-b4e3-eaca-d22d-8f99c452f7ff-441c4c6e {
    justify-self: center;
  }

  #w-node-_2102beab-b4e3-eaca-d22d-8f99c452f80c-441c4c6e {
    grid-column: span 1 / span 1;
  }

  #w-node-_2102beab-b4e3-eaca-d22d-8f99c452f822-441c4c6e {
    justify-self: center;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ea9-c7488ea4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488eb8-c7488ea4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ec4-c7488ea4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_08a6f03e-e82b-5dfe-b220-c7489f4dc82f-c7488ea4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be7e-330e30b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be80-330e30b3 {
    align-self: stretch;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be82-330e30b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be84-330e30b3, #w-node-bb380126-6fe1-3fb8-42af-fa991389be86-330e30b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_986fd00c-b4f1-7e52-1ebe-9d242a490d14-8fc333c6 {
    justify-self: center;
  }

  #w-node-_3ce79f10-9b42-c478-829a-6304d56875de-117506d9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18dc1d57-2c0b-024e-a471-79b13ce689a4-441c4c6e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ea9-c7488ea4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cc1443bb-c085-e79e-b4fe-7012c7488eb8-c7488ea4, #w-node-cc1443bb-c085-e79e-b4fe-7012c7488ec4-c7488ea4, #w-node-_08a6f03e-e82b-5dfe-b220-c7489f4dc82f-c7488ea4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be7e-330e30b3 {
    align-self: start;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be80-330e30b3 {
    align-self: stretch;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be84-330e30b3 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-bb380126-6fe1-3fb8-42af-fa991389be86-330e30b3 {
    align-self: start;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1339-117506d9 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1345-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b1346-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b134a-117506d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f77f080d-825c-9d1b-0ace-4161492b134c-117506d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77501004-4720-dc8c-dc68-43d021b59a23-e65c5754 {
    order: 9999;
  }

  #w-node-ba437132-b3df-c157-2dd4-8427576158ed-223deee6 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FRP Font - adanac oidar';
  src: url('../fonts/radiocanada-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-black-personal-use.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-light-personal-use.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-thin-personal-use.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-bold-personal-use.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-medium-personal-use.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made coachella personal use';
  src: url('../fonts/made-coachella-regular-personal-use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}