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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --georgiadis: #203b6d;
  --hell-undurchsichtig: #f6f7f9;
  --georgiadis-2: #b5005a;
  --hell: #203b6d1f;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
  font-family: Roboto Light, sans-serif;
  line-height: 1.6em;
}

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

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

strong {
  font-weight: bold;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hero.hide {
  display: flex;
}

.body {
  font-family: Roboto Regular, sans-serif;
  line-height: 1.5em;
}

.slider-3 {
  background-color: #fff;
  border-radius: 8px;
  height: 320px;
  padding: 40px;
  box-shadow: 2px 2px 8px #0000001f;
}

.slider-3.benefits {
  border: 5px solid var(--georgiadis);
  width: 100%;
  height: 500px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
}

.div-block-285 {
  max-width: 1400px;
  margin-top: 30px;
  display: none;
  position: relative;
}

.heading-130 {
  margin-bottom: 10px;
  font-size: 24px;
}

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

.right-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: -75px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  width: 100%;
  height: 100%;
}

.slide_svg {
  color: #333;
  width: 30px;
  height: 30px;
  line-height: .5;
  transform: rotate(0);
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.paragraph-12 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.kontakt {
  background-color: var(--hell-undurchsichtig);
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 5% 60px;
  display: flex;
}

.text-block-120 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  font-size: 24px;
  line-height: 1.5em;
}

.slide-nav-2 {
  color: #333;
  font-size: 10px;
  top: auto;
}

.div-block-414 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-299 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 31px;
  display: flex;
}

.grid-23 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: -75px;
  margin-right: 0;
  display: flex;
}

.mask-2 {
  border-radius: 0;
}

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

.image-149 {
  width: 70px;
  height: 70px;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5em;
  text-decoration: none;
}

.section-testimonials {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
}

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

.div-block-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-heading.wei {
  color: #fff;
}

.div-block-heading.extra {
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  position: absolute;
  inset: 0% auto auto;
}

.div-block-heading.extra.wei {
  margin-top: 30px;
  margin-bottom: 30px;
  position: static;
}

.div-block-heading.extra.wei.schwarz {
  color: #2c0000;
}

.div-block-heading.links {
  align-items: flex-start;
  margin-bottom: 40px;
}

