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

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

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

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

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

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

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-extralightitalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/notosans-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --nau-orange: #ea8d00;
  --black: #333;
  --dark-slate-blue: #414a58;
  --button-farbe: #e9b669;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: #303030;
  text-decoration: none;
}

ul {
  color: #313131;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 33px;
  font-size: 18px;
  line-height: 1.4em;
}

li {
  font-size: 16px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

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

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

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

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

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

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

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

.button-text-dark {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 14px;
}

.mobile-wrapper {
  display: none;
}

.hide-on-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.menu-button {
  flex: none;
}

.button {
  color: #20394f;
  text-align: center;
  background-color: #b8d7e4;
  border-radius: 200px;
  padding: 6px 28px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 200px #0000;
}

.button:hover {
  box-shadow: inset 0 0 200px #00000012;
}

.button.small {
  background-color: #b8d7e4;
  width: 370px;
  max-width: none;
  padding: 8px 21px;
  display: inline-block;
}

.button.small.navbar {
  border: 2px none var(--nau-orange);
  background-color: var(--nau-orange);
  color: #000;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
}

.button.small.navbar._4234 {
  background-color: #fff;
  border-style: solid;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link {
  color: #20394f;
  white-space: nowrap;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

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

.nav-link.w--current {
  color: var(--nau-orange);
  font-weight: 700;
}

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

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

.body {
  padding-bottom: 0;
  font-family: Notosans, sans-serif;
  font-weight: 400;
}

.navigation {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  aspect-ratio: 16 / 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-179 {
  z-index: 1;
  width: 100%;
  max-width: 1150px;
  height: 600px;
  position: relative;
}

.hero-bottom-line {
  border-top: 1px solid #fff;
  width: 100%;
  max-width: 1210px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-tex-box {
  width: 41%;
}

.bottom-tex-box._50-percent {
  width: 70%;
}

.hero-subtitle {
  color: #fff;
  line-height: 1.5em;
}

.hero-bottom-box {
  justify-content: space-between;
  max-width: 1285px;
  margin-left: 6%;
  margin-right: 7%;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.min-height-880 {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-services-column {
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  max-width: 1000px;
  height: 100%;
  min-height: auto;
  padding-bottom: 200px;
  padding-left: 7%;
  display: flex;
  position: relative;
}

.div-block-180 {
  z-index: -10;
  background-image: linear-gradient(0deg, #000, #3b3b3bc4 23%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

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

.text-block-74 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-74.nau {
  color: var(--nau-orange);
}

.div-block-182 {
  align-items: center;
  display: flex;
}

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

.div-block-183 {
  height: 55px;
  margin-left: 10px;
  overflow: hidden;
}

.text-span {
  color: var(--nau-orange);
}

.div-block-184 {
  max-width: 600px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.testimonialsmandanten {
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 0;
  display: none;
}

.div-block-185 {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
}

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

.heading-3.weiss {
  color: #fff;
  line-height: 1.3em;
}

.div-block-186 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.testimonial-holder._2 {
  top: 47px;
}

.imageholder {
  z-index: -1;
  background-image: linear-gradient(to top, #000, #fff0), url('../images/design-ohne-titel-67.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.imageholder._2 {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/design-ohne-titel-68.jpg');
}

.imageholder.ueberuns1 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_4960.jpg');
  background-position: 0 0, 50%;
}

.imageholder.ueberuns3 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_5512.jpg');
  background-position: 0 0, 55%;
}

.imageholder.karriere2 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_5383.jpg');
  background-position: 0 0, 100%;
}

.imageholder.karriere3 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_5138.jpg');
  background-position: 0 0, 50%;
}

.imageholder.karriere1 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_5174.jpg');
  background-position: 0 0, 100%;
}

.imageholder.uberunsfort {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/img_5420.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.div-block-188 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 33px;
  display: flex;
}

.text-block-75 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
}

.text-block-76 {
  color: #fff;
  font-size: 16px;
}

.div-block-189 {
  z-index: 10;
  background-color: var(--nau-orange);
  border: 7px solid #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: -15px -15px auto auto;
}

.div-block-189._11 {
  border-color: var(--dark-slate-blue);
}

.div-block-189.grau {
  border-color: #e9e9e9;
}

.bold-text-2 {
  letter-spacing: .5px;
}

.div-block-190 {
  z-index: 5;
  background-color: #000000e3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 237.5px;
}

.image-80 {
  opacity: .84;
  filter: invert();
  width: 55%;
  height: 55%;
  margin-left: 11px;
}

.div-block-191 {
  margin-top: 92px;
  margin-bottom: 52px;
}

.button-2 {
  border: 2px none var(--nau-orange);
  background-color: var(--nau-orange);
  color: #000;
  text-align: center;
  padding: 12px 33px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

.button-2:hover {
  transform: scale(1.03);
}

.button-2.vita {
  margin-top: 10px;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

.offset-block {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 729px;
  margin-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-6 {
  color: #111112;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.card-item {
  border-radius: 0;
  width: 46%;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.card-item.left {
  width: 100%;
  margin-right: 30px;
}

._47-percent-column {
  justify-content: flex-end;
  width: 50%;
  min-height: 495px;
  display: flex;
  position: relative;
}

.max-410-pixels {
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
}

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

.top-margin._234324 {
  margin-top: 25px;
}

.top-margin._20-pixels {
  margin-top: 0;
}

.change-image-here {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.change-image-here.card-left {
  background-image: none;
}

.content-section {
  background-color: #e9e9e9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-verticals {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.h2 {
  text-align: left;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  position: static;
}

.absolute-bg-2 {
  background-color: #e2eaf1;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-column {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 580px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-column.mobile-margin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
}

.section-3 {
  background-color: #24272c;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

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

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-span-8 {
  font-weight: 400;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

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

.bold-text-3 {
  font-weight: 500;
}

.text-block-77 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
}

.div-block-193 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #fffffff5;
  align-items: center;
  margin-bottom: 0;
  padding: 14px 100px;
  display: flex;
}

.div-block-194 {
  margin-top: 20px;
}

.image-107 {
  width: 75px;
  height: 75px;
}

.div-block-196 {
  margin-top: 41px;
}

.slider {
  width: 1000px;
  max-width: 1200px;
  height: 450px;
}

.section-5 {
  background-color: #eee;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.margin-bottom.margin-xsmall {
  max-width: 1280px;
  margin-bottom: 40px;
}

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

.footer3_menu-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: start;
  width: 100%;
}

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

.footer3_legal-link {
  color: #2b2b2b;
  text-align: center;
  font-size: 15px;
}

.footer3_legal-link.w--current {
  text-align: center;
}

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

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_link {
  color: #333;
  white-space: nowrap;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

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

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer.background-color-seashell {
  color: #2e2e2e;
}

.footer3_link-list {
  color: #282828;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.line-divider {
  background-color: #0000009c;
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

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

.footer3_top-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  align-items: start;
}

.page-padding-2 {
  background-color: #fff;
  border-top: 1px solid #00000057;
  padding: 20px 5%;
}

.social-icon {
  color: var(--nau-orange);
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

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

.section-6.grey {
  background-color: #fcfcfc;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-199 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 350px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.heading-8.branchen-cta {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-200 {
  z-index: -1;
  background-image: linear-gradient(#001025a3, #001025a3), url('../images/img_5671.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 10px;
}

.image-109 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.image-109._2342 {
  object-position: 50% 100%;
}

.image-109.gr-er {
  max-height: none;
}

.image-109._895 {
  object-position: 50% 30%;
}

.text-box-absolute-2 {
  background-color: #414a58d9;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-right: 0;
  padding: 40px 5%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.text-box-absolute-2._2 {
  max-width: 1200px;
  top: 60px;
}

.h3-big-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.2em;
}

.h3-big-2._123 {
  white-space: nowrap;
}

.lateral-scroll-image-2 {
  filter: brightness(120%);
  background-color: #0000;
  background-image: linear-gradient(#00061342, #00061342), url('../images/img_4994.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.content-section-2.align-right {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 230px;
  padding-bottom: 230px;
  display: flex;
}

.box-div {
  justify-content: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.div-block-203 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

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

.heading-9 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-204 {
  position: relative;
  top: 60px;
}

.div-block-205 {
  position: relative;
  top: 120px;
}

.lottie-animation {
  z-index: 10;
  width: 100px;
  height: 100px;
  position: relative;
}

.div-block-206 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-96 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-97 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.3em;
}

.heading-94 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.h3-big-3 {
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.2em;
}

.schwerpunkte {
  margin-top: 20px;
}

.schwerpunkte h6 {
  font-size: 18px;
  line-height: 1.2em;
}

.schwerpunkte li {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.3em;
}

.schwerpunkte a {
  color: var(--nau-orange);
  font-size: 18px;
  font-weight: 500;
}

.text-block-94 {
  color: #3a3b3c;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

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

.team {
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.div-block-354 {
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 10px;
}

.div-block-356 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 28px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 10px;
}

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

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

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

.block-quote {
  border-left-width: 3px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.div-block-362 {
  background-color: var(--nau-orange);
  color: #131313;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.div-block-362:hover {
  opacity: 1;
  background-color: #e9b66a;
}

.div-block-363 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.div-block-363._14px {
  font-size: 15px;
}

.link-block-7 {
  color: var(--nau-orange);
}

.section-8 {
  background-color: #ececec;
  flex-direction: column;
  align-items: center;
  padding: 130px 5% 60px;
  display: flex;
}

.div-block-364 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

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

.div-block-365 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-366 {
  background-color: var(--nau-orange);
  width: 27px;
  min-width: 0;
  height: 27px;
}

.body-3 {
  font-family: Notosans, sans-serif;
}

.text-block-96 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.heading-98 {
  margin-top: 10px;
  line-height: 1.2em;
}

.div-block-367 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  display: flex;
}

.image-111 {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.link-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2c2c2c;
  display: flex;
}

.text-block-97 {
  font-size: 15px;
}

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

.container-2 {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-2.grid-container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.rounded {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

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

.panel-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body-small {
  padding: 24px;
}

.h3 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2em;
}

.text {
  width: 100%;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.text-lead {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.panel {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.panel.bg-white {
  color: #12141d;
}

.panel.bg-white.panel-on-image {
  background-color: #fff;
  border-radius: 0;
  max-width: 500px;
}

.panel.tab-panel {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s, color .2s, background-color .2s;
}

.panel.tab-panel:hover {
  transform: scale(.95);
}

.panel.tab-panel.w--current {
  background-color: var(--nau-orange);
  color: #0009;
  font-weight: 600;
}

.panel.tab-panel.hide {
  display: none;
}

.quote-on-image {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-369 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 38px;
}

.tabs-horizontal {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tabs-horizontal-menu {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: stretch;
  width: 100%;
  max-width: 328px;
  margin-right: 12px;
  display: flex;
}

.row {
  display: flex;
}

.row.row-align-center {
  flex-direction: row;
  align-items: center;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.tab-pane-tab-3, .tab-pane-tab-4 {
  background-color: #f0f0f0;
  padding: 40px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.faq_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  padding-top: 24px;
  display: grid;
}

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

.faq_text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.faq_arrow {
  width: 24px;
}

.faqs {
  background-color: #414a57;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.faq_block {
  background-color: #fff;
  padding: 26px;
}

.faq_block.dark {
  background-color: #dde3ed;
}

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

.tabs-div {
  border: 1px solid #ececec;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 256px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.historie-tab {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

.historie-tab.w--current {
  background-color: var(--nau-orange);
  color: var(--dark-slate-blue);
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transform: scale(1.2);
}

.section-9 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 5%;
  display: flex;
  position: relative;
}

.text-tradition-moderne {
  font-size: 16px;
}

.subheading-2 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-kanzleihistorie {
  text-align: center;
  font-size: 24px;
  line-height: 1.3em;
}

.div-block-39 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 20px 41px 0;
  display: flex;
}

.tabs {
  background-color: #f7f7fd;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 24px;
  overflow: hidden;
}

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

.wide-tabs-menu {
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

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

.image-113 {
  width: 100px;
  margin-bottom: 10px;
}

.div-block-372 {
  background-color: var(--nau-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 55px;
  display: flex;
}

.text-block-98 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}

.button-3 {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.button-3:hover {
  background-color: #f3f3f3;
}

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

.div-block-309 {
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
}

.large-heading {
  color: #fff;
  letter-spacing: -.03em;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.large-heading.left {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.large-heading.strich {
  text-decoration: line-through;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-10 {
  background-color: #414a59;
}

.div-block-373 {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 60px;
  display: flex;
}

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

.counter-block {
  flex-direction: column;
  align-items: center;
  width: 250px;
  display: flex;
}

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

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

.counter-support-text {
  color: #c0b5b5;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-375 {
  max-width: 850px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-375._123 {
  margin-bottom: 20px;
}

.heading-101 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

.heading-101._20px {
  margin-bottom: 20px;
}

.sticky-card-sections {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-grid-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, #000, #3330), url('../images/raja-sen-nn863yjtfto-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  grid-template: "Area Area-2" 20vw
                 "Area Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 143px;
  display: flex;
  position: relative;
}

.section-grid-2._2 {
  background-image: linear-gradient(0deg, #000, #3330), url('../images/img_5224.jpg');
}

.section-grid-2._3 {
  background-image: linear-gradient(0deg, #000, #3330), url('../images/img_4999.jpg');
  flex-direction: column;
  margin-right: 0;
  padding-bottom: 142px;
  display: flex;
}

.section-grid-2._4 {
  background-image: linear-gradient(0deg, #000, #3330), url('../images/img_5341.jpg');
  background-position: 0 0, 50%;
  justify-content: flex-end;
}

.section-grid-2._5 {
  background-image: linear-gradient(0deg, #000, #3330), url('../images/img_5109.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-content {
  transform-origin: 100%;
  background-image: linear-gradient(0deg, #000, #3330), url('../images/img_5549.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 140px;
  display: flex;
}

.title {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
  text-decoration: none;
}

.heading-102 {
  color: #fff;
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.2em;
}

.div-block-377 {
  width: 100%;
  max-width: 1200px;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-9 {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5em;
}

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

.grid-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.section-16 {
  background-color: #414a58;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.div-block-378 {
  max-width: 800px;
  margin-bottom: 40px;
}

.heading-104 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

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

.text-span-10 {
  color: var(--nau-orange);
}

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

.grid-16 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 100px 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.heading-105 {
  color: #fff;
  margin-top: 0;
}

.benefit {
  background-color: #f0f0f0;
  border-radius: 1px;
  padding: 25px;
}

.benefit._1 {
  font-weight: 300;
}

.benefit._2 {
  color: #0000;
  background-color: #414a59;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10%;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.benefit._1 {
  background-color: #414a59;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  display: flex;
}

.div-block-379 {
  background-color: var(--nau-orange);
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: sticky;
  top: 393px;
}

.text-block-101 {
  text-align: center;
  max-width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-380 {
  background-color: var(--nau-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.image-114 {
  width: 80%;
  height: 80%;
}

.section-18 {
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.text-span-12 {
  color: var(--nau-orange);
}

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

.div-block-382 {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 32px 32px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-106 {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.div-block-383 {
  background-color: var(--nau-orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: -24px;
  left: auto;
  right: auto;
}

.image-115 {
  filter: invert();
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.wrappertestimonial {
  background-color: var(--dark-slate-blue);
  padding: 20px;
}

.background-video-2 {
  z-index: -11;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonialsteam {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
}

.div-block-384 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  height: 100%;
  inset: 0%;
}

.div-block-385 {
  align-items: center;
  display: flex;
}

.div-block-386 {
  flex-direction: column;
  justify-content: flex-start;
  height: 45px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.camera2 {
  padding-top: 0;
}

.text-block-102 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.heading-107 {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
}

.div-block-387 {
  max-width: 750px;
}

.section-20 {
  background-color: #6f747c;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.heading-108 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
}

.div-block-388 {
  max-width: 800px;
  margin-bottom: 20px;
}

.div-block-389 {
  color: #fff;
  background-color: #ccc;
  background-image: linear-gradient(#212d41d9, #212d41d9), url('../images/img_5018.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  border: 2px solid #ffffffb3;
  border-radius: 1px;
  padding: 27px 39px;
  box-shadow: 0 3px 14px 2px #ffffff5c;
}

.div-block-389._2 {
  background-image: linear-gradient(#212d41d9, #212d41d9), url('../images/img_5109.jpg');
  background-position: 0 0, 50% 90%;
}

.div-block-389._3 {
  background-image: linear-gradient(#212d41d9, #212d41d9), url('../images/img_4999.jpg');
  background-position: 0 0, 50% 30%;
}

.div-block-389._5 {
  background-image: linear-gradient(#212d41d9, #212d41d9), url('../images/img_5138.jpg');
  background-position: 0 0, 50% 30%;
}

.div-block-389._6 {
  background-image: linear-gradient(#212d41d9, #212d41d9), url('../images/nau-steberuerater-frankfurt-14-min.webp');
  display: none;
}

.lottie-animation-2 {
  width: 100px;
  height: 100px;
  margin-top: -18px;
  margin-left: -17px;
}

.heading-109 {
  margin-top: 8px;
  line-height: 1.2em;
}

.button-5 {
  background-color: var(--nau-orange);
  color: var(--black);
  padding-left: 21px;
  padding-right: 21px;
  font-size: 16px;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5em;
}

.div-block-390 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.paragraph.is--intro {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5em;
}

.intro-heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro {
  z-index: 6;
  background-color: #f8f8f8;
  padding: 60px 5%;
  position: sticky;
  top: 0;
}

.hero-content {
  max-width: 90%;
}

.intro-heading {
  max-width: 1200px;
  position: relative;
}

.intro-container {
  flex: 0 auto;
  max-width: 100%;
}

.intro-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hero-container {
  z-index: 15;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.hero {
  z-index: 4;
  background-color: var(--dark-slate-blue);
  position: sticky;
  top: 0;
}

.overflow-wrapper {
  overflow: hidden;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 160px 5% 90px;
  display: flex;
  position: relative;
}

.video-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-110 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
  position: sticky;
}

.video {
  z-index: 5;
  margin-top: -17px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

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

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

.image-116.betriebswberatung {
  object-position: 50% 60%;
}

.image-116.laufendestb {
  object-position: 50% 40%;
}

.image-116.erben {
  object-position: 50% 70%;
}

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

.heading-111 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.sub-paragraph__two {
  color: #292d2f;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-113 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.heading-113.margin {
  margin-bottom: 20px;
}

.text-span-16 {
  color: var(--nau-orange);
}

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

.leistungen {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.heading-115 {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
}

.div-block-395 {
  max-width: 900px;
}

.leistung h3 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.3em;
}

.leistung li {
  font-size: 17px;
  line-height: 1.5em;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 44px #14142b0a;
}

.card.home-features {
  color: #272727;
  border-radius: 0;
  padding: 40px 32px;
}

.home-features-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin-top: 20px;
  position: relative;
}

.image-117.card-home-features-icon {
  border-radius: 25px;
  width: 95px;
  height: 95px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.div-block-397 {
  background-color: var(--nau-orange);
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 41px;
  display: flex;
}

.heading-116 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-116.wei {
  color: var(--dark-slate-blue);
  margin-top: 0;
}

.button-6 {
  color: var(--black);
  background-color: #ffe0b0;
  transition: all .2s;
}

.button-6:hover {
  background-color: #ffd697;
}

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

.section-22 {
  background-color: #e9e9e9;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.grid-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin-top: 20px;
}

.div-block-398 {
  background-color: #fff;
  position: relative;
}

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

.heading-117 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3em;
}

.image-118 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image-118.steuerrecht {
  object-position: 50% 0%;
}

.div-block-400 {
  grid-column-gap: 3px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
  display: flex;
}

.link-5 {
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}

.h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1.leistung {
  margin-top: 10px;
}

.section-24 {
  background-color: #e9e9e9;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.div-block-401 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
  display: grid;
}

.div-block-401.slider {
  height: 100%;
  margin-bottom: 0;
  padding-right: 20px;
}

.div-block-401.kein-abstand-nach-unten {
  margin-bottom: 0;
}

.heading-118 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 37px;
  line-height: 1.2em;
}

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

.paragraph-12 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}

.div-block-402 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-25 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  padding: 130px 5% 60px;
  display: flex;
}

.div-block-403 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 20px;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 16px;
}

.div-block-404 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-block-404:hover {
  background-color: #ffefd7;
}

.div-block-404.w--current {
  border: 4px solid var(--nau-orange);
  background-color: #ffefd7;
}

.heading-119 {
  color: #302f2f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none;
}

.image-120 {
  width: 65px;
  height: 65px;
}

.heading-120 {
  font-size: 32px;
}

.paragraph-13 {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-105 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.text-block-105.kontakt {
  margin-bottom: 10px;
}

.html-embed {
  width: 600px;
}

.div-block-405 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-406 {
  transition: all .4s;
}

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

.image-121:hover {
  filter: none;
}

.div-block-342 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.h2-2 {
  white-space: normal;
  height: auto;
  line-height: 1.1em;
  position: static;
}

.h2-2.hero {
  color: #071e30;
  height: auto;
  margin-top: 10px;
  font-size: 40px;
}

.h2-2.hero.middle {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-297 {
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-297._1 {
  width: 908px;
  margin-bottom: 20px;
}

.text-block-133 {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.4em;
}

.text-block-134 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
}

.div-block-407 {
  margin-top: 8px;
}

.text-link {
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .85;
}

.link-12 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 17px;
}

.div-block-257 {
  border-top: 1px solid #989a9e;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.section-27 {
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.standortwrapper {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border: 1px solid #dadada;
  flex-direction: column;
  justify-content: center;
  width: 645px;
  padding: 28px 60px 28px 28px;
  display: flex;
  position: relative;
}

.div-block-345 {
  border: 0 solid #dadada;
  justify-content: center;
  max-width: 1200px;
  height: 520px;
  display: flex;
}

.section-28 {
  background-color: #e9e9e9;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.heading-121 {
  text-align: left;
  margin-top: 0;
  font-size: 30px;
  position: sticky;
  top: 121px;
}

.div-block-408 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 550px;
  display: flex;
  position: sticky;
  top: 126px;
}

.div-block-409 {
  grid-column-gap: 30px;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 1200px;
  display: flex;
  position: relative;
}

.image-122 {
  width: 125px;
  height: 125px;
}

.slide-2, .slider-3 {
  width: 100vw;
  height: 100vh;
}

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

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

.lottie-animation-3 {
  width: 200px;
  height: 200px;
  padding: 0;
}

.div-block-410 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.paragraph-14 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.link-13 {
  color: var(--nau-orange);
  text-decoration: underline;
}

.section-30 {
  height: 505px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section-31 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-412 {
  background-color: #2d3136b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-123 {
  color: #fff;
  text-align: center;
}

.div-block-413 {
  border-bottom: 1px solid #0000003d;
  width: 100%;
  max-width: 1000px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.div-block-414 {
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: #363636;
}

.text-block-135 {
  margin-left: 9px;
  margin-right: 9px;
}

.div-block-415 {
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-416 {
  border-right: 1px solid #c2c2c2;
  width: 70%;
  padding-right: 20px;
}

.body-4 {
  font-family: Notosans, sans-serif;
}

.button-7 {
  background-color: var(--nau-orange);
  color: #2e2e2e;
  margin-bottom: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-417 {
  flex: 0 auto;
  width: 30%;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  position: sticky;
  top: 101px;
}

.image-123 {
  object-position: 50% 30%;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-123.steuerberater {
  object-position: 50% 80%;
}

.stellenbeschreibung {
  margin-bottom: 10px;
}

.stellenbeschreibung ul {
  font-size: 16px;
  line-height: 1.3em;
}

.stellenbeschreibung li {
  line-height: 1.4em;
}

.heading-124 {
  font-size: 20px;
  line-height: 1.3em;
}

.text-block-136 {
  font-size: 12px;
  line-height: 1.3em;
}

.lottie-animation-4 {
  width: 30px;
  height: 30px;
}

.div-block-418 {
  align-items: center;
  display: flex;
}

.div-block-419 {
  background-color: #e9e9e9;
  margin-top: 10px;
  margin-right: 28px;
  padding: 15px 20px;
}

.image-124 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 155px;
  margin-bottom: 10px;
}

.text-block-137 {
  margin-bottom: 10px;
  font-weight: 600;
}

.text-block-138 {
  margin-bottom: 5px;
  font-weight: 600;
}

.link-14 {
  color: var(--nau-orange);
  margin-bottom: 5px;
  display: block;
}

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

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

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

.div-block-421 {
  background-color: #414a58d1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-139 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.4em;
}

.section-44 {
  margin-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-422 {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-125 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

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

.rich-text-block-2 p {
  line-height: 1.4em;
}

.rich-text-block-2 h5 {
  font-size: 1em;
  line-height: 1.4em;
}

.rich-text-block-2 h3 {
  font-size: 26px;
}

.div-block-423 {
  background-color: var(--nau-orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  padding-left: 5px;
  display: flex;
}

.image-127 {
  opacity: 1;
  filter: invert();
  width: 65%;
  height: 65%;
}

.videowrapper {
  z-index: 10000;
  background-color: #000000db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.closer {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
}

.image-128 {
  width: 50%;
  height: 50%;
}

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

.collection-item {
  flex-direction: row;
  justify-content: center;
}

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

.appearonmobilehero {
  display: none;
}

.block-quote-2 {
  line-height: 1.3em;
}

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

.steuernews_fuer_mandanten {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}

.sub_title {
  display: none;
}

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

.body-5 {
  flex-direction: column;
  align-items: center;
  font-family: Notosans, sans-serif;
}

.wrapper-alles {
  width: 90vw;
  max-width: 1200px;
}

.hideme_print {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: 0%;
}

.hideme_print.news_image {
  display: none;
}

.entry {
  background-color: #414a58bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-129 {
  object-fit: cover;
}

.steuernews_sidebar {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 31px;
  display: grid;
  position: relative;
}

.steuernews_more_articles_overview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  max-width: 550px;
  margin-top: 28px;
  display: flex;
  position: static;
}

.news_entity {
  font-size: 16px;
}

.news_entity h2 {
  font-size: 1.7em;
}

.overview_title {
  margin-top: 0;
  font-size: 32px;
}

.touch_link {
  width: 100%;
}

.section-46 {
  height: 350px;
  margin-top: 70px;
}

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

.steuernews_current_issue, .steuernews_issues {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: static;
}

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

.div-block-426 {
  width: 100%;
  max-width: 1200px;
}

.div-block-427 {
  margin-top: 20px;
}

.link-block-10 {
  background-color: var(--nau-orange);
  color: #2c2c2c;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
}

.div-block-428 {
  background-color: var(--nau-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-127 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.link-15 {
  color: var(--nau-orange);
  font-weight: 600;
  text-decoration: underline;
}

.slider-4 {
  max-width: 1100px;
  height: 350px;
}

.block-quote-3 {
  line-height: 1.3em;
}

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

.html-embed-4 {
  width: 90vw;
  max-width: 1200px;
}

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

.div-block-432, .div-block-433 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.paragraphbenefits {
  color: #fff;
  line-height: 1.6em;
}

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

.image-131 {
  width: 90px;
  height: 90px;
}

.div-block-434 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  flex-direction: column;
  max-width: 800px;
  display: flex;
}

.div-block-435 {
  background-color: #eee;
  width: 800px;
  padding: 40px;
}

._234234 {
  width: 100%;
  max-width: 1200px;
}

.heading-128 {
  margin-top: 0;
  line-height: 1.3em;
}

.image-132 {
  width: 18px;
  height: 18px;
}

.div-block-438 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 10px;
  display: flex;
}

.bold-text-8 {
  font-weight: 600;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  white-space: pre;
}

.tab-link-tab-5 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.tab-link-tab-5:hover {
  transform: scale(.95);
}

.tab-link-tab-5.w--current {
  background-color: var(--nau-orange);
}

.tab-pane-tab-5 {
  background-color: #f0f0f0;
  padding: 40px;
}

.circular {
  width: 174px;
  margin-right: 20px;
}

.mobile-menu {
  display: none;
}

.nav_brand {
  margin-right: 24px;
}

.nav {
  z-index: 999;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav_brand-logo {
  height: 64px;
}

.nav_menu-item {
  padding-left: 24px;
  padding-right: 24px;
}

.container-4 {
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.container-4.nav-padding {
  justify-content: space-around;
  padding-right: 0%;
  display: flex;
}

.nav-link-2 {
  color: #333;
  text-transform: uppercase;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #f3f5ed00;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: border-width .2s, border-color .2s;
  display: flex;
}

.nav-link-2:hover, .nav-link-2.w--current {
  border-bottom-color: #ea8d00;
}

.nav_menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-8 {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ea8d00;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 17px 35px;
  font-family: Notosans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-8:hover {
  color: #fff;
  background-color: #ea8d008a;
  border-color: #878787;
  transform: scale(1.05);
}

.button-8.links {
  justify-content: flex-start;
}

.button-8.white {
  color: #ea8d00;
  background-color: #fff;
  margin-top: 40px;
}

.button-8.white:hover {
  background-color: #ffffffc4;
}

.button-8.white.klein {
  color: #fff;
  background-color: #ea8d00;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: 12px;
}

.padding-section-large-2 {
  background-color: #ffffff6b;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7.2rem 0;
  display: flex;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.div-block-439 {
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.text-span-46 {
  color: #ea8d00;
}

.grey-box {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.grey-box.padding {
  background-color: #eee;
  align-items: flex-start;
  min-height: auto;
  margin-left: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.hero-2 {
  color: #fff;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 64px;
  padding-bottom: 0;
  display: flex;
}

.nau-quadrat {
  z-index: 100;
  background-color: #ea8d00;
  border: 4px #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: -3% -3% auto auto;
}

.nau-quadrat.weiss {
  z-index: 2;
  object-fit: fill;
  border-style: none;
  border-color: #0000;
  display: block;
  position: absolute;
  top: -3%;
  right: -3%;
}

.nau-quadrat.weiss.button-bewerben {
  width: 26px;
  height: 26px;
  top: -7%;
  right: -7%;
}

.slide-6 {
  background-color: #eee;
}

.paragraphbenefits-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.button-wrapper {
  z-index: 15;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: auto auto 2rem 2rem;
}

.home-hero_section {
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
  inset: 0%;
}

.grid-21 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 100px 1fr;
  max-width: 95%;
  margin-top: 40px;
}

.grids-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.standort_bild {
  object-fit: cover;
  width: 50%;
  height: 600px;
  min-height: 600px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.right-arrow-2 {
  background-color: #ea8d00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto 72px -23px auto;
}

.right-arrow-2:hover {
  background-color: #ea8d00a8;
}

.div-block-440 {
  justify-content: flex-start;
  align-items: center;
  width: 344.236px;
  margin-top: 60px;
  display: flex;
}

.div-block-440._2 {
  margin-top: 10px;
}

.content-grid {
  z-index: 3;
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 140px 5% 60px;
  display: flex;
  position: relative;
  top: 0;
}

.faq-item-2 {
  background-color: #ea8d00;
  border: 5px #eee;
  border-bottom-style: solid;
  max-width: 1280px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 40px;
}

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

.margin-bottom-16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3em;
}

.bold-text-15 {
  color: #ea8d00;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.heading-129 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.heading-129.orange {
  color: #ea8d00;
}

.heading-129.black, .bold-text-16 {
  color: #333;
}

.wrapper-testimonial-text {
  margin-top: 17px;
  padding-top: 0;
}

.link-10 {
  color: #f2f4f6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.link-10:hover {
  color: #ea8d00;
}

.faq-action-2 {
  background-color: #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.capabilities_section-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-441 {
  background-color: #ea8d00;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: sticky;
  top: 393px;
}

.link-11 {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.split-content.cta-right {
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: relative;
}

.split-content.cta-left {
  max-width: 477px;
  margin-bottom: 0;
  margin-right: 30px;
}

.content-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.section-48 {
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/pexels-op-12323350.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-22 {
  grid-column-gap: 69px;
  background-color: #e3e3e3;
  grid-template-rows: auto;
  width: 100%;
}

.heading-149 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 2rem 0% auto;
}

.slide-image {
  position: relative;
}

.nau-quadrat-div {
  z-index: auto;
  position: static;
  inset: auto 0% auto auto;
}

.div-block-442 {
  max-width: 1280px;
}

.footer3_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 20px;
  display: grid;
}

.card-item-2 {
  height: 100%;
}

.left-arrow-icon {
  transform: rotate(180deg);
}

.card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.text-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.text-2.white.center {
  text-align: center;
  font-weight: 400;
}

.container-9 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h2-3 {
  color: #24272c;
  letter-spacing: -2px;
  font-size: 48px;
  line-height: 60px;
}

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

.h2-3.center.white {
  color: #fff;
}

.grey-overlay {
  background-color: #414a59d6;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  width: 40vw;
  height: 100%;
  padding-left: 5%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-move-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide-4 {
  background-color: #eee;
  position: relative;
}

.text-span-47 {
  color: #eee;
}

.social-icon-2 {
  color: #fff;
  width: 60px;
  height: 60px;
}

.div-block-443 {
  background-color: #eeeeeeb8;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.padding-right.padding-large {
  max-width: 1280px;
}

.home-standort_section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.cta {
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000), url('../images/nau-steberuerater-frankfurt-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  max-width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  overflow: hidden;
}

.div-block-348 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.image-164 {
  border-radius: 24px;
  flex: 0 auto;
}

.image-164.cta-1 {
  z-index: 1;
  object-fit: cover;
  border: 1px solid #0000;
  border-radius: 0;
  width: 100%;
  max-width: 90%;
  height: 600px;
  margin-left: auto;
  position: relative;
  bottom: 5px;
  left: -35px;
  box-shadow: 0 3px 28px #20248a0f;
}

.image-164.cta-2 {
  z-index: 2;
  object-fit: cover;
  border: 1px solid #0000;
  border-radius: 0;
  width: 700px;
  max-width: 90%;
  height: 350px;
  margin-right: 0;
  padding-right: 47px;
  position: absolute;
  bottom: -103px;
  left: 135px;
}

.div-block-444 {
  background-color: #ea8d00;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.div-block-444.gro {
  z-index: 90;
  display: block;
  inset: -2% -2% auto auto;
  overflow: visible;
}

.div-block-444.grau {
  background-color: #e3e3e3;
  width: 60px;
  height: 60px;
}

.verdienst-card-2 {
  color: #fff;
  text-align: center;
  background-color: #414a59b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  min-height: auto;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.verdienst-card-2:hover {
  background-color: #ea8d00;
  background-image: none;
}

.image {
  display: block;
}

.content-grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.grid-18 {
  grid-column-gap: 31px;
  background-color: #e3e3e3;
  grid-template-rows: auto;
  padding-top: 0;
  padding-left: 0;
}

.move-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.title-3.text-color-neutral-100 {
  color: #fff;
}

.title-3.text-color-neutral-100.cta {
  margin-bottom: 28px;
  font-size: 45px;
  line-height: 1.2em;
}

.title-3.text-color-neutral-100.cta._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
}

.heading-medium-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.cta-section {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-section.career {
  background-color: #ea8d00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 5% 100px;
  display: flex;
  overflow: hidden;
}

.button-container {
  z-index: 50;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  display: flex;
  position: relative;
}

.button-container.small {
  height: 100px;
}

.hero-grid_content {
  z-index: 1;
  color: #333;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 492px;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-grid_content.mobile {
  display: none;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  align-items: center;
  height: 136.778px;
  padding: 1rem 0;
  display: flex;
  position: relative;
}

.cta-wrapper {
  background-color: #ea8d00;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 429px;
  margin-top: 0;
  padding: 10px 0;
  display: flex;
}

.text-size-18-4 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.63em;
}

.image-44 {
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 0;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 20px;
}

.image-44._4 {
  object-position: 100% 80%;
}

.image-44._2 {
  width: 100%;
}

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

.text-size-18-2.center {
  color: #24272c;
}

.home-standort_layout {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: static;
}

.divider-2 {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider-2._24px.bg-neutral-300 {
  background-color: #ea8d00;
}

.item-wrapper-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #03001333;
  border: 1px solid #ea8d00;
  border-radius: 0;
}

.mask {
  background-color: #d3d3d3;
  max-width: 1200px;
  margin-right: 0;
  padding-top: 0;
}

.card-list-wrapper {
  height: 100%;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.text-block-140 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-family: Notosans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.slide {
  width: 100%;
}

.right-content-3 {
  z-index: 2;
  border: 2px #ea8d00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 2rem;
  display: none;
  position: absolute;
  inset: auto 0% 4%;
  overflow: auto;
}

.container-default-4 {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.slide-grid {
  grid-column-gap: 68px;
  grid-row-gap: 16px;
  background-color: #eeeeee94;
  border: 1px #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
  box-shadow: 0 5px 20px 20px #ffffff3d;
}

.slide-grid._1 {
  max-width: none;
}

.grid-17 {
  grid-column-gap: 80px;
  background-color: #e3e3e3;
  grid-template-rows: auto;
}

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

.home-hero_layout {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: block;
  position: relative;
}

.slider-5 {
  background-color: #fff;
  max-width: 1280px;
  height: auto;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.nau-quadrat-rand {
  z-index: 100;
  background-color: #ea8d00;
  border: 4px #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: -3% -3% auto auto;
}

.nau-quadrat-rand.w {
  z-index: 1;
  background-color: #fff;
  width: 52px;
  height: 52px;
  bottom: auto;
}

.nau-quadrat-rand.w.button-bewerben {
  background-color: #eee;
  width: 30px;
  height: 30px;
  display: block;
  top: -5%;
  right: -5%;
}

.nau-quadrat-rand.w.button-bewerben.transparent {
  background-color: #0000;
  width: 25px;
  height: 25px;
  top: 0%;
  right: 0%;
}

.home-online-auftritt_section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.div-block-445 {
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 4rem;
  display: grid;
}

.image-165 {
  filter: invert();
  width: 40px;
}

.div-block-446 {
  align-items: center;
  display: flex;
}

.section-49 {
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 0%;
  display: flex;
}

.text-size-18 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-size-18.center {
  text-align: center;
  height: 58.6719px;
}

.slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.slider-nav.instagram-feed---slider-nav {
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  display: none;
  transform: none;
}

.instagram-feed---icon-inside {
  min-width: auto;
  max-width: none;
}

.move-less {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.container {
  width: 100%;
  min-height: 100vh;
}

.container.is-home-online-auftritt {
  color: #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container.is-home-hero {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.container.is-home-standort {
  color: #333;
  max-width: 1280px;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: visible;
}

.heading-150 {
  font-size: 45px;
  line-height: 1.3em;
}

.slide-nav-2 {
  display: none;
  inset: auto 25% 0% auto;
}

.button-text-3 {
  z-index: 10;
  color: #fff;
  cursor: default;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.background-video-6 {
  background-image: none;
  width: 100%;
  height: auto;
}

.line-rounded-icon {
  color: #24272c;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.line-rounded-icon:hover {
  color: #fff;
}

.tab-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

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

.bewerben-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ea8d00;
  border: 1px solid #ea8d00;
  border-radius: 0%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bewerben-button-2.blue {
  background-color: #414a59;
  border-color: #414a59;
}

.heading-151 {
  color: #ea8d00;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  font-size: 42px;
}

.background-video-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.faq-title {
  z-index: 10;
  align-items: center;
  height: auto;
  padding: 0 7rem 0 0;
  display: flex;
  position: relative;
}

.margin-bottom-2 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 100px;
}

.animated-gradient_embed {
  display: none;
}

.text-block-155 {
  font-size: 16px;
  text-decoration: none;
}

.instagram-feed---image-wrapper-2 {
  z-index: 1;
  border-radius: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.slide-text {
  max-width: 560px;
  padding-right: 50px;
}

.div-block-447 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.div-block-447.no {
  background-color: #0000;
  display: none;
}

.padding-global-2 {
  background-color: #ffffff87;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button-text-container {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.slider-mask {
  height: 100%;
}

.instagram-feed---image-overlay-2 {
  z-index: 1;
  transform-origin: 0%;
  background-color: #414a5970;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text--h1 {
  color: #fff;
  cursor: default;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

.cta2 {
  background-color: #243d47;
  background-image: linear-gradient(#414a59ba, #414a59ba), url('../images/nau-steberuerater-frankfurt-20-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 5%;
  display: flex;
  overflow: hidden;
}

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

.hero-grid_display {
  flex: 1;
  max-width: 72%;
  padding-left: 0;
  position: relative;
  inset: auto 0% auto auto;
}

.rich-text-block {
  color: #243d47;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.button-primary-text-wrapper {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.slide-3 {
  background-color: #e3e3e3;
  max-width: none;
}

.text-size-18-3 {
  color: #333;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.button-circle-inner-2 {
  z-index: 0;
  border: 2px solid #414a59;
  border-radius: 0%;
  flex: 0 auto;
  width: 200px;
  height: 100px;
  position: absolute;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.hidden-desktop {
  border-radius: 0%;
}

.btn-circle-secondary.hidden-desktop:hover {
  background-color: #ea8d00;
}

.btn-circle-secondary.hidden-desktop.right {
  width: auto;
  min-width: 35px;
  height: 40px;
  min-height: 35px;
  display: none;
  inset: 39% -2% -30% auto;
}

.btn-circle-secondary.hidden-desktop.left {
  width: 40px;
  min-width: 35px;
  height: 40px;
  min-height: 35px;
  display: none;
  inset: 0% auto 0% -2%;
}

.left-arrow-2 {
  color: #ea8d00;
  background-color: #ea8d00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto 134px -23px auto;
}

.left-arrow-2:hover {
  background-color: #ea8d00bd;
}

.text-3 {
  color: #333;
  text-align: left;
  padding-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-2 {
  color: #eee;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;
}

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

.text-block-156 {
  color: #24272c;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-157 {
  color: #24272c;
  text-align: center;
  font-size: 16px;
}

.link-9 {
  color: #414a59;
  font-weight: 400;
}

.heading-152 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-152.branchen {
  color: #000;
  text-align: center;
}

.text-block-158 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3em;
}

.text-block-158.branchenseite {
  color: #000;
  text-align: center;
}

.div-block-448 {
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  display: flex;
}

.link-16 {
  color: #fff;
}

.unter-berschrift {
  text-align: center;
  font-size: 22px;
}

.div-block-449 {
  padding-bottom: 15px;
}

.text-span-48 {
  color: var(--nau-orange);
}

.div-block-450 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

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

.kontakt_paragraph {
  font-size: 17px;
  font-weight: 300;
}

.image-166 {
  max-width: none;
}

.block-quote-4, .block-quote-5, .block-quote-6, .block-quote-7 {
  line-height: 1.3em;
}

.div-block-451 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-452 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 130px;
  height: 130px;
  padding: 12px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.image-167 {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.image-167.kununu {
  height: 100%;
}

.section-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-18 {
  color: #333;
  font-weight: 600;
}

.margin-bottom-16-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.grey-box-2 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.grey-box-2.padding {
  background-color: #eee;
  align-items: flex-start;
  width: 750px;
  min-width: auto;
  min-height: auto;
  margin-left: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.social-icon-3 {
  width: 60px;
  height: 60px;
}

.link-17 {
  color: #333;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

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

.instagram-feed---image-wrapper-3 {
  z-index: 1;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.div-block-453 {
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.text-size-18-5 {
  color: #333;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.background-video-8 {
  background-image: none;
  width: 100%;
  height: auto;
}

.div-block-454 {
  background-color: #ea8d00;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.div-block-454.gro {
  z-index: 90;
  display: block;
  inset: -2% -2% auto auto;
  overflow: visible;
}

.div-block-455 {
  width: 100%;
  max-width: 1200px;
}

.content-grid-3 {
  z-index: 3;
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
  top: 0;
}

.instagram-feed---icon-inside-2 {
  width: auto;
  min-width: 40px;
  max-width: 40px;
  height: auto;
}

.div-block-456 {
  background-color: #eeeeeeb8;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-online-auftritt_section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.button-9 {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ea8d00;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 17px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-9:hover {
  color: #fff;
  background-color: #ea8d008a;
  border-color: #878787;
  transform: scale(1.05);
}

.button-9.white {
  color: #ea8d00;
  background-color: #fff;
  margin-top: 40px;
}

.button-9.white:hover {
  background-color: #ffffffc4;
}

.button-9.white.klein {
  color: #fff;
  background-color: #ea8d00;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 23px;
}

.heading-153 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.heading-153.orange {
  color: #ea8d00;
  font-size: 22px;
  font-weight: 600;
}

.text-span-49 {
  color: #ea8d00;
}

.instagram-feed---image-overlay-3 {
  z-index: 1;
  transform-origin: 0%;
  background-color: #414a5970;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.div-block-437 {
  align-items: center;
  display: flex;
}

.footer3_social-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 20px;
  display: grid;
}

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

.overflow-wrapper-karriere {
  max-width: 1200px;
  overflow: hidden;
}

.bold-text-19 {
  font-weight: 600;
}

.background-video-9 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .button-text-dark {
    font-size: 13px;
  }

  .bottom-tex-box {
    width: 38%;
  }

  .text-column {
    justify-content: flex-start;
  }

  .lateral-scroll-image-2 {
    background-image: linear-gradient(#00061342, #00061342), url('../images/img_4994.jpg');
    background-position: 0 0, 50% 30%;
    width: 120%;
  }

  .circular {
    width: 200px;
  }

  .hero-2 {
    padding-bottom: 60px;
  }

  .container.is-home-hero {
    justify-content: flex-end;
  }

  .div-block-449 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 1300px;
  }

  .button-text-dark {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .div-block-179 {
    max-width: 1300px;
  }

  .min-height-880 {
    max-width: none;
  }

  .lateral-scroll-image-2 {
    background-image: linear-gradient(#00061342, #00061342), url('../images/img_4994.jpg');
    background-position: 0 0, 50% 100%;
  }

  .tabs {
    max-width: 1400px;
  }

  .section-grid-2._5 {
    padding-bottom: 187px;
  }

  .grid-15 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-content {
    max-width: 70%;
  }

  .intro-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container {
    max-width: 98%;
  }

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

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

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

  .html-embed-5 {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .div-block-435 {
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 800px;
    padding: 34px 40px;
  }

  .hero-2 {
    padding-bottom: 60px;
  }

  .grid-21 {
    max-width: 1300px;
  }

  .cta, .div-block-449 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .bottom-tex-box {
    width: 37%;
  }

  .bottom-tex-box._50-percent {
    width: 75%;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .min-height-880 {
    background-color: #0000;
  }

  .text-box-absolute-2 {
    background-color: #414a58f2;
    max-width: 1220px;
  }

  .text-box-absolute-2._2 {
    min-width: 1400px;
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }

  .h3-big-2 {
    font-size: 50px;
  }

  .h3-big-2._123 {
    font-size: 48px;
  }

  .lateral-scroll-image-2 {
    object-fit: cover;
    object-position: 50% 100%;
    background-image: linear-gradient(#00061342, #00061342), url('../images/img_4994.jpg');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 125%;
    height: 100%;
  }

  .content-section-2.align-right {
    min-height: 800px;
    padding-top: 264px;
    padding-bottom: 264px;
  }

  .tabs {
    max-width: 1400px;
  }

  .div-block-386 {
    height: 60px;
  }

  .text-block-102 {
    margin-bottom: 2px;
    font-size: 48px;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .intro-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container {
    padding-top: 0;
  }

  .intro-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero {
    background-position: 0 0;
    background-size: auto;
  }

  .overflow-wrapper {
    max-width: 1150px;
  }

  .heading-110 {
    font-size: 53px;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
  }

  .image-116 {
    height: 550px;
  }

  .image-116.laufendestb {
    height: 650px;
  }

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

  .div-block-401.slider {
    padding-right: 51px;
  }

  .div-block-403 {
    max-width: 1050px;
  }

  .section-30 {
    height: 555px;
  }

  .div-block-413, .div-block-415 {
    max-width: 1100px;
  }

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

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

  .closer {
    z-index: 1;
  }

  .div-block-424 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .section-46 {
    height: 450px;
    margin-top: 58px;
  }

  .slider-4 {
    max-width: 1200px;
  }

  .circular {
    width: 220px;
  }

  .nav {
    z-index: 2147483647;
  }

  .padding-section-large-2 {
    width: 100%;
  }

  .hero-2 {
    padding-bottom: 60px;
  }

  .nau-quadrat {
    object-fit: fill;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .home-hero_section {
    display: flex;
  }

  .heading-129.orange {
    font-size: 20px;
    font-weight: 700;
  }

  .capabilities_section-content {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .grey-overlay {
    left: 0%;
  }

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

  .mask {
    max-width: 1280px;
  }

  .slide-grid {
    width: 100%;
  }

  .nau-quadrat-rand {
    object-fit: fill;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .nau-quadrat-rand.w {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .container.is-home-online-auftritt {
    padding-top: 0;
  }

  .container.is-home-hero {
    position: relative;
  }

  .container.is-home-standort {
    padding-top: 0;
  }

  .slide-text {
    max-width: 700px;
  }

  .padding-global-2 {
    width: 100%;
  }

  .hero-grid_display {
    position: relative;
    right: auto;
  }

  .footer-2 {
    margin-top: 0;
  }

  .div-block-449 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .image-77 {
    width: 25px;
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #0721251a;
    padding: 21px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .link-block-6 {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    text-decoration: none;
  }

  .button-text-dark {
    font-size: 15px;
    line-height: 1.4em;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

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

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    display: flex;
  }

  .menu-button {
    margin-left: 21px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .button {
    color: #fff;
    background-color: #005899;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .button.small.navbar:hover {
    box-shadow: none;
  }

  .button._1 {
    background-color: var(--nau-orange);
    font-size: 15px;
    line-height: 1.3em;
  }

  .button._2 {
    border: 2px solid var(--nau-orange);
    color: var(--black);
    background-color: #00589900;
    font-size: 15px;
    line-height: 1.3em;
  }

  .nav-link {
    margin: 7px 0;
  }

  .div-block-178 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button-image {
    display: block;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .section {
    aspect-ratio: auto;
  }

  .bottom-tex-box._50-percent {
    width: auto;
  }

  .hero-bottom-box {
    flex-direction: column;
    margin-left: 5%;
    padding: 20px 0 0;
  }

  .min-height-880 {
    min-height: 600px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-services-column {
    width: auto;
    min-height: auto;
    padding-left: 0%;
  }

  .heading.mittig {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-74 {
    font-size: 38px;
  }

  .div-block-183 {
    padding-top: 5px;
  }

  .heading-2 {
    font-size: 30px;
  }

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

  .div-block-185 {
    margin-top: 0;
  }

  .div-block-186 {
    flex-direction: column;
    display: flex;
  }

  .testimonial-holder {
    height: 300px;
  }

  .testimonial-holder._2 {
    top: 0;
  }

  .div-block-190 {
    bottom: 120px;
  }

  .div-block-191 {
    margin-top: 27px;
  }

  .button-2 {
    white-space: nowrap;
    padding: 10px 26px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .button-2:hover {
    transform: none;
  }

  .offset-block {
    width: auto;
    margin-right: 0%;
    position: static;
  }

  .paragraph-6 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7em;
  }

  .card-item {
    width: 42%;
    height: 400px;
  }

  .card-item.left {
    width: 90vw;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  ._47-percent-column {
    width: auto;
    min-height: auto;
  }

  .subheading {
    text-align: center;
  }

  .change-image-here.card-left {
    position: static;
  }

  .content-section {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h2 {
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 1.3em;
  }

  .text-column.mobile-margin {
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0%;
  }

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

  .heading-4 {
    font-size: 30px;
  }

  .paragraph-7 {
    line-height: 1.6em;
  }

  .text-block-77 {
    font-size: 26px;
  }

  .div-block-193 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .margin-bottom.margin-xsmall {
    margin-bottom: 20px;
  }

  .footer3_social-list {
    margin-top: 10px;
  }

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

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

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

  .social-icon {
    width: 50px;
    height: 50px;
  }

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

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

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

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

  .div-block-199 {
    height: 300px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .div-block-200 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .text-box-absolute-2 {
    width: 100%;
    max-width: none;
  }

  .text-box-absolute-2._2 {
    width: 100%;
    position: static;
  }

  .h3-big-2 {
    margin-top: 18px;
    font-size: 36px;
  }

  .h3-big-2._123 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .lateral-scroll-image-2 {
    aspect-ratio: 16 / 9;
    background-image: linear-gradient(to bottom, null, null), url('../images/img_4994.jpg');
    background-position: 0 0, 50% 100%;
    position: static;
  }

  .content-section-2 {
    max-width: 100%;
    padding-top: 70px;
  }

  .content-section-2.align-right {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .box-div {
    order: 1;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-203 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
  }

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

  .paragraph-8 {
    font-weight: 300;
  }

  .div-block-204, .div-block-205 {
    position: static;
  }

  .div-block-206 {
    display: none;
  }

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

  .heading-94 {
    font-size: 20px;
  }

  .h3-big-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .image-94 {
    height: 275px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .grid-14 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .heading-box {
    max-width: 530px;
  }

  .div-block-360 {
    max-width: none;
  }

  .image-96 {
    height: 250px;
  }

  .div-block-362:hover {
    background-color: var(--nau-orange);
  }

  .section-8 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-block-364 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .image-110 {
    object-position: 50% 20%;
    height: 350px;
  }

  .div-block-365 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-98 {
    font-size: 32px;
  }

  .div-block-368 {
    width: 100%;
    max-width: 1200px;
  }

  .rounded {
    width: 150px;
    height: 150px;
  }

  .netzwerk {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .panel.tab-panel:hover {
    transform: none;
  }

  .quote-on-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .tabs-horizontal {
    flex-direction: column;
  }

  .tabs-horizontal-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 12px;
    margin-right: 0;
    display: grid;
  }

  .h4-2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
  }

  .faq_wrapper {
    padding-top: 0;
    display: flex;
  }

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

  .faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-370 {
    width: 100%;
    max-width: 1200px;
  }

  .historie-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-kanzleihistorie {
    font-size: 20px;
  }

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

  .tradition-moderne {
    padding-top: 60px;
  }

  .wide-tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: scroll;
  }

  .div-block-372 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-308 {
    display: none;
  }

  .div-block-309 {
    height: 40px;
    margin-right: 0;
  }

  .large-heading {
    text-align: center;
    height: auto;
    margin-left: 0;
    margin-right: 21px;
    font-size: 40px;
  }

  .large-heading.left {
    text-align: center;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .div-block-373 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-width-extra-large {
    max-width: 100%;
  }

  .counter {
    font-size: 24px;
    font-weight: 500;
  }

  .plus {
    font-weight: 600;
  }

  .div-block-375 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-375._123 {
    margin-bottom: 0;
  }

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

  .sticky-card-sections {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-grid-2 {
    justify-content: center;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-grid-2._3 {
    padding-bottom: 0;
  }

  .section-grid-2._4 {
    justify-content: center;
  }

  .cta-content {
    justify-content: center;
    height: 100%;
    min-height: auto;
    padding-bottom: 0;
  }

  .title {
    font-size: 18px;
  }

  .heading-102 {
    text-align: center;
    font-weight: 600;
  }

  .div-block-377 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

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

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

  .heading-104 {
    font-size: 30px;
  }

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

  .grid-16 {
    flex-direction: column;
    display: flex;
  }

  .heading-105 {
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .div-block-381 {
    display: none;
  }

  .wrappertestimonial {
    min-width: auto;
  }

  .background-video-2 {
    aspect-ratio: 1;
  }

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

  .div-block-384 {
    aspect-ratio: 16 / 9;
    position: static;
  }

  .div-block-385 {
    flex-direction: column;
  }

  .text-block-102 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
  }

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

  .heading-107 {
    font-size: 30px;
  }

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

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

  .lottie-animation-2 {
    width: 85px;
    height: 85px;
  }

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

  .paragraph-10 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
  }

  .div-block-390 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph.is--intro {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6em;
  }

  .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .hero-content {
    max-width: none;
  }

  .intro-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container, .hero {
    position: static;
  }

  .overflow-wrapper {
    flex: none;
  }

  .hero-wrapper {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .heading-110 {
    font-size: 32px;
    position: static;
  }

  .video {
    position: static;
  }

  .text-span-13 {
    white-space: normal;
  }

  .image-116 {
    height: 250px;
  }

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

  .sub-paragraph__two {
    font-size: 15px;
  }

  .heading-113 {
    font-size: 30px;
  }

  .text-span-17 {
    white-space: normal;
  }

  .leistungen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-115 {
    font-size: 30px;
  }

  .leistung li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .card.home-features {
    flex-direction: column;
    padding: 20px;
    display: flex;
  }

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

  .image-117.card-home-features-icon {
    width: 80px;
    height: 80px;
  }

  .div-block-397 {
    align-items: center;
  }

  .heading-116 {
    text-align: center;
    font-size: 24px;
  }

  .heading-116.wei, .button-6 {
    text-align: center;
  }

  .button-6:hover {
    background-color: #ffe0b0;
  }

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

  .h1.leistung {
    font-size: 16px;
  }

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

  .div-block-401 {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-401.slider {
    padding-right: 0;
  }

  .heading-118 {
    font-size: 32px;
  }

  .image-119 {
    order: -1;
    height: 300px;
  }

  .image-119.stb {
    object-position: 50% 20%;
    height: 350px;
  }

  .paragraph-12 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
  }

  .div-block-402 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .section-25 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-block-404:hover {
    background-color: #fff;
  }

  .div-block-404.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-120 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
  }

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

  .html-embed, .div-block-406 {
    width: 100%;
  }

  .image-121 {
    filter: none;
    height: 300px;
  }

  .div-block-342 {
    margin-bottom: 10px;
  }

  .h2-2 {
    text-align: center;
    height: auto;
    margin-top: 10px;
  }

  .h2-2.hero {
    align-items: flex-start;
    font-size: 33px;
    display: block;
  }

  .div-block-297 {
    margin-top: 0;
  }

  .div-block-297._1 {
    width: auto;
    margin-bottom: 23px;
  }

  .text-block-133, .text-link, .link-12 {
    font-size: 16px;
  }

  .div-block-257 {
    margin-bottom: 10px;
  }

  .section-27 {
    padding-top: 40px;
  }

  .standortwrapper {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px;
  }

  .div-block-345 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

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

  .heading-121 {
    text-align: center;
    margin-bottom: 20px;
    position: static;
  }

  .div-block-408 {
    max-width: none;
    position: static;
  }

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

  .image-122 {
    display: none;
  }

  .slide-2 {
    height: 100%;
  }

  .slider-3 {
    height: 550px;
  }

  .section-29 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .lottie-animation-3 {
    width: 175px;
    height: 175px;
  }

  .div-block-410 {
    padding: 35px;
  }

  .heading-122 {
    font-size: 32px;
  }

  .paragraph-14 {
    font-size: 20px;
  }

  .section-30 {
    height: 350px;
  }

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

  .heading-123 {
    font-size: 34px;
    font-weight: 600;
  }

  .div-block-415 {
    flex-direction: column;
  }

  .div-block-416 {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .button-7 {
    font-size: 16px;
  }

  .div-block-417 {
    width: auto;
    padding-left: 0;
  }

  .stellenbeschreibung li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 300;
    line-height: 1.6em;
  }

  .stellenbeschreibung p {
    font-weight: 300;
    line-height: 1.6em;
  }

  .heading-124 {
    margin-top: 10px;
  }

  .text-block-136 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .image-124 {
    height: 200px;
  }

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

  .div-block-420 {
    max-height: 300px;
  }

  .div-block-422 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-125 {
    font-size: 45px;
  }

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

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

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

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

  .nohyphens {
    font-size: 28px;
    line-height: 1.3em;
  }

  .steuernews_article_overview {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 90vw;
    display: flex;
  }

  .entry-touch_link {
    line-height: 2px;
  }

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

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

  .news_entity h2 {
    font-size: 1.4em;
  }

  .section-46 {
    height: 250px;
  }

  .weiterekategorien {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-127 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .text-span-21 {
    white-space: normal;
  }

  .div-block-429 {
    margin-top: 28px;
  }

  .slider-4 {
    height: auto;
    padding-bottom: 22px;
  }

  .block-quote-3 {
    text-align: center;
    border-left-style: none;
  }

  .text-span-22 {
    white-space: normal;
  }

  .div-block-432, .div-block-433 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span-23, .text-span-24 {
    white-space: normal;
  }

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

  .imagesliderstb {
    object-position: 50% 15%;
    height: 350px;
  }

  .text-span-27, .text-span-28 {
    white-space: pre;
  }

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

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

  .div-block-435 {
    width: 100%;
    padding: 20px;
  }

  .heading-128 {
    font-size: 24px;
  }

  .div-block-438 {
    display: none;
  }

  .language {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    display: flex;
  }

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

  .tab-link-tab-5:hover {
    transform: none;
  }

  .mobile-menu_link {
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-menu_link:hover {
    opacity: 1;
    text-decoration: none;
  }

  .mobile-menu_link.w--current {
    opacity: 1;
    color: #033742;
    text-decoration: underline;
  }

  .mobile-menu {
    width: 40px;
    height: 40px;
    margin-left: 16px;
    margin-right: -6px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .mobile-menu_toggle {
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: background-color .2s;
    display: flex;
  }

  .mobile-menu_toggle.w--open {
    background-color: #03374214;
  }

  .nav {
    z-index: 2147483647;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 32px -8px #0f121352;
  }

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

  .nav_brand-logo {
    height: 40px;
  }

  .mobile-menu_toggle-icon {
    color: #bb5e5e;
    background-color: #333;
    flex: none;
    order: 0;
    align-self: center;
    width: 40px;
    height: 40px;
  }

  .nav_menu {
    display: none;
  }

  .mobile-menu_pane {
    background-color: #f3f5ed;
    margin-top: 16px;
    padding: 24px 48px;
    inset: auto 0%;
  }

  .mobile-menu_pane.w--open {
    background-color: #ea8d00;
    box-shadow: inset 0 12px 24px -24px #0f1213, 0 16px 32px -8px #0f12133d;
  }

  .button-8 {
    margin-top: 15px;
  }

  .padding-section-large-2 {
    width: 100%;
    padding: 50px 5%;
  }

  .faq-bottom {
    width: 100%;
    padding-right: 40px;
    position: relative;
  }

  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .grid-21 {
    flex-direction: column;
    display: flex;
  }

  .standort_bild {
    object-position: 50% 50%;
    height: auto;
    overflow: hidden;
  }

  .right-arrow-2 {
    height: 50px;
    display: flex;
    inset: auto -10% 33% 0%;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    height: 100%;
  }

  .faq-item-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 700%;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .hero-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .link-10 {
    font-size: 20px;
  }

  .faq-action-2 {
    width: 3rem;
    height: 3rem;
  }

  .split-content.cta-right {
    margin-top: 0;
  }

  .split-content.cta-left {
    margin-bottom: 70px;
    margin-right: 0;
  }

  .section-48 {
    padding: 40px 5vw;
  }

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

  .footer3_social-list-2 {
    margin-top: 10px;
  }

  .text-2 {
    font-size: 17px;
  }

  .container-9 {
    height: auto;
  }

  .social-icon-2 {
    width: 50px;
    height: 50px;
  }

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

  .cta {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .verdienst-card-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    height: 100%;
  }

  .heading-medium-2 {
    width: 500px;
    font-size: 22px;
  }

  .button-container {
    text-align: left;
    justify-content: center;
  }

  .hero-grid_content {
    z-index: 9999;
    max-width: 100%;
    height: auto;
    margin-top: 48px;
    margin-bottom: -427px;
    display: block;
  }

  .hero-grid_content.mobile {
    z-index: 99;
    order: -1;
    width: 100%;
    margin-bottom: -737px;
    padding-right: 0;
    display: block;
  }

  .faq-top {
    width: 100%;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-right: 52px;
  }

  .image-44 {
    object-position: 50% 0%;
  }

  .home-standort_layout {
    flex-direction: column;
    display: block;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .mask {
    padding-top: 0;
  }

  .slide-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 0;
  }

  .slider-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-445 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-bottom-content {
    justify-items: center;
    width: 100%;
    padding-bottom: 1.4rem;
  }

  .container.is-home-online-auftritt, .container.is-home-standort {
    padding-right: 5%;
  }

  .slide-nav-2 {
    right: 50%;
  }

  .tab-lottie {
    width: .75rem;
  }

  .faq-single-title {
    width: 700px;
  }

  .heading-151 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .background-video-7 {
    display: block;
  }

  .faq-title {
    width: 500px;
    height: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .instagram-feed---image-wrapper-2 {
    border-radius: 10px;
  }

  .slide-text {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-2 {
    width: 100%;
  }

  .slider-mask {
    position: static;
  }

  .text--h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 72px;
  }

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

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

  .grid-4-columns._4-col-tablet.gap-16px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid_display {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    max-width: 100%;
    display: none;
    position: relative;
    overflow: visible;
  }

  .rich-text-block {
    width: 100%;
    margin-right: 0;
    padding-right: 40px;
  }

  .left-arrow-2 {
    height: 50px;
    display: flex;
    inset: auto 0% 33% -10%;
  }

  .text-3 {
    font-size: 17px;
  }

  .unter-berschrift {
    font-size: 20px;
  }

  .div-block-449 {
    padding-bottom: 15px;
  }

  .section-50, .arbeitgeberprofil {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-bottom-16-2 {
    text-align: center;
    font-size: 28px;
  }

  .grey-box-2 {
    text-align: center;
    align-items: center;
    width: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-box-2.padding {
    align-items: center;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-17 {
    font-size: 17px;
  }

  .text-size-18-5 {
    text-align: center;
  }

  .content-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-9 {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .button-9.white {
    margin-top: 20px;
  }

  .button-9.white.klein {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-153.orange {
    text-align: center;
  }

  .div-block-436 {
    text-align: left;
  }

  .footer3_social-list-3 {
    margin-top: 10px;
  }

  .div-block-457 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .overflow-wrapper-karriere {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .image-77 {
    width: 25px;
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .button.small {
    width: 250px;
  }

  .div-block-178 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .section {
    padding-bottom: 0;
  }

  .div-block-179 {
    background-color: var(--dark-slate-blue);
    height: auto;
  }

  .bottom-tex-box {
    width: 65%;
  }

  .bottom-tex-box._50-percent {
    width: 100%;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-bottom-box {
    object-fit: fill;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 20px;
    position: relative;
    bottom: auto;
  }

  .min-height-880 {
    min-height: 400px;
    position: relative;
  }

  .hero-services-column {
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-180 {
    display: none;
  }

  .heading.mittig {
    font-weight: 600;
  }

  .text-block-74 {
    font-size: 32px;
  }

  .text-block-74.hiddenmobile {
    display: none;
  }

  .div-block-183 {
    height: auto;
    padding-top: 0;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .h2 {
    font-size: 26px;
  }

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

  .paragraph-7 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-7.margin, .text-block-77 {
    font-size: 16px;
  }

  .div-block-193 {
    padding: 10px 0;
  }

  .image-107 {
    width: 70px;
    height: 70px;
  }

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

  .margin-bottom.margin-xsmall {
    margin-bottom: 20px;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .footer3_legal-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
    margin-top: 10px;
    display: flex;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .line-divider {
    display: none;
  }

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

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

  .social-icon {
    width: 36px;
    height: 36px;
  }

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

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

  .footer3_credit-text {
    margin-top: 20px;
  }

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

  .div-block-199 {
    height: 250px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .div-block-200 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .image-109 {
    max-height: none;
  }

  .image-109.shooting {
    object-position: 50% 0%;
  }

  .h3-big-2 {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 28px;
  }

  .h3-big-2._123 {
    font-size: 28px;
  }

  .content-section-2 {
    padding-top: 50px;
  }

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

  .paragraph-8 {
    font-size: 15px;
  }

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

  .schwerpunkte {
    font-size: 15px;
    line-height: 1.5em;
  }

  .schwerpunkte a {
    font-size: 16px;
  }

  .text-block-94 {
    font-size: 14px;
  }

  .image-94, .image-96 {
    height: 220px;
  }

  .block-quote {
    font-size: 15px;
    line-height: 1.5em;
  }

  .image-110 {
    height: 270px;
  }

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

  .rounded {
    border-radius: 6px;
    width: 120px;
    height: 120px;
    margin-right: 0;
  }

  .text-lead {
    font-size: 15px;
    line-height: 1.5em;
  }

  .panel.bg-white.panel-on-image {
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .panel.tab-panel {
    justify-content: center;
  }

  .quote-on-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    width: 100%;
    display: grid;
  }

  .tabs-horizontal-menu {
    place-items: stretch stretch;
  }

  .tab-pane-tab-1 {
    padding: 20px;
  }

  .h4-2 {
    font-size: 20px;
  }

  .faq_text {
    font-size: 15px;
  }

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

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

  .heading-kanzleihistorie {
    font-size: 22px;
  }

  .div-block-39 {
    padding-top: 0;
  }

  .image-113 {
    width: 80px;
  }

  .text-block-98 {
    text-align: center;
    font-weight: 600;
  }

  .large-heading {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
  }

  .div-block-373 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .content-width-extra-large {
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .counter {
    font-size: 25px;
  }

  .counter-support-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .section-grid-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/raja-sen-nn863yjtfto-unsplash.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .paragraph-9 {
    font-size: 15px;
    line-height: 1.5em;
  }

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

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

  .grid-16 {
    margin-top: 20px;
  }

  .benefit._2 {
    padding: 20px 5%;
  }

  .div-block-382 {
    height: auto;
    padding-bottom: 30px;
  }

  .div-block-383 {
    width: 40px;
    height: 40px;
    bottom: -12px;
  }

  .image-115 {
    width: 15px;
    height: 15px;
  }

  .background-video-2 {
    height: 300px;
    position: relative;
  }

  .text-block-102 {
    font-size: 28px;
    line-height: 1.5em;
  }

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

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

  .div-block-389 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .div-block-389._6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-10 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .div-block-390 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph.is--intro {
    font-size: 15px;
    line-height: 1.5em;
  }

  .hero-content {
    max-width: none;
  }

  .hero-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .image-116 {
    height: 275px;
  }

  .heading-111, .heading-113 {
    font-size: 26px;
  }

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

  .leistung h3 {
    font-size: 24px;
  }

  .leistung li {
    font-size: 15px;
  }

  .leistung ul {
    font-size: 16px;
  }

  .card.home-features {
    padding-top: 28px;
    padding-bottom: 29px;
  }

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

  .image-117.card-home-features-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
  }

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

  .heading-116.wei {
    font-size: 22px;
  }

  .text-span-18 {
    white-space: normal;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .heading-117 {
    font-size: 22px;
  }

  .h1.leistung {
    font-size: 14px;
  }

  .heading-118 {
    font-size: 30px;
  }

  .image-119.stb {
    height: 280px;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .grid-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .image-120 {
    width: 60px;
    height: 60px;
  }

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

  .paragraph-13 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .h2-2 {
    height: auto;
  }

  .h2-2.hero {
    text-align: center;
    font-size: 30px;
  }

  .text-block-133 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .text-block-134, .text-link {
    font-size: 14px;
  }

  .link-12 {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .lottie-animation-3 {
    width: 150px;
    height: 150px;
  }

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

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

  .paragraph-14 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .section-30 {
    height: 300px;
    margin-top: 28px;
  }

  .heading-123 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3em;
  }

  .collection-list {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-420 {
    height: 250px;
  }

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

  .block-quote-2 {
    font-size: 16px;
  }

  .nohyphens {
    font-size: 24px;
  }

  .news_entity h2 {
    font-size: 1.3em;
  }

  .div-block-428 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-127 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .slider-4 {
    width: 90vw;
  }

  .block-quote-3 {
    font-size: 16px;
  }

  .imagesliderstb {
    height: 280px;
  }

  .text-span-26 {
    white-space: normal;
  }

  .paragraphbenefits {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5em;
  }

  .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
    white-space: normal;
  }

  .circular {
    margin-right: 0;
  }

  .nav {
    display: block;
  }

  .padding-section-large-2 {
    padding: 4rem 2rem;
  }

  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

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

  .paragraphbenefits-2 {
    font-size: 15px;
  }

  .button-wrapper {
    order: 1;
    justify-content: space-between;
    width: 100%;
    display: block;
    position: static;
  }

  .grids-wrapper {
    position: static;
  }

  .standort_bild {
    height: auto;
  }

  .right-arrow-2 {
    bottom: 36%;
  }

  .faq-item-2 {
    padding-left: 20px;
  }

  .faq-action-2 {
    width: 3rem;
    height: 3rem;
  }

  .capabilities_section-content {
    width: 100%;
  }

  .split-content.cta-left {
    margin-bottom: 50px;
  }

  .content-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-149 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-2 {
    font-size: 16px;
  }

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

  .padding-right.padding-large {
    width: 100%;
  }

  .image-164.cta-1 {
    border-radius: 20px;
  }

  .image-164.cta-2 {
    border-radius: 20px;
    bottom: 20px;
  }

  .verdienst-card-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

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

  .heading-medium-2 {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100px;
    font-size: 18px;
  }

  .cta-wrapper {
    border-radius: 42px;
    padding: 67px 35px 50px;
  }

  .text-size-18-4, .text-size-18-2 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .item-wrapper-2 {
    width: 100%;
    min-width: 100%;
  }

  .right-content-3 {
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .slide-grid {
    align-content: start;
    align-items: start;
  }

  .text-size-18 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .faq-single-title {
    width: 100%;
  }

  .faq-title {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-4-columns._4-col-tablet.gap-16px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-grid_display {
    max-width: none;
    margin-left: -48px;
    margin-right: -48px;
  }

  .rich-text-block {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .text-size-18-3 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .left-arrow-2 {
    bottom: 36%;
  }

  .text-3 {
    font-size: 16px;
  }

  .unter-berschrift {
    font-size: 18px;
  }

  .kontakt_paragraph, .paragraph-15, .paragraph-16 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .block-quote-4 {
    font-size: 16px;
  }

  .paragraph-17, .paragraph-18 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .block-quote-5 {
    font-size: 16px;
  }

  .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .block-quote-6 {
    font-size: 16px;
  }

  .paragraph-23, .paragraph-24 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .block-quote-7 {
    font-size: 16px;
  }

  .paragraph-25, .paragraph-26 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .div-block-451 {
    justify-content: center;
    align-items: center;
  }

  .div-block-452 {
    width: 130px;
    height: 130px;
  }

  .grey-box-2 {
    height: auto;
    min-height: 100px;
  }

  .grey-box-2.padding {
    padding-left: 40px;
  }

  .footer3_social-link-2 {
    flex: none;
    justify-content: flex-start;
  }

  .text-size-18-5 {
    font-size: 17px;
  }

  .div-block-454 {
    width: 40px;
    height: 40px;
  }

  .div-block-436 {
    text-align: left;
    justify-content: flex-start;
    margin-right: 0;
  }

  .footer3_social-list-3 {
    grid-template-columns: 1fr .75fr;
  }
}

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

  .brand-image {
    width: 45px;
    max-width: 110px;
  }

  .image-77 {
    width: 22px;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .nav-menu {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .button-text-dark {
    font-size: 14px;
  }

  .mobile-wrapper {
    border: 1px #000;
    height: 105vh;
  }

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

  .button {
    padding: 9px 10px;
    font-size: 12px;
  }

  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-178 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid {
    width: 86vw;
  }

  .hero-bottom-line {
    display: none;
  }

  .bottom-tex-box {
    width: 90%;
  }

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

  .min-height-880, .hero-services-column {
    padding-bottom: 10px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-weight: 400;
  }

  .text-block-74 {
    text-align: center;
    font-size: 26px;
  }

  .text-block-74.nomargin {
    margin-bottom: 0;
  }

  .div-block-182 {
    justify-content: center;
  }

  .div-block-183 {
    display: none;
  }

  .heading-2, .heading-3.weiss {
    font-size: 24px;
  }

  .testimonial-holder {
    height: auto;
  }

  .div-block-188.ueberuns1 {
    padding: 20px;
  }

  .button-2 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .text-span-3 {
    font-weight: 600;
  }

  .card-item {
    width: 35%;
    height: 350px;
  }

  .card-item.left {
    height: 250px;
  }

  ._47-percent-column {
    width: 100%;
    height: 100%;
  }

  .top-margin._234324 {
    margin-top: 10px;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2 {
    font-size: 22px;
  }

  .text-column {
    width: 100%;
  }

  .text-column.mobile-margin {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .bold-text-3 {
    font-size: 15px;
  }

  .image-107 {
    width: 50px;
    height: 50px;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .footer3_link {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
  }

  .footer3_logo-link {
    display: block;
  }

  .footer3_bottom-wrapper {
    align-items: center;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .footer3_link-list {
    align-items: center;
  }

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

  .footer3_top-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

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

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

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

  .section-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-199 {
    height: 240px;
  }

  .heading-8 {
    max-width: 90%;
    font-size: 20px;
  }

  .heading-8.branchen-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-200 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .image-109.shooting {
    object-position: 50% 20%;
  }

  .text-box-absolute-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-box-absolute-2._2 {
    max-width: none;
  }

  .h3-big-2 {
    font-size: 24px;
  }

  .h3-big-2._123 {
    white-space: normal;
    width: 100%;
    max-width: 90vw;
    font-size: 23px;
  }

  .content-section-2 {
    padding-top: 50px;
  }

  .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .heading-96 {
    font-size: 20px;
  }

  .heading-97 {
    font-size: 18px;
  }

  .h3-big-3 {
    font-size: 26px;
  }

  .image-94 {
    height: 180px;
  }

  .team {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-box {
    width: 100%;
  }

  .image-96 {
    height: 150px;
  }

  .link-block-7 {
    font-size: 14px;
  }

  .section-8 {
    padding-bottom: 20px;
  }

  .image-110 {
    height: 180px;
  }

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

  .heading-98 {
    font-size: 24px;
  }

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

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rounded {
    width: 100px;
    height: 100px;
  }

  .netzwerk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .panel-body {
    padding: 24px;
  }

  .h3 {
    font-size: 26px;
  }

  .panel {
    border-radius: 6px;
  }

  .quote-on-image {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tabs-horizontal-menu {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
    padding: 10px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .h4-2 {
    margin-right: 20px;
    font-size: 18px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faqs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq_block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .historie-tab {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .historie-tab.w--current {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .section-9 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .text-tradition-moderne {
    font-size: 14px;
  }

  .wide-tabs-menu {
    flex-direction: row;
    overflow: visible;
  }

  .image-113 {
    width: 75px;
  }

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

  .large-heading {
    margin-right: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .div-block-373 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .content-width-extra-large {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .counter-block {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .counter, .plus {
    font-size: 20px;
  }

  .counter-support-text {
    margin-top: 2px;
  }

  .heading-101 {
    font-size: 24px;
  }

  .sticky-card-sections {
    padding-top: 20px;
  }

  .section-grid-2 {
    margin-right: 30px;
  }

  .section-grid-2._3 {
    margin-top: 0;
  }

  .cta-content {
    max-width: 100vw;
  }

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

  .testimonials, .section-16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-104 {
    font-size: 24px;
  }

  .section-17 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-105 {
    font-size: 22px;
  }

  .benefit._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-382 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .heading-106 {
    font-size: 20px;
  }

  .wrappertestimonial {
    padding: 16px;
  }

  .background-video-2 {
    height: 250px;
  }

  .div-block-386 {
    margin-left: 0;
  }

  .text-block-102 {
    font-size: 24px;
  }

  .text-block-102.hide-mobile {
    display: none;
  }

  .section-19 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-107 {
    font-size: 24px;
  }

  .section-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-389 {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_5018.jpg');
    background-position: 0 0, 70% 10%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-389._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_5109.jpg');
    background-position: 0 0, 70% 90%;
  }

  .div-block-389._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_4999.jpg');
    background-position: 0 0, 10% 30%;
  }

  .lottie-animation-2 {
    width: 75px;
    height: 75px;
  }

  .heading-109 {
    font-size: 23px;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .intro-heading-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .intro {
    background-color: #292d2f00;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content {
    max-width: 96%;
  }

  .intro-heading {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container {
    max-width: 100%;
  }

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

  .hero-container {
    max-width: 100%;
  }

  .hero {
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .video-container, .video-wrapper {
    border-radius: 20px;
  }

  .heading-110 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .video {
    border-radius: 20px;
  }

  .image-116 {
    height: 210px;
  }

  .heading-111 {
    font-size: 24px;
  }

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

  .heading-113 {
    font-size: 24px;
  }

  .leistungen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-115 {
    font-size: 24px;
  }

  .leistung h3 {
    font-size: 18px;
  }

  .leistung li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .card.home-features {
    padding: 23px 10px 19px;
  }

  .home-features-grid {
    grid-row-gap: 35px;
  }

  .image-117.card-home-features-icon {
    border-radius: 20px;
    width: 60px;
    max-width: 72px;
    height: 60px;
    margin-bottom: 8px;
  }

  .div-block-397 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-116 {
    font-size: 18px;
  }

  .heading-116.wei {
    font-size: 20px;
  }

  .section-22 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-117 {
    text-align: center;
    font-size: 20px;
  }

  .image-118, .image-118.steuerrecht {
    height: 175px;
  }

  .div-block-400 {
    font-size: 12px;
  }

  .section-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-119, .image-119.stb {
    height: 200px;
  }

  .section-25 {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .grid-20 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-404.w--current {
    width: 100%;
  }

  .heading-119 {
    font-size: 16px;
  }

  .image-120 {
    width: 50px;
    height: 50px;
    display: none;
  }

  .heading-120 {
    font-size: 22px;
  }

  .text-block-105 {
    font-size: 14px;
  }

  .h2-2 {
    text-align: center;
    height: auto;
    margin-top: 10px;
    font-weight: 700;
  }

  .h2-2.hero {
    margin-bottom: 0;
    font-size: 28px;
  }

  .div-block-297._1 {
    margin-bottom: 21px;
  }

  .section-27 {
    padding-top: 20px;
  }

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

  .heading-121 {
    font-size: 24px;
  }

  .slider-3 {
    height: 375px;
  }

  .section-29 {
    padding-bottom: 20px;
  }

  .lottie-animation-3 {
    width: 130px;
    height: 130px;
  }

  .heading-122 {
    font-size: 26px;
    font-weight: 600;
  }

  .section-30 {
    height: 220px;
  }

  .heading-123 {
    font-size: 22px;
  }

  .div-block-413 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-414 {
    font-size: 12px;
  }

  .image-123 {
    height: 175px;
  }

  .stellenbeschreibung ul {
    padding-left: 20px;
  }

  .stellenbeschreibung li {
    font-size: 15px;
  }

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

  .div-block-420 {
    height: 200px;
  }

  .text-block-139 {
    font-size: 18px;
  }

  .div-block-422 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .rich-text-block-2 p {
    font-size: 15px;
    line-height: 1.5em;
  }

  .rich-text-block-2 h3 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .rich-text-block-2 ul {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .rich-text-block-2 li {
    font-size: 15px;
    line-height: 1.5em;
  }

  .div-block-423 {
    width: 55px;
    height: 55px;
  }

  .div-block-425 {
    margin-top: 20px;
  }

  .appearonmobilehero {
    color: var(--nau-orange);
    display: inline;
  }

  .block-quote-2 {
    font-size: 16px;
  }

  .section-45 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nohyphens {
    font-size: 24px;
  }

  .weiterekategorien {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-127 {
    font-size: 18px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .right-arrow {
    font-size: 22px;
    right: -18px;
  }

  .left-arrow {
    font-size: 22px;
    left: -12px;
  }

  .block-quote-3 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .imagesliderstb {
    height: 200px;
  }

  .text-span-27 {
    white-space: normal;
  }

  .paragraphbenefits {
    line-height: 1.5em;
  }

  .section-47 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-434 {
    justify-content: center;
  }

  .div-block-435 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .heading-128 {
    font-size: 20px;
  }

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

  .tab-pane-tab-5 {
    padding: 10px;
  }

  .mobile-menu {
    margin-left: 12px;
  }

  .mobile-menu_toggle {
    color: #033742;
    padding-top: 0;
    transition-duration: .4s;
  }

  .mobile-menu_toggle.w--open {
    border-radius: 100%;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-menu_toggle-icon {
    color: #f3f5ed;
    width: 32px;
    height: 32px;
  }

  .mobile-menu_pane.w--open {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .faq-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grey-box {
    min-height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .nau-quadrat.weiss {
    width: 24px;
    height: 24px;
  }

  .button-wrapper {
    width: 100%;
    inset: auto 3% 1%;
  }

  .standort_bild {
    height: auto;
  }

  .right-arrow-2 {
    width: 30px;
    height: 40px;
    inset: 15% 0% auto auto;
  }

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

  .faq-item-2 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-16 {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: center;
    display: block;
  }

  .faq-action-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .split-content.cta-right {
    max-width: 357px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
  }

  .content-wrapper {
    padding-top: 2rem;
  }

  .section-48 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading-149 {
    margin-top: 0;
    font-size: 22px;
  }

  .faq-action-wrapper {
    padding-right: 10px;
    right: 0;
  }

  .text-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .social-icon-2 {
    width: 40px;
    height: 40px;
  }

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

  .cta {
    padding-top: 0;
    overflow: hidden;
  }

  .image-164.cta-1, .image-164.cta-2 {
    border-radius: 10px;
  }

  .verdienst-card-2 {
    margin-top: 0;
  }

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

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

  .heading-medium-2 {
    padding-right: 20px;
    font-size: 18px;
  }

  .hero-grid_content {
    padding-right: 0;
  }

  .cta-wrapper {
    border-radius: 35px;
    align-items: stretch;
    padding: 56px 25px 42px;
  }

  .image-44 {
    height: 300px;
    margin-top: 20px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .slide-grid {
    grid-row-gap: 25px;
  }

  .slider-5 {
    flex-direction: row;
    display: flex;
  }

  .nau-quadrat-rand.w {
    width: 36px;
    height: 36px;
  }

  .slider-nav.instagram-feed---slider-nav {
    font-size: 10px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .faq-single-title {
    padding-left: 10px;
  }

  .heading-151 {
    font-size: 22px;
  }

  .faq-title {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 3.5rem;
  }

  .text--h1 {
    font-size: 56px;
    line-height: 32px;
  }

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

  .grid-4-columns._4-col-tablet.gap-16px {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-grid_display {
    margin-left: -24px;
    margin-right: -24px;
  }

  .rich-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow-2 {
    width: 30px;
    height: 40px;
    inset: 15% auto auto 0%;
  }

  .text-3 {
    font-size: 15px;
  }

  .text-block-156 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .text-block-157 {
    font-size: 12px;
  }

  .heading-152 {
    font-size: 20px;
  }

  .text-block-158 {
    font-size: 15px;
  }

  .text-block-158.branchenseite {
    font-size: 14px;
  }

  .unter-berschrift {
    font-size: 16px;
  }

  .section-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-166 {
    object-position: 100% 50%;
  }

  .list {
    padding-left: 20px;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .list-3 {
    padding-left: 20px;
  }

  .arbeitgeberprofil {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-bottom-16-2 {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: center;
    padding-top: 0;
    font-size: 24px;
    display: block;
  }

  .grey-box-2 {
    min-height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .grey-box-2.padding {
    padding: 20px 15px;
  }

  .social-icon-3 {
    width: 30px;
    height: 30px;
  }

  .link-17 {
    text-align: left;
    margin-left: 8px;
    font-size: 15px;
  }

  .div-block-453 {
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 15px;
  }

  .text-size-18-5 {
    font-size: 16px;
  }

  .div-block-454 {
    width: 30px;
    height: 30px;
    top: 7%;
    right: 3%;
  }

  .content-grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .instagram-feed---icon-inside-2 {
    max-width: 36px;
  }

  .button-9 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .button-9.white.klein {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-436 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .div-block-437 {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .footer3_social-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .div-block-457 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-be3d3fa2-d64f-bede-b00f-07776f2fe4f5-f3f6fc33, #w-node-be3d3fa2-d64f-bede-b00f-07776f2fe500-f3f6fc33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e6474b3-efab-5cd1-a9f9-5640f507232a-f3f6fc33, #w-node-_8f8278b3-14e5-513d-0ed9-f0e11e7747bd-f3f6fc33 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae41d7aa-f5c9-505b-7281-cedb9d6f5223-f3f6fc33 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_427aff44-4376-0cfe-5d8a-4993b07451ad-f3f6fc33 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-d9112df6-8196-aeb6-a09c-d5c8c0822369-f3f6fc33 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0e5ca487-2999-7b7e-b8e2-ac7973a64011-f3f6fc33 {
  grid-area: 2 / 1 / 2 / 4;
}

#w-node-b795b7a8-3bbc-cbff-97c3-dcc793a775f3-f3f6fc33 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a3c48fb8-5641-8246-ebed-4eef62b2e309-62b2e303 {
  justify-self: center;
}

#w-node-a3c48fb8-5641-8246-ebed-4eef62b2e347-62b2e303 {
  justify-self: end;
}

#w-node-bf8523a5-1afa-7592-a09d-f765d3749b1a-24451c50, #w-node-_2deb0608-e433-18aa-b2ad-9da03b69a384-24451c50, #w-node-_0d93f31c-2df8-d811-4af4-f3cfa8e52f12-24451c50, #w-node-b8287825-dd12-f118-17f0-17e82f4af4f7-24451c50, #w-node-_3fb176d5-0cfc-125f-f6ab-a4f2031405b3-24451c50, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-a5a17748, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-1eca450c, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-2e25f7df, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47134-e824658b, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47135-e824658b, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f4713d-e824658b, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47146-e824658b, #w-node-e8b732c5-10bc-891c-822e-1b3fd650cc72-e824658b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f3c530-c1d9-d4b6-720d-23242f19a0ea-e824658b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_54b6a793-3b9b-f56b-8f39-aa47b607f18e-e824658b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ed6f4511-d55b-f921-c7bd-22dd6d270d4c-e824658b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3cbcd395-cbec-8d2a-bdeb-ec0e92872b98-e824658b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f7b3d613-cff6-5fcc-d4e9-2c33d110a3a4-e824658b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4d786374-bb16-f979-060c-dfb4f62ef235-e824658b {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_65580848-fcce-7483-d550-93d44be0366e-e824658b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-c4b1c79d-a382-18af-707a-2e1ce0c279b3-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279b8-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279be-e824658b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c5-e824658b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c7-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c9-e824658b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3cf4c1d7-8b50-344f-5228-6f861ffd41ba-ff6c0bac, #w-node-f1aa1f62-9731-9ddf-7c97-2529d8268259-ff6c0bac, #w-node-_13a5117e-999a-ec87-b49c-09dcffc7dd31-ff6c0bac, #w-node-_54569f0e-f383-93a1-2f4f-03ebde00ed06-ff6c0bac, #w-node-_9100dfb3-5eae-84ea-8522-61b93864841a-ff6c0bac, #w-node-_0e99cb25-17ac-ed26-2df8-d935109c751c-ff6c0bac, #w-node-d4838fdc-92c4-6e6b-50f0-2b1960bbadc4-ff6c0bac, #w-node-_957f4715-b16e-0e08-4370-9107da578e3c-ff6c0bac, #w-node-_957f4715-b16e-0e08-4370-9107da578e42-ff6c0bac, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-849b02dd, #w-node-_7b6e6f42-c360-8880-0263-ed78f8018095-849b02dd, #w-node-_7b6e6f42-c360-8880-0263-ed78f801809d-849b02dd, #w-node-_7b6e6f42-c360-8880-0263-ed78f80180a5-849b02dd, #w-node-e99f4f08-db72-9e6d-ddba-61ddc7c37797-849b02dd, #w-node-e99f4f08-db72-9e6d-ddba-61ddc7c377a4-849b02dd, #w-node-e99f4f08-db72-9e6d-ddba-61ddc7c377b1-849b02dd, #w-node-e99f4f08-db72-9e6d-ddba-61ddc7c377be-849b02dd, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-0ea5e335, #w-node-cf093be7-a28c-9756-698c-bd283670a12f-0ea5e335, #w-node-cf093be7-a28c-9756-698c-bd283670a137-0ea5e335, #w-node-cf093be7-a28c-9756-698c-bd283670a13f-0ea5e335, #w-node-f3624418-d9db-6715-c303-f749a169cb89-0ea5e335, #w-node-f3624418-d9db-6715-c303-f749a169cba3-0ea5e335, #w-node-f3624418-d9db-6715-c303-f749a169cbb0-0ea5e335, #w-node-f3624418-d9db-6715-c303-f749a169cbbd-0ea5e335, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-9f16bd1e, #w-node-_45a012e3-da1f-db27-716f-b370f0f18ad8-9f16bd1e, #w-node-_45a012e3-da1f-db27-716f-b370f0f18ae0-9f16bd1e, #w-node-_45a012e3-da1f-db27-716f-b370f0f18ae8-9f16bd1e, #w-node-c95be0bc-7ad2-fddd-85ba-d30d04f50314-9f16bd1e, #w-node-c95be0bc-7ad2-fddd-85ba-d30d04f50321-9f16bd1e, #w-node-c95be0bc-7ad2-fddd-85ba-d30d04f5033b-9f16bd1e, #w-node-c95be0bc-7ad2-fddd-85ba-d30d04f50348-9f16bd1e, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-b0895d76, #w-node-dd8bcc5c-335c-4769-91f5-2a48b937eb64-b0895d76, #w-node-dd8bcc5c-335c-4769-91f5-2a48b937eb6c-b0895d76, #w-node-dd8bcc5c-335c-4769-91f5-2a48b937eb74-b0895d76, #w-node-_02571a7c-d4c1-178c-0d06-6f72e8c2e7e7-b0895d76, #w-node-_02571a7c-d4c1-178c-0d06-6f72e8c2e7f4-b0895d76, #w-node-_02571a7c-d4c1-178c-0d06-6f72e8c2e801-b0895d76, #w-node-_02571a7c-d4c1-178c-0d06-6f72e8c2e81b-b0895d76, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-d2a9208b, #w-node-_36e98ea8-7f56-af2e-d784-7cab77c7d9b5-d2a9208b, #w-node-_36e98ea8-7f56-af2e-d784-7cab77c7d9bd-d2a9208b, #w-node-_36e98ea8-7f56-af2e-d784-7cab77c7d9c5-d2a9208b, #w-node-_137be1b8-715b-839f-0a11-ec50ad2ae1e6-d2a9208b, #w-node-_137be1b8-715b-839f-0a11-ec50ad2ae1f3-d2a9208b, #w-node-_137be1b8-715b-839f-0a11-ec50ad2ae200-d2a9208b, #w-node-_137be1b8-715b-839f-0a11-ec50ad2ae20d-d2a9208b, #w-node-_47873ab0-3cfc-fb26-0192-9aa13a91b930-8a63c425, #w-node-_00462489-5192-b3ac-b9e5-61483fbaf2c8-8a63c425, #w-node-be3d3fa2-d64f-bede-b00f-07776f2fe4f5-8a63c425, #w-node-be3d3fa2-d64f-bede-b00f-07776f2fe500-8a63c425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e6474b3-efab-5cd1-a9f9-5640f507232a-8a63c425, #w-node-_8f8278b3-14e5-513d-0ed9-f0e11e7747bd-8a63c425 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae41d7aa-f5c9-505b-7281-cedb9d6f5223-8a63c425 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_427aff44-4376-0cfe-5d8a-4993b07451ad-8a63c425 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-d9112df6-8196-aeb6-a09c-d5c8c0822369-8a63c425 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0e5ca487-2999-7b7e-b8e2-ac7973a64011-8a63c425 {
  grid-area: 2 / 1 / 2 / 4;
}

#w-node-b795b7a8-3bbc-cbff-97c3-dcc793a775f3-8a63c425 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_34c03fdf-1dac-b8f5-5913-2f6de9959d57-e9959d51 {
  justify-self: center;
}

#w-node-_34c03fdf-1dac-b8f5-5913-2f6de9959d8f-e9959d51 {
  justify-self: end;
}

#w-node-bf8523a5-1afa-7592-a09d-f765d3749b1a-79cdfaab, #w-node-_2deb0608-e433-18aa-b2ad-9da03b69a384-79cdfaab, #w-node-_0d93f31c-2df8-d811-4af4-f3cfa8e52f12-79cdfaab, #w-node-b8287825-dd12-f118-17f0-17e82f4af4f7-79cdfaab, #w-node-_3fb176d5-0cfc-125f-f6ab-a4f2031405b3-79cdfaab, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-a0d678bd, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-de57e22f, #w-node-_7b9e5fd8-fc6d-5546-40ae-58533667a82d-019b702e, #w-node-_3cf4c1d7-8b50-344f-5228-6f861ffd41ba-e47c61b6, #w-node-f1aa1f62-9731-9ddf-7c97-2529d8268259-e47c61b6, #w-node-_13a5117e-999a-ec87-b49c-09dcffc7dd31-e47c61b6, #w-node-_54569f0e-f383-93a1-2f4f-03ebde00ed06-e47c61b6, #w-node-_9100dfb3-5eae-84ea-8522-61b93864841a-e47c61b6, #w-node-_0e99cb25-17ac-ed26-2df8-d935109c751c-e47c61b6, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-3d765ae3, #w-node-_8020add2-ebe6-200e-51c7-cd5b9375e15f-3d765ae3, #w-node-_8020add2-ebe6-200e-51c7-cd5b9375e16c-3d765ae3, #w-node-_8020add2-ebe6-200e-51c7-cd5b9375e179-3d765ae3, #w-node-_8020add2-ebe6-200e-51c7-cd5b9375e186-3d765ae3, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-67a6218f, #w-node-b98c8c06-1333-70a7-c29f-cef96c1a59c9-67a6218f, #w-node-b98c8c06-1333-70a7-c29f-cef96c1a59e3-67a6218f, #w-node-b98c8c06-1333-70a7-c29f-cef96c1a59f0-67a6218f, #w-node-b98c8c06-1333-70a7-c29f-cef96c1a59fd-67a6218f, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-869d8817, #w-node-_5e56882e-e53b-47c5-930b-bf307bb20663-869d8817, #w-node-_5e56882e-e53b-47c5-930b-bf307bb20670-869d8817, #w-node-_5e56882e-e53b-47c5-930b-bf307bb2068a-869d8817, #w-node-_5e56882e-e53b-47c5-930b-bf307bb20697-869d8817, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-655a51a9, #w-node-_864f7253-cf23-f2c2-7986-848f226b243d-655a51a9, #w-node-_864f7253-cf23-f2c2-7986-848f226b244a-655a51a9, #w-node-_864f7253-cf23-f2c2-7986-848f226b2457-655a51a9, #w-node-_864f7253-cf23-f2c2-7986-848f226b2471-655a51a9, #w-node-b202d1b2-6e1a-8b49-45d1-293909f1f7b1-dc27abf6, #w-node-_44f54c24-61e4-7b63-f549-b655680afd6a-dc27abf6, #w-node-_44f54c24-61e4-7b63-f549-b655680afd77-dc27abf6, #w-node-_44f54c24-61e4-7b63-f549-b655680afd84-dc27abf6, #w-node-_44f54c24-61e4-7b63-f549-b655680afd91-dc27abf6, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47134-ffb05837, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47135-ffb05837, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f4713d-ffb05837, #w-node-e772cfa9-830d-6e96-a3ae-7acbf4f47146-ffb05837, #w-node-e8b732c5-10bc-891c-822e-1b3fd650cc72-ffb05837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f3c530-c1d9-d4b6-720d-23242f19a0ea-ffb05837 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_54b6a793-3b9b-f56b-8f39-aa47b607f18e-ffb05837 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ed6f4511-d55b-f921-c7bd-22dd6d270d4c-ffb05837 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3cbcd395-cbec-8d2a-bdeb-ec0e92872b98-ffb05837 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f7b3d613-cff6-5fcc-d4e9-2c33d110a3a4-ffb05837 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4d786374-bb16-f979-060c-dfb4f62ef235-ffb05837 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_65580848-fcce-7483-d550-93d44be0366e-ffb05837 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db9055e-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90563-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90569-ffb05837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90570-ffb05837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90572-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90574-ffb05837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61a6-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61ae-3ac0b03d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61b6-3ac0b03d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61be-3ac0b03d {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61c6-3ac0b03d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61ce-3ac0b03d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61d6-3ac0b03d {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61d7-3ac0b03d {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e61eb-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e61fa-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e620b-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e621b-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e622a-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e623b-3ac0b03d {
  align-self: center;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e624e-3ac0b03d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e62cd-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e62f0-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e6300-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e631d-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e632d-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e634a-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e63b8-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e63bd-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e63c2-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e63c7-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ce7fc566-790d-3c04-be44-66d5010e63c9-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e63cb-3ac0b03d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_427aff44-4376-0cfe-5d8a-4993b07451ad-f3f6fc33 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e4eb1a6c-c7e5-793b-e59e-e53891c953a4-91c9539e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c6e6e77-7cbb-c188-bfac-6d0c69c7e198-91c9539e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e4eb1a6c-c7e5-793b-e59e-e53891c953af-91c9539e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279a7-e824658b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c5-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c7-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c9-e824658b {
    justify-self: center;
  }

  #w-node-_427aff44-4376-0cfe-5d8a-4993b07451ad-8a63c425 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f0310292-8e37-7271-8ed3-5eec235358e9-2073a79f {
    align-self: start;
  }

  #w-node-_0a003e21-2bad-f6d6-9675-e7102073a7b0-2073a79f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90551-ffb05837 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90570-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90572-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90574-ffb05837, #w-node-ce7fc566-790d-3c04-be44-66d5010e61eb-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e61fa-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e620b-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e621b-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e622a-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e623b-3ac0b03d {
    justify-self: center;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e624e-3ac0b03d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e62f0-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e631d-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e634a-3ac0b03d {
    justify-self: center;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e6352-3ac0b03d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e63c7-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e63c9-3ac0b03d, #w-node-ce7fc566-790d-3c04-be44-66d5010e63cb-3ac0b03d {
    justify-self: center;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e63e4-3ac0b03d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e63e6-3ac0b03d {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4eb1a6c-c7e5-793b-e59e-e53891c953a4-91c9539e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c6e6e77-7cbb-c188-bfac-6d0c69c7e198-91c9539e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4eb1a6c-c7e5-793b-e59e-e53891c953af-91c9539e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0310292-8e37-7271-8ed3-5eec235358e9-2073a79f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a003e21-2bad-f6d6-9675-e7102073a7b0-2073a79f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279b3-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279b8-e824658b, #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279be-e824658b {
    justify-self: center;
  }

  #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c5-e824658b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c4b1c79d-a382-18af-707a-2e1ce0c279c7-e824658b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db9055e-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90563-ffb05837, #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90569-ffb05837 {
    justify-self: center;
  }

  #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90570-ffb05837 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6fc9a2c5-181e-59e5-1e38-fe3c7db90572-ffb05837 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ce7fc566-790d-3c04-be44-66d5010e624e-3ac0b03d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-extrabold.ttf') format('truetype'), url('../fonts/notosans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-bolditalic.ttf') format('truetype'), url('../fonts/notosans-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/notosans-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}