@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "ABC Monument Grotesk";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ABCMonumentGrotesk-Heavy.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --fontSize10: 0.833rem;
  --fontSize12: 1rem;
  --fontSize14: 1.16rem;
  --fontSize15: 1.25rem;
  --fontSize17: 1.4166rem;
  --fontSize19: 1.5833rem;
  --fontSize22: 1.8333rem;
  --fontSize30: 2.5rem;
  --fontSize32: 2.6666rem;
  --fontSize35: 2.9166rem;
  --fontSize50: 4.1666rem;
  --fontSize74: 6.166rem;
  --headFontSize: var(--fontSize12);
  --spacing: 1.66rem;
  --inBetweenSpacing: 14rem;
  --screenHeight: calc(100svh - 6.5rem);
  --borderRadius: 1.666rem;
  --colorBlack: #000;
  --colorWhite: #FFF;
  --colorGreyLight: #E8E8E8;
  --topSpacing: 8rem;
}
@media only screen and (max-width: 875px) {
  :root {
    --spacing: 0.75rem;
    --screenHeight: calc(100svh - 4.5rem);
    --borderRadius: 1.333rem;
    --inBetweenSpacing: 9rem;
  }
}

*:focus:not(:focus-visible) {
  outline: 0;
}

html,
body {
  scrollbar-gutter: stable;
}

html:not(.wp-toolbar) {
  font-size: clamp(12px, 0.8vw, 16px);
  will-change: opacity;
  overscroll-behavior-y: none;
}

body.frontend {
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fontSize12);
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  background-color: var(--colorBlack);
}

.preview_check {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 999999;
}

body:not(.wp-admin) .preview {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0rem;
  height: auto;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.4;
  display: block;
}

.preview_check:checked + .preview {
  display: none;
}

.acfe-flexible-placeholder,
body.frontend {
  /*
  nav,
  header,
  #loader {
  	@media only screen and (max-width: 875px) {
  		display: none !important;
  	}
  }
  */
  /* Define a transition duration during page visits */
  /* Define the styles for the unloaded pages */
  /* Slider */
  /*
  main.page {
  	--backgroundColor: var(--colorBlack);
  	--color: var(--colorWhite);

  	background-color: var(--backgroundColor);
  	color: var(--color);

  	section {
  		background-color: var(--backgroundColor);
  		color: var(--color);

  		.innerwrapper {
  			color: var(--color);

  			h2 {
  				color: var(--color);
  			}

  			.cases-teaser__wrapper .case-teaser__row .case-teaser__info {
  				color: var(--color);
  			}
  		}
  	}
  }
  */
}
.acfe-flexible-placeholder main,
body.frontend main {
  width: 100%;
  overflow-x: clip;
  /*
  &.page-id-13 {
  	@media only screen and (max-width: 875px) {
  		.section__big-text,
  		.section__circle_animation_block,
  		.section__text_animation_block,
  		.section__video-background-content  {
  			display: none;
  		}	
  	}
  }
  */
}
.acfe-flexible-placeholder video::-webkit-media-controls,
body.frontend video::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
}
.acfe-flexible-placeholder video::-webkit-media-controls-enclosure,
body.frontend video::-webkit-media-controls-enclosure {
  display: none !important;
  opacity: 0 !important;
}
.acfe-flexible-placeholder input[type=text],
.acfe-flexible-placeholder input[type=email],
.acfe-flexible-placeholder input[type=tel],
.acfe-flexible-placeholder input[type=url],
.acfe-flexible-placeholder input[type=search],
.acfe-flexible-placeholder input[type=submit],
.acfe-flexible-placeholder button,
body.frontend input[type=text],
body.frontend input[type=email],
body.frontend input[type=tel],
body.frontend input[type=url],
body.frontend input[type=search],
body.frontend input[type=submit],
body.frontend button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.acfe-flexible-placeholder *,
.acfe-flexible-placeholder *:before,
.acfe-flexible-placeholder *:after,
body.frontend *,
body.frontend *:before,
body.frontend *:after {
  box-sizing: border-box;
}
.acfe-flexible-placeholder img,
body.frontend img {
  border: 0;
}
.acfe-flexible-placeholder html.is-changing .transition-fade,
body.frontend html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}
.acfe-flexible-placeholder html.is-animating .transition-fade,
body.frontend html.is-animating .transition-fade {
  opacity: 0;
}
.acfe-flexible-placeholder .innerwrapper,
body.frontend .innerwrapper {
  margin-inline: auto;
  width: calc(100% - var(--spacing) - var(--spacing));
}
.acfe-flexible-placeholder .grid,
body.frontend .grid {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99;
}
.acfe-flexible-placeholder .grid .innerwrapper,
body.frontend .grid .innerwrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  height: 100%;
}
.acfe-flexible-placeholder .grid .innerwrapper > span,
body.frontend .grid .innerwrapper > span {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.1);
}
.acfe-flexible-placeholder #loader,
body.frontend #loader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--colorBlack);
  pointer-events: none;
  will-change: transform;
}
.acfe-flexible-placeholder #loader .loader-progress,
body.frontend #loader .loader-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px; /* thickness of the bar */
  width: 0%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.acfe-flexible-placeholder header,
