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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --indian-red: #f24444;
  --black-2: #17110c;
  --silver: #beb9b3;
  --black: #261e14;
  --brown: #812925;
  --white-smoke: #f2f2f2;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #261e14;
  background-color: #f2f2f2;
  font-family: Spacegrotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--indian-red);
  text-decoration: underline;
}

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

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

.login-heading {
  margin-bottom: 30px;
  font-family: Spacegrotesk, sans-serif;
  font-weight: 600;
}

.login-bttn {
  text-transform: uppercase;
  background-color: #f24444;
  border-radius: 12px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.password-field {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
}

.password-label {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

._404-heading-span {
  color: #f24444;
}

._404-heading {
  color: #261e14;
  font-family: Spacegrotesk, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

._404-text {
  color: #261e14;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.error-text {
  font-family: Poppins, sans-serif;
}

.login-form {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

._404-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.guideline {
  z-index: 9990;
  background-color: #f24444;
  width: 100vw;
  height: 3px;
  position: fixed;
  inset: 0% 0% auto;
}

.page-loader {
  z-index: 9999;
  pointer-events: none;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-loader.hide {
  display: none;
}

.loader-first-layer {
  background-color: #17110c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.page-loader-lottie {
  width: 25vw;
}

.loader-second-layer {
  background-color: #f24444;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 9980;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 20px 30px auto;
}

.blog-bttn {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  text-decoration: none;
  display: flex;
}

.logo {
  position: relative;
}

.bttn-text {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.mobile-guideline {
  z-index: 9990;
  background-color: #f24444;
  width: 3px;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.bttn-icon {
  color: #f2f2f2;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.cynapsis {
  color: var(--black-2);
  width: 200px;
  position: absolute;
}

.interactive {
  color: #f24444;
  width: 200px;
}

.nav {
  z-index: 9970;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-container {
  flex-direction: column;
  justify-content: space-around;
  height: 500px;
  display: flex;
}

.link-container {
  justify-content: center;
  display: flex;
  transform: rotate(-90deg);
}

.nav-link {
  color: #beb9b3;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--silver);
}

.mobile-nav {
  z-index: 9985;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-nav-link {
  color: #beb9b3;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.mobile-hamburger {
  display: none;
}

.mobile-header {
  z-index: 9980;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 20px 30px auto;
}

.stage {
  pointer-events: auto;
}

.stage-scroll-container {
  height: 300vh;
  position: relative;
}

.stage-sticky-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.stage-content {
  z-index: 9960;
  pointer-events: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 20%;
  display: block;
}

.text-overflow {
  overflow: hidden;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.h1.blend {
  color: var(--indian-red);
  mix-blend-mode: difference;
}

.h2 {
  width: 60%;
  margin-top: 49px;
  margin-bottom: 0;
  padding-bottom: 37px;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.h2.hero {
  width: 55%;
}

.stage-carousel {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: 0% 30px 0% auto;
}

.carousel-column-one {
  width: 50%;
  padding-right: 15px;
  position: absolute;
  inset: 10vh auto 0% 0%;
}

.carousel-column-two {
  width: 50%;
  padding-left: 15px;
  position: absolute;
  inset: -10vh 0% 0% auto;
}

.carousel-column-content {
  pointer-events: auto;
  background-color: #e0e0e0;
  border-radius: 12px;
  height: 35vw;
  min-height: 60vh;
  margin-top: 30px;
  overflow: hidden;
}

.mobile-stage {
  display: none;
}

.mobile-stage-carousel {
  width: 50%;
  margin-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-home {
  display: block;
}

.facts-scroll-container {
  height: 150vh;
  position: relative;
}

.facts-sticky-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.facts-content {
  flex-direction: row;
  display: flex;
}

.facts-numbers {
  margin-right: 20px;
}

.facts-h1 {
  color: #f2f2f2;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 100%;
}

.facts-paragraph {
  color: #f2f2f2;
  width: 38vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6vw;
  line-height: 140%;
}

.mobile-facts-numbers {
  margin-right: 20px;
  display: none;
}

.accordion-scroll-container {
  height: 400vh;
  position: relative;
}

.accordion-sticky-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.accordion-content {
  display: flex;
}

.accordion-label {
  margin-right: 30px;
}

.accordion-h1 {
  color: var(--brown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 110%;
}

.label-overflow {
  color: #812925;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.accordion-paragraph {
  color: #f2f2f2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6vw;
  line-height: 140%;
  position: absolute;
}

.accordion-text {
  align-items: center;
  width: 40vw;
  display: flex;
  position: relative;
}

.clients-scroll-container {
  height: 250vh;
  position: relative;
}

.clients-sticky-container {
  color: #17110c;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.clients-content {
  z-index: 9962;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 20%;
}

.clients-text-content {
  color: #f24444;
}

.clients-h2 {
  color: var(--white-smoke);
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
}

.clients-carousel {
  z-index: 9960;
  width: 200%;
  height: 85%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  right: 0%;
}

.carousel-row-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 33.3%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: translate(-10vw);
}

.carousel-row-content {
  background-color: #261e14;
  border-radius: 12px;
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-row-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 33.3%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.carousel-row-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 33.3%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: translate(-5vw);
}

.mobile-clients {
  display: none;
}

.clients-bg-gradient {
  z-index: 9961;
  color: var(--black-2);
  background-image: linear-gradient(to right, #17110c 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.work {
  margin-top: 30vh;
}

.work-scroll-container {
  height: 400vh;
  position: relative;
}

.work-sticky-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.work-content {
  z-index: 9950;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20%;
  display: flex;
  position: static;
}

.category-content {
  height: 12vw;
  margin-top: 12vh;
}

.category-container {
  height: 12vw;
}

.category-heading {
  color: #f24444;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.category-text {
  width: 40%;
  margin-top: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

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

.work-carousel {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: 0% 30px 0% auto;
}

.mobile-work-carousel {
  width: 50%;
  margin-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-bg-gradient {
  z-index: 9961;
  background-image: linear-gradient(to right, #17110c 40%, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.jobs-scroll-container {
  height: 150vh;
  position: relative;
}

.jobs-sticky-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.jobs-content {
  z-index: 9930;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 20%;
}

.job-ad {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
  display: none;
}

.job-ad-heading {
  color: #f24444;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.job-ad-description {
  color: var(--black);
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.contact {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.contact-heading {
  color: #f2f2f2;
}

.contact-info {
  margin-top: 3vw;
  display: flex;
}

.contact-client, .contact-application {
  width: 50%;
  padding-right: 10vw;
}

.contact-client-heading {
  color: #f2f2f2;
  margin-bottom: .5vh;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.contact-client-info {
  color: #812925;
  text-transform: uppercase;
  margin-top: .5vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.contact-application-heading {
  color: #f2f2f2;
  margin-bottom: .5vh;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.contact-application-info {
  color: #812925;
  text-transform: uppercase;
  margin-top: .5vw;
  font-size: 1vw;
  line-height: 140%;
  text-decoration: none;
}

.footer-text {
  color: #812925;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.mobile-jobs-carousel {
  width: 50%;
  margin-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobile-contact {
  display: none;
}

.contact-info-heading {
  color: #f2f2f2;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.mobile-contact-text-info {
  color: #812925;
  text-transform: uppercase;
  margin-top: .5vw;
  font-size: 1vw;
  line-height: 140%;
}

.contact-blog-bttn {
  color: #fff;
  background-color: #f24444;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  text-decoration: none;
  display: flex;
}

.jobs-carousel {
  z-index: 99999;
  width: 50%;
  margin-top: 75px;
  position: absolute;
  inset: 0% 30px 0% auto;
}

.job-carousel-column-one {
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 15px;
  display: block;
  position: absolute;
  inset: 45vh auto 0% 0%;
}

.job-carousel-column-two {
  width: 50%;
  padding-left: 15px;
  position: absolute;
  inset: 30vh 0% 0% auto;
}

.mobile-accordion-content {
  display: none;
}

.work-content-image, .stage-content-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-h1 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.clients-h1, .work-h1 {
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.work-h1.blend {
  background-image: linear-gradient(to bottom, black, var(--indian-red));
  opacity: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: difference;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-container {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.legal-container {
  position: absolute;
  inset: auto 30px 30px auto;
}

.legal-link {
  color: #812925;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.legal-link-container {
  transform: translate(43px)rotate(-90deg);
}

.legal-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 460px;
  display: flex;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button_text_accept {
  color: #f2f2f2;
  font-weight: 600;
}

.cookie-modal_button {
  color: #f2f2f2;
  text-align: center;
  background-color: #f24444;
  border-radius: 8px;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_description {
  color: #17110c;
  font-family: Poppins, sans-serif;
}

.cookie-modal_button_text {
  color: #261e14;
  font-weight: 600;
}

.cookie-modal_title {
  color: #17110c;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 600;
}

.cookie-modal_title.is-small {
  color: #261e14;
  font-size: 1.1875rem;
  font-weight: 600;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #17110c;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #17110c;
  transform: rotate(45deg);
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.ck-cookie-w {
  z-index: 9998;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
}

.cookie-preference_component {
  z-index: 9997;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #17110c;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #f24444;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #f24444;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_description {
  color: #17110c;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  color: #17110c;
  font-family: Poppins, sans-serif;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_radio_label {
  color: #17110c;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_label.is--not-allowed {
  color: #17110c;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_link_more {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button_nec {
  float: left;
  border: 1.75px solid #17110c;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button_nec.w--redirected-checked {
  background-color: #f24444;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #f24444;
}

.cookie-modal_radio_button_nec.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button_nec.is-always-active {
  border-color: var(--silver);
  background-color: var(--silver);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.stage-bg-gradient {
  z-index: 9961;
  background-image: linear-gradient(to right, #17110c 40%, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.screen-blocker {
  display: none;
}

.impressum-container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 25vh;
}

.imprint-p {
  margin-bottom: 3vh;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.imprint-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10vh;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.datenschutz-container {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 25vh;
  padding-bottom: 25vh;
  overflow: hidden;
}

.imprint-h2 {
  margin-bottom: 4vh;
  font-family: Spacegrotesk, sans-serif;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 140%;
}

.imprint-h3 {
  margin-bottom: 2vh;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 140%;
}

.imprint-link {
  color: var(--indian-red);
}

.contact-anchor {
  position: absolute;
  inset: auto 0% 0%;
}

.body-category {
  background-color: var(--black-2);
}

.header-article {
  z-index: 9980;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 20px;
  left: 30px;
  right: 30px;
}

.cynapsis-category {
  color: var(--white-smoke);
  width: 200px;
  position: absolute;
}

.interactive-category {
  color: var(--indian-red);
  width: 200px;
  position: absolute;
}

.category-bttn-text {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.category-bttn-icon {
  color: #f2f2f2;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.category-logo {
  align-items: center;
  display: flex;
  position: relative;
}

.tag-filter {
  z-index: 4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 140px 20% auto;
}

.category-tags {
  text-transform: uppercase;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white-smoke);
  background-color: #f2f2f21f;
  border: 3px solid #0000;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.link-block:visited {
  border: 1px solid #000;
}

.link-block.w--current {
  border: 3px solid var(--indian-red);
  color: var(--indian-red);
  background-color: #f2f2f200;
  border-radius: 12px;
}

.collection-item {
  float: left;
}

.stage-gradient {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--black-2) 26%, #fff0);
  height: 40vh;
  position: fixed;
  inset: 0% 0% auto;
}

.stage-gradient.hide {
  height: 15vh;
  display: flex;
}

.stage-category {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h1-category {
  opacity: 1;
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.h2-category {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
}

.category-posts {
  z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper-2 {
  column-count: 4;
  column-gap: 30px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
}

.blog-wrapper {
  background-color: var(--silver);
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.image {
  aspect-ratio: 1;
  opacity: .75;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.image-landingpage {
  opacity: 1;
  margin-top: 50px;
}

.image.ar-image {
  opacity: 1;
  object-fit: contain;
  height: auto;
  margin-top: 40px;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.heading {
  z-index: 1;
  color: var(--white-smoke);
  margin: 60px 30px 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.blog-text-wrapper {
  z-index: 1;
  background-image: linear-gradient(#000, #fff0);
  min-height: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-overlay {
  background-image: linear-gradient(#17110ccc, #fff0);
  position: relative;
  inset: 0%;
  overflow: visible;
}

.text-block {
  z-index: 1;
  color: var(--white-smoke);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: none;
  position: relative;
}

.category-blur {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-blur.hide {
  display: none;
}

.cms-footer {
  border-top: 3px solid var(--black);
  background-color: var(--black-2);
  color: var(--indian-red);
}

.cms-footer-container {
  margin-top: 100px;
  margin-left: 20%;
  margin-right: 20%;
}

.cms-sitemap-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.footer-h3 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 600;
  line-height: 260%;
}

.sitemap-link {
  color: var(--silver);
  margin-top: 1vw;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.sitemap-link-container {
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: none;
}

.cms-footer-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 8vh;
}

.cms-contact-heading {
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.cms-contact-link {
  float: left;
  clear: left;
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 1.6vh;
  font-size: .9vw;
  text-decoration: none;
}

.footer-imprint-link {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-right: 3vw;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.cms-footer-copyright {
  color: var(--silver);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.copyright-container {
  padding-bottom: 30px;
}

.cms-social-container {
  float: left;
  clear: left;
  margin-top: 15px;
}

.cynapsis-blog {
  color: var(--black-2);
  width: 200px;
  position: absolute;
}

.interactive-blog {
  color: var(--indian-red);
  width: 200px;
  position: absolute;
}

.back-bttn {
  z-index: 66;
  border-top: 2px solid var(--black-2);
  border-right: 2px solid var(--black-2);
  border-bottom: 2px solid var(--black-2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 0 12px 12px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 100px;
}

.back-bttn-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #251e15;
  margin-right: 15px;
}

.back-bttn-text {
  color: var(--black-2);
  text-transform: uppercase;
  font-weight: 600;
}

.blog {
  -webkit-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  display: flex;
}

.blog-container {
  -webkit-hyphens: manual;
  hyphens: manual;
  width: 60%;
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
}

.head-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-container {
  margin-top: 100px;
}

.article-container.image-less {
  margin-top: 0;
}

.h1-blog {
  z-index: 1;
  color: var(--indian-red);
  mix-blend-mode: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 65%;
  min-height: 19.8vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 110%;
}

.head-image {
  float: right;
  border-radius: 12px;
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-blog {
  color: var(--black-2);
  width: 45%;
  min-height: 4vw;
  margin-top: 5vh;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 140%;
}

.image-caption {
  color: var(--silver);
  margin-top: 15px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  position: absolute;
  inset: auto 0% 10px 10px;
}

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

.column-2 {
  padding-left: 0;
  padding-right: 10%;
}

.blog-rich-text {
  margin-top: 100px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.blog-rich-text.indianred {
  color: #142126;
}

.h2-blog-mobile {
  color: var(--black-2);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
  display: none;
}

.head-image-mobile {
  float: right;
  border-radius: 12px;
  width: 50%;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.image-caption-mobile {
  color: var(--silver);
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: none;
}

.h1-blog-mobile {
  z-index: 1;
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
  display: none;
  position: absolute;
}

.stellenanzeige {
  justify-content: center;
  display: flex;
}

.stellenanzeige-container {
  width: 60%;
  margin-top: 200px;
  margin-bottom: 200px;
}

.h1-stellenanzeigen {
  z-index: 1;
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 110%;
}

.h2-stellenanzeigen {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rich-text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.job-ad-bttn {
  background-color: var(--indian-red);
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
}

.job-ad-heading-bttn {
  color: var(--white-smoke);
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.job-ad-link-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 45px;
  display: flex;
  position: relative;
}

.job-ad-description-link {
  color: var(--white-smoke);
  text-transform: uppercase;
  padding-right: 15px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
}

.html-embed {
  color: var(--white-smoke);
  width: 14px;
}

.body-2 {
  background-color: var(--black-2);
}

.stage-job {
  z-index: 3;
  align-items: flex-end;
  width: 60%;
  height: 90vh;
  display: flex;
  position: relative;
  left: 20%;
  right: 20%;
}

.collection-item-4 {
  float: left;
}

.collection-list-wrapper-4 {
  column-count: 4;
  margin-bottom: 140px;
}

.collection-item-5 {
  margin-bottom: 30px;
}

.blog-intro {
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.blog-intro.hide {
  display: none;
}

.p_themen_mv {
  margin-bottom: .8rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.p_themen_mv.intro {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.list-item {
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.list-item.themen {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.column-1 {
  padding-right: 30px;
}

.formular-bg-mobile {
  background-color: #fff;
  border-radius: 12px;
  padding: 5px 20px 20px;
  display: none;
}

.headline-formular {
  color: #f24444;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.column-2 {
  padding-right: 0;
}

.list {
  padding-top: 5px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

.formular-bg {
  background-color: #fff;
  border-radius: 12px;
  padding: 5px 20px 20px;
}

.h1-2 {
  color: #261e14;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 110%;
}

.h1-2.headline-themen {
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 2vw;
}

.section {
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 10vw;
  display: block;
}

.container {
  margin-top: 0;
}

.columns {
  width: auto;
  display: flex;
}

.h2-themen {
  margin-top: 40px;
  margin-bottom: 20px;
}

.italic-text {
  color: #f24444;
}

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

.link {
  color: #f24444;
}

.video {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.video.media-center {
  -webkit-text-stroke-color: transparent;
  justify-content: center;
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}

.video.centered {
  width: 100%;
  height: auto;
  display: inline-block;
}

.h1_themen {
  color: var(--indian-red);
  font-size: 3em;
  line-height: 1em;
}

.section-1 {
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 10vw;
  display: block;
}

.h1_themen-2 {
  color: #f24444;
  font-size: 3em;
  line-height: 1em;
}

.themen-posts {
  margin-bottom: 200px;
  margin-left: 30px;
  margin-right: 30px;
}

.themen-posts-headline {
  color: #f24444;
  font-family: Spacegrotesk, sans-serif;
  font-size: 8vw;
}

.grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.themen-teaser-bttn {
  background-color: #fff;
  border-radius: 12px;
  height: 230px;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
  position: relative;
}

.themen-heading-bttn {
  color: #f24444;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.themen-link-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.themen-description-link {
  color: #261e14;
  text-transform: uppercase;
  padding-right: 15px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
}

.themen-icon {
  color: #261e14;
  width: 14px;
}

.media-center {
  width: 50%;
  height: auto;
  margin: auto;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.double-image {
  width: 65%;
  height: auto;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.double-image.second {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  width: 64%;
}

.contend-center {
  width: 65%;
  height: auto;
  margin: auto;
}

.image-3 {
  margin-top: 10px;
}

.image-subline {
  margin-top: -10px;
  margin-bottom: 25px;
  display: block;
}

.content-video {
  margin-top: 25px;
}

.column-3 {
  background-image: none;
}

.accordion-paragraph-mobil {
  color: #f2f2f2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6vw;
  line-height: 140%;
}

.blending {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: difference;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  line-height: 1;
  position: absolute;
}

.screen-blocker-2 {
  display: none;
}

.blog-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.head-image-wrap {
  float: right;
  background-color: #fff;
  border-radius: 12px;
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-image {
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid #0000008a;
  border-radius: 1em;
  width: 100%;
  height: auto;
  max-height: none;
  display: inline-block;
  position: static;
}

.figure {
  width: 100%;
  height: 500px;
}

.blog-heading {
  z-index: 1;
  color: var(--white-smoke);
  flex-flow: row;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  display: block;
  position: static;
}

.job-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
  display: none;
  position: relative;
}

.job-card-header {
  color: #f24444;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 140%;
}

.job-card-text {
  color: var(--black);
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
}

.job-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.heading-themen {
  color: var(--indian-red);
  margin-top: 5rem;
  font-size: 4rem;
  line-height: 1.2;
}

.heading-themen-ar-case {
  color: var(--indian-red);
  margin-top: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.image-4 {
  border-radius: 10px;
}

.div-block-3 {
  -webkit-text-fill-color: inherit;
  background-color: #f24444;
  background-clip: border-box;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.div-block-3.typowhite {
  color: #f2f2f2;
  background-color: #f24444;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 17px;
}

.section-2 {
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 10vw;
  font-size: 1.1em;
  line-height: 1.1em;
  display: block;
}

.image-6 {
  border-radius: 12px;
  flex: 0 2 auto;
  order: 1;
}

.list-4 {
  margin-left: 20px;
  padding-left: 0;
}

.list-4.subtext-bold {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  margin-left: 34px;
  padding-top: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.list-4.subtext-bold.medsize {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.italic-text-3 {
  font-style: normal;
}

.div-block-2 {
  order: -1;
}

.p_themen_mv-2 {
  flex: 1;
  order: -1;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2rem;
  display: block;
  position: static;
}

.bold-text-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-themen-2 {
  color: #f24444;
  margin-top: 5rem;
  font-size: 4rem;
  line-height: 4rem;
}

.image-7 {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.h2-themen-2 {
  column-count: auto;
  white-space: normal;
  word-break: normal;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
}

.list-item-3 {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.6rem;
}

.list-item-4 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.list-item-4.themen {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.div-block-4 {
  -webkit-text-fill-color: inherit;
  background-color: #f24444;
  background-clip: border-box;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.div-block-4.typowhite {
  color: #f2f2f2;
  background-color: #f24444;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.list-5 {
  margin-left: 20px;
  padding-left: 0;
}

.list-5.subtext-bold {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  margin-left: 34px;
  padding-top: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.list-5.subtext-bold.medsize {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-color: #f24444;
  background-clip: border-box;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.div-block-5.typowhite {
  color: #f2f2f2;
  background-color: #f24444;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.section-3 {
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 10vw;
  font-size: 1.1em;
  line-height: 1.1em;
  display: block;
}

.image-8 {
  border-radius: 12px;
  flex: 0 2 auto;
  order: 1;
}

.list-6 {
  margin-left: 20px;
  padding-left: 0;
}

.list-6.subtext-bold {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  margin-left: 34px;
  padding-top: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.list-6.subtext-bold.medsize {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.div-block-6 {
  order: -1;
}

.p_themen_mv-3 {
  flex: 1;
  order: -1;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2rem;
  display: block;
  position: static;
}

.bold-text-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-9 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.list-item-5 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.list-item-5.themen {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
}

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

.blog-bttn-copy {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  text-decoration: none;
  display: none;
}

.p_themen_mv-2-2 {
  flex: 1;
  order: -1;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2rem;
  display: none;
  position: static;
}

.p_themen_mv-2-2-copy {
  flex: 1;
  order: -1;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2rem;
  display: block;
  position: static;
}

.link-2 {
  color: var(--white-smoke);
}

.div-block-kontakt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.p_themen_mv-4 {
  flex: 1;
  order: -1;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .8rem;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2rem;
  display: block;
  position: static;
}

.p_themen_mv-4.intro {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

.italic-text-4 {
  color: #f24444;
}

.job-card-copy {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding: 30px;
  text-decoration: none;
  display: none;
  position: relative;
}

.sitemap-link-container-copy {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.bold-text-4 {
  -webkit-hyphens: manual;
  hyphens: manual;
  padding-right: 234px;
}

.image-10 {
  max-width: 200px;
}

.image-11 {
  max-width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.image-12 {
  margin-top: 18px;
  margin-bottom: 0;
}

.image-12.space20 {
  margin-top: 20px;
}

.figure-caption {
  margin-bottom: 0;
}

.figure-caption.space20 {
  margin-bottom: 20px;
}

.indianred {
  color: #f24444;
}

.image-13, .image-14 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-15 {
  border-radius: 25px;
}

.textblock {
  font-size: 18px;
  line-height: 24px;
}

.textblock_blog, .textblock_blog.bold {
  margin-top: 5px;
  display: block;
}

.bold-text-5 {
  display: none;
}

.image-16 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  ._404-heading {
    font-size: 32px;
  }

  ._404-text {
    font-size: 14px;
  }

  ._404-content {
    width: 260px;
  }

  .guideline {
    display: none;
  }

  .page-loader {
    display: block;
  }

  .page-loader-lottie {
    width: 40vw;
  }

  .header {
    display: none;
    left: 20px;
    right: 20px;
  }

  .mobile-guideline {
    display: block;
  }

  .nav {
    display: none;
  }

  .link-container {
    justify-content: center;
    display: flex;
  }

  .mobile-nav {
    z-index: 9995;
    display: none;
    position: fixed;
  }

  .mobile-nav-container {
    z-index: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 300px;
    display: flex;
    position: relative;
  }

  .mobile-nav-link {
    color: #812925;
    font-size: 20px;
  }

  .mobile-hamburger {
    z-index: 9996;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 0;
  }

  .hamburger {
    z-index: 1;
    cursor: pointer;
    background-color: #f24444;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 80px;
    height: 50px;
    margin-bottom: -20px;
    display: flex;
    position: relative;
  }

  .hamburger-top {
    background-color: #f2f2f2;
    border-radius: 50px;
    width: 30px;
    height: 3px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom {
    background-color: #f2f2f2;
    border-radius: 50px;
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px;
    display: flex;
  }

  .mobile-nav-bg {
    background-color: #f24444;
    border-radius: 300vh;
    width: 1vh;
    height: 1vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: -10%;
  }

  .mobile-header {
    z-index: 9996;
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
  }

  .stage {
    display: block;
  }

  .stage-content {
    left: 10%;
  }

  .h1 {
    font-size: 10vw;
  }

  .h2 {
    margin-top: 21px;
    font-size: 2vw;
  }

  .h2.hero {
    width: 40%;
  }

  .stage-carousel {
    width: 50%;
    right: 20px;
  }

  .carousel-column-one {
    padding-right: 10px;
  }

  .carousel-column-two {
    padding-left: 10px;
  }

  .carousel-column-content {
    min-height: 35vh;
    margin-top: 20px;
  }

  .mobile-stage {
    display: none;
  }

  .mobile-stage-carousel {
    width: 60%;
    margin-right: 20px;
  }

  .facts-h1 {
    font-size: 9vw;
  }

  .facts-paragraph {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-scroll-container {
    height: 400vh;
  }

  .accordion-content {
    display: none;
  }

  .accordion-h1 {
    text-align: left;
    font-size: 10vw;
  }

  .label-overflow {
    justify-content: flex-start;
  }

  .accordion-paragraph {
    width: 40vw;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    position: relative;
  }

  .clients {
    display: none;
  }

  .clients-content {
    align-items: flex-end;
    bottom: 20vh;
    left: 10%;
  }

  .clients-h2 {
    margin-top: 0;
    font-size: 2vw;
  }

  .clients-carousel {
    width: 400%;
    top: 10px;
    bottom: auto;
    left: 20%;
  }

  .carousel-row-one, .carousel-row-two {
    height: 36%;
  }

  .mobile-clients {
    display: block;
  }

  .clients-bg-gradient {
    background-image: linear-gradient(360deg, #17110c 45%, #fff0);
  }

  .work-content {
    padding-left: 10%;
    left: 10%;
  }

  .category-content {
    width: 90%;
    height: 16vw;
    margin-top: 8vw;
  }

  .category-container {
    height: 16vw;
  }

  .category-heading {
    font-size: 3vw;
  }

  .category-text {
    font-size: 1.6vw;
  }

  .work-carousel {
    width: 50%;
    right: 20px;
  }

  .mobile-work-carousel {
    width: 60%;
    margin-right: 20px;
  }

  .work-bg-gradient {
    background-image: linear-gradient(360deg, #17110c 40%, #fff0);
  }

  .jobs-content {
    left: 10%;
  }

  .job-ad {
    height: auto;
    margin-top: 20px;
    padding: 20px;
  }

  .job-ad-heading {
    font-size: 1.8vw;
  }

  .job-ad-description {
    font-size: 1.2vw;
  }

  .contact-client, .contact-application {
    padding-right: 5vw;
  }

  .contact-client-heading {
    font-size: 2.6vw;
  }

  .contact-client-info {
    font-size: 1.8vw;
  }

  .contact-application-heading {
    font-size: 2.6vw;
  }

  .contact-application-info {
    font-size: 1.8vw;
  }

  .footer-text {
    font-size: 12px;
    bottom: 40px;
  }

  .mobile-jobs-carousel {
    width: 60%;
    margin-right: 20px;
  }

  .contact-info-heading {
    font-size: 2.6vw;
  }

  .mobile-contact-text-info {
    font-size: 1.8vw;
  }

  .jobs-carousel {
    width: 50%;
    right: 20px;
  }

  .job-carousel-column-one {
    padding-right: 10px;
  }

  .job-carousel-column-two {
    padding-left: 10px;
  }

  .mobile-accordion-content {
    width: 65%;
    display: block;
  }

  .mobile-accordion-content.hide {
    display: none;
  }

  .accordion-drop-down {
    width: 100%;
  }

  .accordion-drop-toggle {
    color: #812925;
    padding: 0;
    position: static;
  }

  .accordion-drop-toggle.w--open {
    color: #f2f2f2;
    padding: 0;
  }

  .accordion-heading {
    color: #812925;
    font-size: 8vw;
    font-weight: 600;
    line-height: 140%;
  }

  .accordion-drop-content {
    position: static;
  }

  .accordion-drop-content.w--open {
    background-color: #0000;
  }

  .acc-text-1 {
    color: #f2f2f2;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 140%;
  }

  .accordion-divider {
    background-color: #812925;
    width: 8vw;
    height: .6vh;
    margin-bottom: 1.5vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact-h1, .clients-h1, .work-h1 {
    font-size: 10vw;
  }

  .footer-container {
    bottom: 40px;
  }

  .legal-container {
    display: none;
  }

  .legal-link-container {
    transform: rotate(-90deg);
  }

  .mobile-nav-bg-container {
    z-index: 9993;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-nav-bg-container.hide {
    display: none;
  }

  .stage-bg-gradient {
    background-image: linear-gradient(360deg, #17110c 40%, #fff0);
  }

  .hamburger-close-button {
    z-index: 2;
    width: 80px;
    height: 50px;
    display: none;
    position: absolute;
  }

  .screen-blocker {
    z-index: 9998;
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .screen-blocker-p {
    text-align: left;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 140%;
  }

  .screen-blocker-landscape-container {
    margin-left: 25vw;
    margin-right: 25vw;
    display: none;
  }

  .screen-blocker-tablet-container {
    margin-left: 25vw;
    margin-right: 25vw;
  }

  .impressum-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .imprint-h1 {
    font-size: 10vw;
  }

  .datenschutz-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .tag-filter {
    width: 80%;
    left: 10%;
    right: 10%;
  }

  .stage-category {
    width: 80%;
  }

  .h1-category {
    font-size: 10vw;
  }

  .h2-category {
    margin-top: 0;
    font-size: 2vw;
  }

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

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .cms-footer-container {
    margin-left: 10%;
    margin-right: 10%;
  }

  .footer-h3, .sitemap-link, .cms-contact-heading, .cms-contact-link, .footer-imprint-link, .cms-footer-copyright {
    font-size: 2vw;
  }

  .back-bttn {
    display: none;
  }

  .back-bttn-text {
    font-size: 12px;
  }

  .blog-container {
    width: 80%;
  }

  .article-container {
    margin-top: 140px;
  }

  .h1-blog {
    font-size: 8vw;
  }

  .h2-blog {
    margin-top: 0;
    font-size: 2vw;
  }

  .blog-rich-text {
    margin-top: 40px;
  }

  .h2-blog-mobile {
    margin-top: 0;
    font-size: 2vw;
  }

  .h1-blog-mobile {
    font-size: 10vw;
  }

  .job-ad-bttn {
    height: auto;
    margin-top: 20px;
    padding: 20px;
  }

  .job-ad-heading-bttn {
    font-size: 1.8vw;
  }

  .job-ad-description-link {
    font-size: 1.2vw;
  }

  .stage-job {
    width: 80%;
    left: 10%;
    right: 10%;
  }

  .h1-2 {
    font-size: 10vw;
  }

  .h1-2.headline-themen {
    font-size: 6.2vw;
  }

  .section {
    margin-top: 10vw;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-1 {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .themen-teaser-bttn {
    height: auto;
    margin-top: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .themen-heading-bttn {
    font-size: 2.5vw;
  }

  .themen-description-link {
    font-size: 1.2vw;
  }

  .accordion-paragraph-mobil {
    width: 40vw;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    position: relative;
  }

  .screen-blocker-2 {
    z-index: 9998;
    background-color: #f2f2f2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  ._0-height {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.5vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .acc-text-2, .acc-text-3, .acc-text-4, .acc-text-5, .acc-text-6, .acc-text-7, .acc-text-8, .acc-text-9, .acc-text-10, .acc-text-11, .acc-text-12 {
    color: #f2f2f2;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 140%;
  }

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

  .job-card {
    height: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-card-header {
    font-size: 2.5vw;
  }

  .job-card-text {
    font-size: 1.5vw;
  }

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

  .heading-themen {
    font-size: 3.5rem;
  }

  .heading-themen-ar-case {
    font-size: 2.5rem;
  }

  .section-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-themen-2 {
    font-size: 3.5rem;
  }

  .section-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .job-card-copy {
    height: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-loader {
    display: none;
  }

  .page-loader-lottie {
    width: 50vw;
  }

  .blog-bttn {
    padding: 12px 20px;
  }

  .mobile-nav {
    position: fixed;
  }

  .stage {
    display: none;
  }

  .stage-sticky-container {
    width: 100%;
    overflow: hidden;
  }

  .stage-content {
    mix-blend-mode: normal;
    align-items: flex-end;
    bottom: 10vh;
    left: 40px;
  }

  .h1 {
    font-size: 4.5vw;
  }

  .h2 {
    font-size: 2vw;
  }

  .stage-carousel {
    display: none;
  }

  .mobile-stage {
    display: block;
  }

  .mobile-stage-carousel {
    width: 100%;
    height: 90%;
    margin-top: 10vh;
    margin-right: 0;
    display: block;
    inset: 0% 0% auto;
  }

  .mobile-carousel-row {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
  }

  .mobile-row-content-one {
    background-color: #e0e0e0;
    border-radius: 12px;
    width: 60vw;
    height: 100%;
    margin-top: -20px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-row-content-two {
    background-color: #e0e0e0;
    border-radius: 12px;
    width: 60vw;
    height: 100%;
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .facts-content {
    flex-direction: column;
  }

  .facts-numbers {
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .facts-h1 {
    text-align: left;
    font-size: 11vw;
  }

  .facts-paragraph {
    width: 60vw;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-facts-numbers {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .accordion-h1 {
    font-size: 14vw;
  }

  .accordion-paragraph {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .clients-h2 {
    font-size: 2vw;
  }

  .clients-carousel {
    width: 600%;
  }

  .carousel-row-one, .carousel-row-two {
    height: 40%;
  }

  .work {
    margin-top: 0;
  }

  .work-sticky-container {
    overflow: hidden;
  }

  .work-content {
    z-index: 9942;
    mix-blend-mode: normal;
    align-items: flex-end;
  }

  .work-text-container {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .category-content, .category-container {
    height: 24vw;
  }

  .category-heading {
    font-size: 4vw;
  }

  .category-text {
    width: 80%;
    font-size: 2vw;
  }

  .work-carousel {
    z-index: 9940;
    display: none;
  }

  .mobile-work-carousel {
    z-index: 9940;
    width: 100%;
    height: 80%;
    margin-top: 10vh;
    margin-right: 0;
    display: block;
    inset: 0% 0% auto;
  }

  .work-bg-gradient {
    z-index: 9941;
    background-image: linear-gradient(360deg, #f2f2f2 30%, #fff0);
    display: block;
  }

  .jobs-sticky-container {
    overflow: hidden;
  }

  .jobs-content {
    align-items: flex-end;
    bottom: 10vh;
  }

  .job-ad-heading {
    padding: 15px;
    font-size: 2.5vw;
  }

  .job-ad-description {
    margin-top: 0;
    padding: 5px 15px 15px;
    font-size: 2vw;
  }

  .contact {
    display: none;
  }

  .contact-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 10%;
    display: flex;
  }

  .contact-client-info {
    padding-left: 3vw;
    font-size: 3.6vw;
    text-decoration: none;
  }

  .mobile-jobs-carousel {
    z-index: 9920;
    width: 100%;
    height: 50%;
    margin-top: 5vh;
    margin-right: 0;
    display: block;
    inset: 0% 0% auto;
  }

  .jobs-icon {
    color: #f24444;
    width: 6vw;
    height: 10vw;
    position: absolute;
    inset: auto 15px 15px auto;
  }

  .mobile-contact {
    display: block;
  }

  .mobile-contact-scroll-container {
    height: 200vh;
    position: relative;
  }

  .mobile-contact-sticky-container {
    background-color: #f2444400;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-content-container {
    width: 90%;
    height: 20vh;
    margin-top: 8vh;
    position: relative;
  }

  .contact-info-container {
    align-items: center;
    margin-top: 1vh;
    display: flex;
  }

  .contact-info-heading {
    font-size: 4vw;
  }

  .contact-icon {
    color: #f2f2f2;
  }

  .mobile-contact-text-info {
    text-transform: none;
    margin-top: 0;
    margin-left: 3vw;
    font-size: 2.5vw;
    font-weight: 600;
    text-decoration: none;
  }

  .contact-icon-container {
    width: 30px;
    height: 100%;
    text-decoration: none;
  }

  .contact-blog-bttn {
    background-color: #261e14;
    margin-top: 1.5vh;
  }

  .mobile-contact-one {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

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

  .jobs-carousel {
    z-index: 9940;
    display: none;
  }

  .accordion-heading {
    font-size: 4.5vw;
  }

  .stage-content-image {
    border-radius: 1em;
    width: 100%;
    height: 100%;
  }

  .contact-h1 {
    font-size: 20vw;
  }

  .clients-h1 {
    font-size: 7vw;
  }

  .work-h1 {
    font-size: 8vw;
  }

  .legal-container {
    display: block;
  }

  .legal-link-container {
    justify-content: center;
    display: flex;
  }

  .legal-content {
    height: 380px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .stage-bg-gradient {
    z-index: 9921;
    background-image: linear-gradient(360deg, #f2f2f2 30%, #fff0);
    display: block;
  }

  .contact-info-link-container {
    text-decoration: none;
  }

  .screen-blocker {
    display: flex;
  }

  .screen-blocker.hide {
    display: none;
  }

  .screen-blocker-p {
    font-size: 3.2vw;
  }

  .screen-blocker-landscape-container {
    margin-left: 20vw;
    margin-right: 20vw;
    display: none;
  }

  .screen-blocker-tablet-container {
    display: none;
  }

  .imprint-p {
    font-size: 16px;
  }

  .imprint-h3 {
    font-size: 3vw;
  }

  .tag-filter {
    width: 90%;
    top: 85px;
    left: 5%;
    right: 5%;
  }

  .category-tags {
    font-size: 11px;
  }

  .h1-category {
    font-size: 8vw;
  }

  .h2-category {
    font-size: 3.2vw;
  }

  .blog-wrapper {
    height: 35em;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

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

  .footer-h3, .sitemap-link {
    font-size: 3vw;
  }

  .cms-footer-contact {
    grid-template-columns: 1fr;
  }

  .cms-contact-heading, .cms-contact-link, .footer-imprint-link {
    font-size: 3vw;
  }

  .cms-footer-copyright {
    font-size: 2.5vw;
  }

  .article-container {
    margin-top: 50px;
  }

  .h2-blog {
    font-size: 2.8vw;
  }

  .blog-rich-text {
    margin-top: 0;
    font-size: 16px;
  }

  .h2-blog-mobile {
    font-size: 3.2vw;
  }

  .head-image-mobile {
    display: none;
  }

  .h1-blog-mobile {
    font-size: 20vw;
  }

  .job-ad-heading-bttn {
    padding: 15px;
    font-size: 4vw;
  }

  .job-ad-link-container {
    margin-top: 10px;
  }

  .job-ad-description-link {
    margin-top: 0;
    padding: 5px 15px 15px;
    font-size: 2.5vw;
  }

  .collection-item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-list-3 {
    display: flex;
  }

  .mobile-row-jobs {
    background-color: #fff;
    border-radius: 12px;
    min-height: 50vh;
    margin-top: -20px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
  }

  .mobile-row-jobs-bttn {
    background-color: var(--indian-red);
    border-radius: 12px;
    width: 600px;
    min-height: 50vh;
    margin-top: -20px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
  }

  .html-embed-2 {
    color: #fff;
  }

  .blog-intro {
    margin-top: 0;
    font-size: 16px;
  }

  .blog-intro.hide {
    display: none;
  }

  .column-1 {
    padding-right: 10px;
  }

  .formular-bg-mobile {
    display: block;
  }

  .column-2 {
    margin-top: 50px;
    position: static;
  }

  .formular-bg {
    display: none;
  }

  .h1-2 {
    font-size: 20vw;
  }

  .h1-2.headline-themen {
    font-size: 7vw;
  }

  .section {
    margin-top: 12vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns {
    display: block;
  }

  .h1_themen {
    font-size: 1.3em;
  }

  .section-1 {
    margin-top: 7vw;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .themen-heading-bttn {
    padding: 15px;
    font-size: 5vw;
  }

  .themen-description-link {
    margin-top: 0;
    padding: 5px 15px 15px;
    font-size: 3vw;
  }

  .accordion-paragraph-mobil {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .job-card-header {
    font-size: 5vw;
  }

  .job-card-text {
    font-size: 3vw;
  }

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

  .heading-themen {
    color: var(--indian-red);
    margin-top: 3rem;
    font-size: 3rem;
  }

  .heading-themen-ar-case {
    color: var(--indian-red);
    margin-top: 3rem;
  }

  .section-2 {
    margin-top: 7vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-6 {
    max-width: 40%;
  }

  .heading-themen-2 {
    color: #f24444;
    margin-top: 3rem;
    font-size: 3rem;
  }

  .section-3 {
    margin-top: 7vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-8 {
    max-width: 40%;
  }

  .blog-bttn-copy {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 479px) {
  .page-loader {
    display: block;
  }

  .page-loader-lottie {
    width: 80vw;
  }

  .header {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .blog-bttn {
    padding: 12px 20px;
    font-weight: 600;
    display: flex;
  }

  .cynapsis, .interactive {
    width: 170px;
  }

  .mobile-hamburger {
    z-index: 9996;
  }

  .hamburger {
    margin-bottom: -20px;
  }

  .mobile-header {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .stage-content {
    margin-left: 0%;
    position: absolute;
    inset: auto 0% 10% 25px;
  }

  .h1 {
    color: var(--indian-red);
    font-size: 16vw;
  }

  .h2 {
    width: 80%;
    font-size: 4vw;
  }

  .mobile-stage-carousel {
    height: 50%;
  }

  .mobile-row-content-one {
    margin-top: -15px;
    margin-left: 15px;
    overflow: hidden;
  }

  .mobile-row-content-two {
    margin-top: 15px;
    margin-left: 15px;
    overflow: hidden;
  }

  .facts-h1 {
    font-size: 16vw;
  }

  .facts-paragraph {
    width: 80vw;
    font-size: 14px;
    line-height: 24px;
  }

  .mobile-facts-numbers {
    display: block;
  }

  .accordion-h1 {
    font-size: 14vw;
  }

  .accordion-paragraph {
    margin-top: 0;
    font-size: 14px;
  }

  .clients-content {
    left: 25px;
  }

  .clients-h2 {
    width: 80%;
    font-size: 3.6vw;
  }

  .clients-carousel {
    width: 800%;
  }

  .carousel-row-one {
    height: 36%;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .carousel-row-content {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .carousel-row-two {
    height: 36%;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .work-content {
    position: relative;
    left: 0%;
  }

  .category-content, .category-container {
    height: 40vw;
  }

  .category-heading {
    font-size: 6vw;
  }

  .category-text {
    width: 90%;
    font-size: 3.4vw;
  }

  .mobile-work-carousel {
    z-index: 5;
    height: 50%;
  }

  .work-bg-gradient {
    background-image: linear-gradient(360deg, #f2f2f2 60%, #fff0);
    height: 65%;
    inset: auto 0% 0%;
  }

  .jobs-content {
    left: 25px;
  }

  .job-ad-heading {
    font-size: 6vw;
  }

  .job-ad-description {
    font-size: 4vw;
  }

  .contact-content {
    margin-left: 25px;
  }

  .contact-heading {
    z-index: 2;
    position: relative;
  }

  .contact-client-info {
    font-size: 4vw;
  }

  .jobs-icon {
    display: none;
  }

  .mobile-contact-sticky-container {
    background-color: #0000;
    overflow: hidden;
  }

  .mobile-content-container {
    z-index: 1;
    height: 15vh;
  }

  .contact-info-heading {
    font-size: 7.4vw;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-contact-text-info {
    font-size: 4vw;
  }

  .contact-icon-container {
    width: 40px;
  }

  .contact-blog-bttn {
    padding: 16px 20px;
  }

  .mobile-contact-three, .mobile-contact-one, .mobile-contact-two {
    margin-bottom: 4vh;
  }

  .mobile-accordion-content {
    width: 90%;
  }

  .accordion-heading {
    font-size: 11vw;
  }

  .accordion-divider {
    width: 10vw;
    height: .5vh;
  }

  .stage-content-image {
    object-fit: cover;
  }

  .contact-h1, .clients-h1 {
    font-size: 18vw;
  }

  .work-h1 {
    color: var(--black);
    font-size: 16vw;
  }

  .legal-container {
    display: block;
    bottom: 20px;
    right: -25px;
  }

  .legal-link {
    font-size: 14px;
  }

  .legal-link-container {
    display: block;
  }

  .legal-content {
    z-index: 2;
    height: 400px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-nav-bg-container {
    height: 0%;
  }

  .stage-bg-gradient {
    background-image: linear-gradient(360deg, #f2f2f2 20%, #fff0);
    height: 80%;
    inset: auto 0% 0%;
  }

  .hamburger-close-button {
    z-index: 2;
    width: 80px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
  }

  .contact-info-link-container {
    text-decoration: none;
  }

  .screen-blocker, .screen-blocker.hide {
    display: none;
  }

  .impressum-container {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20vh;
  }

  .imprint-p {
    font-size: 15px;
  }

  .imprint-h1 {
    margin-bottom: 6vh;
    font-size: 10vw;
  }

  .datenschutz-container {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .imprint-h2 {
    font-size: 19px;
  }

  .imprint-h3 {
    font-size: 17px;
  }

  .contact-anchor {
    inset: 20vh 0% auto;
  }

  .header-article {
    display: flex;
    left: 15px;
    right: 15px;
  }

  .cynapsis-category, .interactive-category {
    width: 170px;
  }

  .category-logo {
    height: 30px;
  }

  .tag-filter {
    width: auto;
    top: 100px;
    left: 15px;
    right: 15px;
  }

  .category-tags {
    padding: 12px 14px;
    font-size: 12px;
  }

  .link-block, .link-block.w--current {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .stage-gradient {
    z-index: 3;
  }

  .stage-category {
    width: 100%;
    height: 50vh;
    left: 0;
    right: 0;
  }

  .stage-text {
    margin-left: 15px;
    margin-right: 15px;
  }

  .h1-category {
    font-size: 18vw;
  }

  .h2-category {
    width: 80%;
    font-size: 3.6vw;
  }

  .category-posts {
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .collection-list-wrapper-2 {
    column-count: 1;
  }

  .image.image-landingpage, .image.ar-image {
    margin-top: 2rem;
  }

  .cms-footer-container {
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .cms-sitemap-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-h3, .sitemap-link {
    font-size: 4vw;
  }

  .cms-footer-contact {
    margin-bottom: 60px;
  }

  .cms-contact-heading {
    font-size: 4vw;
  }

  .cms-contact-link {
    margin-top: 10px;
    font-size: 3vw;
  }

  .footer-imprint-link, .cms-footer-copyright {
    font-size: 3vw;
  }

  .cynapsis-blog, .interactive-blog {
    width: 170px;
  }

  .back-bttn {
    z-index: 999;
    padding: 10px 15px;
    display: none;
    top: 80px;
  }

  .back-bttn-text {
    font-size: 10px;
  }

  .blog {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-container {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 120px;
  }

  .head-container {
    display: block;
  }

  .sub-container {
    margin-top: 30px;
  }

  .article-container {
    margin-top: 40px;
  }

  .h1-blog {
    font-size: 20vw;
    display: none;
    position: static;
  }

  .head-image {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
    position: static;
  }

  .h2-blog {
    width: 80%;
    font-size: 3.6vw;
    display: none;
  }

  .image-caption {
    display: none;
  }

  .column-2 {
    margin-top: 0;
    padding-right: 0%;
  }

  .blog-rich-text {
    margin-top: 40px;
    line-height: 18px;
  }

  .h2-blog-mobile {
    width: 100%;
    margin-top: 10px;
    font-size: 5vw;
    font-weight: 400;
    display: block;
  }

  .head-image-mobile {
    float: none;
    width: 100%;
    margin-top: 0;
    display: block;
    position: static;
  }

  .image-caption-mobile {
    margin-top: 8px;
    font-size: 12px;
    display: block;
  }

  .h1-blog-mobile {
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 9vw;
    display: block;
    position: static;
  }

  .stellenanzeige-container {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1-stellenanzeigen {
    font-size: 9vw;
    display: block;
    position: static;
  }

  .h2-stellenanzeigen {
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
  }

  .rich-text-block-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .job-ad-heading-bttn {
    font-size: 6vw;
  }

  .job-ad-link-container {
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .job-ad-description-link {
    font-size: 4vw;
  }

  .collection-list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .mobile-row-jobs {
    width: 70%;
    min-height: 45vh;
    margin-top: -10px;
    margin-left: 15px;
    text-decoration: none;
    display: none;
  }

  .mobile-row-jobs-bttn {
    background-color: var(--indian-red);
    min-height: 45vh;
    margin-top: -10px;
    margin-left: 15px;
    text-decoration: none;
    display: block;
  }

  .html-embed-2 {
    color: var(--white-smoke);
    width: 14px;
  }

  .stage-job {
    width: 100%;
    height: 85vh;
    left: 0;
    right: 0;
  }

  .collection-list-wrapper-4 {
    column-count: 1;
  }

  .collection-item-5 {
    margin-bottom: 15px;
  }

  .blog-intro {
    margin-bottom: 0;
    line-height: 22px;
  }

  .p_themen_mv {
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .p_themen_mv.intro {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .list-item.themen {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .h1-2 {
    font-size: 18vw;
  }

  .section {
    margin: 20vw 15px 15vw;
  }

  .container {
    max-width: 90vw;
  }

  .h2-themen {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .video {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-3 {
    word-break: normal;
    overflow-wrap: normal;
    width: 105%;
    max-width: 110%;
  }

  .h1_themen {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 1rem;
  }

  .section-1 {
    margin: 15vw 15px;
  }

  .heading-4 {
    word-break: normal;
    overflow-wrap: normal;
    width: 105%;
    max-width: 110%;
  }

  .h1_themen-2 {
    max-width: 100%;
    font-size: 3rem;
    line-height: 1rem;
  }

  .themen-posts {
    margin-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .themen-posts-headline {
    font-size: 16vw;
    font-weight: 600;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .themen-teaser-bttn {
    margin-top: 15px;
    padding: 15px 15px 60px;
  }

  .themen-heading-bttn {
    font-size: 6vw;
  }

  .themen-link-container {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .themen-description-link {
    font-size: 4vw;
  }

  .double-image {
    width: auto;
    display: block;
  }

  .double-image.second {
    width: auto;
    display: none;
  }

  .contend-center.mobil {
    width: auto;
  }

  .accordion-paragraph-mobil {
    margin-top: 0;
    font-size: 14px;
  }

  .screen-blocker-2 {
    display: none;
  }

  ._0-height {
    font-size: 3.3vw;
  }

  .blog-grid {
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .head-image-wrap {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
    position: static;
  }

  .job-card {
    margin-top: 15px;
    padding: 15px 15px 60px;
  }

  .job-card-header {
    font-size: 6vw;
  }

  .job-card-text {
    font-size: 5vw;
  }

  .job-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .heading-themen, .heading-themen-ar-case {
    word-break: normal;
    overflow-wrap: normal;
    width: 105%;
    max-width: 110%;
    font-size: 2.5rem;
  }

  .section-2 {
    margin: 15vw 15px;
  }

  .image-6 {
    max-width: 100%;
    display: none;
  }

  .p_themen_mv-2 {
    flex: auto;
    order: 1;
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .bold-text-2 {
    min-width: 300px;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-themen-2 {
    word-break: normal;
    overflow-wrap: normal;
    width: 105%;
    max-width: 110%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .h2-themen-2 {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.1rem;
    display: block;
  }

  .list-item-4.themen {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-3 {
    margin: 15vw 15px;
  }

  .image-8 {
    max-width: 100%;
  }

  .p_themen_mv-3 {
    order: 2;
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .bold-text-3 {
    min-width: 300px;
  }

  .div-block-7 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-item-5.themen {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-8 {
    display: block;
  }

  .button {
    padding: 12px 20px;
    display: flex;
  }

  .blog-bttn-copy {
    text-align: left;
    justify-content: space-around;
    padding: 12px 20px;
    font-weight: 600;
    display: flex;
  }

  .p_themen_mv-2-2 {
    order: 2;
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
  }

  .p_themen_mv-2-2-copy {
    order: 2;
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    display: none;
  }

  .div-block-kontakt {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .p_themen_mv-4 {
    order: 2;
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .p_themen_mv-4.intro {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .job-card-copy {
    margin-top: 15px;
    padding: 15px 15px 60px;
  }

  .bold-text-4 {
    padding-right: 23px;
  }

  .image-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
  }
}

#w-node-_4aec7118-519b-931a-b073-483022dafc33-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc34-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc3c-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc3d-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc46-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc4a-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc4e-22dafc27, #w-node-_4aec7118-519b-931a-b073-483022dafc52-22dafc27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a1550a9-997d-5458-3dea-1757dcd3289b-82195fa2 {
  align-self: auto;
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}