.div-block-heading.links.maxwidthkleiner {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.div-block-heading.links.wenigerspacetop {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-heading.links.wei {
  z-index: 1;
  align-items: center;
  position: relative;
}

.div-block-heading.special {
  color: #fff;
  max-width: 700px;
}

.div-block-heading.neuee {
  align-items: flex-start;
}

.div-block-heading.neuee.mobile {
  display: none;
}

.div-block-heading.sticky {
  position: sticky;
  top: 0;
}

.div-block-heading.newsletter, .div-block-heading.neu {
  align-items: flex-start;
}

.div-block-heading._2 {
  color: #fff;
  padding-top: 40px;
  position: absolute;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.h3.gr-er {
  font-size: 30px;
}

.h3.gr-er.wei {
  color: #fff;
  margin-bottom: 13px;
  font-size: 26px;
}

.h3.gr-er.weee, .h3.wei {
  color: #fff;
}

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

.h2 {
  text-align: center;
  margin-top: 0;
  font-family: Roboto Bold, sans-serif;
  font-size: 34px;
  line-height: 1.5em;
}

.h2.durchgestrichen {
  text-decoration: line-through;
}

.h2.gr-er {
  font-size: 44px;
}

.h2.gr-er.wei {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: rehtaewirrem, sans-serif;
  font-size: 60px;
  line-height: 1.2em;
}

.h2.gradient {
  color: #000;
  letter-spacing: .07em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px 20px 0;
  font-family: rehtaewirrem, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.h2.gradient.durchgestrichen {
  color: #fff;
  letter-spacing: .07em;
  font-family: rehtaewirrem, sans-serif;
  text-decoration: line-through;
}

.h2.gradient.links {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
  line-height: 1.3em;
}

.h2.gradient.links.down.mitte {
  color: #fff;
}

.h2.gradient.links.ohne-gradient {
  background-image: none;
  align-items: flex-start;
  padding-left: 0;
}

.h2.gradient.links.ohne-gradient.mitte {
  text-align: center;
}

.h2.gradient.gr-er {
  font-size: 70px;
  display: block;
}

.h2.gradient.gr-er.links {
  font-size: 60px;
  display: block;
}

.h2.gradient.gr-er.links.mitte {
  color: #fff;
  text-align: center;
  font-size: 58px;
}

.h2.gradient.gr-er.links.horizontal {
  flex-direction: row;
  justify-content: flex-start;
}

.h2.gradient.gr-er.links.horizontal.we {
  color: #fff;
}

.h2.gradient.ohnegrad {
  color: #fff;
  background-image: none;
}

.h2.gradient.horizontal {
  flex-direction: row;
}

.h2.gradient.highlight-copy {
  color: #fff;
  width: auto;
  margin-top: 0;
}

.brand-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 70px;
  display: inline;
}

.mobile-wrapper {
  display: none;
}

.nav-link-2 {
  color: #203b6d;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

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

.nav-link-2.w--current {
  color: #b5005abf;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-2.w--current:hover {
  color: #20484f;
}

.hide-on-mobile-2 {
  display: flex;
}

.button {
  background-color: var(--georgiadis);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 4px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Roboto Regular, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 200px #0000;
}

.button.links {
  padding: 10px 15px;
}

.button.gr-er {
  background-color: var(--georgiadis-2);
  font-size: 22px;
}

.button.wei {
  color: var(--georgiadis);
  background-color: #fff;
  padding: 15px 20px;
}

.button.wei:hover {
  background-color: var(--georgiadis-2);
}

.button.dig {
  margin-top: 15px;
  margin-right: 25px;
}

.button.pdfdownload {
  text-transform: uppercase;
  margin-top: 10px;
}

.button.video {
  margin-top: 20px;
}

.button._20px {
  margin-right: 20px;
  padding: 10px;
}

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

.nav {
  z-index: 9999;
  background-color: #fff;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  top: 0;
}

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

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

.brand.adjacent-to-nav-menu {
  max-width: none;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

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

.navbar {
  background-color: #0000;
}

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

.button-text-dark.links {
  font-family: Roboto Thin, sans-serif;
  font-size: 16px;
}

.button-text-dark.pdfdownl {
  text-transform: uppercase;
  font-family: Roboto Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navbar-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-height: 70px;
  padding-top: 15px;
  padding-bottom: 0;
  display: grid;
}

.div-leistung {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--hell);
  width: 100%;
  padding: 5px 10px;
}

.div-leistung:hover {
  background-color: #fff;
}

.div-block-427 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 30px 30px 30px 0;
  font-size: 18px;
  display: flex;
}

.footer-link {
  color: #000;
  margin-bottom: 16px;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--georgiadis-2);
}

.footer-link.w--current {
  color: #000;
}

.footer-link.w--current:hover {
  color: var(--georgiadis-2);
}

.footer {
  z-index: 1;
  background-color: var(--hell-undurchsichtig);
  color: #434249;
  flex-direction: row;
  justify-content: center;
  padding: 45px 5% 24px;
  display: flex;
  position: relative;
}

.footer-tittle-block {
  flex-direction: column;
  align-self: center;
  max-width: 400px;
  display: flex;
}

.link-6 {
  color: #434249;
  font-family: Roboto Light, sans-serif;
  text-decoration: none;
}

.link-6.datenschutz {
  margin-left: 20px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-22.top {
  justify-content: flex-end;
  margin-bottom: 8px;
}

.footer-link-wrapper {
  color: #fff;
  width: 100%;
}

.link-heading {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto Medium, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.text-block-6 {
  color: #434249;
  text-align: left;
  flex: 1;
  font-family: Roboto Light, sans-serif;
}

.footer-flex-container {
  text-align: left;
  border-bottom: 1px solid #2c2366;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 10px;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-430 {
  z-index: 999;
  border: 15px none var(--georgiadis);
  color: #fff;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  padding: 50px 20px;
  display: flex;
  position: absolute;
  inset: 10% 25% auto;
}

.heading-131 {
  color: var(--georgiadis);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.5em;
}

.heading-132 {
  color: var(--georgiadis);
  text-align: center;
  margin-top: 0;
  font-size: 4.5em;
  line-height: 1.5em;
}

.paragraph-16 {
  text-align: center;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
}

.paragraph-17 {
  text-align: center;
  line-height: 1.5em;
}

.paragraph-17.left {
  color: #000;
  text-align: left;
}

.paragraph-17.left.mittig {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

.d-8-image {
  background-image: url('../images/655bcb9893b8498f887ef7defbe5d7e9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-8-image:hover {
  flex-grow: 7;
}

.wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: static;
}

.wrapper.mittig {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
}

.gridblock-2 {
  color: #fff;
  text-align: center;
  background-color: #1b3564;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.gridblock-2:hover {
  transform: scale(1.05);
}

.div-block-464 {
  background-color: var(--georgiadis-2);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -65px -65px auto auto;
}

.div-block-464.digital {
  z-index: 9999;
  top: -50px;
  right: -50px;
}

.div-block-464.kleiner {
  width: 30px;
  height: 30px;
  inset: 0% 0% auto auto;
}

.div-block-464.kleiner.tabmenue {
  opacity: 1;
  top: -32px;
  right: -32px;
}

.div-block-464.n.hide {
  display: none;
}

.tabs {
  background-color: var(--hell-undurchsichtig);
  margin-top: 0;
  display: flex;
}

.tab-menu {
  border: 3px none var(--georgiadis);
  color: #04376f;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 1px;
  margin-right: 1px;
  padding: 15px;
  font-size: 24px;
  line-height: 1em;
  display: flex;
}

.tab-menu.w--current {
  border: 3px solid var(--georgiadis);
  color: #04376f;
  background-color: #0000;
  margin-right: 1px;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
}

.tab-right {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  margin-left: 50px;
  display: flex;
  position: relative;
  left: 0;
}

.container-default-4 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1400px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.tabs-menu {
  background-color: #0000;
  border: 1px #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 31px;
  display: flex;
}

.content-tab {
  border: 5px none var(--georgiadis);
  justify-content: space-between;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-74 {
  color: #000;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 40px;
  line-height: 1em;
}

.text-block-75 {
  font-family: Roboto Medium, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.tab-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-165 {
  color: #000;
  text-align: center;
  font-family: Roboto Regular, sans-serif;
}

.bold-text {
  font-family: Roboto Regular, sans-serif;
  line-height: 1.2em;
}

.text-block-168 {
  margin-bottom: 5px;
  font-family: Roboto Regular, sans-serif;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-feature {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-top: 40px;
  display: flex;
  position: static;
}

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

.margin-bottom.margin-small {
  margin-bottom: 10px;
  position: relative;
}

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

.text-size-regular.text-color-white {
  text-align: center;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-medium-2 {
  color: var(--georgiadis);
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

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

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

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

.overlay-2.dark-overlay {
  background-color: #ffffffe6;
  width: 100%;
  height: 100%;
}

.scroll-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-column-2 {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  margin-top: 100vh;
  margin-bottom: -90vh;
  display: flex;
}

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

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

.info-scroll-background {
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: none;
  position: sticky;
  bottom: 0;
}

.div-block {
  width: 100%;
  position: sticky;
  bottom: 0;
}

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

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-item-padding {
  cursor: pointer;
  padding: 1rem 0;
}

.div-pink2 {
  background-color: var(--georgiadis-2);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.header-wrap_line {
  background-color: #e43936;
  width: 120px;
  height: 1px;
  margin-top: 20px;
  margin-left: -57px;
}

.header-wrap_line.new {
  margin-left: -12px;
}

.header-wrap_line.new.kompetenzenhome {
  background-color: var(--georgiadis-2);
  width: 500px;
  margin-top: 0;
  margin-left: -46px;
}

.header-wrap_line.new.neu {
  background-color: var(--georgiadis-2);
  width: 100%;
  margin-left: 0;
}

.div-block-462 {
  color: #fff;
  background-color: #0000;
  border-bottom: 2px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 0 0 0 0%;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-462.last {
  border-bottom-style: none;
}

.div-block-460 {
  color: #000;
  border-bottom: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 0 10px 5%;
  text-decoration: none;
  display: flex;
  position: static;
  right: 0%;
}

.div-block-460:hover {
  color: #000;
  background-color: #203b6d78;
}

.div-block-460.last {
  border: 1px #fff;
  flex-direction: column;
  position: static;
}

.karriere-subtitle-content {
  text-align: left;
  height: 50.125px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.beratung {
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150vh;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.div-block-459 {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/174827c9ad134b149b0bc9b50d45aa64gedreht.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: 7% 0% 0%;
}

.heading-7 {
  text-align: left;
  text-transform: none;
  font-family: Roboto Medium, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.content-karriere {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-karriere.links {
  align-items: flex-start;
}

.hero-column-background {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-column-background.middle {
  object-position: 50% 50%;
}

.home-hero-slide-right {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 50vw;
  padding: 0;
  display: flex;
}

.clip {
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.home-hero-slide-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.home-hero-slide-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.home-hero-slide-strip {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: .4fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-slide-strip.reverse-hero-strip {
  grid-template-rows: 1fr 1fr .4fr;
}

.hero-column-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

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

.home-hero-slide-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 40%;
  max-width: 40rem;
  margin-bottom: 0;
  margin-right: 2rem;
  padding: 0 0 0;
  display: flex;
}

.hero-heading {
  z-index: 10;
  position: relative;
}

.column-images {
  z-index: 15;
  border-radius: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-94 {
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-94.e {
  object-position: 50% 100%;
}

.arbeit-spa {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 31px 5% 60px;
  display: flex;
}

.grid-3 {
  grid-template: "Mitarbeiter-1 Mitarbeiter-1 Mitarbeiter-2 Mitarbeiter-3"
                 "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                 / 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
}

.employee-div {
  object-fit: cover;
  width: 100%;
  height: 370px;
  position: relative;
}

.karrierehero {
  background-image: url('../images/wuh06076.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 5%;
  display: flex;
}

.wrap-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 5px 100px;
  display: flex;
}

.split-content.home-perks-content-top-right {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 167px 40px 130px 0;
  display: flex;
  position: relative;
  inset: 30px 0% 0%;
}

.div-block-472 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 1400px;
  height: 100vh;
  display: flex;
  position: relative;
}

.transparenter-arbeitgeber {
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
}

.div-block-474 {
  border: 2px solid var(--georgiadis);
  object-fit: cover;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.benefits {
  background-color: var(--hell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.div-block-336 {
  box-shadow: 0 2px 5px 0 var(--hell);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 27px;
  font-size: 22px;
  display: flex;
}

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

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

.c-faq-item-2:hover {
  background-color: #fff;
  border: 1px #000;
}

.c-faq-item-2:active {
  transform: none;
}

.c-faq-item-2.oben {
  margin-top: 30px;
}

.c-faq-item-2.oben.hide {
  display: none;
}

.c-faq-icon-2 {
  background-color: var(--georgiadis-2);
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-icon-2.kleiner {
  padding: 10px;
}

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

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

.div-block-490 {
  z-index: -.9;
  background-image: linear-gradient(135deg, var(--georgiadis-2), transparent);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 29px auto auto;
}

.div-block-490.gros {
  width: auto;
  inset: auto 0% 5px;
}

.div-block-490.hhide {
  display: none;
}

.testimonialsvideo {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 60px 5% 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-382 {
  z-index: -2;
  background-image: linear-gradient(#112550, #112550 7%, #21428a 24%, #0000 63% 98%);
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-129 {
  opacity: .19;
  position: absolute;
  inset: 18% auto 0% 0%;
}

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

.paragraph-20 {
  color: #000;
  margin-top: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-376 {
  z-index: 55;
  align-items: center;
  display: flex;
}

.grid-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1400px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 0;
  position: static;
  top: 140px;
}

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

.bold-text-21 {
  margin-top: 20px;
  display: block;
}

.text-block-169 {
  color: #000;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3em;
}

.display-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.167em;
}

.space {
  background-image: linear-gradient(to top, #fff, #0000);
  width: 100%;
  height: 50px;
  transform: rotate(180deg);
}

.space.unten {
  background-image: linear-gradient(to top, #fff, #0000);
  transform: none;
}

.team {
  z-index: 1;
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -14px;
  padding: 60px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  overflow: visible;
}

.wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.wrap.grau {
  padding: 15px 0;
}

.wrap.hide {
  display: none;
}

.wrap.overflow {
  overflow: visible;
}

.wrap.newsletter {
  align-items: flex-start;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.tab-item-2 {
  background-color: #fff;
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-item-padding-2 {
  cursor: pointer;
  padding: 1rem 0;
}

.text-normal {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

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

.top-margin._20-pixels {
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
}

.rich-text-block-5 {
  color: #333;
  margin-top: 20px;
  font-family: Roboto Thin, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.rich-text-block-5 li {
  font-family: Roboto Light, sans-serif;
  font-weight: 100;
}

.team_card {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px 0 var(--hell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team_name {
  z-index: 2;
  margin-bottom: 0;
  font-family: Roboto Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.beruf {
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 16px;
  position: relative;
}

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

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block-502 {
  background-color: var(--georgiadis-2);
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.team-member {
  width: 100%;
  height: 300px;
  font-family: Roboto Medium, sans-serif;
  position: relative;
  overflow: hidden;
}

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

.image-160.a {
  object-position: 0% 50%;
}

.image-160.b {
  object-position: 50% 50%;
}

.team-text {
  background-color: var(--hell-undurchsichtig);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.team-text.neu {
  opacity: 0;
  color: #000;
  background-color: #f6f7f9e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-text.neu:hover {
  opacity: 1;
}

.wrap-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 420px 420px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: none;
}

.accrodian-item {
  background-color: var(--hell);
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

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

.image-121 {
  object-fit: cover;
  object-position: 50% 51%;
  width: 100%;
  max-height: 200px;
  display: block;
}

.funfact {
  z-index: 1;
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 5% 40px;
  display: flex;
  position: relative;
}

.content_news {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.title {
  margin-top: 10px;
  font-size: 28px;
}

.title.h5-size {
  color: #0b0a33;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title.h5-size.home-perks-content-top-perk {
  color: var(--georgiadis);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: rehtaewirrem, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.berschrift {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.text-block-118 {
  font-family: Roboto Medium, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.div-block-408 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  height: 100%;
  box-shadow: 0 1px 20px -8px #0003;
}

.div-block-408.large {
  width: 100%;
  max-width: 1400px;
  height: auto;
  box-shadow: 0 1px 20px -8px #0003;
}

.div-block-408.rechts, .div-block-408.links, .div-block-408.mitte {
  box-shadow: none;
  background-color: #0000;
}

.text-block-119 {
  font-size: 18px;
  line-height: 1.5em;
}

.heading-135 {
  text-align: center;
  font-family: Roboto Medium, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.text-block-177 {
  text-align: center;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.text-block-179 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.kanzleihistorie {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

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

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
  left: 0;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
}

.div-header {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 42px;
}

.c-details {
  margin-bottom: 40px;
}

.c-scrolling-content {
  margin-left: 0%;
  padding-left: 0;
}

.scroll-details {
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.c-scrolling-item {
  flex: none;
  width: 7%;
  margin-right: 0;
  padding-right: 0;
}

.c-scroll-track {
  flex: none;
  width: 430vh;
  display: flex;
}

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

.wrapper-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-item-header-2 {
  color: var(--georgiadis-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Medium, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-4.sticky {
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  top: 12%;
  overflow: hidden;
}

.cloneable-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cloneable-area.mobile {
  display: none;
}

.scroll-indicator-3 {
  background-color: var(--georgiadis-2);
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.section-2.expand {
  width: 100%;
  height: 350vh;
  padding-top: 0;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-505 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: none;
}

.georgiadis {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.beratung-einfach {
  z-index: 1;
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/dji_0058-edit-ohne-krane-cp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  height: 100vh;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  width: 100%;
  max-width: 1400px;
}

.grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid.hero {
  max-width: 1400px;
  margin-bottom: 0;
  position: static;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-6.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  bottom: 0;
  overflow: hidden;
}

.hero-kanzlei {
  background-color: #0000;
  background-image: linear-gradient(#adadad80, #adadad80), url('../images/kanzlei-georgiadis-02-2025-1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.button-7 {
  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-7:hover {
  box-shadow: inset 0 0 200px #00000012;
}

.paragraph-24.home-perks-content-top-perk {
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.home-perks-content-top-perk-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-overlap-grid-section-image {
  z-index: 3;
  object-fit: cover;
  object-position: 85% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.hero-2 {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-3 {
  background-color: #fff;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section-3.image-overlap-grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  bottom: 0;
}

.section-3.image-overlap-grid-content.blau {
  background-color: var(--georgiadis);
}

.div-block-3 {
  object-fit: cover;
  width: 100%;
  max-width: 692px;
  height: 100%;
  position: relative;
  top: 80px;
  overflow: hidden;
}

.container-8 {
  direction: ltr;
  width: 100%;
  max-width: none;
}

.container-8.align-center {
  font-family: Roboto Regular, sans-serif;
}

.image-overlap-grid-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center stretch;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
}

.image-overlap-grid-section.bg-dark {
  grid-column-gap: 52px;
  background-color: var(--georgiadis);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  padding-top: 0;
  position: static;
}

.image-overlap-grid-section.bg-dark.blau {
  background-color: var(--georgiadis);
}

.text-block-182 {
  color: #333;
  font-family: Roboto Bold, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-183 {
  color: #333;
  margin-bottom: 16px;
  font-family: Roboto Thin, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.grid-funfacts {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 400px 400px 400px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.list-2 {
  font-family: Roboto Regular, sans-serif;
}

.cta-newsletter-right {
  width: 52%;
  height: auto;
  position: relative;
}

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

.text-2.black {
  color: #000;
}

.text-2.black.links {
  text-align: left;
  font-weight: 300;
  line-height: 1.5em;
}

.text-2.black.links.wei {
  color: #fff;
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

.flex-section {
  z-index: 10;
  object-fit: fill;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  width: 100%;
  max-width: 1400px;
  padding: 0;
  display: flex;
  position: relative;
}

.max-400-pixels {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.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._9 {
  background-color: var(--georgiadis);
  background-image: url('../images/2d799afb5e1b4104ac970a55a3155b63.jpg');
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.image-150 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.absolute-bg-4 {
  background-color: var(--georgiadis);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.regular-text-box-2 {
  background-color: var(--georgiadis);
  color: #fff;
  text-align: center;
  width: 48%;
  padding: 20px 3% 40px;
}

.grid-51 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  padding: 16px 0;
}

.image-200 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 22px;
}

.anders-div {
  margin-top: 100px;
}

.counter {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Roboto Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

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

.features-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-card {
  background-color: #ffffff0a;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px 0;
  display: flex;
}

.features-card.wei {
  background-color: var(--georgiadis);
  color: #fff8f8;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.features-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.h4-digital-text {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Roboto Light, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.digital-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-leistungen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

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

.accordion-wrapper-service {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Regular, sans-serif;
}

.container-service {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 30px;
  display: grid;
}

.wrapper-leistungen-sticky {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top-wrap {
  outline-offset: 0px;
  outline: 3px #eaeaea;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2rem;
  display: flex;
}

.accordion-top-wrap.first {
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 1.4em;
}

.accordion-leistungen {
  border-bottom: 1px solid var(--georgiadis);
  cursor: pointer;
  width: 100%;
  line-height: 1.4em;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-top-text-2 {
  color: #000;
  font-family: Roboto Bold, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-top-text-2:hover {
  color: var(--georgiadis-2);
}

.beschreibung-leistungen {
  font-family: Roboto Regular, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

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

.mandantenstimmen.hide {
  display: none;
}

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

.panel-4.grid-panel {
  border-radius: 0;
  height: 100%;
  box-shadow: 0 2px 5px #e4e7ed14;
}

.mandanten-testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.grid-15 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

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

.panel-top-image {
  object-fit: cover;
  width: 100%;
  height: 283.045px;
}

.text-mandanten-testimonial {
  font-family: Roboto Regular, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.section-wrap {
  width: 100%;
  max-width: 1400px;
}

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

.intro {
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 5% 120px;
  display: flex;
  position: relative;
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-height: 700px;
  display: flex;
}

.benefit-description {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-136 {
  font-family: Roboto Bold, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}

.body-display-2 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.small {
  color: #000;
  height: 250px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.benefit-card._1 {
  border: 10px solid var(--georgiadis);
  flex-direction: column;
  display: flex;
}

.benefit-card._2 {
  border: 10px solid var(--georgiadis);
  top: 50px;
}

.benefit-card._3 {
  border: 10px solid var(--georgiadis);
  top: 100px;
}

.benefits-box {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px #c0c0d333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-507 {
  align-items: flex-start;
  width: 100%;
  padding-right: 21px;
  display: flex;
  position: sticky;
  top: 10%;
}

.div-block-508 {
  background-image: url('../images/wuh06041.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg {
  background-color: #203b6d66;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-leistung {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--georgiadis);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.paragraph-25 {
  color: #fff;
  text-align: center;
  font-family: Roboto Regular, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
}

.div-block-510 {
  background-image: linear-gradient(#203b6d66, #203b6d66), url('../images/a7i04013.jpg');
  background-position: 0 0, 50% 24%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 80px;
  display: flex;
}

.div-block-511 {
  background-color: var(--georgiadis-2);
  width: 25px;
  height: 25px;
  position: absolute;
  inset: -35px -35px auto auto;
}

.form-header {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

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

.left {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.digitale-tools-wrapper {
  width: 65%;
  min-height: 50px;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 28px;
}

.leistungenwrapper {
  z-index: 3;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  padding: 66px 5% 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.digitales-angebot {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-left: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.digitales-angebot.dig {
  background-color: #fff;
  width: 100%;
}

.digitales-angebot.hide {
  display: flex;
}

.navigationwrapper-2 {
  background-color: #203b6d;
  width: 50%;
  min-height: 50px;
  padding: 10px 25px;
  position: sticky;
  top: 13vh;
}

.navigationwrapper-2.dig {
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 25%;
}

.paragraph-27 {
  color: #000;
  line-height: 1.5em;
}

.paragraph-27.white {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Roboto Regular, sans-serif;
  font-size: 18px;
}

.digitale-leistung-2 {
  border-top: 5px solid var(--georgiadis);
  border-bottom: 5px solid var(--georgiadis);
  background-color: var(--hell-undurchsichtig);
  margin-bottom: 40px;
  padding: 30px 40px 20px;
  position: relative;
}

.digitale-leistung-2.unten {
  margin-bottom: 0;
}

.button-card-wrapper-2 {
  justify-content: center;
  display: flex;
}

.div-mit-video {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#203b6d6b, #203b6d6b), url('../images/8e5c89b75d8345b48006e0858db3735a.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.div-mit-video.dig {
  background-image: none;
  height: auto;
}

.bold-text-22 {
  color: #000;
  font-family: Roboto Bold, sans-serif;
}

.bold-text-22.wei {
  color: #fff;
}

.text-block-184 {
  margin-bottom: 5px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.hero-digital {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  top: 0;
}

.cta-digital {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5% 60px;
  display: flex;
  position: relative;
}

.digital-tab-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.digital-tab-wrap.wei {
  color: #000;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.paragraph-28 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-2.blau {
  line-height: 1.6em;
}

.wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-block-513 {
  color: #fff;
  background-image: linear-gradient(#213b6a66, #213b6a66), url('../images/a7i03990.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 60px 80px 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.background-video-3 {
  z-index: 0;
  height: 100%;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.paragraph-29 {
  font-family: Roboto Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-29.links {
  text-align: left;
  font-family: Roboto Light, sans-serif;
  line-height: 1.6em;
}

.paragraph-30 {
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-30.links {
  line-height: 1.6em;
}

.div-block-196 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-515 {
  position: absolute;
  inset: 0%;
}

.link-anwendungen {
  background-color: var(--georgiadis);
  width: 90%;
  margin: 5px;
  padding: 10px;
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-anwendungen:hover {
  background-color: #b5005aba;
  font-family: Roboto Regular, sans-serif;
}

.text-block-185 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.anchor {
  height: 1px;
  position: absolute;
  inset: -120px 0% auto;
}

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

.div-block-517 {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.div-block-518 {
  border-right: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.karriere-subtitle-content-2 {
  color: #fff;
  text-align: left;
  height: 50.125px;
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-458 {
  flex-direction: column;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.karriere {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0%;
  display: flex;
}

.div-block-519 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-137 {
  text-transform: uppercase;
  font-family: Roboto Bold, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.content-karriere-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-520 {
  background-color: #203b6d66;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.container-large-8 {
  direction: ltr;
  width: 100%;
  position: relative;
}

.div-block-521 {
  color: #fff;
}

.main-container-3 {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.grid-halves-2 {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  position: relative;
}

.grid-halves-2.align-content-top {
  place-items: start stretch;
  width: 100%;
}

.overlap-section-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  max-width: none;
  min-height: 500px;
  position: relative;
  bottom: 80px;
}

.overlap-section-image.down {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  min-height: 700px;
  top: 60px;
  bottom: 0;
}

.container-10 {
  direction: ltr;
  width: 100%;
  max-width: 497px;
}

.container-10.align-center {
  object-fit: cover;
  max-width: none;
}

.container-10.align-center.bild {
  position: relative;
}

.vertical-grid {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
  position: relative;
}

.vertical-grid.increased-gap {
  grid-row-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overlap-section {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.centered-content-box {
  justify-content: center;
  align-items: center;
  min-height: 616px;
  padding: 0 0 100px;
  display: flex;
  position: relative;
}

.grid-halves-3 {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
  position: relative;
}

.centered-content-box-background-image {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 500px;
  position: absolute;
}

.container-11 {
  direction: ltr;
  width: 100%;
}

.underline-link {
  align-self: flex-start;
}

.grid-halves-4 {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  position: relative;
}

.div-block-522 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.image-201 {
  object-fit: cover;
  object-position: 50% 54%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-523 {
  object-fit: contain;
  background-color: #203b6d;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-7 {
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 5% 20px;
  display: flex;
  position: relative;
}

.section-8 {
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5% 30px;
  display: flex;
  position: relative;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.highlight {
  background-color: var(--georgiadis-2);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0 3px 7px;
}

.section_home-about-us {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_component {
  z-index: 3;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.testimonial_content {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  display: flex;
  position: relative;
  left: 0;
}

.testimonial_loop-trigger {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.testimonial_loop-trigger.flex-section, .testimonial_loop-trigger.flex {
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  margin-left: 0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 0;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  bottom: -6px;
  left: 0;
}

.testimonial_item {
  border: .0625rem #ffffff54;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  height: 100%;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonial_item.is-lower {
  border-style: none;
  border-radius: 0;
  align-items: flex-end;
  top: 1.2rem;
}

.testimonial_item.is-lower._1 {
  background-image: url('../images/06_v02.jpg');
  background-position: 50% 0;
  background-size: cover;
  top: 0;
}

.testimonial_item.is-lower._3 {
  background-image: url('../images/05.jpg');
  background-position: 50% 12%;
  background-size: cover;
  height: 400px;
  top: 0;
}

.testimonial_item.is-lower._5 {
  background-image: url('../images/04.jpg');
  background-position: 50% 19%;
  background-size: cover;
  top: 0;
}

.testimonial_item.is-lower._7 {
  background-image: url('../images/01.jpg');
  background-position: 50% 10%;
  background-size: cover;
  top: 0;
}

.testimonial_item.is-lower._9 {
  background-image: url('../images/240709_georgiadis_portrait_09.jpg');
  background-position: 50% 12%;
  background-size: cover;
  height: 400px;
  top: 0;
}

.testimonial_item.is-lower.yoser {
  background-image: url('../images/07.jpg');
  background-position: 50% 19%;
  background-size: cover;
  top: 0;
}

.testimonial_item._2 {
  background-image: url('../images/a7i03876cp.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border-style: none;
  border-radius: 0;
}

.testimonial_item._4 {
  background-image: url('../images/03.jpg');
  background-position: 50% 4%;
  background-size: cover;
  min-height: 240px;
}

.testimonial_item._6 {
  background-image: url('../images/02.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.testimonial_item._7 {
  background-image: url('../images/08.jpg');
  background-position: 100%;
  background-size: cover;
}

.main-container-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.grid-halves-5 {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  position: relative;
}

.grid-halves-5.align-content-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.overlap-section-image-2 {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  position: relative;
}

.container-12 {
  direction: ltr;
  width: 100%;
  max-width: 497px;
}

.container-12.align-center {
  object-fit: contain;
  max-width: none;
  height: 600px;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.overlap-section-2 {
  padding-bottom: 112px;
  position: relative;
}

.overlap-section-2.overlap-bottom {
  padding-top: 112px;
  padding-bottom: 0;
}

.overlap-section-2.overlap-bottom.bg-dark {
  padding-top: 0;
}

.card-faq-content-bottom {
  padding-right: 60px;
}

.title-2.card-faq {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faqs-wrapper {
  margin-bottom: -24px;
  position: relative;
}

.faqs-wrapper._1 {
  bottom: 110px;
}

.faqs-wrapper._2 {
  bottom: 0%;
}

.card-faq-content-top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-199 {
  margin-top: 18px;
}

.faqs-grid {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  position: relative;
}

.card-faq-icon-2 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 2px;
  min-height: 23px;
  position: absolute;
}

.paragraph-31.card-faq {
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

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

.card-3.faq {
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 24px;
  padding: 20px 48px;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 0 24px 44px #f6f7f9d9;
}

.card-3.faq:hover {
  transform: translate(0, -8px);
  box-shadow: 0 48px 44px #14142b14;
}

.space-2.card-faq {
  min-height: 8px;
}

.card-faq-icon-wrapper {
  background-color: var(--georgiadis-2);
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
  position: static;
  top: -20px;
  right: -20px;
  overflow: hidden;
}

.card-faq-icon-1 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 23px;
  min-height: 2px;
  position: absolute;
}

.faq {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 5% 60px;
  display: flex;
}

.main-container-5 {
  z-index: 1;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.section-10 {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 112px;
  position: sticky;
  top: 0;
}

.container-13 {
  direction: ltr;
  width: 100%;
  max-width: 497px;
}

.container-13.align-center {
  max-width: none;
  margin-top: 50px;
  padding-right: 20px;
}

.heroo-faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.gridwrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 1400px;
  display: grid;
  position: relative;
}

.cut-img {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.tabs-menu-5 {
  background-color: #fff;
  border-right: 4px #810101;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 740px;
  padding: 100px 5%;
  display: flex;
  box-shadow: 0 2px 16px -1px #0003;
}

.div-block-524 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  display: grid;
}

.post-type1 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  transform: scale3d(1none, 1none, 1none);
  color: #3b3b3b;
  transform-style: preserve-3d;
  background-color: #0000;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 29px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  box-shadow: 0 2px 20px -3px #0003;
}

.post-type1:hover {
  transform: scale(1.05);
}

.tab-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 40px;
  display: grid;
  box-shadow: 2px 1px 19px #0003;
}

.tab-content-2.eine-spalte {
  grid-template-columns: 1fr;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  min-height: 600px;
  display: grid;
}

.formulare.right {
  z-index: 1;
  background-color: var(--hell-undurchsichtig);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 5%;
  transition: all .25s;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  box-shadow: -4px 0 25px #00000008;
}

.tabs-5 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.div-block-525 {
  width: 100%;
  max-width: 1280px;
  margin-right: 0;
  display: none;
}

.heading-167 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.button-12 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #810101;
  justify-content: center;
  align-items: center;
  width: 305.026px;
  height: auto;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.button-12.small {
  width: auto;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 2px solid #fff;
  justify-content: center;
  padding: 12px 10px;
  font-size: 10px;
  transition: all .2s;
  display: flex;
}

.button-12.small:hover {
  transform: scale(1.08);
}

.button-12.small.red {
  background-color: var(--georgiadis);
  color: #fff;
  text-align: center;
  border-style: none;
  width: auto;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  transform: none;
}

.div-block-526 {
  border-bottom: 1px solid var(--georgiadis-2);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  transition: all .25s;
  display: flex;
}

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

.tabs-content-5 {
  border-left: 1px solid #ffffff4d;
  overflow: visible;
}

.h3-6 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-3 {
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 24px;
}

.tab-link-3.w--current {
  border-bottom-color: var(--georgiadis-2);
  background-color: #0000;
  margin-bottom: 30px;
}

.tab-pane {
  height: 100%;
}

.link-block-10 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-216 {
  padding-left: 0;
  padding-right: 0;
}

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

.split-content-wrapper.sozial {
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1221px;
  display: grid;
}

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

.image {
  border-radius: 0;
  flex: 0 auto;
  width: auto;
}

.image.sozial {
  height: auto;
  max-height: 100px;
}

.image.cover {
  object-fit: contain;
  flex: 0 auto;
  width: 50%;
  height: 50px;
}

.content-top.max-width-500px.margin-bottom-40px {
  width: 100%;
}

.heading {
  line-height: 1.2em;
}

.grid-52 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-32 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-32.center {
  text-align: left;
  font-family: Roboto Light, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.rich-text-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.bg-secondary-1.utility-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 70px;
  padding: 103px 5% 176px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-214 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.text-block-125 {
  text-align: center;
  width: 60%;
  margin-bottom: 5px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

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

.div-block-212 {
  z-index: 1111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.borders-radius-24px {
  border-radius: 24px;
}

.image-wrapper.borders-radius-24px.card-contact {
  background-color: var(--georgiadis-2);
  color: #14142b12;
  border-radius: 0;
  justify-content: center;
  width: 83px;
  min-width: 83px;
  min-height: 83px;
  max-height: 83px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.title-3.h3-size {
  color: #14142b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.title-3.h3-size.margin-bottom-10px {
  color: #000;
  text-align: center;
  cursor: auto;
}

.title-3.h3-size.margin-bottom-10px:hover {
  color: #14142b;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.style-4.gap-24px-mobile {
  grid-column-gap: 30px;
  max-width: 1221px;
}

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

.container-default-2 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.z-index-1 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  top: -35px;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-2.card-link {
  color: #8184a3;
  text-decoration: none;
  display: block;
}

.card-2.card-link:hover {
  color: #8184a3;
}

.card-2.card-link.text-center {
  background-color: var(--hell-undurchsichtig);
  color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.text-color-primary-1 {
  color: var(--georgiadis);
  text-align: center;
  line-height: 1.3em;
}

.text-200.text-color-primary-1:hover {
  color: var(--georgiadis-2);
}

.section-11 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-offset-negative-default {
  margin-top: -105px;
}

.margin-top-offset-negative-default.mobile-max-width-660px {
  margin-top: -10%;
}

.heading-169 {
  font-family: Roboto Bold, sans-serif;
  font-weight: 400;
}

.buttonpinkdiv {
  background-color: var(--georgiadis-2);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -24px -24px auto auto;
}

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

.paragraph-33 {
  font-family: Roboto Regular, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.archiv-newsletter {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 5%;
  display: flex;
}

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

.newsdiv {
  padding: 20px 0;
}

.heading-170 {
  font-family: Roboto Regular, sans-serif;
  font-size: 18px;
}

.alspdf {
  font-size: 16px;
}

.alspdf:hover {
  color: var(--georgiadis-2);
}

.newslink {
  color: #333;
  font-family: Roboto Light, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.image-202 {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.bold-text-29 {
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-34 {
  margin-top: 10px;
}

.div-block-530 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.text-span-83 {
  color: #b5005a;
}

.div-block-531 {
  object-fit: cover;
}

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

.div-block-532 {
  width: 100%;
  display: flex;
}

.div-block-533 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #203b6d;
  border: 0 solid #203b6d;
  grid-template-rows: .25fr .5fr 1fr .25fr;
  grid-template-columns: .5fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 30px;
  padding: 5px;
  display: grid;
}

.div-block-534 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 23px;
  display: flex;
}

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

.div-block-536 {
  object-fit: cover;
  background-color: #fff;
  border: 2px solid #203b6d;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-536.links {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-35 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-35.space {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  transform: none;
}

.text-block-186 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.text-block-187 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#b5005a, #b5005a);
  padding: 5px 14px;
  line-height: 1.5em;
}

.heading-171 {
  color: #000;
  text-align: left;
  margin-left: 0;
  font-size: 32px;
  line-height: 1.3em;
}

.image-204 {
  z-index: 0;
  object-fit: cover;
  height: 110%;
  position: absolute;
  inset: auto 4px 0% auto;
}

.text-block-188 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.div-block-537 {
  display: none;
}

.div-block-538 {
  z-index: 1;
  position: absolute;
}

.div-block-538.links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.text-span-84 {
  color: #b5005a;
}

.div-block-539 {
  color: #000;
  background-color: #ffffffb0;
  border: 0 solid #203b6d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.text-block-189 {
  color: #000;
  text-align: left;
  padding-left: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

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

.slider {
  display: none;
}

.image-205 {
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-205.move2 {
  object-position: 13% 50%;
}

.image-205.move {
  object-fit: cover;
  object-position: 50% 0%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.paragraph-21 {
  color: #333;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-21.white {
  color: #000;
  font-family: Roboto Light, sans-serif;
}

.gallery20_mask-3 {
  background-color: #0000;
  overflow: visible;
}

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

.gallery20_slide-4 {
  background-color: #0000;
  border-radius: 20px;
  padding-right: 4rem;
  position: relative;
}

.service-1-2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  position: relative;
}

.service-1-2._6 {
  background-image: url('../images/weiterbildung-karriere-georgiadis.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.service-1-2._8 {
  background-image: url('../images/teamwork-g2fb329d45_1280.jpg');
  background-position: 50%;
}

.service-1-2._7 {
  background-image: url('../images/pexels-cottonbro-studio-3171837.jpg');
  background-position: 50% 0;
  border-radius: 0;
}

.service-1-2._3 {
  background-image: url('../images/steering-wheel-g43fff8397_1280.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.service-1-2._5 {
  background-image: url('../images/finanzielle_vorteile_1finanzielle_vorteile.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.service-1-2._4 {
  background-image: url('../images/2.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.service-1-2._2 {
  background-image: url('../images/ho-karriere-georgiadis.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.highlight-2 {
  color: #fff;
  background-color: #b5005a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0 3px 7px;
}

.buttonpinkdiv-2 {
  background-color: #b5005a;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -24px -24px auto auto;
}

.gallery20_slide-nav {
  width: auto;
  height: 2rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.div-block-541 {
  z-index: -.9;
  background-image: linear-gradient(135deg, #b5005a, #0000);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 29px auto auto;
}

.div-block-541.hhide {
  display: none;
}

.gallery20_slider-2 {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5.5rem;
  position: relative;
}

.gallery20_arrow-4 {
  background-color: #203b6d;
  border: 1px solid #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow-4.left {
  background-color: #203b6d;
  border-color: #fff;
  justify-content: center;
  right: 4rem;
}

.page-padding-7 {
  border-radius: 0;
  width: 100%;
  max-width: 1400px;
  margin-top: 25px;
  padding-left: 0%;
  padding-right: 5%;
}

.right-arrow-6 {
  width: 50%;
  margin-left: 3px;
}

.h3-5 {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

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

.padding-vertical.padding-large {
  background-color: #fff;
  border-bottom: 1px #000;
  border-left: 2px #000;
  border-radius: 20px;
  align-self: flex-end;
  padding: 20px;
  display: none;
  position: absolute;
  bottom: -29px;
  left: -21px;
  box-shadow: -1px 2px 20px 9px #0003;
}

.padding-vertical.padding-large.mobile {
  width: auto;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: -71px;
  padding-top: 0;
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: -44px;
}

.padding-vertical.padding-xhuge {
  align-self: flex-end;
  padding-left: 0%;
}

.header-80vh-2 {
  align-items: center;
  min-height: 40vh;
  max-height: none;
  padding-bottom: 0%;
  padding-left: 0%;
  display: flex;
}

.button-13 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #203b6d;
  border: 4px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 200px #0000;
}

.gallery20_component-4 {
  border-radius: 0;
}

.left-arrow-6 {
  width: 50%;
  transform-style: preserve-3d;
  margin-right: 3px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.h2-2 {
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  line-height: 1.5em;
}

.h2-2.gradient {
  letter-spacing: .07em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px 20px 0;
  font-family: rehtaewirrem, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.h3-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

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

.max-width-medium-5 {
  color: #1f2022;
  background-color: #fff;
  border: 8px solid #203b6d;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  height: auto;
  padding: 14px;
  display: flex;
}

.offene-stellen {
  background-color: #f6f7f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 5% 140px;
  display: flex;
  overflow: hidden;
}

.heading-93 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.wir-suchen {
  z-index: 1;
  background-color: #203b6d;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.text-span-4 {
  color: #32ba7c;
}

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

.rich-text-block-3 {
  color: #000;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.rich-text-block-3 p {
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.rich-text-block-3 li {
  font-family: Roboto Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.rich-text-block-3 strong {
  margin-top: 20px;
  display: inline-block;
}

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

.buttonpinkdiv-3 {
  background-color: #b5005a;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -24px -24px auto auto;
}

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

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

.c-faq-icon-3 {
  background-color: #b5005a;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.button-14 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #203b6d;
  border: 4px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 200px #0000;
}

.button-14.unten {
  background-color: #b5005a;
  margin-top: 8px;
  margin-bottom: 0;
}

.c-faq-q-2 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-faq-q-text-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-block-92 {
  text-align: left;
  margin-top: 5px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-542 {
  z-index: -.9;
  background-image: linear-gradient(135deg, #b5005a, #0000);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 29px auto auto;
}

.div-block-542.hhide {
  display: none;
}

.bold-text-31, .bold-text-32 {
  color: #fff;
}

.list-5 {
  font-size: 14px;
}

.bold-text-33, .bold-text-34 {
  color: #fff;
}

.section-12 {
  background-color: var(--hell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.rich-text-block-6 {
  background-color: #fff;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
}

.video-2 {
  width: 100%;
  height: auto;
  max-height: 650px;
  display: none;
  overflow: hidden;
}

.video-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 650px;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.html-embed {
  width: 100%;
}

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

.info-scroll-background-2 {
  height: 100vh;
  margin-top: 0;
  padding: 0;
  position: sticky;
  bottom: 0;
}

.home-hero-slide-right-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 50vw;
  padding: 0;
  display: flex;
}

.background-video-4 {
  z-index: 3;
  width: 100%;
}

.highlight-3 {
  color: #fff;
  background-color: #701471;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}

.h2-3 {
  text-align: center;
  margin-top: 0;
  font-family: Roboto Bold, sans-serif;
  font-size: 34px;
  line-height: 1.5em;
}

.h2-3.gradient {
  color: #000;
  letter-spacing: .07em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px 20px 0;
  font-family: rehtaewirrem, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.h2-3.gradient.gr-er {
  font-size: 70px;
  display: block;
}

.h2-3.gradient.gr-er.we {
  color: #fff;
}

.h2-3.gr-er {
  font-size: 44px;
}

.h2-3.gr-er.wei {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: rehtaewirrem, sans-serif;
  font-size: 60px;
  line-height: 1.2em;
}

.h2-3.gr-er.wei-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: rehtaewirrem, sans-serif;
  font-size: 60px;
  line-height: 1.2em;
}

.hero-leistungen-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.bg-2 {
  background-color: #203b6d66;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-545 {
  background-image: url('../images/a7i03930.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.h3-8 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.h3-8.gr-er {
  color: #000;
  font-size: 30px;
}

.h3-8.gr-er.wei {
  color: #fff;
  margin-bottom: 13px;
  font-size: 26px;
}

.buttonpinkdiv-4 {
  outline-offset: -2px;
  background-color: #701471;
  border-radius: 100%;
  outline: 1px solid #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -24px -24px auto auto;
}

.background-video-5 {
  background-image: linear-gradient(#203b6d73, #203b6d73);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.karrierehero-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.karrierehero-2.hide {
  height: 100vh;
  margin-top: -99px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.div-block-546 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  position: relative;
}

.button-15 {
  outline-offset: -3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #701471;
  border: 4px solid #0000;
  border-radius: 20px;
  outline: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-family: Roboto Regular, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 200px #0000;
}

.button-15.gr-er {
  background-color: #701471;
  font-size: 22px;
}

.play-icon {
  width: 35px;
}

.video-button {
  z-index: 2;
  cursor: pointer;
  background-color: #203b6d99;
  border: 1px solid #ffffff80;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.h3-9 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Light, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.h3-9.gr-er {
  color: #000;
  font-size: 30px;
}

.h3-9.gr-er.wei, .h3-9.gr-er.wei-copy {
  color: #fff;
  margin-bottom: 13px;
  font-size: 26px;
}

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

.image-210 {
  margin-right: 10px;
}

.image-211 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 650px;
}

.image-212 {
  margin-top: 20px;
}

.highlight-copy {
  background-color: var(--georgiadis-2);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 0 3px 5px;
}

.highlight-copy.hide {
  display: none;
}

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

.bold-text-35 {
  font-family: Roboto Bold, sans-serif;
  font-size: 20px;
}

.grid-53 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.link-block-12 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-213 {
  border-radius: 0;
  flex: 0 auto;
  width: auto;
}

.image-213.sozial {
  height: auto;
  max-height: 100px;
}

.image-214 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  max-height: 650px;
}

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

.body-3, .body-4 {
  font-size: 18px;
  line-height: 1.5em;
}

.scroll-background-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-14 {
  display: flex;
}

.copy-of-bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-430-copy {
  z-index: 999;
  border: 15px none var(--georgiadis);
  color: #fff;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  padding: 50px 20px;
  display: flex;
  position: absolute;
  inset: 10% 25% auto;
}

.section-15 {
  display: flex;
}

.html-embed-8 {
  overflow: hidden;
}

.html-embed-9 {
  object-fit: cover;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  min-height: 100%;
  max-height: none;
  display: none;
  position: static;
}

.div-block-556 {
  align-items: stretch;
  display: flex;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  width: 356.563px;
  height: 358.031px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-215 {
  width: 100%;
  max-width: none;
  margin-right: 10px;
}

.icon-insta {
  background-color: #203b6db0;
  border: 1px solid #ffffff6b;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  padding: 20px;
  position: absolute;
  inset: 39% 50% 65% 39%;
}

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

.section-16 {
  display: none;
}

.div-block-559 {
  z-index: -.9;
  background-image: linear-gradient(135deg, #b5005a, #0000);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 29px auto auto;
}

.div-block-559.gros {
  width: auto;
  inset: auto 0% 5px;
}

.heading-176 {
  color: #203b6d;
  text-align: center;
  margin-top: 0;
  font-size: 4.5em;
  line-height: 1.5em;
}

.div-block-430-copy-2 {
  z-index: 999;
  color: #fff;
  background-color: #ffffff80;
  border: 15px #203b6d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  padding: 50px 20px;
  display: flex;
  position: absolute;
  inset: 10% 25% auto;
}

.heading-177 {
  color: #203b6d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.5em;
}

.heading-medium-4 {
  color: #203b6d;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.div-block-558 {
  background-color: #b5005a;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -65px -65px auto auto;
}

.div-block-558.n.hide {
  display: none;
}

.div-block-422 {
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1000px;
  margin-top: 10px;
  padding: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed-10 {
  overflow: hidden;
}

.hide {
  display: none;
}

.paragraph-36 {
  margin-bottom: 0;
}

.paragraph-37 {
  text-decoration: underline;
}

.div-block-560 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-bottom: 1px solid #b5005a;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  transition: all .25s;
  display: flex;
}

.heading-178 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-16 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #203b6d;
  border: 4px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Roboto Regular, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 200px #0000;
}

.button-16.pdfdownload {
  text-transform: uppercase;
  margin-top: 10px;
}

.buttonpinkdiv-5 {
  background-color: #b5005a;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -24px -24px auto auto;
}

@media screen and (min-width: 1280px) {
  .brand-image {
    width: 100%;
  }

  .flex-section {
    padding: 0;
  }

  .tabs-menu-5 {
    color: #000;
  }

  .post-type1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-525 {
    flex-direction: column;
    width: 50%;
    display: none;
  }

  .heading-167 {
    color: #1d2939;
  }

  .button-12.small.red {
    padding-top: 12px;
  }

  .tab-link-3.w--current {
    color: #000;
  }

  .padding-vertical.padding-xhuge {
    padding-left: 0%;
  }

  .heading-178 {
    color: #1d2939;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    padding: 10px;
  }

  .button._20px {
    font-size: 12px;
  }

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

  .div-block-430 {
    top: 15%;
  }

  .wrapper.mittig {
    max-width: 1100px;
  }

  .karriere-subtitle-content {
    height: 56.4464px;
  }

  .flex-section {
    margin: 0;
  }

  .change-image-here._9 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-136 {
    margin-top: 40px;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .paragraph-27 {
    margin-left: 0;
  }

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

  .karriere-subtitle-content-2 {
    height: 56.4464px;
  }

  .rich-text-block-3, .text-block-92 {
    font-size: 16px;
  }

  .video-2 {
    height: 100%;
    position: relative;
    overflow: visible;
  }

  .video-wrapper {
    max-height: none;
    position: relative;
    overflow: visible;
  }

  .div-block-545 {
    background-position: 50% 0;
  }

  .div-block-430-copy, .div-block-430-copy-2 {
    top: 15%;
  }

  .button-16 {
    padding: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .slider-3 {
    height: 400px;
  }

  .kontakt {
    padding-top: 0;
  }

  .h2.gradient.links.ohne-gradient {
    align-items: flex-start;
  }

  .h2.gradient.highlight-copy {
    color: #fff;
    width: auto;
    margin-top: 0;
  }

  .main-container-2 {
    max-width: 1400px;
  }

  .gridblock-2 {
    padding: 13px;
    font-size: 20px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    justify-content: flex-start;
  }

  .div-block-459 {
    height: auto;
  }

  .employee-div {
    height: 410px;
  }

  .c-faq-item-2 {
    width: 1100px;
  }

  .testimonialsvideo {
    padding-top: 40px;
  }

  .paragraph-20 {
    font-size: 20px;
  }

  .wrap.grid {
    justify-items: stretch;
  }

  .image-121 {
    max-height: none;
  }

  .div-block-408.rechts, .div-block-408.links, .div-block-408.mitte {
    max-width: 500px;
  }

  .container-6 {
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-kanzlei {
    height: 100vh;
  }

  .hero-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
  }

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

  .text-2.black.links {
    color: #fff;
  }

  .flex-section {
    margin-bottom: 0;
    padding: 0;
  }

  .max-400-pixels {
    color: #fff;
    max-width: 600px;
  }

  .container-service {
    grid-template-columns: 45% 55%;
  }

  .heading-136 {
    margin-top: 40px;
  }

  .leistungenwrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigationwrapper-2 {
    top: 13vh;
  }

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

  .karriere-subtitle-content-2 {
    height: 75.25px;
    margin-bottom: 1.5vw;
  }

  .div-block-458 {
    justify-content: center;
    align-items: center;
  }

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

  .heading-137 {
    color: #e43936;
  }

  .testimonial_content {
    left: 600px;
  }

  .grid-halves-5.align-content-top {
    margin-top: 20px;
  }

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

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

  .tabs-menu-5 {
    align-items: flex-start;
  }

  .rig-grid {
    color: #000;
    place-items: center;
  }

  .tabs-5 {
    grid-column-gap: 40px;
    grid-template-columns: .35fr 1.5fr;
  }

  .div-block-526 {
    padding-right: 40px;
  }

  .tabs-content-5 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .kooperationen {
    padding-bottom: 104px;
  }

  .section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.bg-secondary-1.utility-hero {
    padding-top: 142px;
    padding-bottom: 196px;
  }

  .grid-3-columns.style-4.gap-24px-mobile {
    max-width: none;
  }

  .container-default-2.z-index-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    height: 25vh;
  }

  .margin-top-offset-negative-default {
    margin-top: -131px;
  }

  .paragraph-21 {
    color: #333;
  }

  .page-padding-7 {
    align-self: center;
    max-width: 1400px;
    padding-left: 0%;
    overflow: visible;
  }

  .padding-vertical.padding-xhuge {
    padding-left: 0%;
  }

  .heading-93 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .rich-text-block-3 {
    font-size: 18px;
  }

  .div-block-545 {
    background-position: 50% 40%;
  }

  .background-video-5 {
    margin-top: 0;
  }

  .heading-172, .heading-173, .heading-174, .heading-175 {
    font-size: 22px;
  }

  .div-block-560 {
    padding-right: 40px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .hero {
    margin-top: 0;
  }

  .hero.hide {
    display: none;
  }

  .slider-3 {
    height: auto;
  }

  .slider-3.benefits {
    background-color: #fff0;
    height: 600px;
  }

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

  .right-arrow-2 {
    margin-right: 10px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .grid-5 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 17px;
  }

  .kontakt {
    width: 100vw;
    padding: 40px 5%;
  }

  .text-block-120 {
    font-size: 17px;
  }

  .slide-nav-2 {
    color: #fff;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .div-block-299 {
    align-items: center;
    padding: 36px 25px 33px;
  }

  .left-arrow-2 {
    margin-left: 11px;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .image-10 {
    flex: 0 auto;
    height: 500px;
  }

  .image-149 {
    width: 60px;
    height: 60px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .section-testimonials {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .div-block-heading {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-heading.links.maxwidthkleiner, .div-block-heading.links.wenigerspacetop.mittig, .div-block-heading.links.mitte {
    align-items: center;
  }

  .div-block-heading.links.mitte.weniger-space {
    margin-bottom: 10px;
  }

  .div-block-heading.neuee.tabletdown {
    max-width: none;
  }

  .div-block-heading.neu {
    align-items: center;
    margin-bottom: 0;
  }

  .h3 {
    font-size: 21px;
  }

  .h3.gr-er, .h3.gr-er.wei {
    font-size: 25px;
  }

  .h2.gr-er.wei {
    font-size: 45px;
  }

  .h2.gradient {
    font-size: 35px;
  }

  .h2.gradient.links {
    text-align: center;
  }

  .h2.gradient.links.down.mitte {
    text-align: center;
    margin-bottom: 0;
  }

  .h2.gradient.links.ohne-gradient._567, .h2.gradient.links.ohne-gradient.a {
    text-align: left;
  }

  .h2.gradient.gr-er.links.mitte {
    padding-right: 0;
    font-size: 45px;
  }

  .h2.gradient.gr-er.links.horizontal {
    text-align: left;
    font-size: 40px;
  }

  .h2.gradient.highlight-copy {
    color: #fff;
    width: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .brand-image {
    height: 70px;
    max-height: 70px;
  }

  .image-77 {
    width: 25px;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    display: block;
  }

  .nav-link-2 {
    margin: 7px 0;
  }

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

  .button.gr-er {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.wei {
    border-color: var(--georgiadis);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .button.dig {
    width: 100%;
    margin-right: 0;
  }

  .button.video {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-container-2 {
    height: 100%;
  }

  .menu-button-image {
    display: block;
  }

  .nav {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-functions {
    width: 20px;
    height: 20px;
  }

  .desktop-wrapper {
    display: none;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    display: flex;
  }

  .brand.adjacent-to-nav-menu {
    height: 100%;
    margin-left: 0;
  }

  .brand.adjacent-to-nav-menu.w--current {
    margin-left: 0;
  }

  .menu-button {
    width: 20px;
    height: 20px;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    border: 1px solid #0721251a;
    padding: 21px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .link-block-6 {
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4em;
    text-decoration: none;
  }

  .link-block-6.w--current {
    color: var(--georgiadis-2);
    padding-top: 0;
    font-size: 17px;
  }

  .navbar {
    height: 100%;
  }

  .button-text-dark {
    font-size: 16px;
  }

  .text-block-73 {
    color: #333;
  }

  .navbar-grid-2 {
    justify-content: space-between;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-427 {
    background-color: #0000;
    align-items: center;
    padding: 10px 0 0;
  }

  .footer-link, .footer-link.w--current {
    margin-bottom: 5px;
  }

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

  .footer-tittle-block {
    max-width: 250px;
  }

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

  .link-heading {
    margin-bottom: 10px;
  }

  .text-block-6 {
    flex: 1;
  }

  .footer-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 37px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-430 {
    align-self: center;
    margin-top: 80px;
    margin-left: 0;
    position: relative;
    inset: auto;
  }

  .heading-131 {
    font-size: 2em;
  }

  .heading-132 {
    font-size: 3em;
  }

  .paragraph-17.left.mittig {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .div-block-464.digital {
    width: 40px;
    height: 40px;
    display: none;
    top: -40px;
    right: -40px;
  }

  .tab-menu {
    width: 33%;
    height: 100%;
    min-height: 150px;
  }

  .tab-right {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .tabs-menu {
    min-height: auto;
  }

  .content-tab {
    flex-direction: column;
  }

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

  .text-block-75 {
    text-align: center;
    font-family: Roboto Regular, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .tab-left {
    width: 100%;
  }

  .text-block-165 {
    font-size: 17px;
  }

  .bold-text {
    font-size: 20px;
  }

  .text-block-168 {
    text-align: center;
    font-family: Roboto Light, sans-serif;
  }

  .container-large {
    margin-bottom: 60px;
  }

  .video-feature {
    margin-top: 0;
  }

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

  .text-size-regular.text-color-white {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.5;
  }

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

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

  .feature-column-2 {
    margin-top: 50rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .info-scroll-background {
    display: none;
  }

  .div-block {
    align-self: center;
    margin-bottom: 0;
  }

  .div-pink2 {
    width: 40px;
    height: 40px;
    top: -40px;
    right: -40px;
  }

  .header-wrap_line.new.kompetenzenhome {
    width: 100%;
    margin-left: -20px;
  }

  .div-block-462 {
    padding-left: 40px;
  }

  .karriere-subtitle-content {
    height: 71.4px;
    font-size: 17px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .home-hero-slide-right {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .clip {
    margin-top: 0;
    padding-top: 0;
  }

  .home-hero-slide-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 0;
  }

  .home-hero-slide-left {
    align-items: center;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .last-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-94 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .arbeit-spa {
    padding-top: 20px;
  }

  .grid-3 {
    grid-template: "Mitarbeiter-1 Mitarbeiter-1 . Mitarbeiter-3"
                   "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                   / 1fr 1fr 1fr 1fr;
  }

  .employee-div {
    height: 250px;
  }

  .karrierehero {
    height: 50vh;
  }

  .wrap-text {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .split-content.home-perks-content-top-right {
    max-width: 512px;
    padding-top: 73px;
  }

  .div-block-472 {
    justify-content: flex-end;
    height: 50vh;
    margin-bottom: 0%;
  }

  .transparenter-arbeitgeber {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-336 {
    padding: 20px;
    font-size: 20px;
  }

  .c-faq-item-2 {
    width: auto;
    margin-bottom: 20px;
  }

  .testimonialsvideo {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-20 {
    text-align: left;
    font-size: 17px;
  }

  .grid-50 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 20px;
  }

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

  .div-block-491 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .bold-text-21 {
    margin-bottom: 20px;
  }

  .text-block-169 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .display-2 {
    font-size: 54px;
  }

  .div-block-499 {
    width: 20px;
    height: 20px;
    display: block;
  }

  .team {
    padding-bottom: 20px;
  }

  .wrap.grid {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    height: 80px;
  }

  .text-normal, .rich-text-block-5 {
    font-size: 17px;
  }

  .beruf.neu {
    font-size: 15px;
  }

  .team-text.neu {
    opacity: 1;
  }

  .accrodian-item {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
  }

  .accrodian-toggle {
    justify-content: space-between;
  }

  .funfact {
    padding-top: 40px;
  }

  .title.h5-size.home-perks-content-top-perk {
    font-size: 22px;
  }

  .heading-135 {
    font-size: 20px;
  }

  .text-block-177, .text-block-179 {
    font-size: 17px;
  }

  .kanzleihistorie {
    padding-top: 10px;
  }

  ._w-scrolling-content {
    position: static;
  }

  .div-header {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .c-scrolling-content {
    overflow: auto;
  }

  .scroll-details {
    font-size: 17px;
  }

  .c-scrolling-item {
    width: 13%;
  }

  .c-scroll-track {
    width: 250vh;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .wrapper-2.heading {
    max-width: 768px;
  }

  .scroll-item-header-2 {
    font-size: 22px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .cloneable-area.desktop {
    display: none;
  }

  .cloneable-area.mobile {
    width: 100%;
    display: block;
  }

  .section-2.expand {
    height: auto;
    padding-top: 40px;
    overflow: hidden;
  }

  .div-block-505 {
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    display: flex;
  }

  .hero-bg {
    background-position: 60%;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
  }

  .hero-kanzlei {
    background-image: linear-gradient(#29272780, #29272780), url('../images/kanzlei-georgiadis-02-2025-1.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    height: 60vh;
    position: static;
  }

  .button-7 {
    color: #fff;
    background-color: #005899;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paragraph-24.home-perks-content-top-perk {
    font-size: 17px;
  }

  .image-overlap-grid-section-image {
    object-position: 50% 10%;
    max-width: none;
  }

  .hero-2 {
    height: 70vh;
    padding-top: 36px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-3.image-overlap-grid-content {
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
  }

  .div-block-3 {
    max-width: none;
    height: auto;
    top: 22px;
  }

  .image-overlap-grid-section {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 112px;
  }

  .image-overlap-grid-section.bg-dark {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .text-block-183 {
    font-size: 17px;
  }

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

  .cta-newsletter-right {
    object-fit: contain;
    width: 100%;
    display: none;
    position: static;
  }

  .text-2 {
    font-size: 17px;
  }

  .text-2.black.links {
    text-align: center;
    font-size: 16px;
  }

  .text-2.black.links.wei {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 17px;
  }

  .flex-section {
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
  }

  .max-400-pixels {
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 20px;
  }

  .change-image-here._9 {
    margin-left: 0%;
    margin-right: 0%;
    position: static;
    overflow: hidden;
  }

  .image-150 {
    position: relative;
  }

  .regular-text-box-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0%;
    display: flex;
  }

  .image-200 {
    height: 200px;
  }

  .counter {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.3em;
  }

  .features-text {
    margin-left: 0;
    margin-right: 0;
  }

  .features-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-card.wei {
    justify-content: center;
  }

  .features-container {
    align-items: center;
    padding: 0;
  }

  .h4-digital-text {
    margin-top: 0;
    font-size: 17px;
    font-weight: 300;
  }

  .digital-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungen {
    padding-top: 40px;
  }

  .container-service {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .accordion-top-wrap.first {
    padding-top: 30px;
  }

  .beschreibung-leistungen {
    font-size: 17px;
  }

  .accordion-bottom-wrap {
    padding-top: 0;
  }

  .div-block-381 {
    text-align: center;
  }

  .panel-4 {
    order: 1;
  }

  .mandanten-testimonial-name {
    text-align: center;
    font-size: 20px;
  }

  .grid-15 {
    flex-direction: column;
    display: flex;
  }

  .panel-body-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .panel-top-image {
    object-position: 50% 18%;
  }

  .text-mandanten-testimonial {
    text-align: center;
    font-size: 17px;
  }

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

  .cta-mandant {
    padding-top: 20px;
  }

  .intro {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .benefits-bottom {
    grid-row-gap: 5px;
  }

  .heading-136 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .body-display-2.small {
    text-align: center;
    height: auto;
    font-size: 17px;
  }

  .benefit-card {
    grid-row-gap: 0px;
    place-items: center;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-card._1 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .benefit-card._2 {
    margin-top: 0;
    margin-bottom: 0;
    top: 20px;
  }

  .benefit-card._3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 40px;
  }

  .benefits-box {
    grid-column-gap: 0px;
    background-color: #0000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    margin-top: 0;
    display: flex;
  }

  .div-block-507 {
    padding-right: 0;
  }

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

  .div-block-510 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-header {
    font-size: 26px;
  }

  .digitale-tools-wrapper {
    width: 70%;
    margin-left: 0;
    padding-left: 0;
  }

  .leistungenwrapper {
    margin-top: -101vh;
    padding-top: 52px;
    padding-bottom: 53px;
  }

  .navigationwrapper-2 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigationwrapper-2.dig {
    margin-right: 20px;
  }

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

  .digitale-leistung-2 {
    padding: 30px;
  }

  .div-mit-video.dig {
    height: 100vh;
  }

  .bold-text-22 {
    font-size: 22px;
  }

  .bold-text-22.wei, .text-block-184 {
    font-size: 17px;
  }

  .cta-digital {
    padding-top: 60px;
  }

  .digital-tab-wrap.wei {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-28 {
    font-size: 17px;
    font-weight: 500;
  }

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

  .div-block-513 {
    background-image: linear-gradient(to bottom, null, null), url('../images/a7i04013cp.jpg');
    background-position: 0 0, 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-29.links {
    font-size: 17px;
    font-weight: 500;
  }

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

  .paragraph-30.links {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .div-block-196 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 0;
  }

  .text-block-185 {
    font-size: 17px;
  }

  .div-block-517 {
    padding-left: 0;
  }

  .karriere-subtitle-content-2 {
    height: 71.4px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .div-block-458 {
    justify-content: center;
    height: 45vh;
    min-height: auto;
  }

  .div-block-519 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 30% 30%;
    padding: 20px 0 0;
    top: auto;
    left: auto;
    right: auto;
  }

  .heading-138 {
    font-size: 22px;
  }

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

  .grid-halves-2.align-content-top {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr 1fr;
  }

  .overlap-section-image {
    object-position: 50% 0%;
    bottom: 100px;
  }

  .overlap-section-image.down {
    min-height: 500px;
    top: 100px;
  }

  .vertical-grid.increased-gap {
    grid-column-gap: 16px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .centered-content-box {
    padding-bottom: 0;
  }

  .grid-halves-3 {
    grid-column-gap: 20px;
    grid-template-columns: 1.25fr 1fr;
    align-items: end;
    top: -16px;
  }

  .centered-content-box-background-image {
    position: relative;
    top: 120px;
  }

  .centered-content-box-background-image.tall {
    top: 100px;
  }

  .grid-halves-4 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
  }

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

  .section-7 {
    justify-content: center;
    padding-bottom: 0;
  }

  .section-8 {
    margin-bottom: -52px;
    padding-bottom: 0;
    top: 6px;
    bottom: 9px;
  }

  .testimonial_content {
    grid-template-columns: 1fr 1fr;
    left: 0;
  }

  .container-medium {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-global {
    left: 0;
  }

  .testimonial_item.is-lower._1, .testimonial_item.is-lower._3, .testimonial_item.is-lower._5, .testimonial_item.is-lower._7, .testimonial_item.is-lower._9, .testimonial_item.is-lower.yoser {
    top: auto;
  }

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

  .container-12.align-center {
    top: 25%;
  }

  .overlap-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .overlap-section-2.overlap-bottom {
    margin-bottom: 0;
    padding-bottom: 112px;
  }

  .card-faq-content-bottom {
    padding-right: 40px;
  }

  .title-2.card-faq {
    margin-top: 10px;
    font-size: 20px;
  }

  .faqs-wrapper._1 {
    bottom: 0;
  }

  .card-faq-content-top {
    align-items: center;
  }

  .faqs-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .paragraph-31 {
    text-align: center;
    font-size: 17px;
  }

  .paragraph-31.card-faq {
    text-align: left;
    font-size: 17px;
  }

  .card-3.faq {
    align-items: flex-start;
    padding: 23px 25px;
  }

  .card-faq-icon-wrapper {
    position: static;
  }

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

  .heroo-faq {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .gridwrap {
    margin-top: 0;
  }

  .cut-img {
    height: auto;
  }

  .tabs-menu-5 {
    border-bottom: 1px solid #ffffff4d;
    flex-direction: row;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5%;
  }

  .div-block-524 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-content-2 {
    flex-direction: column;
    place-items: center stretch;
    padding: 20px;
  }

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

  .formulare.right {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-167 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 17px;
  }

  .button-12 {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-12.w--current {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
    line-height: 1.3em;
  }

  .button-12.small {
    line-height: 1.3em;
  }

  .button-12.small.red {
    margin-top: 0;
  }

  .div-block-526 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .tabs-content-5 {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

  .h3-6 {
    text-align: center;
    font-size: 15px;
  }

  .tab-link-3 {
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .tab-link-3.w--current {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-block-10 {
    max-width: 200px;
    margin-top: 40px;
  }

  .div-block-216 {
    order: 1;
    padding-right: 0;
  }

  .split-content-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .split-content-wrapper.sozial {
    justify-content: center;
    display: flex;
  }

  .kooperationen {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .image.cover {
    width: 100%;
  }

  .content-top.max-width-500px.margin-bottom-40px {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .grid-52 {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .paragraph-32 {
    text-align: center;
    font-size: 17px;
  }

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

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

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.bg-secondary-1.utility-hero {
    height: auto;
    padding-top: 30px;
    padding-bottom: 61px;
  }

  .text-block-125 {
    text-align: center;
    font-size: 17px;
  }

  .image-91 {
    height: 100%;
  }

  .div-block-212 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    object-fit: contain;
    width: 50px;
    min-width: auto;
    height: 50px;
    min-height: auto;
    max-height: none;
    margin-bottom: 5px;
    padding: 7px;
  }

  .title-3.h3-size.margin-bottom-10px {
    font-family: Roboto Medium, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style-4 {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-column-gap: 17px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .card-2 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-2.card-link.text-center {
    padding: 20px 18px;
  }

  .text-200 {
    font-size: 17px;
  }

  .section-11 {
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .margin-top-offset-negative-default {
    margin-top: -84px;
  }

  .margin-top-offset-negative-default.mobile-max-width-660px {
    max-width: none;
    margin-top: -125px;
  }

  .heading-169 {
    font-size: 20px;
  }

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

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

  .bold-text-23 {
    font-size: 25px;
  }

  .logbutton {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .bold-text-29 {
    text-align: center;
    font-size: 17px;
  }

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

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

  .image-203 {
    margin-bottom: 5px;
  }

  .div-block-532 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-533 {
    grid-template-rows: .75fr .75fr 1fr;
    grid-template-columns: .75fr .75fr .25fr 1fr;
  }

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

  .div-block-535 {
    color: #000;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-536.hover {
    object-fit: cover;
  }

  .div-block-536.links {
    justify-content: center;
    align-items: center;
  }

  .paragraph-35 {
    text-align: center;
    font-size: 17px;
  }

  .paragraph-35.space {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-186 {
    text-align: center;
    font-size: 17px;
  }

  .heading-171 {
    text-align: center;
    font-size: 22px;
  }

  .image-204 {
    height: 60%;
    display: none;
  }

  .text-block-188 {
    font-size: 19px;
  }

  .div-block-537 {
    object-fit: cover;
    display: block;
  }

  .div-block-538.links {
    align-items: center;
    width: 100%;
  }

  .text-block-189 {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 17px;
  }

  .image-205 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .paragraph-21 {
    line-height: 1.5em;
  }

  .paragraph-21.white {
    font-size: 17px;
    line-height: 1.3em;
  }

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

  .service-1-2 {
    margin-bottom: 18px;
  }

  .gallery20_slider-2 {
    padding-bottom: 1rem;
  }

  .h3-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .padding-vertical.padding-large {
    display: none;
    bottom: -10vh;
  }

  .padding-vertical.padding-large.mobile {
    margin-top: 0;
    padding-top: 20px;
    display: block;
    bottom: 80px;
  }

  .header-80vh-2 {
    height: 350px;
    min-height: auto;
  }

  .button-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2-2.gradient {
    font-size: 35px;
  }

  .h3-7 {
    font-size: 21px;
  }

  .max-width-medium-5 {
    justify-content: center;
  }

  .offene-stellen, .wir-suchen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rich-text-block-3, .rich-text-block-3 p, .rich-text-block-3 li {
    font-size: 17px;
  }

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

  .button-14.unten {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .video-2 {
    margin-top: 20px;
  }

  .video-wrapper {
    height: auto;
    min-height: 400px;
    max-height: 400px;
  }

  .image-207 {
    height: 500px;
  }

  .div-block-544 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 160px;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .home-hero-slide-right-2 {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .background-video-4 {
    height: 400px;
    margin-top: 20px;
  }

  .h2-3.gradient {
    font-size: 35px;
  }

  .h2-3.gr-er.wei {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    display: flex;
  }

  .h2-3.gr-er.wei-copy {
    color: var(--georgiadis);
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    display: block;
  }

  .hero-leistungen-2 {
    justify-content: flex-end;
    height: auto;
    min-height: 400px;
    position: static;
  }

  .bg-2 {
    height: auto;
  }

  .div-block-545 {
    z-index: 0;
    height: auto;
    max-height: 500px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .h3-8 {
    font-size: 21px;
  }

  .h3-8.gr-er, .h3-8.gr-er.wei {
    font-size: 25px;
  }

  .image-209 {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    position: static;
  }

  .buttonpinkdiv-4 {
    outline-offset: -2px;
    border: 2px solid #fff;
    outline: 1px #fff;
  }

  .background-video-5 {
    justify-content: flex-end;
    height: 90vh;
  }

  .karrierehero-2 {
    height: auto;
  }

  .karrierehero-2.hide {
    display: flex;
  }

  .div-block-546 {
    justify-content: flex-end;
    height: auto;
    margin-bottom: 0%;
  }

  .button-15 {
    outline-offset: -3px;
    border-width: 2px;
    border-color: #fff;
    outline: 1px #fff;
    padding: 12px 18px;
  }

  .video-button {
    background-color: #203b6d;
    width: 80px;
    height: 80px;
  }

  .h3-9 {
    font-size: 21px;
  }

  .h3-9.gr-er, .h3-9.gr-er.wei {
    font-size: 25px;
  }

  .h3-9.gr-er.wei-copy {
    color: var(--georgiadis);
    font-size: 25px;
  }

  .image-211 {
    max-height: 500px;
    margin-top: 40px;
  }

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

  .grid-53 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .link-block-12 {
    max-width: 200px;
  }

  .image-214 {
    margin-top: 40px;
  }

  .section-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .background-video-6 {
    width: 100%;
    max-height: 400px;
  }

  .div-block-430-copy {
    align-self: center;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    position: relative;
    inset: auto;
  }

  .background-video-7 {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    margin-top: 0;
  }

  .section-15 {
    flex-flow: column;
    display: flex;
  }

  .html-embed-9 {
    max-height: none;
  }

  .div-block-556 {
    flex-flow: column;
  }

  .social-wrapper {
    width: 400px;
    height: 400px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-215 {
    margin-right: 0;
  }

  .background-video-8 {
    z-index: 2;
    width: 100%;
    max-height: 400px;
  }

  .section-16 {
    background-color: var(--hell-undurchsichtig);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-176 {
    font-size: 3em;
  }

  .div-block-430-copy-2 {
    align-self: center;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    position: relative;
    inset: auto;
  }

  .heading-177 {
    font-size: 2em;
  }

  .heading-medium-4 {
    font-size: 28px;
  }

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

  .hide {
    display: none;
  }

  .div-block-560 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-178 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .slider-3 {
    padding: 20px 20px 53px;
  }

  .right-arrow-2 {
    width: 50px;
    height: 50px;
  }

  .slide_svg {
    width: 20px;
    height: 25px;
  }

  .slide_svg.is--flip {
    height: 25px;
  }

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

  .kontakt {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .div-block-414 {
    margin-top: 0;
  }

  .left-arrow-2 {
    width: 50px;
    height: 50px;
  }

  .image-10 {
    object-position: 50% 50%;
  }

  .image-149 {
    width: 50px;
    height: 50px;
  }

  .h4 {
    font-size: 20px;
  }

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

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

  .div-block-heading.links {
    margin-bottom: 0;
  }

  .div-block-heading.links.maxwidthkleiner {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .div-block-heading.links.mitte.weniger-space {
    margin-top: 0;
  }

  .div-block-heading.neuee.tabletdown {
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-heading._2 {
    max-width: 500px;
  }

  .h3 {
    text-align: center;
    font-size: 20px;
  }

  .h3.gr-er, .h3.gr-er.wei {
    font-size: 22px;
  }

  .h2.gr-er.wei {
    text-align: center;
    font-size: 30px;
  }

  .h2.gradient {
    font-size: 28px;
  }

  .h2.gradient.links.ohne-gradient._567 {
    text-align: center;
    align-items: center;
  }

  .h2.gradient.gr-er, .h2.gradient.gr-er.links.mitte, .h2.gradient.gr-er.links.horizontal {
    font-size: 30px;
  }

  .h2.gradient.a {
    margin-bottom: 0;
  }

  .brand-image {
    object-fit: fill;
    width: 194.736px;
  }

  .image-77 {
    width: 25px;
  }

  .mobile-wrapper {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .button {
    padding: 10px;
  }

  .button.gr-er {
    padding: 10px;
    line-height: 1.2em;
  }

  .button.wei {
    padding: 10px;
  }

  .button.dig {
    margin-bottom: 0;
  }

  .button.video {
    padding: 10px;
  }

  .desktop-wrapper {
    display: none;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button {
    margin-left: 0;
    display: none;
  }

  .nav-menu-2 {
    height: 100vh;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .link-block-6 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 1.3em;
    display: flex;
  }

  .link-block-6.w--current {
    font-size: 15px;
  }

  .button-text-dark {
    font-size: 14px;
    line-height: 1em;
  }

  .button-text-dark.pdfdownl {
    text-transform: uppercase;
  }

  .footer-link {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 24px;
  }

  .footer-tittle-block {
    max-width: none;
    margin-bottom: 20px;
  }

  .footer-link-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .link-6._50 {
    text-align: center;
    width: 50%;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .link-heading {
    margin-bottom: 13px;
  }

  .footer-image {
    object-fit: contain;
    max-width: 280px;
  }

  .footer-flex-container {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .footer-container {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-131 {
    font-size: 1.7em;
  }

  .heading-132 {
    font-size: 2.5em;
  }

  .paragraph-17.left.mittig {
    font-size: 16px;
  }

  .div-block-464.digital {
    display: none;
    inset: 15px 15px auto auto;
  }

  .tab-menu.w--current {
    padding: 5px;
  }

  .container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-74 {
    text-align: center;
    font-size: 30px;
  }

  .text-block-75, .text-block-165 {
    font-size: 16px;
  }

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

  .video-feature {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .text-size-regular.text-color-white {
    font-size: 16px;
  }

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

  .section-home-video {
    width: 100%;
  }

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

  .feature-column-2 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: 33rem;
  }

  .info-scroll-background {
    height: 150vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header-wrap_line.new.kompetenzenhome {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-462 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 33px;
  }

  .div-block-460 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    border-right-width: 0;
    justify-content: center;
    height: 25vh;
  }

  .div-block-460.last {
    border-bottom-width: 0;
  }

  .karriere-subtitle-content {
    height: auto;
  }

  .div-block-459 {
    flex-direction: column;
    justify-content: flex-start;
    height: 75vh;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .home-hero-slide-right {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-slide-left {
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .last-section {
    padding-bottom: 30px;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template: "Mitarbeiter-1 Mitarbeiter-1 Mitarbeiter-2 Mitarbeiter-3"
                   "Mitarbeiter-5 Mitarbeiter-6 Mitarbeiter-7 Mitarbeiter-7"
                   "Mitarbeiter-8 Mitarbeiter-8 Mitarbeiter-9 Mitarbeiter-10"
                   "Mitarbeiter-11 Mitarbeiter-12 Mitarbeiter-13 Mitarbeiter-13"
                   "Mitarbeiter-14 Mitarbeiter-15 Mitarbeiter-16 Mitarbeiter-17"
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .employee-div {
    order: 6;
    height: 300px;
  }

  .karrierehero {
    background-image: linear-gradient(#203b6d73, #203b6d73), url('../images/wuh06076.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
  }

  .wrap-text {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-content.home-perks-content-top-right {
    padding-top: 40px;
  }

  .div-block-472 {
    height: 100vh;
  }

  .div-block-336 {
    padding: 16px;
    transform: skew(-15deg);
  }

  .c-faq-item-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .c-faq-item-2.oben {
    border-radius: 0;
  }

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

  .div-block-376 {
    position: static;
  }

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

  .grid-50.reverse {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-169 {
    font-size: 17px;
  }

  .display-2 {
    font-size: 40px;
  }

  .team {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrap.grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-item-2 {
    margin-bottom: 20px;
  }

  .tab-item-padding-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-normal {
    font-size: 16px;
    line-height: 1.3em;
  }

  .rich-text-block-5 {
    font-size: 16px;
  }

  .team_name {
    font-size: 17px;
  }

  .beruf.neu {
    font-size: 14px;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .team-text.neu {
    height: 30%;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .image-121 {
    max-height: none;
  }

  .funfact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .title.h5-size.home-perks-content-top-perk {
    font-size: 20px;
  }

  .div-block-408.rechts, .div-block-408.links, .div-block-408.mitte {
    width: 100%;
    max-width: none;
  }

  .heading-135 {
    font-size: 18px;
  }

  .text-block-177, .text-block-179 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .kanzleihistorie {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-header {
    margin-top: 0;
  }

  .scroll-details {
    font-size: 16px;
  }

  .scroll-item-header-2 {
    font-size: 20px;
  }

  .container-4.sticky {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.expand {
    padding-top: 35px;
  }

  .georgiadis, .weinheim, .beratung-einfach {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .grid {
    margin-bottom: 80px;
  }

  .container-6.hero {
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  .hero-kanzlei {
    background-image: linear-gradient(#00000069, #00000069), url('../images/kanzlei-georgiadis-02-2025-1.jpg');
    background-position: 0 0, 50% 25%;
    height: 20vh;
    min-height: 300px;
  }

  .button-7 {
    background-color: #2e4b9b;
    border-radius: 15px;
    font-size: 15px;
  }

  .paragraph-24.home-perks-content-top-perk {
    font-size: 16px;
  }

  .image-overlap-grid-section-image {
    height: 355px;
  }

  .hero-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3.image-overlap-grid-content {
    padding-top: 0;
  }

  .div-block-3 {
    position: static;
  }

  .container-8.align-center {
    margin-top: 20px;
  }

  .image-overlap-grid-section.bg-dark {
    width: 100%;
  }

  .text-block-182 {
    font-size: 19px;
  }

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

  .cta-newsletter-right {
    width: auto;
    height: 300px;
  }

  .text-2, .text-2.black {
    font-size: 16px;
  }

  .text-2.black.links {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .text-2.black.links.wei {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.4em;
  }

  .flex-section {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .max-400-pixels {
    max-width: none;
  }

  .regular-text-box-2 {
    flex-direction: column;
    width: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .grid-51 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-200 {
    object-position: 50% 35%;
    height: 250px;
  }

  .image-200._2 {
    object-position: 50% 90%;
  }

  .anders-div {
    margin-top: 0;
  }

  .counter {
    margin-bottom: 0;
    font-size: 25px;
  }

  .features-container {
    padding: 10px 0 0;
  }

  .h4-digital-text {
    margin-top: 0;
    font-size: 16px;
  }

  .digital-grid {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .accordion-top-wrap {
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion-top-wrap.first {
    flex-direction: row;
  }

  .accordion-top-text-2 {
    max-width: 70%;
    font-size: 18px;
  }

  .beschreibung-leistungen {
    font-size: 16px;
  }

  .accordion-bottom-wrap {
    padding-top: 0;
  }

  .mandanten-testimonial-name {
    font-size: 20px;
  }

  .text-mandanten-testimonial {
    font-size: 16px;
  }

  .intro {
    padding-top: 30px;
  }

  .benefit-description {
    grid-row-gap: 0px;
  }

  .heading-136 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .body-display-2.small {
    font-size: 16px;
  }

  .benefit-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .benefit-card._2, .benefit-card._3 {
    grid-template-rows: 1fr;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .div-block-510 {
    height: auto;
  }

  .div-block-511 {
    display: none;
  }

  .form-header {
    font-size: 20px;
  }

  .digitale-tools-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungenwrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .navigationwrapper-2 {
    background-color: #000000cf;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    position: static;
    top: 70px;
    box-shadow: 1px 1px 15px #00000040;
  }

  .navigationwrapper-2.dig {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--georgiadis);
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-right: 0;
    display: grid;
  }

  .digitale-leistung-2 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-mit-video.dig {
    height: auto;
  }

  .bold-text-22.wei, .text-block-184 {
    font-size: 16px;
  }

  .hero-digital {
    height: auto;
    margin-top: 30px;
  }

  .digital-tab-wrap.wei {
    align-items: center;
  }

  .paragraph-28 {
    font-family: Roboto Regular, sans-serif;
    font-size: 16px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .paragraph-29.links {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-30.links {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .div-block-196 {
    justify-content: center;
    height: auto;
    padding-bottom: 0;
  }

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

  .image-152 {
    max-height: 250px;
  }

  .div-block-517 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-518 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    border-right-width: 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  .karriere-subtitle-content-2 {
    height: auto;
    margin-top: 10px;
    font-size: 16px;
  }

  .div-block-458 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .karriere {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-519 {
    grid-column-gap: 40px;
    background-color: var(--georgiadis);
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 30% 30%;
    place-content: center;
    align-items: stretch;
    height: auto;
    padding: 40px 20px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .heading-137 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .div-block-520 {
    padding-right: 0%;
    inset: 0%;
  }

  .heading-138 {
    text-align: center;
    font-size: 18px;
  }

  .grid-halves-2 {
    grid-row-gap: 63px;
  }

  .grid-halves-2.align-content-top {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overlap-section-image {
    object-position: 50% 0%;
    min-height: auto;
    max-height: 350px;
    position: static;
  }

  .overlap-section-image.down {
    object-position: 50% 18%;
    min-height: auto;
    max-height: 350px;
    position: static;
  }

  .vertical-grid.increased-gap {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .centered-content-box {
    min-height: auto;
    padding: 0;
  }

  .grid-halves-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .centered-content-box-background-image.tall {
    object-position: 50% 26%;
    min-height: auto;
    max-height: 350px;
    position: static;
  }

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

  .image-201 {
    min-height: 300px;
    position: static;
  }

  .div-block-523 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    position: static;
  }

  .section-7 {
    padding-top: 40px;
  }

  .section-8, .section-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .testimonial_loop-trigger {
    height: 300px;
  }

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

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

  .testimonial_item {
    padding: 1.5rem;
  }

  .testimonial_item.is-lower._3, .testimonial_item.is-lower._9 {
    height: 300px;
  }

  .grid-halves-5 {
    grid-row-gap: 63px;
  }

  .grid-halves-5.align-content-top {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    position: static;
  }

  .container-12.align-center {
    height: auto;
    max-height: 400px;
    position: static;
  }

  .overlap-section-2.overlap-bottom.bg-dark {
    padding-bottom: 0;
  }

  .card-faq-content-bottom {
    margin-left: 0;
    padding-right: 20px;
  }

  .title-2.card-faq {
    font-size: 18px;
    line-height: 1.4em;
  }

  .faqs-wrapper._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .card-faq-icon-2 {
    min-height: 20px;
  }

  .paragraph-31 {
    font-size: 15px;
  }

  .paragraph-31.card-faq {
    font-size: 16px;
  }

  .card-3.faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-faq-icon-wrapper {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
  }

  .card-faq-icon-1 {
    width: 20px;
  }

  .tabs-menu-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .tab-content-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-content-2.eine-spalte {
    grid-template-rows: auto;
  }

  .rig-grid {
    height: auto;
    min-height: auto;
  }

  .tabs-5 {
    max-width: none;
  }

  .heading-167 {
    text-align: center;
    align-items: center;
    font-size: 16px;
  }

  .heading-small {
    font-size: 18px;
  }

  .button-12 {
    line-height: 1.3em;
  }

  .button-12.small.red {
    margin-bottom: 10px;
  }

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

  .tabs-content-5 {
    width: 100%;
    padding-top: 0;
  }

  .h3-6 {
    color: #000;
    text-transform: none;
    margin-bottom: 0;
  }

  .tab-link-3 {
    border: 1px solid var(--georgiadis-2);
    outline-color: var(--georgiadis-2);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .tab-link-3.w--current {
    outline-color: var(--georgiadis-2);
    outline-offset: 0px;
    color: #000;
    border: 2px #000;
    outline-width: 2px;
    outline-style: solid;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kooperationen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    font-size: 30px;
  }

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

  .paragraph-32, .rich-text-block-2 {
    font-size: 16px;
  }

  .section {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section.bg-secondary-1.utility-hero {
    padding-top: 34px;
    padding-bottom: 63px;
  }

  .text-block-125 {
    width: auto;
    font-size: 16px;
    line-height: 1.6em;
  }

  .image-wrapper.borders-radius-24px {
    border-radius: 23px;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    border-radius: 15px;
    width: 40px;
    min-width: auto;
    height: 40px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .title-3.h3-size {
    font-size: 22px;
  }

  .title-3.h3-size.margin-bottom-10px {
    margin-top: 10px;
    font-size: 24px;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .card-contact-content {
    width: 100%;
  }

  .card-2 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-2.card-link.text-center {
    align-items: center;
    padding: 10px 0;
  }

  .text-200 {
    font-size: 16px;
  }

  .section-11 {
    height: auto;
    margin-top: -70px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .margin-top-offset-negative-default {
    margin-top: -67px;
  }

  .margin-top-offset-negative-default.mobile-max-width-660px {
    margin-top: -70px;
  }

  .heading-169 {
    font-size: 19px;
  }

  .paragraph-33 {
    font-size: 16px;
  }

  .logbutton {
    width: 50%;
  }

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

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

  .bold-text-29 {
    font-size: 16px;
  }

  .paragraph-34 {
    margin-top: 10px;
  }

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

  .div-block-532 {
    grid-row-gap: 10px;
  }

  .div-block-533 {
    grid-template-rows: 1fr .25fr 1fr;
    grid-template-columns: 2fr 2fr 1.25fr .25fr;
    margin-top: 15px;
  }

  .paragraph-35, .text-block-186 {
    font-size: 16px;
  }

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

  .heading-171 {
    font-size: 20px;
  }

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

  .text-block-189 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .slider {
    width: 100%;
    min-height: 500px;
    display: block;
  }

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

  .image-205.move4 {
    object-position: 50% 13%;
  }

  .image-205.move2 {
    object-position: 50% 85%;
  }

  .image-205._6 {
    object-position: 50% 50%;
  }

  .icon {
    inset: auto auto 1% 1%;
  }

  .icon-2 {
    inset: auto 1% 1% auto;
  }

  .paragraph-21.white {
    font-size: 16px;
  }

  .gallery20_slide-4 {
    height: auto;
    padding-right: 1.5rem;
  }

  .service-1-2 {
    position: static;
  }

  .gallery20_arrow-4.left {
    right: 3.5rem;
  }

  .h3-5 {
    font-size: 14px;
  }

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

  .padding-vertical.padding-large {
    position: static;
  }

  .header-80vh-2 {
    height: 300px;
  }

  .button-13 {
    padding: 10px;
  }

  .h2-2.gradient {
    font-size: 28px;
  }

  .h3-7 {
    text-align: center;
    font-size: 20px;
  }

  .max-width-medium-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .offene-stellen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-93 {
    font-size: 20px;
  }

  .wir-suchen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rich-text-block-3, .rich-text-block-3 p, .rich-text-block-3 li {
    font-size: 16px;
  }

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

  .c-faq-a-text-2 {
    padding-left: 5px;
    padding-right: 0;
  }

  .button-14.unten {
    padding: 10px;
    font-size: 10px;
  }

  .c-faq-q-2 {
    height: 80px;
  }

  .c-faq-q-text-2 {
    padding: 10px 0;
  }

  .list-3, .list-4, .list-5, .list-6, .list-7 {
    padding-left: 20px;
  }

  .section-12 {
    padding-top: 40px;
  }

  .image-207 {
    height: 300px;
  }

  .info-scroll-background-2 {
    height: 150vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-hero-slide-right-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-3.gradient {
    font-size: 26px;
  }

  .h2-3.gradient.gr-er {
    font-size: 30px;
  }

  .h2-3.gr-er.wei, .h2-3.gr-er.wei-copy {
    text-align: center;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 30px;
  }

  .hero-leistungen-2 {
    min-height: 300px;
  }

  .h3-8 {
    text-align: center;
    font-size: 20px;
  }

  .h3-8.gr-er, .h3-8.gr-er.wei {
    font-size: 22px;
  }

  .image-209 {
    max-height: 350px;
  }

  .background-video-5 {
    justify-content: flex-end;
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .karrierehero-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 100vh;
  }

  .div-block-546 {
    align-items: center;
    height: auto;
  }

  .button-15 {
    padding: 10px 15px;
  }

  .video-button {
    background-color: #203b6d;
    width: 60px;
    height: 60px;
  }

  .h3-9 {
    text-align: center;
    font-size: 20px;
  }

  .h3-9.gr-er, .h3-9.gr-er.wei, .h3-9.gr-er.wei-copy {
    font-size: 22px;
  }

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

  .bold-text-35 {
    font-size: 16px;
  }

  .list-8 {
    padding-left: 25px;
  }

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

  .background-video-6, .background-video-7 {
    max-height: 350px;
  }

  .div-block-556 {
    display: none;
  }

  .background-video-8 {
    max-height: 350px;
  }

  .heading-176 {
    font-size: 2.5em;
  }

  .heading-177 {
    font-size: 1.7em;
  }

  .heading-medium-4 {
    font-size: 26px;
  }

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

  .heading-178 {
    text-align: center;
    align-items: center;
    font-size: 16px;
  }

  .button-16 {
    padding: 10px;
  }
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  ul {
    padding-left: 25px;
  }

  .hero {
    width: 100%;
    margin-top: 60px;
  }

  .hero.hide {
    display: none;
  }

  .slider-3.benefits {
    height: auto;
  }

  .div-block-285 {
    width: 100%;
    max-width: 100%;
  }

  .heading-130 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .kontakt {
    width: 100vw;
  }

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

  .div-block-299 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .left-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .mask-2 {
    width: 100%;
  }

  .image-10 {
    height: 250px;
  }

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

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .section-testimonials {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .div-block-heading.extra.wei.schwarz {
    margin-top: 0;
  }

  .div-block-heading.links.wei {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-heading.sticky {
    margin-bottom: 0;
  }

  .div-block-heading._2 {
    color: #000;
    margin-top: 20px;
    padding-top: 0;
    position: static;
  }

  .h3, .h3.gr-er {
    font-size: 18px;
  }

  .h2.gradient {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .h2.gradient.links.down.mitte {
    margin-top: 0;
  }

  .h2.gradient.gr-er.links.mitte {
    font-size: 25px;
  }

  .h2.gradient.gr-er.links.horizontal {
    text-align: left;
    font-size: 26px;
  }

  .h2.gradient.ohnegrad.blau {
    color: var(--georgiadis);
  }

  .h2.gradient.horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .h2.gradient.a {
    white-space: normal;
    word-break: normal;
    display: inline-flex;
  }

  .h2.gradient.a-copy {
    white-space: normal;
    word-break: normal;
    display: flex;
  }

  .h2.gradient.highlight-copy {
    color: #fff;
    white-space: normal;
    word-break: normal;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: inline-flex;
  }

  .brand-image {
    object-fit: scale-down;
    width: 166.914px;
    height: 60px;
    display: block;
  }

  .image-77 {
    width: 22px;
  }

  .mobile-wrapper {
    border: 1px #000;
  }

  .nav-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .button {
    order: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .button.gr-er {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .button.pdfdownload {
    margin-bottom: 10px;
  }

  .main-container-2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .nav {
    width: 100%;
    position: fixed;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .brand.adjacent-to-nav-menu {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-button {
    margin-left: 0;
  }

  .nav-menu-2 {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .navbar {
    width: 100%;
  }

  .button-text-dark {
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
  }

  .button-text-dark.pdfdownl {
    letter-spacing: 0;
    text-transform: uppercase;
  }

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

  .navbar-grid-2 {
    justify-content: space-between;
    width: 100%;
  }

  .slide-4 {
    width: 100%;
  }

  .footer-link {
    text-align: center;
    margin-bottom: 2px;
    font-size: 15px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-tittle-block {
    margin-bottom: 10px;
  }

  .footer-link-block {
    margin-bottom: 16px;
  }

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

  .link-6.datenschutz {
    margin-left: 0;
  }

  .link-6._50 {
    width: 100%;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-22.top {
    text-align: center;
    align-items: center;
  }

  .link-heading {
    margin-bottom: 10px;
  }

  .text-block-6 {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-6._50 {
    margin-bottom: 10px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-430 {
    background-color: #ffffff80;
    border-width: 8px;
    width: 85%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    top: 144px;
    left: auto;
    right: auto;
  }

  .heading-131 {
    font-size: 1.5em;
  }

  .heading-132 {
    font-size: 2.3em;
  }

  .paragraph-17.left.mittig {
    font-size: 15px;
  }

  .gridblock-2 {
    padding: 10px;
  }

  .div-block-464 {
    display: block;
  }

  .div-block-464.kleiner {
    display: none;
    right: 2%;
  }

  .div-block-464.n {
    width: 20px;
    height: 20px;
    top: -34px;
    right: -28px;
  }

  .tab-menu, .tab-menu.w--current {
    width: 80%;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .text-block-75, .text-block-165 {
    font-size: 15px;
  }

  .bold-text {
    font-size: 16px;
  }

  .video-feature {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .margin-bottom._0-12px {
    text-align: left;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .text-size-regular.text-color-white {
    font-size: 15px;
    line-height: 1.6;
  }

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

  .section-home-video {
    width: 100%;
  }

  .overlay-2.dark-overlay {
    width: 320px;
    height: 100px;
  }

  .scroll-background.hide {
    display: none;
  }

  .feature-column-2 {
    margin-top: 60rem;
  }

  .info-scroll-background {
    height: 100vh;
    display: none;
    bottom: 30vh;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-pink2.hide {
    display: none;
  }

  .header-wrap_line.new.neu {
    margin-bottom: 20px;
  }

  .hero-column-background.fix {
    object-position: 100% 0%;
  }

  .home-hero-slide-right {
    height: auto;
    padding: 0;
  }

  .home-hero-slide-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-slide-strip {
    grid-template-rows: 1fr 1.5fr 1.25fr;
  }

  .home-hero-slide-strip.reverse-hero-strip {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1.5fr 1fr 1fr;
  }

  .home-hero-slide-left {
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .arbeit-spa {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .employee-div {
    order: 1;
    height: 200px;
  }

  .karrierehero {
    height: 70vh;
    margin-top: 60px;
  }

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

  .split-content.home-perks-content-top-right {
    padding-top: 33px;
  }

  .div-block-472 {
    height: 70vh;
  }

  .div-block-336 {
    transform: skew(-5deg);
  }

  .c-faq-item-2.oben {
    margin-top: 0;
  }

  .c-faq-icon-2 {
    display: none;
  }

  .c-faq-icon-2.kleiner {
    display: block;
  }

  .div-block-490.gros {
    height: .7em;
  }

  .testimonialsvideo {
    padding-top: 20px;
    overflow: visible;
  }

  .div-block-377 {
    width: auto;
    height: auto;
  }

  .paragraph-20 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .div-block-376 {
    width: auto;
    height: auto;
  }

  .grid-50 {
    place-items: stretch stretch;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .bold-text-21 {
    margin-bottom: 0;
  }

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

  .display-2 {
    font-size: 34px;
  }

  .wrap.grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrap.grau {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    height: 70px;
  }

  .tab-item-padding-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-normal {
    font-size: 15px;
  }

  .top-margin._20-pixels {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .beruf.neu {
    font-size: 13px;
  }

  .div-block-502 {
    z-index: 2;
    min-height: 3px;
  }

  .accrodian-item {
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 10px 20px;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .funfact {
    padding-top: 10px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.home-perks-content-top-perk {
    font-size: 18px;
  }

  .div-block-408.links {
    max-width: none;
  }

  .heading-135, .text-block-177, .text-block-179 {
    font-size: 15px;
  }

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

  .c-scrolling-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-header {
    margin-top: 10px;
  }

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

  .scroll-details {
    text-align: center;
    font-size: 15px;
  }

  .c-scrolling-item {
    width: 90vw;
  }

  .c-scroll-track {
    width: 370vw;
  }

  .scroll-item-header-2 {
    font-size: 17px;
  }

  .container-4.sticky {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-2.expand {
    text-align: center;
    padding-top: 0;
    display: block;
  }

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

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .hero-bg {
    background-image: url('../images/231213_brandl_georgiadis_teambild_02cp.jpg');
    background-size: cover;
  }

  .grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-kanzlei {
    background-image: linear-gradient(#00000085, #00000085), url('../images/kanzlei-georgiadis-02-2025-1.jpg');
    background-position: 0 0, 50% 30%;
    height: 15vh;
    min-height: 225px;
    margin-top: 80px;
  }

  .button-7 {
    padding: 9px 10px;
    font-size: 12px;
  }

  .paragraph-24.home-perks-content-top-perk {
    font-size: 15px;
  }

  .home-perks-content-top-perk-wrapper {
    flex-direction: column;
  }

  .hero-2 {
    height: auto;
    padding-top: 88px;
  }

  .section-3 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-3.image-overlap-grid-content {
    margin-top: 20px;
  }

  .div-block-3 {
    top: 17px;
  }

  .container-8.align-center {
    margin-top: 0;
  }

  .image-overlap-grid-section {
    padding-bottom: 0;
  }

  .image-overlap-grid-section.bg-dark {
    grid-column-gap: 0px;
    width: auto;
  }

  .text-block-182 {
    font-size: 18px;
  }

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

  .cta-newsletter-right {
    width: 100%;
    height: 250px;
  }

  .text-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .text-2.black {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-2.black.links.wei {
    padding: 11px 5px 0;
    font-size: 15px;
  }

  .max-400-pixels {
    width: 100%;
    padding: 0 0;
  }

  .regular-text-box-2 {
    width: 100%;
    padding: 20px 10px;
  }

  .grid-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-200 {
    height: 200px;
  }

  .counter {
    font-size: 20px;
  }

  .features-card {
    padding: 10px 0;
  }

  .features-card.wei {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-container {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h4-digital-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .digital-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .leistungen {
    padding-bottom: 40px;
  }

  .container-service {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-top-wrap {
    flex-direction: row;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .accordion-top-wrap.first {
    align-items: center;
    padding-top: 22px;
  }

  .accordion-top-text-2 {
    max-width: 80%;
    font-size: 17px;
  }

  .beschreibung-leistungen {
    font-size: 15px;
  }

  .accordion-bottom-wrap {
    padding-bottom: 22px;
    padding-right: 0;
  }

  .panel-4 {
    border-radius: 6px;
  }

  .mandanten-testimonial-name {
    font-size: 18px;
  }

  .panel-body-6 {
    padding: 10px;
  }

  .panel-top-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .text-mandanten-testimonial {
    font-size: 15px;
  }

  .cta-mandant {
    padding-bottom: 40px;
  }

  .benefits-bottom, .benefit-description {
    width: 100%;
  }

  .heading-136 {
    margin-top: 10px;
    font-size: 20px;
  }

  .body-display-2.small {
    width: 100%;
    font-size: 15px;
    line-height: 1.4em;
  }

  .benefit-card {
    grid-row-gap: 0px;
    min-height: auto;
    padding: 20px 10px;
  }

  .benefit-card._1 {
    width: 100%;
    min-width: 270px;
    padding-top: 10px;
  }

  .benefit-card._2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    min-width: 270px;
    padding-top: 10px;
    display: flex;
  }

  .benefit-card._3 {
    flex-direction: column;
    width: 100%;
    min-width: 270px;
    padding-top: 10px;
    display: flex;
  }

  .benefits-box {
    grid-column-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .cta-leistung {
    margin-top: 0;
  }

  .paragraph-25 {
    width: 100%;
    font-size: 15px;
  }

  .div-block-510 {
    padding: 40px 20px;
  }

  .div-block-511 {
    display: none;
  }

  .form-header {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
  }

  .digitale-tools-wrapper {
    margin-left: 0;
  }

  .navigationwrapper-2.dig {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .digitale-leistung-2 {
    padding: 30px 20px;
  }

  .button-card-wrapper-2 {
    grid-column-gap: 20px;
    flex-direction: column;
  }

  .bold-text-22 {
    font-size: 20px;
  }

  .bold-text-22.wei, .text-block-184 {
    font-size: 15px;
  }

  .cta-digital {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .digital-tab-wrap.wei {
    padding-top: 10px;
  }

  .paragraph-28, .paragraph-2 {
    font-size: 15px;
  }

  .paragraph-2.blau {
    color: var(--georgiadis);
    margin-bottom: 10px;
  }

  .div-block-513 {
    min-height: 200px;
    position: static;
  }

  .paragraph-29.links {
    font-family: Roboto Regular, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .paragraph-30.links {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
  }

  .link-anwendungen {
    width: 100%;
  }

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

  .image-152 {
    min-height: 120vh;
  }

  .div-block-518 {
    padding: 0 20px 0 0;
  }

  .karriere-subtitle-content-2 {
    font-size: 15px;
  }

  .div-block-458 {
    height: auto;
    min-height: 100vh;
  }

  .karriere {
    position: relative;
  }

  .div-block-519 {
    background-color: #203b6d00;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .heading-137 {
    font-size: 15px;
  }

  .div-block-520 {
    padding-right: 0;
  }

  .main-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halves-2 {
    grid-row-gap: 56px;
  }

  .overlap-section-image {
    object-position: 50% 0%;
    height: 200px;
  }

  .overlap-section-image.down {
    object-position: 50% 23%;
    height: 200px;
  }

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

  .centered-content-box {
    flex-direction: column;
    align-items: stretch;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .grid-halves-3 {
    grid-row-gap: 9px;
  }

  .centered-content-box-background-image {
    position: relative;
  }

  .centered-content-box-background-image.tall {
    height: 200px;
  }

  .grid-halves-4 {
    grid-row-gap: 15px;
  }

  .div-block-522 {
    margin-bottom: 0;
  }

  .div-block-523 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-7, .section-8 {
    padding-top: 40px;
  }

  .highlight {
    white-space: normal;
    word-break: normal;
  }

  .testimonial_content {
    margin-left: 0;
    left: 446px;
  }

  .testimonial_loop-trigger {
    margin-left: 0;
    padding-right: 0;
  }

  .testimonial_loop-trigger.hide {
    display: none;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .padding-global {
    left: 526px;
  }

  .testimonial_item {
    width: 75vw;
    min-width: 25rem;
    max-width: 75vw;
  }

  .testimonial_item.is-lower._1 {
    min-width: 75vw;
  }

  .testimonial_item.is-lower._3 {
    min-width: auto;
    margin-left: 0;
    left: 0;
  }

  .testimonial_item.is-lower._5 {
    width: 75vw;
    min-width: auto;
  }

  .testimonial_item.is-lower._7 {
    min-width: auto;
  }

  .testimonial_item.is-lower._9 {
    min-width: auto;
    margin-left: 0;
    left: 0;
  }

  .testimonial_item.is-lower.yoser, .testimonial_item._2 {
    width: 75vw;
    min-width: auto;
  }

  .testimonial_item._4, .testimonial_item._6 {
    min-width: auto;
  }

  .testimonial_item._7 {
    min-width: 15rem;
    max-width: 75vw;
  }

  .testimonial_item.hide {
    width: auto;
    min-width: 20rem;
    max-width: 25rem;
    display: none;
  }

  .main-container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halves-5 {
    grid-row-gap: 56px;
  }

  .grid-halves-5.align-content-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto 1fr;
  }

  .container-12.align-center {
    height: auto;
    max-height: 250px;
    margin-bottom: 20px;
  }

  .overlap-section-2, .overlap-section-2.overlap-bottom {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .card-faq-content-bottom {
    margin-left: 0;
    padding-right: 0;
  }

  .title-2.card-faq {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .faqs-wrapper._1 {
    margin-bottom: 0;
  }

  .faqs-wrapper._2 {
    max-width: none;
    margin-right: 10px;
    position: static;
  }

  .card-faq-content-top {
    justify-content: space-around;
  }

  .faqs-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

  .paragraph-31 {
    font-size: 15px;
  }

  .paragraph-31.card-faq {
    word-break: normal;
    font-size: 15px;
  }

  .card-3.faq {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    overflow: visible;
  }

  .card-faq-icon-wrapper {
    margin-right: 0;
  }

  .faq {
    width: auto;
    padding-bottom: 40px;
    padding-right: 5%;
    overflow: visible;
  }

  .main-container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container-13.align-center {
    margin-top: 0;
    padding-right: 0;
  }

  .heroo-faq {
    flex-direction: column;
    padding-top: 10px;
  }

  .gridwrap {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    position: static;
  }

  .cut-img {
    margin-top: 100px;
  }

  .tabs-menu-5 {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-524 {
    flex-flow: column;
    display: flex;
  }

  .tab-content-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .formulare.right {
    width: 100%;
    position: static;
  }

  .tabs-5 {
    grid-template-rows: auto auto;
  }

  .heading-167 {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }

  .heading-small {
    font-size: 16px;
  }

  .button-12.w--current {
    text-align: center;
  }

  .h3-6 {
    text-transform: none;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3em;
  }

  .tab-link-3 {
    width: 200%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .tab-link-3.w--current {
    width: 100%;
    color: var(--georgiadis-2);
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-block-10 {
    object-fit: cover;
    max-height: 50px;
  }

  .split-content-wrapper.sozial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .kooperationen {
    padding-top: 10px;
  }

  .image.sozial {
    max-height: 50px;
  }

  .image.sozial.small {
    height: auto;
    max-height: 50px;
  }

  .image.cover {
    height: 30px;
  }

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

  .grid-52 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .paragraph-32, .rich-text-block-2 {
    font-size: 15px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.bg-secondary-1.utility-hero {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-214 {
    margin-top: 96px;
    padding-top: 0;
  }

  .text-block-125 {
    width: 100%;
    font-size: 15px;
  }

  .div-block-212 {
    margin-top: 33px;
    margin-bottom: 42px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-wrapper.borders-radius-24px {
    border-radius: 18px;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    border-radius: 10px;
    width: 30px;
    min-width: auto;
    height: 30px;
    min-height: auto;
    max-height: none;
  }

  .title-3.h3-size {
    font-size: 20px;
  }

  .title-3.h3-size.margin-bottom-10px {
    font-size: 18px;
  }

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

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-2 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-2.card-link.text-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-200 {
    font-size: 15px;
  }

  .section-11 {
    background-color: var(--georgiadis);
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .margin-top-offset-negative-default {
    margin-top: -45px;
  }

  .margin-top-offset-negative-default.mobile-max-width-660px {
    margin-top: 0;
  }

  .heading-169 {
    font-size: 18px;
  }

  .paragraph-33 {
    font-size: 15px;
  }

  .bold-text-23 {
    font-size: 20px;
  }

  .logbutton {
    width: 100%;
  }

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

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

  .bold-text-29 {
    font-size: 15px;
  }

  .div-block-533 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .paragraph-35, .text-block-186 {
    font-size: 15px;
  }

  .heading-171 {
    font-size: 18px;
  }

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

  .div-block-537 {
    display: none;
  }

  .div-block-538.links {
    position: relative;
  }

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

  .slider {
    min-height: 300px;
  }

  .paragraph-21.white {
    font-size: 15px;
  }

  .gallery20_mask-3 {
    width: 100%;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .gallery20_slide-4 {
    width: 100%;
  }

  .service-1-2 {
    background-size: cover;
  }

  .gallery20_slider-2 {
    width: 100%;
    padding-bottom: 0;
  }

  .page-padding-7 {
    margin-top: 0;
    padding-right: 0%;
  }

  .h3-5 {
    font-size: 14px;
  }

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

  .padding-vertical.padding-large {
    bottom: -266px;
  }

  .padding-vertical.padding-large.mobile {
    width: 100%;
    padding-bottom: 0;
    left: -30px;
  }

  .header-80vh-2 {
    height: 200px;
  }

  .button-13 {
    order: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .gallery20_component-4 {
    width: 100%;
  }

  .info-div {
    margin-top: 10px;
  }

  .h2-2.gradient {
    font-size: 24px;
  }

  .h3-7 {
    font-size: 18px;
  }

  .max-width-medium-5 {
    min-width: 115%;
    padding: 10px;
  }

  .offene-stellen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-93 {
    font-size: 16px;
  }

  .wir-suchen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rich-text-block-3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .rich-text-block-3 p {
    font-family: Roboto Regular, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .rich-text-block-3 li {
    font-family: Roboto Regular, sans-serif;
    font-size: 15px;
  }

  .rich-text-block-3 strong {
    font-family: Roboto Bold, sans-serif;
  }

  .div-block-330 {
    align-items: center;
  }

  .c-faq-a-text-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-faq-icon-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: block;
  }

  .button-14 {
    order: 0;
    font-size: 15px;
  }

  .c-faq-q-text-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-92 {
    font-size: 14px;
  }

  .image-206 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 250px;
    margin-top: 0;
  }

  .list-3, .list-4, .list-5, .list-6, .list-7 {
    padding-left: 25px;
  }

  .section-12 {
    margin-top: 60px;
  }

  .image-208 {
    width: 100vw;
  }

  .info-scroll-background-2 {
    width: 100%;
    height: 100vh;
    bottom: 0;
  }

  .home-hero-slide-right-2 {
    height: auto;
    padding: 0;
  }

  .background-video-4 {
    height: 200px;
  }

  .h2-3.gradient {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .hero-leistungen-2 {
    justify-content: flex-end;
    height: 300px;
    min-height: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 20px;
    top: 60px;
  }

  .div-block-545 {
    background-position: 50%;
    max-height: 300px;
    margin-top: 80px;
    display: flex;
  }

  .h3-8, .h3-8.gr-er {
    font-size: 18px;
  }

  .background-video-5 {
    justify-content: center;
    height: 90vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .karrierehero-2 {
    margin-top: 60px;
  }

  .div-block-546 {
    height: auto;
  }

  .button-15 {
    order: 0;
    padding: 8px 12px;
    font-size: 15px;
  }

  .video-button {
    width: 50px;
    height: 50px;
  }

  .h3-9, .h3-9.gr-er {
    font-size: 18px;
  }

  .highlight-copy {
    white-space: nowrap;
    word-break: keep-all;
    flex-flow: column;
    display: inline-flex;
  }

  .highlight-copy.hide {
    white-space: pre-line;
    word-break: normal;
    display: flex;
  }

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

  .section-13 {
    min-height: 200px;
    margin-top: 80px;
    display: none;
  }

  .scroll-background-copy {
    object-fit: cover;
    width: auto;
    height: 200px;
    min-height: 200px;
    display: none;
    position: static;
  }

  .section-14 {
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .copy-of-bg-video {
    object-fit: fill;
    width: auto;
    height: 200px;
    min-height: 200px;
    margin-top: 80px;
    position: static;
    overflow: visible;
  }

  .background-video-6 {
    min-height: 250px;
    max-height: 200px;
    margin-top: 80px;
  }

  .div-block-430-copy {
    background-color: #ffffff80;
    border-width: 8px;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    top: 0;
    left: auto;
    right: auto;
  }

  .background-video-7 {
    min-height: 250px;
    max-height: 250px;
  }

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

  .html-embed-9 {
    max-height: none;
  }

  .background-video-8 {
    min-height: 250px;
    max-height: 200px;
    margin-top: 80px;
  }

  .section-16 {
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-559.gros {
    height: .7em;
  }

  .heading-176 {
    font-size: 2.3em;
  }

  .div-block-430-copy-2 {
    background-color: #ffffff80;
    border-width: 8px;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    top: 0;
    left: auto;
    right: auto;
  }

  .heading-177 {
    font-size: 1.5em;
  }

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

  .div-block-558 {
    display: block;
  }

  .div-block-558.n {
    width: 20px;
    height: 20px;
    top: -34px;
    right: -28px;
  }

  .hide {
    display: block;
  }

  .text-span-85 {
    flex-flow: column;
    display: block;
  }

  .heading-178 {
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }

  .button-16 {
    order: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .button-16.pdfdownload {
    margin-bottom: 10px;
  }
}

#w-node-_77e00bf7-41ef-28b0-0e9e-c256cd543c30-c9bb89ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe65196-c9bb89ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe6519f-c9bb89ec, #w-node-da6d009c-7c1b-ba4d-7662-faa33df904e5-c9bb89ec, #w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe651a9-c9bb89ec, #w-node-aa51acfa-e93f-0a68-9caf-11b88a391354-c9bb89ec {
  align-self: start;
}

#w-node-fa731f2a-31f0-562b-7ac2-a42c7d77a3d8-c9bb89ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cb-c9bb89ec {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cd-c9bb89ec {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cf-c9bb89ec {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d1-c9bb89ec {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d3-c9bb89ec {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d5-c9bb89ec {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d6-c9bb89ec {
  grid-area: 3 / 5 / 4 / 7;
  align-self: center;
}

#w-node-_5a163299-025d-750b-8759-4cc7cf7b9c99-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9c9f-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ca3-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ca8-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ce5-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ce7-c9bb89ec, #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ce9-c9bb89ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811119d3-c0b0-03c7-0c68-127def6f39be-ef6f39ba {
  align-self: start;
}

#w-node-_811119d3-c0b0-03c7-0c68-127def6f39c0-ef6f39ba {
  justify-self: center;
}

#w-node-_811119d3-c0b0-03c7-0c68-127def6f39fd-ef6f39ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cd0d47be-561d-4e2f-3b11-8b8d3150bc23-cb3be536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd0d47be-561d-4e2f-3b11-8b8d3150bc26-cb3be536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_933e2fef-a3cd-be9a-bb34-ed241936c8e3-cb3be536 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_933e2fef-a3cd-be9a-bb34-ed241936c8e6-cb3be536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31313fdb-938d-6175-3814-0c781b0f0842-cb3be536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31313fdb-938d-6175-3814-0c781b0f0845-cb3be536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfa2-cb3be536 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfaa-cb3be536 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfb8-cb3be536 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfbf-cb3be536 {
  grid-area: 3 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfd1-cb3be536 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2980ea6b-8538-d0ce-9b24-f2752611dff7-cb3be536 {
  grid-area: 1 / 3 / 3 / 5;
  align-self: auto;
}

#w-node-cfde2aee-fabb-c7cd-a315-7161d5ece4d1-cb3be536 {
  grid-area: Mitarbeiter-7;
}

#w-node-cfde2aee-fabb-c7cd-a315-7161d5ece4d9-cb3be536 {
  grid-area: Mitarbeiter-1;
}

#w-node-_6cfc0bbc-72e1-f751-a396-4d565956ecac-d346ffc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6cfc0bbc-72e1-f751-a396-4d565956ecb8-d346ffc2 {
  justify-self: center;
}

#w-node-_6bf64a57-9b9f-67f0-50cf-030afc86054e-d346ffc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85691a51-ac1d-c9b8-46da-edf3f3f6f55b-d346ffc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da73f6ca-6640-5f99-2fde-8f3a873cebce-d346ffc2 {
  align-self: start;
}

#w-node-_3e89b85b-0b1c-57ef-424f-7b935cd3f2af-d346ffc2 {
  place-self: center start;
}

#w-node-_7d5268a2-e697-a5df-e6ce-40dfc34befe4-d346ffc2 {
  align-self: stretch;
}

#w-node-_7d5268a2-e697-a5df-e6ce-40dfc34befee-d346ffc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d5268a2-e697-a5df-e6ce-40dfc34befef-d346ffc2 {
  justify-self: end;
}

#w-node-fc0d6402-c160-d40e-3cd1-d6281821895d-d346ffc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7939115a-ffe7-63a4-bbb1-6f3306d7a228-d346ffc2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_0df1482d-e1a6-160e-6cfe-35b2a5a175f2-d346ffc2 {
  place-self: center;
}

#w-node-_645f2d21-f2c5-cdb3-3d71-47160decbd0a-d346ffc2 {
  justify-self: start;
}

#w-node-f339dc03-0e7d-3ea2-bb36-a27a8932f267-d346ffc2 {
  place-self: center;
}

#w-node-c010250d-3926-d3e2-8c96-f243930fd58d-d346ffc2 {
  place-self: stretch end;
}

#w-node-_2d6814a2-0d41-9ce6-dd48-c6e1cc330864-642525c5, #w-node-e212c0e7-e659-a069-baad-4bcdf6f19679-642525c5, #w-node-e1d4a5c2-13ab-95b3-70d8-80dca9f6c2f7-642525c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94554dce-5615-684b-ef98-f420d20a0a60-642525c5 {
  justify-self: start;
}

#w-node-_7d325049-9a48-7028-2378-2fd8a770db6c-642525c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f8765d4-7f44-fb9a-49ad-2c3192d6182a-1c4f4e0d {
  align-self: center;
}

#w-node-bbe727e3-6005-7483-b249-83195327d272-1c4f4e0d {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-bbe727e3-6005-7483-b249-83195327d273-1c4f4e0d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-bbe727e3-6005-7483-b249-83195327d27a-1c4f4e0d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bbe727e3-6005-7483-b249-83195327d27e-1c4f4e0d, #w-node-bbe727e3-6005-7483-b249-83195327d283-1c4f4e0d, #w-node-bbe727e3-6005-7483-b249-83195327d288-1c4f4e0d, #w-node-_2c427a07-849d-a40c-677b-e95ae69ef5e9-1c4f4e0d, #w-node-_92ff279c-9527-064c-3cf9-414a428065a5-1c4f4e0d, #w-node-_9df43830-57e9-a6c2-dc4d-30ad69772cf6-1c4f4e0d, #w-node-_2eac3ffc-ef76-0e35-89b1-492753aff726-1c4f4e0d, #w-node-_92700994-e42b-2002-6567-c96389920071-1c4f4e0d, #w-node-_3421c3a0-7b89-233e-869a-2fb3a113bdab-1c4f4e0d, #w-node-bc9936dd-6e0e-deaf-dc35-e1333f2651b1-1c4f4e0d {
  align-self: end;
}

#w-node-bbe727e3-6005-7483-b249-83195327d28f-1c4f4e0d, #w-node-_4a304233-d728-c994-1846-5d2ea3c29ea3-1c4f4e0d, #w-node-c56de108-a356-72e5-2060-499742497192-1c4f4e0d {
  align-self: center;
}

#w-node-_2bf43d6f-145a-dea5-5200-01e8321f4827-2926336b, #w-node-b8fc95cb-a71d-b43d-75c7-e7d2196316e4-2926336b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42edd153-f9d9-65c3-8fa4-8320356bc4a6-2926336b {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_5a163299-025d-750b-8759-4cc7cf7b9ca3-c9bb89ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_645f2d21-f2c5-cdb3-3d71-47160decbd0a-d346ffc2 {
    place-self: center stretch;
  }

  #w-node-c010250d-3926-d3e2-8c96-f243930fd58d-d346ffc2 {
    justify-self: end;
  }

  #w-node-bbe727e3-6005-7483-b249-83195327d27a-1c4f4e0d {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe65196-c9bb89ec, #w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe6519f-c9bb89ec, #w-node-da6d009c-7c1b-ba4d-7662-faa33df904e5-c9bb89ec, #w-node-f6ca2f6e-ff5b-a32a-fe45-071bebe651a9-c9bb89ec, #w-node-aa51acfa-e93f-0a68-9caf-11b88a391354-c9bb89ec {
    align-self: stretch;
  }

  #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cb-c9bb89ec, #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cd-c9bb89ec, #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604cf-c9bb89ec, #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d1-c9bb89ec, #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d3-c9bb89ec, #w-node-_8e1541bf-c92f-ccd6-0ce5-8928d79604d6-c9bb89ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ae79ed30-809d-f675-c7a3-bcb98927094a-89270946 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfa2-cb3be536 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfaa-cb3be536 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfb8-cb3be536 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfbf-cb3be536 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfd1-cb3be536 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dff7-cb3be536 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-cfde2aee-fabb-c7cd-a315-7161d5ece4b9-cb3be536 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cfde2aee-fabb-c7cd-a315-7161d5ece4c1-cb3be536 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_7d5268a2-e697-a5df-e6ce-40dfc34befef-d346ffc2 {
    justify-self: center;
  }

  #w-node-_2bc23d41-0c5f-4dad-d886-e4dc85014fc2-642525c5 {
    place-self: center;
  }

  #w-node-_4688b828-0455-ae6f-c09d-f8bf07ce98c5-1c4f4e0d {
    place-self: start;
  }

  #w-node-a3129893-8e2b-6553-b755-368c07be0b20-1c4f4e0d {
    align-self: center;
  }

  #w-node-bbe727e3-6005-7483-b249-83195327d272-1c4f4e0d {
    grid-column-end: 2;
  }

  #w-node-bbe727e3-6005-7483-b249-83195327d27a-1c4f4e0d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77e00bf7-41ef-28b0-0e9e-c256cd543c30-c9bb89ec {
    justify-self: center;
  }

  #w-node-_933e2fef-a3cd-be9a-bb34-ed241936c8e3-cb3be536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfde2aee-fabb-c7cd-a315-7161d5ece4b9-cb3be536 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6cfc0bbc-72e1-f751-a396-4d565956ecb8-d346ffc2 {
    align-self: center;
  }

  #w-node-_4f8765d4-7f44-fb9a-49ad-2c3192d61825-1c4f4e0d, #w-node-bbe727e3-6005-7483-b249-83195327d27a-1c4f4e0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f2f4fe4-af5a-dc41-b1e2-f4299872aa0c-971917a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfa2-cb3be536, #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfaa-cb3be536, #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfb8-cb3be536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfbf-cb3be536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dfd1-cb3be536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2980ea6b-8538-d0ce-9b24-f2752611dff7-cb3be536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Thin';
  src: url('../fonts/roboto-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rehtaewirrem';
  src: url('../fonts/merriweather-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}