body.frontend header {
  position: fixed;
  left: 0;
  right: 0;
  mix-blend-mode: difference;
  color: var(--colorWhite);
  z-index: 99;
  top: 0;
  will-change: transform;
}
.acfe-flexible-placeholder header.scrolling-up .innerwrapper .head_logo,
.acfe-flexible-placeholder header.scrolling-up .innerwrapper .head_title, .acfe-flexible-placeholder header.scrolling-down .innerwrapper .head_logo,
.acfe-flexible-placeholder header.scrolling-down .innerwrapper .head_title,
body.frontend header.scrolling-up .innerwrapper .head_logo,
body.frontend header.scrolling-up .innerwrapper .head_title,
body.frontend header.scrolling-down .innerwrapper .head_logo,
body.frontend header.scrolling-down .innerwrapper .head_title {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 876px) {
  .acfe-flexible-placeholder header.scrolling-up .innerwrapper .head_menu, .acfe-flexible-placeholder header.scrolling-down .innerwrapper .head_menu,
  body.frontend header.scrolling-up .innerwrapper .head_menu,
  body.frontend header.scrolling-down .innerwrapper .head_menu {
    opacity: 0;
    pointer-events: none;
  }
}
.acfe-flexible-placeholder header.scrolling-up .innerwrapper .contact_button, .acfe-flexible-placeholder header.scrolling-down .innerwrapper .contact_button,
body.frontend header.scrolling-up .innerwrapper .contact_button,
body.frontend header.scrolling-down .innerwrapper .contact_button {
  right: 0rem;
  transition: opacity 250ms ease-out, right 250ms ease-out, background 300ms ease-out, border-radius 300ms ease-out;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header.scrolling-up .innerwrapper .contact_button, .acfe-flexible-placeholder header.scrolling-down .innerwrapper .contact_button,
  body.frontend header.scrolling-up .innerwrapper .contact_button,
  body.frontend header.scrolling-down .innerwrapper .contact_button {
    transition: opacity 250ms ease-out, bottom 250ms ease-out, background 300ms ease-out, border-radius 300ms ease-out;
    right: auto;
    bottom: var(--spacing);
  }
}
@media only screen and (min-width: 876px) {
  .acfe-flexible-placeholder header.scrolling-up .innerwrapper .contact_button,
  body.frontend header.scrolling-up .innerwrapper .contact_button {
    opacity: 0;
    pointer-events: none;
  }
}
.acfe-flexible-placeholder header.scrolling-up .innerwrapper .head_menu,
body.frontend header.scrolling-up .innerwrapper .head_menu {
  opacity: 1;
  pointer-events: auto;
}
.acfe-flexible-placeholder header.is-hidden .innerwrapper .contact_button,
.acfe-flexible-placeholder header.is-hidden .innerwrapper .head_menu,
body.frontend header.is-hidden .innerwrapper .contact_button,
body.frontend header.is-hidden .innerwrapper .head_menu {
  opacity: 0 !important;
  pointer-events: none !important;
}
.acfe-flexible-placeholder header.nav-is-open,
body.frontend header.nav-is-open {
  mix-blend-mode: unset;
}
.acfe-flexible-placeholder header.nav-is-open .innerwrapper .contact_button,
body.frontend header.nav-is-open .innerwrapper .contact_button {
  opacity: 0 !important;
  pointer-events: none !important;
}
.acfe-flexible-placeholder header.nav-is-open .innerwrapper .head_title,
body.frontend header.nav-is-open .innerwrapper .head_title {
  opacity: 0 !important;
  pointer-events: none !important;
}
.acfe-flexible-placeholder header.nav-is-open .innerwrapper .head_logo,
.acfe-flexible-placeholder header.nav-is-open .innerwrapper .head_menu,
body.frontend header.nav-is-open .innerwrapper .head_logo,
body.frontend header.nav-is-open .innerwrapper .head_menu {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.acfe-flexible-placeholder header .innerwrapper,
body.frontend header .innerwrapper {
  padding-top: var(--spacing);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  align-items: start;
  position: relative;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header .innerwrapper,
  body.frontend header .innerwrapper {
    grid-template-columns: 1fr auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper .head_logo,
.acfe-flexible-placeholder header .innerwrapper .head_title,
.acfe-flexible-placeholder header .innerwrapper .head_menu,
body.frontend header .innerwrapper .head_logo,
body.frontend header .innerwrapper .head_title,
body.frontend header .innerwrapper .head_menu {
  font-size: var(--headFontSize);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
  margin: 0;
  transition: opacity 250ms ease-out;
}
.acfe-flexible-placeholder header .innerwrapper .head_logo,
body.frontend header .innerwrapper .head_logo {
  grid-column: 1/3;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header .innerwrapper .head_logo,
  body.frontend header .innerwrapper .head_logo {
    grid-column: 1/2;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
  }
  main.home header .innerwrapper .head_logo {
    opacity: 1;
    pointer-events: auto;
  }
  main.page-id-11 header .innerwrapper .head_logo {
    opacity: 1;
    pointer-events: auto;
  }
}
.acfe-flexible-placeholder header .innerwrapper .head_title,
body.frontend header .innerwrapper .head_title {
  grid-column: 3/5;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header .innerwrapper .head_title,
  body.frontend header .innerwrapper .head_title {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 20em;
  }
  main.home header .innerwrapper .head_title {
    opacity: 0;
    pointer-events: none;
  }
  main.page-id-11 header .innerwrapper .head_title {
    opacity: 0;
    pointer-events: none;
  }
}
.acfe-flexible-placeholder header .innerwrapper .head_menu,
body.frontend header .innerwrapper .head_menu {
  grid-column: 6;
  margin-left: auto;
  display: flex;
  gap: 0 0.4em;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header .innerwrapper .head_menu,
  body.frontend header .innerwrapper .head_menu {
    grid-column: unset;
    position: relative;
  }
  .acfe-flexible-placeholder header .innerwrapper .head_menu:after,
  body.frontend header .innerwrapper .head_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + var(--spacing) + var(--spacing));
    height: calc(100% + var(--spacing) + var(--spacing));
    left: calc(var(--spacing) * -1);
    top: calc(var(--spacing) * -1);
  }
}
.acfe-flexible-placeholder header .innerwrapper .head_menu:before,
body.frontend header .innerwrapper .head_menu:before {
  height: auto;
  width: 0.9em;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23fff'/></svg>");
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center;
  margin-top: -0.05em;
}
.acfe-flexible-placeholder header .innerwrapper .head_menu.is-active:before,
body.frontend header .innerwrapper .head_menu.is-active:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><g clip-path='url(%23close_a)'><path fill='%23fff' fill-rule='evenodd' d='M5 6.723 1.723 10 0 8.277 3.277 5 0 1.723 1.723 0 5 3.277 8.277 0 10 1.723 6.723 5 10 8.277 8.277 10 5 6.723Z' clip-rule='evenodd'/></g><defs><clipPath id='close_a'><path fill='%23fff' d='M0 0h10v10H0z'/></clipPath></defs></svg>");
}
.acfe-flexible-placeholder header .innerwrapper .contact_button,
body.frontend header .innerwrapper .contact_button {
  right: 13rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  transition: opacity 250ms ease-out, background 300ms ease-out, border-radius 300ms ease-out;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder header .innerwrapper .contact_button,
  body.frontend header .innerwrapper .contact_button {
    position: fixed;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7rem;
    top: auto;
    transition: opacity 250ms ease-out, bottom 250ms ease-out, background 300ms ease-out, border-radius 300ms ease-out;
    display: none !important;
  }
}
.acfe-flexible-placeholder nav,
body.frontend nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2.5rem);
          backdrop-filter: blur(2.5rem);
  opacity: 0;
  pointer-events: none;
  display: flex;
  will-change: transform;
  /*
  &.is-active {
  	opacity: 1;
  	pointer-events: auto;
  }*/
}
.acfe-flexible-placeholder nav .innerwrapper,
body.frontend nav .innerwrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: calc(var(--spacing) * 4) var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder nav .innerwrapper,
  body.frontend nav .innerwrapper {
    padding-block: 15dvh var(--spacing);
  }
}
.acfe-flexible-placeholder nav .innerwrapper .bottom_nav,
body.frontend nav .innerwrapper .bottom_nav {
  margin-top: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder nav .innerwrapper .bottom_nav,
  body.frontend nav .innerwrapper .bottom_nav {
    margin-bottom: auto;
  }
}
.acfe-flexible-placeholder nav .innerwrapper .bottom_nav ul,
body.frontend nav .innerwrapper .bottom_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder nav .innerwrapper .bottom_nav ul,
  body.frontend nav .innerwrapper .bottom_nav ul {
    text-align: center;
    gap: 1em 1em;
    display: grid;
    grid-template-columns: auto auto;
  }
}
.acfe-flexible-placeholder nav .innerwrapper .bottom_nav ul li,
body.frontend nav .innerwrapper .bottom_nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: var(--headFontSize);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder nav .innerwrapper .bottom_nav ul li:last-child,
  body.frontend nav .innerwrapper .bottom_nav ul li:last-child {
    grid-column: span 2;
  }
}
.acfe-flexible-placeholder nav .innerwrapper .bottom_nav ul li a,
body.frontend nav .innerwrapper .bottom_nav ul li a {
  color: var(--colorWhite);
  text-decoration: none;
}
.acfe-flexible-placeholder nav .innerwrapper > ul,
body.frontend nav .innerwrapper > ul {
  list-style-type: none;
  margin: auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.acfe-flexible-placeholder nav .innerwrapper > ul li,
body.frontend nav .innerwrapper > ul li {
  list-style-type: none;
  margin: 0;
  margin-block: -0.09em;
  padding: 0;
  text-transform: uppercase;
  font-size: 18vh;
  line-height: 1;
  color: var(--colorWhite);
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder nav .innerwrapper > ul li,
  body.frontend nav .innerwrapper > ul li {
    font-size: var(--fontSize74);
    margin-block: -0.04em;
  }
}
.acfe-flexible-placeholder nav .innerwrapper > ul li a,
body.frontend nav .innerwrapper > ul li a {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder p:first-child,
body.frontend p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder p:last-child,
body.frontend p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .only_desktop,
body.frontend .only_desktop {
  display: block;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .only_desktop,
  body.frontend .only_desktop {
    display: none;
  }
}
.acfe-flexible-placeholder .only_mobile,
body.frontend .only_mobile {
  display: none;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .only_mobile,
  body.frontend .only_mobile {
    display: block;
  }
}
.acfe-flexible-placeholder section,
body.frontend section {
  background-color: var(--colorBlack);
  position: relative;
  z-index: 2;
}
.acfe-flexible-placeholder section#fixed_screen,
body.frontend section#fixed_screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.acfe-flexible-placeholder section#fixed_screen + section,
body.frontend section#fixed_screen + section {
  margin-top: var(--screenHeight);
}
.acfe-flexible-placeholder .section__hero-media,
body.frontend .section__hero-media {
  font-size: 0;
  line-height: 0;
  /*
  @at-root main.single-project .section__hero-media {
  	position: fixed;
  	left: 0;
  	top: 0;
  	right: 0;
  	z-index: 0;

  	+.section__project-intro {
  		margin-top: var(--screenHeight);
  	}
  }
  */
}
.acfe-flexible-placeholder .section__hero-media img,
.acfe-flexible-placeholder .section__hero-media video,
body.frontend .section__hero-media img,
body.frontend .section__hero-media video {
  width: 100%;
  height: var(--screenHeight);
  -o-object-fit: cover;
     object-fit: cover;
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper,
body.frontend .section__project-intro .innerwrapper {
  color: var(--colorWhite);
  font-size: var(--fontSize32);
  line-height: 1.09;
  padding-top: var(--spacing);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3) 0;
  padding-bottom: var(--inBetweenSpacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper,
  body.frontend .section__project-intro .innerwrapper {
    font-size: var(--fontSize22);
  }
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper p,
body.frontend .section__project-intro .innerwrapper p {
  max-width: 36em;
  margin: 0.75em 0;
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper p:first-child,
body.frontend .section__project-intro .innerwrapper p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper p:last-child,
body.frontend .section__project-intro .innerwrapper p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper .column__wrapper,
body.frontend .section__project-intro .innerwrapper .column__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper .column__wrapper,
  body.frontend .section__project-intro .innerwrapper .column__wrapper {
    gap: calc(var(--spacing) * 3) var(--spacing);
  }
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder,
body.frontend .section__project-intro .innerwrapper .column__holder {
  display: grid;
  grid-column: span 2;
  grid-template-columns: auto 1fr;
  gap: 0 2.5rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder,
  body.frontend .section__project-intro .innerwrapper .column__holder {
    grid-column: span 6;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 var(--spacing);
  }
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > span,
body.frontend .section__project-intro .innerwrapper .column__holder > span {
  font-size: var(--headFontSize);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
  margin-top: 0.5em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > span,
  body.frontend .section__project-intro .innerwrapper .column__holder > span {
    grid-column: span 2;
    margin-top: 0.3em;
  }
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > div,
body.frontend .section__project-intro .innerwrapper .column__holder > div {
  font-size: var(--fontSize19);
  line-height: 1.157;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > div,
  body.frontend .section__project-intro .innerwrapper .column__holder > div {
    font-size: var(--fontSize15);
    grid-column: span 3;
  }
}
.acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > div img,
body.frontend .section__project-intro .innerwrapper .column__holder > div img {
  height: 4.8rem;
  width: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-intro .innerwrapper .column__holder > div img,
  body.frontend .section__project-intro .innerwrapper .column__holder > div img {
    height: 2.8rem;
  }
}
.acfe-flexible-placeholder .slick-slider,
body.frontend .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.acfe-flexible-placeholder .slick-list,
body.frontend .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.acfe-flexible-placeholder .slick-list:focus,
body.frontend .slick-list:focus {
  outline: none;
}
.acfe-flexible-placeholder .slick-list.dragging,
body.frontend .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.acfe-flexible-placeholder .slick-slider .slick-track,
.acfe-flexible-placeholder .slick-slider .slick-list,
body.frontend .slick-slider .slick-track,
body.frontend .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.acfe-flexible-placeholder .slick-track,
body.frontend .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.acfe-flexible-placeholder .slick-track:before, .acfe-flexible-placeholder .slick-track:after,
body.frontend .slick-track:before,
body.frontend .slick-track:after {
  content: "";
  display: table;
}
.acfe-flexible-placeholder .slick-track:after,
body.frontend .slick-track:after {
  clear: both;
}
.slick-loading .acfe-flexible-placeholder .slick-track,
.slick-loading body.frontend .slick-track {
  visibility: hidden;
}
.acfe-flexible-placeholder .slick-slide,
body.frontend .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .acfe-flexible-placeholder .slick-slide,
[dir=rtl] body.frontend .slick-slide {
  float: right;
}
.acfe-flexible-placeholder .slick-slide img,
body.frontend .slick-slide img {
  display: block;
}
.acfe-flexible-placeholder .slick-slide.slick-loading img,
body.frontend .slick-slide.slick-loading img {
  display: none;
}
.acfe-flexible-placeholder .slick-slide.dragging img,
body.frontend .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .acfe-flexible-placeholder .slick-slide,
.slick-initialized body.frontend .slick-slide {
  display: block;
}
.slick-loading .acfe-flexible-placeholder .slick-slide,
.slick-loading body.frontend .slick-slide {
  visibility: hidden;
}
.slick-vertical .acfe-flexible-placeholder .slick-slide,
.slick-vertical body.frontend .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.acfe-flexible-placeholder .slick-arrow.slick-hidden,
body.frontend .slick-arrow.slick-hidden {
  display: none;
}
.acfe-flexible-placeholder .slick-arrow,
body.frontend .slick-arrow {
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -999999px;
  position: absolute;
  width: 50%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  z-index: 9;
  cursor: none !important;
  /* hide real cursor only on arrows */
}
.acfe-flexible-placeholder .slick-arrow.slick-next,
body.frontend .slick-arrow.slick-next {
  right: 0;
}
.acfe-flexible-placeholder .slick-arrow.slick-prev,
body.frontend .slick-arrow.slick-prev {
  left: 0;
}
.acfe-flexible-placeholder .slick-custom-cursor,
body.frontend .slick-custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  /* matches SVG width */
  height: auto;
  /* matches SVG height */
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: difference;
  z-index: 998;
  opacity: 0;
  transition: opacity 0.15s ease;
  /* make the SVG tip be exactly under the mouse: */
  transform: translate(-50%, -50%);
  aspect-ratio: 28/15;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .slick-custom-cursor,
  body.frontend .slick-custom-cursor {
    display: none !important;
  }
}
.acfe-flexible-placeholder .badge,
body.frontend .badge {
  border-radius: 1.2rem;
  height: 2.33rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fontSize10);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
  background: var(--colorWhite);
  padding-inline: 1.5em;
  padding-top: 0.2em;
  line-height: 1;
  color: var(--colorBlack);
  text-decoration: none;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 9;
  transition: background 300ms ease-out, border-radius 300ms ease-out;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none' viewBox='0 0 10 9'><path fill='%23000' d='M5.107 8.21h-1.55l3.557-3.557H-.001V3.557h7.115L3.557 0h1.55l4.105 4.105z'/></svg>");
  background-repeat: no-repeat;
  background-position: 1.5em calc(50% + 0.02em);
  background-size: 0.9em auto;
  padding-left: 3em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .badge,
  body.frontend .badge {
    left: 0.8rem;
    top: 0.8rem;
  }
}
.acfe-flexible-placeholder .badge.slideshow-badge,
body.frontend .badge.slideshow-badge {
  background-image: none;
  padding-left: 1.5em;
  background-color: rgba(232, 232, 232, 0.8);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper,
body.frontend .section__project-grid .innerwrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--spacing);
  align-items: start;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper,
  body.frontend .section__project-grid .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper > h2,
body.frontend .section__project-grid .innerwrapper > h2 {
  grid-column: span 6;
  margin: 0;
  color: var(--colorWhite);
  font-size: var(--fontSize32);
  line-height: 1.09;
  font-weight: 400;
  margin-bottom: -3rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper > h2,
  body.frontend .section__project-grid .innerwrapper > h2 {
    grid-column: unset;
    margin-bottom: -5rem;
    display: block;
    font-size: var(--fontSize22);
  }
}
@media (hover: hover) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper a.item:hover .badge,
  body.frontend .section__project-grid .innerwrapper a.item:hover .badge {
    background-color: var(--colorWhite);
    border-radius: 0.75em;
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item,
body.frontend .section__project-grid .innerwrapper .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  position: relative;
  text-decoration: none;
  grid-column: span var(--columnWidth);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper .item,
  body.frontend .section__project-grid .innerwrapper .item {
    width: calc(100% + var(--spacing) + var(--spacing)) !important;
    margin-inline: calc(var(--spacing) * -1);
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-inner,
body.frontend .section__project-grid .innerwrapper .item .item-inner {
  border-radius: var(--borderRadius);
  overflow: clip;
  font-size: 0;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-inner,
  body.frontend .section__project-grid .innerwrapper .item .item-inner {
    border-radius: 0;
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-inner .slideshow-status,
body.frontend .section__project-grid .innerwrapper .item .item-inner .slideshow-status {
  display: none !important;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item[data-width=column_2],
body.frontend .section__project-grid .innerwrapper .item[data-width=column_2] {
  --columnWidth: 2;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item[data-width=column_3],
body.frontend .section__project-grid .innerwrapper .item[data-width=column_3] {
  --columnWidth: 3;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item[data-width=column_4],
body.frontend .section__project-grid .innerwrapper .item[data-width=column_4] {
  --columnWidth: 4;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item[data-width=column_6],
body.frontend .section__project-grid .innerwrapper .item[data-width=column_6] {
  --columnWidth: 6;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper .item,
  body.frontend .section__project-grid .innerwrapper .item {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item img,
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item video,
body.frontend .section__project-grid .innerwrapper .item img,
body.frontend .section__project-grid .innerwrapper .item video {
  width: 100%;
  height: auto;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow,
body.frontend .section__project-grid .innerwrapper .item .slideshow {
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow .slick-track,
body.frontend .section__project-grid .innerwrapper .item .slideshow .slick-track {
  display: flex;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide,
body.frontend .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div,
body.frontend .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div {
  height: 100%;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div img,
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div video,
body.frontend .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div img,
body.frontend .section__project-grid .innerwrapper .item .slideshow .slick-track .slick-slide > div video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .slideshow:not(.slick-initialized),
body.frontend .section__project-grid .innerwrapper .item .slideshow:not(.slick-initialized) {
  display: flex;
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-infos,
body.frontend .section__project-grid .innerwrapper .item .item-infos {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  color: var(--colorWhite);
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-infos,
  body.frontend .section__project-grid .innerwrapper .item .item-infos {
    padding-inline: var(--spacing);
  }
}
.acfe-flexible-placeholder .section__project-grid .innerwrapper .item .item-infos h2,
body.frontend .section__project-grid .innerwrapper .item .item-infos h2 {
  margin: 0;
  font-size: inherit;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
}
.acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper,
body.frontend .section__project-grid.project-teaser .innerwrapper {
  gap: calc(var(--spacing) * 4) var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper,
  body.frontend .section__project-grid.project-teaser .innerwrapper {
    gap: calc(var(--spacing) * 6) var(--spacing);
  }
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper .item,
  body.frontend .section__project-grid.project-teaser .innerwrapper .item {
    width: 100% !important;
    margin-inline: 0;
  }
  .acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper .item .item-infos,
  body.frontend .section__project-grid.project-teaser .innerwrapper .item .item-infos {
    padding-inline: 0;
  }
  main.home .section__project-grid.project-teaser .innerwrapper .item {
    width: calc(100% + var(--spacing) + var(--spacing)) !important;
    margin-inline: calc(var(--spacing) * -1);
  }
  main.home .section__project-grid.project-teaser .innerwrapper .item .item-infos {
    padding-inline: var(--spacing);
  }
}
.acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper .item img,
.acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper .item video,
body.frontend .section__project-grid.project-teaser .innerwrapper .item img,
body.frontend .section__project-grid.project-teaser .innerwrapper .item video {
  aspect-ratio: 975/585;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__project-grid.project-teaser .innerwrapper .item .item-inner,
  body.frontend .section__project-grid.project-teaser .innerwrapper .item .item-inner {
    border-radius: var(--borderRadius);
  }
}
.acfe-flexible-placeholder .slideshow-status,
body.frontend .slideshow-status {
  --spacing: 1.5rem;
  position: absolute;
  bottom: var(--spacing);
  left: var(--spacing);
  right: var(--spacing);
  width: calc(100% - var(--spacing) - var(--spacing));
  display: flex;
  gap: 0.4rem;
  align-items: center;
  z-index: 10;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .slideshow-status,
  body.frontend .slideshow-status {
    --spacing: 1rem;
  }
}
.acfe-flexible-placeholder .slideshow-status__seg,
body.frontend .slideshow-status__seg {
  position: relative;
  flex: 1 1 0;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 1px;
  /*
  @media only screen and (max-width: 875px) {
  	height: 1.5px;	
  }
  */
}
.acfe-flexible-placeholder .slideshow-status__fill,
body.frontend .slideshow-status__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.8);
  /* pick your color */
  transition: width 0s linear;
  /* we animate via JS, not CSS easing */
}
.acfe-flexible-placeholder .slideshow-status__seg.is-done .slideshow-status__fill,
body.frontend .slideshow-status__seg.is-done .slideshow-status__fill {
  width: 100%;
}
.acfe-flexible-placeholder .section__text-in-between .innerwrapper,
body.frontend .section__text-in-between .innerwrapper {
  color: var(--colorWhite);
  font-size: var(--fontSize32);
  line-height: 1.09;
  padding-block: var(--inBetweenSpacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-in-between .innerwrapper,
  body.frontend .section__text-in-between .innerwrapper {
    font-size: var(--fontSize22);
  }
}
.acfe-flexible-placeholder .section__text-in-between .innerwrapper p,
body.frontend .section__text-in-between .innerwrapper p {
  max-width: 36em;
}
.acfe-flexible-placeholder .cta__button,
body.frontend .cta__button {
  border-radius: 2em;
  height: 4.08333rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fontSize17);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
  background: rgba(255, 255, 255, 0.75);
  padding-inline: 3em;
  line-height: 1;
  color: var(--colorBlack);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 300ms ease-out, border-radius 300ms ease-out;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .cta__button,
  body.frontend .cta__button {
    font-size: var(--fontSize14);
    height: 3.416rem;
  }
}
@media (hover: hover) {
  .acfe-flexible-placeholder .cta__button:hover,
  body.frontend .cta__button:hover {
    background: rgb(255, 255, 255);
    border-radius: 0.75em;
  }
}
.acfe-flexible-placeholder .cta__button.small,
body.frontend .cta__button.small {
  font-size: var(--fontSize10);
  height: 2.33rem;
}
.acfe-flexible-placeholder .cta__button.black,
body.frontend .cta__button.black {
  background: var(--colorBlack);
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__button-holder .innerwrapper,
body.frontend .section__button-holder .innerwrapper {
  display: flex;
  justify-content: center;
  padding-block: var(--inBetweenSpacing);
  gap: 0 2rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__button-holder .innerwrapper,
  body.frontend .section__button-holder .innerwrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
.acfe-flexible-placeholder .section__button-holder .innerwrapper .cta__button,
body.frontend .section__button-holder .innerwrapper .cta__button {
  min-width: 14em;
}
.acfe-flexible-placeholder .section__big-text,
body.frontend .section__big-text {
  overflow: clip;
  /*
  @at-root main.page-id-13 .section__big-text {
  	position: fixed;
  	left: 0;
  	top: 0;
  	right: 0;
  	z-index: 0;

  	+.section__circle_animation_block  {
  		margin-top: var(--screenHeight);
  	}
  }
  */
}
.acfe-flexible-placeholder .section__big-text .innerwrapper,
body.frontend .section__big-text .innerwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--screenHeight) - 10rem);
  padding-block: 10rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__big-text .innerwrapper,
  body.frontend .section__big-text .innerwrapper {
    padding-inline: var(--spacing);
  }
}
.acfe-flexible-placeholder .section__big-text .innerwrapper a:not(.cta__button),
body.frontend .section__big-text .innerwrapper a:not(.cta__button) {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder .section__big-text .innerwrapper h2,
.acfe-flexible-placeholder .section__big-text .innerwrapper h1,
.acfe-flexible-placeholder .section__big-text .innerwrapper h2 > div,
body.frontend .section__big-text .innerwrapper h2,
body.frontend .section__big-text .innerwrapper h1,
body.frontend .section__big-text .innerwrapper h2 > div {
  background: linear-gradient(87deg, #FFF 27.23%, #A4A396 85.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--fontSize50);
  line-height: 1.08;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  max-width: 21em;
  /*
  @at-root main.page-id-13 .section__big-text .innerwrapper h2 {
  	opacity: 0;
  }
  */
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__big-text .innerwrapper h2,
  .acfe-flexible-placeholder .section__big-text .innerwrapper h1,
  .acfe-flexible-placeholder .section__big-text .innerwrapper h2 > div,
  body.frontend .section__big-text .innerwrapper h2,
  body.frontend .section__big-text .innerwrapper h1,
  body.frontend .section__big-text .innerwrapper h2 > div {
    font-size: var(--fontSize30);
  }
}
.acfe-flexible-placeholder .section__big-text .innerwrapper h2 > div,
body.frontend .section__big-text .innerwrapper h2 > div {
  display: inline-block;
}
.acfe-flexible-placeholder .section__big-text .innerwrapper p:has(.cta__button),
body.frontend .section__big-text .innerwrapper p:has(.cta__button) {
  margin-top: 2em;
}
.acfe-flexible-placeholder .section__big-text.grey_background,
body.frontend .section__big-text.grey_background {
  background-color: var(--colorGreyLight);
}
.acfe-flexible-placeholder .section__big-text.grey_background .innerwrapper h2,
.acfe-flexible-placeholder .section__big-text.grey_background .innerwrapper h1,
.acfe-flexible-placeholder .section__big-text.grey_background .innerwrapper h2 > div,
body.frontend .section__big-text.grey_background .innerwrapper h2,
body.frontend .section__big-text.grey_background .innerwrapper h1,
body.frontend .section__big-text.grey_background .innerwrapper h2 > div {
  background: none;
  color: var(--colorBlack);
  background-clip: unset;
  text-transform: none;
  -webkit-text-fill-color: unset;
}
.acfe-flexible-placeholder .section__big-text#fixed_screen .innerwrapper,
body.frontend .section__big-text#fixed_screen .innerwrapper {
  min-height: var(--screenHeight);
}
.acfe-flexible-placeholder .section__big-text#fixed_screen .innerwrapper h2,
body.frontend .section__big-text#fixed_screen .innerwrapper h2 {
  opacity: 0;
}
.acfe-flexible-placeholder .section__indented-text .innerwrapper,
body.frontend .section__indented-text .innerwrapper {
  font-size: var(--fontSize35);
  line-height: 1.09;
  padding-top: var(--topSpacing);
  padding-bottom: 18rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  background: linear-gradient(87deg, #FFF 27.23%, #A4A396 85.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__indented-text .innerwrapper,
  body.frontend .section__indented-text .innerwrapper {
    grid-template-columns: 100%;
    font-size: var(--fontSize22);
    min-height: calc(var(--screenHeight) - 6rem);
    align-items: center;
    padding-bottom: 8rem;
  }
}
.acfe-flexible-placeholder .section__indented-text .innerwrapper .content,
body.frontend .section__indented-text .innerwrapper .content {
  grid-column: 3/7;
  max-width: 22em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__indented-text .innerwrapper .content,
  body.frontend .section__indented-text .innerwrapper .content {
    grid-column: unset;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.acfe-flexible-placeholder footer,
body.frontend footer {
  background-color: var(--colorWhite);
  color: var(--colorBlack);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  position: relative;
  z-index: 20;
}
.acfe-flexible-placeholder footer.inverted,
body.frontend footer.inverted {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}
@media only screen and (max-width: 875px) {
  main.page-id-15 footer {
    background-color: var(--colorBlack);
    color: var(--colorWhite);
    margin-top: calc(var(--borderRadius) * -1);
  }
  main.page-id-15 footer .innerwrapper .cta__button {
    background: var(--colorWhite);
    color: var(--colorBlack);
  }
}

.acfe-flexible-placeholder footer .innerwrapper,
body.frontend footer .innerwrapper {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  min-height: 30rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer .innerwrapper,
  body.frontend footer .innerwrapper {
    grid-template-columns: 100%;
    min-height: 0;
    gap: 4.5rem 0;
    padding-bottom: 4.5rem;
  }
}
.acfe-flexible-placeholder footer .innerwrapper a:not(.cta__button),
body.frontend footer .innerwrapper a:not(.cta__button) {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder footer .innerwrapper > h2,
body.frontend footer .innerwrapper > h2 {
  display: none;
}
.acfe-flexible-placeholder footer .innerwrapper .info_text,
body.frontend footer .innerwrapper .info_text {
  text-transform: uppercase;
  grid-column: 1/2;
  margin-right: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer .innerwrapper .info_text,
  body.frontend footer .innerwrapper .info_text {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .info_text.not_desktop_home,
body.frontend footer .innerwrapper .info_text.not_desktop_home {
  display: block;
}
.acfe-flexible-placeholder footer .innerwrapper .info_text.desktop_home,
body.frontend footer .innerwrapper .info_text.desktop_home {
  display: none;
}
.acfe-flexible-placeholder footer .innerwrapper .info_text strong,
body.frontend footer .innerwrapper .info_text strong {
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
}
.acfe-flexible-placeholder footer .innerwrapper .info_text p:first-child,
body.frontend footer .innerwrapper .info_text p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder footer .innerwrapper .info_text p:last-child,
body.frontend footer .innerwrapper .info_text p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder footer .innerwrapper .time,
body.frontend footer .innerwrapper .time {
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer .innerwrapper .time,
  body.frontend footer .innerwrapper .time {
    grid-column: unset;
    margin-left: 0;
    margin-top: auto;
    margin-right: auto;
  }
}
.acfe-flexible-placeholder footer .innerwrapper .time .row,
body.frontend footer .innerwrapper .time .row {
  display: grid;
  text-align: right;
  grid-template-columns: 1fr 5em;
}
.acfe-flexible-placeholder footer .innerwrapper .time .row > span:first-child,
body.frontend footer .innerwrapper .time .row > span:first-child {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.acfe-flexible-placeholder footer .innerwrapper .time .row > span:first-child:before,
body.frontend footer .innerwrapper .time .row > span:first-child:before {
  --size: 0.9em;
  width: var(--size);
  aspect-ratio: 1/1;
  height: auto;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23D9D9D9'/></svg>");
  background-repeat: no-repeat;
  background-size: 98% auto;
  background-position: center;
  animation: pulse 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
.acfe-flexible-placeholder footer .innerwrapper .cta__button,
body.frontend footer .innerwrapper .cta__button {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: auto;
  margin-right: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer .innerwrapper .cta__button,
  body.frontend footer .innerwrapper .cta__button {
    grid-column: unset;
    grid-row: unset;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer.alternative .innerwrapper,
  body.frontend footer.alternative .innerwrapper {
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: var(--spacing);
  }
}
.acfe-flexible-placeholder footer.alternative .innerwrapper .info_text,
body.frontend footer.alternative .innerwrapper .info_text {
  grid-row: 2/3;
}
.acfe-flexible-placeholder footer.alternative .innerwrapper .time,
body.frontend footer.alternative .innerwrapper .time {
  grid-row: 2/3;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer.alternative .innerwrapper .time,
  body.frontend footer.alternative .innerwrapper .time {
    grid-row: 3/4;
  }
}
.acfe-flexible-placeholder footer.alternative .innerwrapper .cta__button,
body.frontend footer.alternative .innerwrapper .cta__button {
  grid-row: 1/2;
  margin-top: 0;
  margin-bottom: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder footer.alternative .innerwrapper .cta__button,
  body.frontend footer.alternative .innerwrapper .cta__button {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 876px) {
  main.home footer .innerwrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: var(--spacing) var(--spacing);
    padding-bottom: calc(var(--spacing) * 2);
  }
  main.home footer .innerwrapper > h2 {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: var(--fontSize32);
    line-height: 1.09;
    font-weight: 500;
    margin: 0;
  }
  main.home footer .innerwrapper .info_text {
    grid-column: 3/7;
    grid-row: 1/2;
    margin-right: 0;
    font-size: var(--fontSize32);
    line-height: 1.09;
    text-transform: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
  }
  main.home footer .innerwrapper .info_text strong {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
  }
  main.home footer .innerwrapper .info_text.not_desktop_home {
    display: none;
  }
  main.home footer .innerwrapper .info_text.desktop_home {
    display: block;
  }
  main.home footer .innerwrapper .time {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-right: auto;
    margin-left: 0;
  }
  main.home footer .innerwrapper .cta__button {
    grid-row: 2/3;
    grid-column: 3/7;
  }
}

.acfe-flexible-placeholder .section__more-cases,
body.frontend .section__more-cases {
  overflow: clip;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__more-cases,
  body.frontend .section__more-cases {
    overflow: unset;
  }
}
.acfe-flexible-placeholder .section__more-cases .innerwrapper,
body.frontend .section__more-cases .innerwrapper {
  padding-bottom: 5rem;
}
.acfe-flexible-placeholder .section__more-cases .innerwrapper h2,
body.frontend .section__more-cases .innerwrapper h2 {
  margin: 0;
  font-size: var(--fontSize32);
  color: var(--colorWhite);
  font-weight: 400;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__more-cases .innerwrapper h2,
  body.frontend .section__more-cases .innerwrapper h2 {
    font-size: var(--fontSize22);
    margin-bottom: 3rem;
  }
}
.acfe-flexible-placeholder .section__explore-projects,
body.frontend .section__explore-projects {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  background-color: var(--colorBlack);
  margin-top: calc(var(--borderRadius) * -1);
  overflow: clip;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__explore-projects,
  body.frontend .section__explore-projects {
    overflow: unset;
  }
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__explore-projects,
  body.frontend .section__explore-projects {
    border-radius: 0;
  }
  main.page-id-13 .section__explore-projects {
    display: none;
  }
  main.page-id-15 .section__explore-projects {
    display: none;
  }
}
.acfe-flexible-placeholder .section__explore-projects:not(:has(+ .section__button-holder)) .innerwrapper,
body.frontend .section__explore-projects:not(:has(+ .section__button-holder)) .innerwrapper {
  padding-bottom: calc(var(--spacing) * 6);
}
.acfe-flexible-placeholder .section__explore-projects .innerwrapper,
body.frontend .section__explore-projects .innerwrapper {
  padding-top: var(--spacing);
}
.acfe-flexible-placeholder .section__explore-projects .innerwrapper .headlines,
body.frontend .section__explore-projects .innerwrapper .headlines {
  color: var(--colorWhite);
}
.acfe-flexible-placeholder .section__explore-projects .innerwrapper .headlines .headline p:has(.cta__button),
body.frontend .section__explore-projects .innerwrapper .headlines .headline p:has(.cta__button) {
  margin-top: -2rem;
}
.acfe-flexible-placeholder .section__explore-projects .innerwrapper h2,
body.frontend .section__explore-projects .innerwrapper h2 {
  margin: 0;
  font-size: var(--fontSize32);
  color: var(--colorWhite);
  font-weight: 400;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__explore-projects .innerwrapper h2,
  body.frontend .section__explore-projects .innerwrapper h2 {
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
  }
}
.acfe-flexible-placeholder .section__explore-projects .innerwrapper .cases-teaser__wrapper,
body.frontend .section__explore-projects .innerwrapper .cases-teaser__wrapper {
  margin-top: 10rem;
}
.acfe-flexible-placeholder .cases-teaser__wrapper,
body.frontend .cases-teaser__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  /*
  &:has(a.case-teaser__row:hover) {
  	.case-teaser__row:not(:hover) {
  		opacity: 0.4;
  	}
  }
  */
}
@media (hover: hover) {
  .acfe-flexible-placeholder .cases-teaser__wrapper a.case-teaser__row:hover .badge,
  body.frontend .cases-teaser__wrapper a.case-teaser__row:hover .badge {
    background-color: var(--colorWhite);
    border-radius: 0.75em;
  }
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row,
body.frontend .cases-teaser__wrapper .case-teaser__row {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  text-decoration: none;
  transition: opacity 300ms ease-out;
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-items__wrapper,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-items__wrapper {
  width: calc(100% + var(--spacing) + var(--spacing));
  margin-inline: calc(var(--spacing) * -1);
  display: flex;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-items__wrapper img,
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-items__wrapper video,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-items__wrapper img,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-items__wrapper video {
  height: 15rem;
  width: auto;
  flex-shrink: 0;
  border-radius: 0.75rem;
  /*
  @media only screen and (max-width: 875px) {
  	border-radius: 0.75rem;
  }*/
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-items__wrapper .case-items__wrapper-inner,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-items__wrapper .case-items__wrapper-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-items__wrapper .case-items__wrapper-inner .marquee-item,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-items__wrapper .case-items__wrapper-inner .marquee-item {
  padding-inline: calc(var(--spacing) * 0.25);
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-teaser__info,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-teaser__info {
  color: var(--colorWhite);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.acfe-flexible-placeholder .cases-teaser__wrapper .case-teaser__row .case-teaser__info h3,
body.frontend .cases-teaser__wrapper .case-teaser__row .case-teaser__info h3 {
  margin: 0;
  font-size: inherit;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
}
.acfe-flexible-placeholder .headlines,
body.frontend .headlines {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .headlines,
  body.frontend .headlines {
    grid-template-columns: 100%;
    gap: calc(var(--spacing) * 0.5) 0;
  }
}
.acfe-flexible-placeholder .headlines h2,
body.frontend .headlines h2 {
  grid-column: span 2;
  margin: 0;
  font-size: var(--fontSize32);
  line-height: 1.09;
  font-weight: 400;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .headlines h2,
  body.frontend .headlines h2 {
    grid-column: unset;
    display: block;
    text-align: center;
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
  }
}
.acfe-flexible-placeholder .headlines .headline,
body.frontend .headlines .headline {
  grid-column: span 4;
  font-size: var(--fontSize32);
  line-height: 1.09;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .headlines .headline,
  body.frontend .headlines .headline {
    grid-column: unset;
    font-size: var(--fontSize22);
  }
}
.acfe-flexible-placeholder .headlines .headline p,
body.frontend .headlines .headline p {
  max-width: 26em;
}
.acfe-flexible-placeholder .section__text-columns.background_black,
body.frontend .section__text-columns.background_black {
  color: var(--colorWhite);
  background-color: var(--colorBlack);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns.background_black .rows,
  body.frontend .section__text-columns.background_black .rows {
    color: #A7A7A7;
  }
}
.acfe-flexible-placeholder .section__text-columns.background_grey,
body.frontend .section__text-columns.background_grey {
  color: var(--colorBlack);
  background-color: var(--colorGreyLight);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns.background_grey .rows,
  body.frontend .section__text-columns.background_grey .rows {
    color: #686868;
  }
  .acfe-flexible-placeholder .section__text-columns.background_grey .rows h3,
  body.frontend .section__text-columns.background_grey .rows h3 {
    color: var(--colorBlack);
  }
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper,
body.frontend .section__text-columns .innerwrapper {
  padding-top: var(--spacing);
  padding-bottom: calc(var(--spacing) * 4);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper,
  body.frontend .section__text-columns .innerwrapper {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .rows,
body.frontend .section__text-columns .innerwrapper .rows {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  margin-top: 5rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .rows,
  body.frontend .section__text-columns .innerwrapper .rows {
    gap: 2rem 0;
    margin-top: 3.8rem;
  }
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .row,
body.frontend .section__text-columns .innerwrapper .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  font-size: var(--fontSize19);
  line-height: 1.157;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row,
  body.frontend .section__text-columns .innerwrapper .row {
    grid-template-columns: 100%;
    font-size: var(--fontSize15);
  }
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper,
body.frontend .section__text-columns .innerwrapper .row .column__wrapper {
  grid-column: 3/7;
  display: flex;
  gap: 0 var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper,
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper .column,
body.frontend .section__text-columns .innerwrapper .row .column__wrapper .column {
  flex: 1;
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper .column > h3,
body.frontend .section__text-columns .innerwrapper .row .column__wrapper .column > h3 {
  font-size: var(--headFontSize);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ABC Monument Grotesk";
  margin: 0;
  /*
  + .content {
  	margin-top: 0.5em;
  }
  */
}
.acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper .column .content p:first-child,
body.frontend .section__text-columns .innerwrapper .row .column__wrapper .column .content p:first-child {
  margin-top: 0.5em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper .column .content h3,
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper .column .content h3 {
    display: flex;
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
    margin-bottom: -1em;
  }
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper .column .content h3:before,
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper .column .content h3:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23000'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.08em;
    background-size: 0.8em auto;
    width: 0.8em;
    aspect-ratio: 1/1;
    margin-right: 0.4em;
  }
}
@media only screen and (min-width: 876px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(2),
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(2) {
    transform: translateX(3rem);
  }
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)),
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    gap: 4rem var(--spacing);
  }
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:first-child,
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:first-child > h3,
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:first-child > h3 {
    display: none;
  }
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(2),
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .acfe-flexible-placeholder .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(3),
  body.frontend .section__text-columns .innerwrapper .row .column__wrapper:has(.column:nth-child(3)) .column:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block,
body.frontend .section__circle_animation_block {
  color: var(--colorBlack);
  background-color: var(--colorGreyLight);
  overflow: clip;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block,
  body.frontend .section__circle_animation_block {
    overflow: unset;
    overscroll-behavior: unset;
    touch-action: unset;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper,
body.frontend .section__circle_animation_block .innerwrapper {
  padding-top: var(--spacing);
  padding-bottom: calc(var(--spacing) * 4);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  min-height: 100vh;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper,
  body.frontend .section__circle_animation_block .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .headlines,
body.frontend .section__circle_animation_block .innerwrapper .headlines {
  grid-column: span 6;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .headlines,
  body.frontend .section__circle_animation_block .innerwrapper .headlines {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper {
  grid-column: 3/7;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder {
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 56rem;
  z-index: -1;
  transform: translateX(-10%);
  will-change: filter;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder {
    width: 36rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder svg,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__holder svg {
  width: 100%;
  height: auto;
  filter: blur(3rem);
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track {
  display: flex;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track {
    flex-direction: column;
    gap: 3.5rem 0;
    margin-top: 7.6rem;
    margin-bottom: 4.7rem;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block {
  font-size: var(--fontSize32);
  line-height: 1.09;
  width: 90%;
  flex: 0 0 auto;
  padding-right: 4rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block {
    font-size: var(--fontSize22);
    width: 100%;
    padding-right: 0;
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:first-child .single__text-block-inner strong:before,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:first-child .single__text-block-inner strong:before {
    content: "A";
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(2) .single__text-block-inner strong:before,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(2) .single__text-block-inner strong:before {
    content: "B";
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(3) .single__text-block-inner strong:before,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(3) .single__text-block-inner strong:before {
    content: "C";
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(4) .single__text-block-inner strong:before,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block:nth-child(4) .single__text-block-inner strong:before {
    content: "D";
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner {
  max-width: 17em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner {
    max-width: none;
    padding-left: 4rem;
    padding-left: 0;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong {
  font-weight: 400;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong {
    display: flex;
    color: var(--colorBlack);
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
    margin-bottom: 0.5rem;
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong.only_desktop,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong.only_desktop {
    display: none !important;
  }
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong:before,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner strong:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23000'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.08em;
    background-size: 0.8em auto;
    padding-right: 1.2em;
    margin-right: 1em;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p {
  margin: 0.5em 0;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p,
  body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p {
    color: #686868;
  }
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p:first-child,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p:last-child,
body.frontend .section__circle_animation_block .innerwrapper .circle__animation-wrapper .circle__animation-track .single__text-block .single__text-block-inner p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__text_animation_block,
body.frontend .section__text_animation_block {
  color: var(--colorWhite);
  background-color: var(--colorBlack);
  overflow: clip;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block,
  body.frontend .section__text_animation_block {
    overflow: unset;
    overscroll-behavior: unset;
    touch-action: unset;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper,
body.frontend .section__text_animation_block .innerwrapper {
  padding-top: var(--spacing);
  padding-bottom: calc(var(--spacing) * 4);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  min-height: 100lvh;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper,
  body.frontend .section__text_animation_block .innerwrapper {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .headlines,
body.frontend .section__text_animation_block .innerwrapper .headlines {
  grid-column: span 6;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .headlines,
  body.frontend .section__text_animation_block .innerwrapper .headlines {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper {
  grid-column: 3/7;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track {
  display: flex;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track {
    flex-direction: column;
    gap: 4.2rem 0;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block {
  font-size: var(--fontSize32);
  line-height: 1.09;
  width: 90%;
  flex: 0 0 auto;
  padding-right: 4rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block {
    font-size: var(--fontSize22);
    width: 100%;
    padding-right: 0;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner {
  max-width: 21em;
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p {
  margin: 0.5em 0;
  background: linear-gradient(87deg, #FFF 27.23%, #A4A396 85.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p {
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #A7A7A7;
  }
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p:first-child,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p:first-child {
  margin-top: 0;
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p:last-child,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p:last-child {
  margin-bottom: 0;
}
.acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong,
body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong {
  font-weight: 400;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong {
    display: flex;
    color: var(--colorWhite);
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
    margin-bottom: 0.5rem;
  }
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong.only_desktop,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong.only_desktop {
    display: none !important;
  }
  .acfe-flexible-placeholder .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong:before,
  body.frontend .section__text_animation_block .innerwrapper .text__animation-wrapper .text__animation-track .single__text-block .single__text-block-inner p strong:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23FFF'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.08em;
    background-size: 0.8em auto;
    width: 0.8em;
    aspect-ratio: 1/1;
    margin-right: 0.4em;
  }
}
.acfe-flexible-placeholder .section__hero__slider,
body.frontend .section__hero__slider {
  position: relative;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow-badge,
body.frontend .section__hero__slider .slideshow-badge {
  display: none !important;
}
.acfe-flexible-placeholder .section__hero__slider > svg,
body.frontend .section__hero__slider > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23.3rem;
  height: auto;
  z-index: 20;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__hero__slider > svg,
  body.frontend .section__hero__slider > svg {
    width: 12.5rem;
  }
}
.acfe-flexible-placeholder .section__hero__slider .slideshow,
body.frontend .section__hero__slider .slideshow {
  width: 100%;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .slick-track,
body.frontend .section__hero__slider .slideshow .slick-track {
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .slick-slide,
body.frontend .section__hero__slider .slideshow .slick-slide {
  font-size: 0;
  line-height: 0;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide,
body.frontend .section__hero__slider .slideshow .single__slide {
  width: 100vw !important;
  height: var(--screenHeight);
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner {
  display: grid;
  grid-template-columns: 100%;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner .image,
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner .video,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner .image,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner .video {
  width: 100%;
  height: 100%;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner img,
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner video,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner img,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner video {
  width: 100%;
  height: 100%;
  height: var(--screenHeight);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner video,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner video {
  width: calc(100% + 2px);
  margin-left: -1px;
}
.acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner.splitted,
body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner.splitted {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__hero__slider .slideshow .single__slide .single__slide-inner.splitted,
  body.frontend .section__hero__slider .slideshow .single__slide .single__slide-inner.splitted {
    grid-template-columns: 100%;
  }
}
.acfe-flexible-placeholder .section__video-background-content,
body.frontend .section__video-background-content {
  position: relative;
}
.acfe-flexible-placeholder .section__video-background-content .video_bg,
body.frontend .section__video-background-content .video_bg {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.acfe-flexible-placeholder .section__video-background-content .video_bg video,
body.frontend .section__video-background-content .video_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper,
body.frontend .section__video-background-content .innerwrapper {
  min-height: 100svh;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  position: relative;
  z-index: 2;
  color: var(--colorWhite);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper .headlines,
body.frontend .section__video-background-content .innerwrapper .headlines {
  grid-column: 1/2;
  grid-row: 1/2;
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper .content,
body.frontend .section__video-background-content .innerwrapper .content {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper .content .content__inner,
body.frontend .section__video-background-content .innerwrapper .content .content__inner {
  font-size: var(--fontSize50);
  line-height: 1.08;
  text-align: center;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__video-background-content .innerwrapper .content .content__inner,
  body.frontend .section__video-background-content .innerwrapper .content .content__inner {
    font-size: var(--fontSize30);
  }
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper .content .content__inner a:not(.cta__button),
body.frontend .section__video-background-content .innerwrapper .content .content__inner a:not(.cta__button) {
  color: inherit;
  text-decoration: none;
}
.acfe-flexible-placeholder .section__video-background-content .innerwrapper .content .content__inner p:has(.cta__button),
body.frontend .section__video-background-content .innerwrapper .content .content__inner p:has(.cta__button) {
  margin-top: -2rem;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__video-background-content .innerwrapper .content .content__inner p:has(.cta__button),
  body.frontend .section__video-background-content .innerwrapper .content .content__inner p:has(.cta__button) {
    margin-top: -0.5rem;
  }
}
.acfe-flexible-placeholder main.single-project,
body.frontend main.single-project {
  --backgroundColor: var(--colorBlack);
  --color: var(--colorWhite);
  background-color: var(--backgroundColor);
  color: var(--color);
}
.acfe-flexible-placeholder main.single-project section,
body.frontend main.single-project section {
  background-color: var(--backgroundColor);
  color: var(--color);
}
.acfe-flexible-placeholder main.single-project section .innerwrapper,
body.frontend main.single-project section .innerwrapper {
  color: var(--color);
}
.acfe-flexible-placeholder main.single-project section .innerwrapper h2,
body.frontend main.single-project section .innerwrapper h2 {
  color: var(--color);
}
.acfe-flexible-placeholder main.single-project section .innerwrapper .cases-teaser__wrapper .case-teaser__row .case-teaser__info,
body.frontend main.single-project section .innerwrapper .cases-teaser__wrapper .case-teaser__row .case-teaser__info {
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11,
body.frontend main.page-id-11 {
  --backgroundColor: var(--colorGreyLight);
  --color: var(--colorBlack);
  background-color: var(--backgroundColor);
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11 section,
body.frontend main.page-id-11 section {
  background-color: var(--backgroundColor);
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11 section .innerwrapper,
body.frontend main.page-id-11 section .innerwrapper {
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11 section .innerwrapper h2,
body.frontend main.page-id-11 section .innerwrapper h2 {
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11 section .innerwrapper .item .item-infos,
body.frontend main.page-id-11 section .innerwrapper .item .item-infos {
  color: var(--color);
}
.acfe-flexible-placeholder main.page-id-11 section.section__indented-text,
body.frontend main.page-id-11 section.section__indented-text {
  background-color: var(--backgroundColor);
}
.acfe-flexible-placeholder main.page-id-11 section.section__indented-text .innerwrapper,
body.frontend main.page-id-11 section.section__indented-text .innerwrapper {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--colorBlack);
}
.acfe-flexible-placeholder .section__text-rows,
body.frontend .section__text-rows {
  background-color: var(--colorWhite);
  color: var(--colorBlack);
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper,
body.frontend .section__text-rows .innerwrapper {
  padding-bottom: calc(var(--spacing) * 8);
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row,
body.frontend .section__text-rows .innerwrapper .rows .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  padding-block: var(--spacing) calc(var(--spacing) * 2.5);
  width: calc(100% + var(--spacing) + var(--spacing));
  margin-inline: calc(var(--spacing) * -1);
  padding-inline: var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row,
  body.frontend .section__text-rows .innerwrapper .rows .row {
    grid-template-columns: 100%;
    gap: calc(var(--spacing) * 0.5) 0;
    padding-block: var(--spacing) calc(var(--spacing) * 3.5);
  }
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row:not(:last-child),
body.frontend .section__text-rows .innerwrapper .rows .row:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row h2,
body.frontend .section__text-rows .innerwrapper .rows .row h2 {
  grid-column: span 2;
  margin: 0;
  font-size: var(--fontSize32);
  line-height: 1.09;
  font-weight: 400;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row h2,
  body.frontend .section__text-rows .innerwrapper .rows .row h2 {
    grid-column: unset;
    display: block;
    text-align: center;
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
  }
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row .content,
body.frontend .section__text-rows .innerwrapper .rows .row .content {
  grid-column: span 4;
  font-size: var(--fontSize32);
  line-height: 1.09;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row .content,
  body.frontend .section__text-rows .innerwrapper .rows .row .content {
    grid-column: unset;
    font-size: var(--fontSize22);
  }
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .rows .row .content p,
body.frontend .section__text-rows .innerwrapper .rows .row .content p {
  max-width: 26.5em;
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .content,
.acfe-flexible-placeholder .section__jobs .innerwrapper,
body.frontend .section__text-rows .innerwrapper .content,
body.frontend .section__jobs .innerwrapper {
  /* Define keyframes: shrink to 0% (to the right), then expand again from left */
  /* Trigger animation on hover */
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .content a,
.acfe-flexible-placeholder .section__jobs .innerwrapper a,
body.frontend .section__text-rows .innerwrapper .content a,
body.frontend .section__jobs .innerwrapper a {
  position: relative;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left 95%;
  background-size: 100% 1px;
  transition: background-size 0.3s ease;
}
@keyframes underline-reset-rebuild {
  0% {
    background-size: 100% 1px;
    background-position: right 95%;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 95%;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 95%;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 95%;
  }
}
.acfe-flexible-placeholder .section__text-rows .innerwrapper .content a:hover,
.acfe-flexible-placeholder .section__jobs .innerwrapper a:hover,
body.frontend .section__text-rows .innerwrapper .content a:hover,
body.frontend .section__jobs .innerwrapper a:hover {
  animation: underline-reset-rebuild 0.6s ease forwards;
}
.acfe-flexible-placeholder .section__jobs,
body.frontend .section__jobs {
  background-color: var(--colorGreyLight);
  color: var(--colorBlack);
  margin-bottom: calc(var(--borderRadius) * -1);
}
.acfe-flexible-placeholder .section__jobs .innerwrapper,
body.frontend .section__jobs .innerwrapper {
  padding-bottom: calc(var(--spacing) * 8);
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .headlines,
body.frontend .section__jobs .innerwrapper .headlines {
  padding-bottom: 18rem;
  padding-top: var(--topSpacing);
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .headlines .headline,
body.frontend .section__jobs .innerwrapper .headlines .headline {
  grid-column: 3/7;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .headlines .headline,
  body.frontend .section__jobs .innerwrapper .headlines .headline {
    grid-column: unset;
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .headlines .headline p,
body.frontend .section__jobs .innerwrapper .headlines .headline p {
  max-width: 21em;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .headlines,
  body.frontend .section__jobs .innerwrapper .headlines {
    grid-template-columns: 100%;
    font-size: var(--fontSize22);
    min-height: var(--screenHeight);
    align-items: center;
    padding-bottom: 8rem;
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row,
body.frontend .section__jobs .innerwrapper .rows .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  padding-block: var(--spacing) calc(var(--spacing) * 2.5);
  width: calc(100% + var(--spacing) + var(--spacing));
  margin-inline: calc(var(--spacing) * -1);
  padding-inline: var(--spacing);
  border-top: 1px solid var(--colorBlack);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row,
  body.frontend .section__jobs .innerwrapper .rows .row {
    grid-template-columns: 100%;
    gap: calc(var(--spacing) * 0.5) 0;
    padding-block: var(--spacing) calc(var(--spacing) * 3.5);
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2,
body.frontend .section__jobs .innerwrapper .rows .row h2 {
  grid-column: span 2;
  margin: 0;
  font-size: var(--fontSize32);
  line-height: 1.09;
  font-weight: 400;
  position: relative;
  margin-right: auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2,
  body.frontend .section__jobs .innerwrapper .rows .row h2 {
    margin-left: auto;
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2.dot:after,
body.frontend .section__jobs .innerwrapper .rows .row h2.dot:after {
  --size: 0.833rem;
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 0.2em);
  top: 0.1em;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 95% auto;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2.dot:after,
  body.frontend .section__jobs .innerwrapper .rows .row h2.dot:after {
    left: calc(100% + 0.5em);
    top: 0.05em;
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2.dot.orange:after,
body.frontend .section__jobs .innerwrapper .rows .row h2.dot.orange:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%23FF7700'/></svg>");
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2.dot.green:after,
body.frontend .section__jobs .innerwrapper .rows .row h2.dot.green:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'><circle cx='5' cy='5' r='5' fill='%2300ff26'/></svg>");
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row h2,
  body.frontend .section__jobs .innerwrapper .rows .row h2 {
    grid-column: unset;
    display: block;
    text-align: center;
    font-size: var(--headFontSize);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "ABC Monument Grotesk";
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row .content,
body.frontend .section__jobs .innerwrapper .rows .row .content {
  grid-column: span 4;
  font-size: var(--fontSize32);
  line-height: 1.09;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row .content,
  body.frontend .section__jobs .innerwrapper .rows .row .content {
    grid-column: unset;
    font-size: var(--fontSize22);
  }
}
.acfe-flexible-placeholder .section__jobs .innerwrapper .rows .row .content p,
body.frontend .section__jobs .innerwrapper .rows .row .content p {
  max-width: 26.5em;
}
.acfe-flexible-placeholder .section__default-page-blocks,
body.frontend .section__default-page-blocks {
  background-color: var(--colorWhite);
  margin-bottom: calc(var(--borderRadius) * -1);
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper,
body.frontend .section__default-page-blocks .innerwrapper {
  color: var(--colorBlack);
  padding-top: var(--topSpacing);
  padding-bottom: var(--topSpacing);
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row,
body.frontend .section__default-page-blocks .innerwrapper .rows .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--spacing);
  padding-block: var(--spacing) calc(var(--spacing) * 2.5);
  width: calc(100% + var(--spacing) + var(--spacing));
  margin-inline: calc(var(--spacing) * -1);
  padding-inline: var(--spacing);
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row,
  body.frontend .section__default-page-blocks .innerwrapper .rows .row {
    grid-template-columns: 100%;
    gap: calc(var(--spacing) * 0.5) 0;
    padding-block: var(--spacing) calc(var(--spacing) * 3.5);
  }
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row:first-child,
body.frontend .section__default-page-blocks .innerwrapper .rows .row:first-child {
  padding-top: 0;
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row:not(:last-child),
body.frontend .section__default-page-blocks .innerwrapper .rows .row:not(:last-child) {
  border-bottom: 1px solid var(--colorBlack);
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row h2,
body.frontend .section__default-page-blocks .innerwrapper .rows .row h2 {
  grid-column: span 2;
  font-size: var(--fontSize19);
  line-height: 1.157;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row h2,
  body.frontend .section__default-page-blocks .innerwrapper .rows .row h2 {
    grid-column: unset;
    font-size: var(--fontSize15);
    margin-bottom: 1em;
  }
}
.acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row .content,
body.frontend .section__default-page-blocks .innerwrapper .rows .row .content {
  grid-column: span 3;
  font-size: var(--fontSize19);
  line-height: 1.157;
}
@media only screen and (max-width: 875px) {
  .acfe-flexible-placeholder .section__default-page-blocks .innerwrapper .rows .row .content,
  body.frontend .section__default-page-blocks .innerwrapper .rows .row .content {
    grid-column: unset;
    font-size: var(--fontSize15);
  }
}
