@charset "UTF-8";
:root {
  --gutter: 36px;
  --margin: 54px;
  --unit: calc( ( 1746px - var(--gutter) * 11 ) / 12 );
  --line-height: 1.25em;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Roboto-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: "Epicene";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/epicene-display-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Epicene";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/EpiceneDisplay-RegularItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Epicene";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/epicene-display-medium.woff2) format("woff2");
}
@font-face {
  font-family: "Outsiders";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Outsiders_Bold_PRO_2013.otf) format("opentype");
}
@font-face {
  font-family: "Outsiders";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Outsiders_SemiBold_PRO_2013.otf) format("opentype");
}
@font-face {
  font-family: "Outsiders";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/Outsiders_Regular_PRO_2013.otf) format("opentype");
}
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover .hover {
  text-decoration: underline;
}
a.serif.underline {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}

.sand {
  color: #F6F5EA;
}

.black {
  color: black;
}

.red {
  color: #D7463D;
}

.bg-red {
  background-color: #D7463D;
}

.bg-green {
  background-color: #A8E6CE;
}

.bg-yellow {
  background-color: #F7F4DC;
}

.serif {
  font-family: "Epicene";
}

.sans {
  font-family: "Roboto";
}

.slab {
  font-family: "Outsiders";
  letter-spacing: 0.05em;
  font-weight: normal;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}
.bold.caps {
  letter-spacing: 0.05em;
}

.caps {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.f-12 {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.f-13 {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.f-14 {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.f-15 {
  font-size: 15px;
  letter-spacing: 0.025em;
}
.f-15.bold {
  letter-spacing: 0.05em;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.filters-fixed .filters-desktop .filter-container {
  font-size: 1.1rem;
}

.f-20 {
  font-size: 20px;
}

.f-26 {
  font-size: 26px;
}

.f-32 {
  font-size: 32px;
  line-height: 1.3;
}

.f-30 {
  font-size: 30px;
  line-height: 1.3;
}

.f-37 {
  font-size: 37px;
}

.f-42 {
  font-size: 42px;
  line-height: 1.2;
}

.f-44 {
  font-size: 44px;
  line-height: 1.2;
}

.f-46 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0;
}

.f-48 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
}

.f-52 {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: 0;
}

.f-60 {
  font-size: 60px;
  line-height: 1.12;
  letter-spacing: 0;
}

.f-65 {
  font-size: 65px;
  line-height: 1.05;
  letter-spacing: 0;
}
.f-65 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}
.f-65 .underline {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}

.lh-1 {
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: inherit;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

img {
  width: 100%;
  height: auto;
}

article {
  position: relative;
}

blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.d-b {
  display: block;
}

.d-i-b {
  display: block;
}

.d-f {
  display: flex;
  flex-wrap: wrap;
}

.d-f-c {
  flex-direction: column;
}

.j-s-b {
  justify-content: space-between;
}

.j-e {
  justify-content: flex-end;
}

.j-c {
  justify-content: center;
}

.a-c {
  align-items: center;
}

.a-b {
  align-items: baseline;
}

.a-s {
  align-items: flex-start;
}

.a-e {
  align-items: flex-end;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.sticky {
  position: sticky;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.cover {
  object-fit: cover;
}

video.cover {
  width: 100%;
  height: 100%;
}

.s-g {
  width: var(--gutter);
}

.p-1 {
  padding: calc(var(--gutter) * 1);
}

.p-2 {
  padding: calc(var(--gutter) * 2);
}

.p-3 {
  padding: calc(var(--gutter) * 3);
}

.p-4 {
  padding: calc(var(--gutter) * 4);
}

.p-5 {
  padding: calc(var(--gutter) * 5);
}

.p-6 {
  padding: calc(var(--gutter) * 6);
}

.p-7 {
  padding: calc(var(--gutter) * 7);
}

.p-8 {
  padding: calc(var(--gutter) * 8);
}

.p-9 {
  padding: calc(var(--gutter) * 9);
}

.p-10 {
  padding: calc(var(--gutter) * 10);
}

.p-11 {
  padding: calc(var(--gutter) * 11);
}

.p-12 {
  padding: calc(var(--gutter) * 12);
}

.m-l-1 {
  margin-left: calc(var(--unit) * 1 + var(--gutter) * 1);
}

.m-l-2 {
  margin-left: calc(var(--unit) * 2 + var(--gutter) * 2);
}

.m-l-3 {
  margin-left: calc(var(--unit) * 3 + var(--gutter) * 3);
}

.m-l-4 {
  margin-left: calc(var(--unit) * 4 + var(--gutter) * 4);
}

.m-l-5 {
  margin-left: calc(var(--unit) * 5 + var(--gutter) * 5);
}

.m-l-6 {
  margin-left: calc(var(--unit) * 6 + var(--gutter) * 6);
}

.m-l-7 {
  margin-left: calc(var(--unit) * 7 + var(--gutter) * 7);
}

.m-l-8 {
  margin-left: calc(var(--unit) * 8 + var(--gutter) * 8);
}

.m-l-9 {
  margin-left: calc(var(--unit) * 9 + var(--gutter) * 9);
}

.m-l-10 {
  margin-left: calc(var(--unit) * 10 + var(--gutter) * 10);
}

.m-l-11 {
  margin-left: calc(var(--unit) * 11 + var(--gutter) * 11);
}

.m-l-12 {
  margin-left: calc(var(--unit) * 12 + var(--gutter) * 12);
}

.m-l-9--g {
  margin-left: calc(var(--unit) * 9 + var(--gutter) * 8);
}

.m-r-1 {
  margin-right: calc(var(--unit) * 1 + var(--gutter) * 1);
}

.m-r-2 {
  margin-right: calc(var(--unit) * 2 + var(--gutter) * 2);
}

.m-r-3 {
  margin-right: calc(var(--unit) * 3 + var(--gutter) * 3);
}

.m-r-4 {
  margin-right: calc(var(--unit) * 4 + var(--gutter) * 4);
}

.m-r-5 {
  margin-right: calc(var(--unit) * 5 + var(--gutter) * 5);
}

.m-r-6 {
  margin-right: calc(var(--unit) * 6 + var(--gutter) * 6);
}

.m-r-7 {
  margin-right: calc(var(--unit) * 7 + var(--gutter) * 7);
}

.m-r-8 {
  margin-right: calc(var(--unit) * 8 + var(--gutter) * 8);
}

.m-r-9 {
  margin-right: calc(var(--unit) * 9 + var(--gutter) * 9);
}

.m-r-10 {
  margin-right: calc(var(--unit) * 10 + var(--gutter) * 10);
}

.m-r-11 {
  margin-right: calc(var(--unit) * 11 + var(--gutter) * 11);
}

.m-r-12 {
  margin-right: calc(var(--unit) * 12 + var(--gutter) * 12);
}

.m-t-1 {
  margin-top: calc(var(--gutter) * 1);
}

.m-t-2 {
  margin-top: calc(var(--gutter) * 2);
}

.m-t-3 {
  margin-top: calc(var(--gutter) * 3);
}

.m-t-4 {
  margin-top: calc(var(--gutter) * 4);
}

.m-t-5 {
  margin-top: calc(var(--gutter) * 5);
}

.m-t-6 {
  margin-top: calc(var(--gutter) * 6);
}

.m-t-7 {
  margin-top: calc(var(--gutter) * 7);
}

.m-t-8 {
  margin-top: calc(var(--gutter) * 8);
}

.m-t-9 {
  margin-top: calc(var(--gutter) * 9);
}

.m-t-10 {
  margin-top: calc(var(--gutter) * 10);
}

.m-t-11 {
  margin-top: calc(var(--gutter) * 11);
}

.m-t-12 {
  margin-top: calc(var(--gutter) * 12);
}

.m-b-1 {
  margin-bottom: calc(var(--gutter) * 1);
}

.m-b-2 {
  margin-bottom: calc(var(--gutter) * 2);
}

.m-b-3 {
  margin-bottom: calc(var(--gutter) * 3);
}

.m-b-4 {
  margin-bottom: calc(var(--gutter) * 4);
}

.m-b-5 {
  margin-bottom: calc(var(--gutter) * 5);
}

.m-b-6 {
  margin-bottom: calc(var(--gutter) * 6);
}

.m-b-7 {
  margin-bottom: calc(var(--gutter) * 7);
}

.m-b-8 {
  margin-bottom: calc(var(--gutter) * 8);
}

.m-b-9 {
  margin-bottom: calc(var(--gutter) * 9);
}

.m-b-10 {
  margin-bottom: calc(var(--gutter) * 10);
}

.m-b-11 {
  margin-bottom: calc(var(--gutter) * 11);
}

.m-b-12 {
  margin-bottom: calc(var(--gutter) * 12);
}

.p-t-1 {
  padding-top: calc(var(--gutter) * 1);
}

.p-t-2 {
  padding-top: calc(var(--gutter) * 2);
}

.p-t-3 {
  padding-top: calc(var(--gutter) * 3);
}

.p-t-4 {
  padding-top: calc(var(--gutter) * 4);
}

.p-t-5 {
  padding-top: calc(var(--gutter) * 5);
}

.p-t-6 {
  padding-top: calc(var(--gutter) * 6);
}

.p-t-7 {
  padding-top: calc(var(--gutter) * 7);
}

.p-t-8 {
  padding-top: calc(var(--gutter) * 8);
}

.p-t-9 {
  padding-top: calc(var(--gutter) * 9);
}

.p-t-10 {
  padding-top: calc(var(--gutter) * 10);
}

.p-t-11 {
  padding-top: calc(var(--gutter) * 11);
}

.p-t-12 {
  padding-top: calc(var(--gutter) * 12);
}

.p-b-1 {
  padding-bottom: calc(var(--gutter) * 1);
}

.p-b-2 {
  padding-bottom: calc(var(--gutter) * 2);
}

.p-b-3 {
  padding-bottom: calc(var(--gutter) * 3);
}

.p-b-4 {
  padding-bottom: calc(var(--gutter) * 4);
}

.p-b-5 {
  padding-bottom: calc(var(--gutter) * 5);
}

.p-b-6 {
  padding-bottom: calc(var(--gutter) * 6);
}

.p-b-7 {
  padding-bottom: calc(var(--gutter) * 7);
}

.p-b-8 {
  padding-bottom: calc(var(--gutter) * 8);
}

.p-b-9 {
  padding-bottom: calc(var(--gutter) * 9);
}

.p-b-10 {
  padding-bottom: calc(var(--gutter) * 10);
}

.p-b-11 {
  padding-bottom: calc(var(--gutter) * 11);
}

.p-b-12 {
  padding-bottom: calc(var(--gutter) * 12);
}

.m-t-a {
  margin-top: auto;
}

.m-r-a {
  margin-right: auto;
}

.m-l-a {
  margin-left: auto;
}

.m-r-g {
  margin-right: var(--gutter);
}

.m-t-lh {
  margin-top: var(--line-height);
}

.m-b-lh {
  margin-bottom: var(--line-height);
}

.m-r-lh {
  margin-right: var(--line-height);
}

.p-l-g {
  padding-left: var(--gutter);
}

.p-l-1 {
  padding-left: calc(var(--gutter) * 1);
}

.p-l-2 {
  padding-left: calc(var(--gutter) * 2);
}

.p-l-3 {
  padding-left: calc(var(--gutter) * 3);
}

.p-l-4 {
  padding-left: calc(var(--gutter) * 4);
}

.p-l-5 {
  padding-left: calc(var(--gutter) * 5);
}

.p-l-6 {
  padding-left: calc(var(--gutter) * 6);
}

.p-l-7 {
  padding-left: calc(var(--gutter) * 7);
}

.p-l-8 {
  padding-left: calc(var(--gutter) * 8);
}

.p-l-9 {
  padding-left: calc(var(--gutter) * 9);
}

.p-l-10 {
  padding-left: calc(var(--gutter) * 10);
}

.p-l-11 {
  padding-left: calc(var(--gutter) * 11);
}

.p-l-12 {
  padding-left: calc(var(--gutter) * 12);
}

.t-c {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

#app {
  width: 100%;
}
#app main {
  width: 100%;
}

header {
  padding-top: 3rem;
  padding-bottom: 2.7rem;
  margin-bottom: 3rem;
  position: relative;
}
header:after {
  width: 12rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  height: 1px;
  left: calc(50% - 6rem);
}

#logo {
  margin-top: -1rem;
  width: 11.9rem;
}
#logo #logo-fill {
  fill: #101010;
}
#logo #logo-soft {
  transition: opacity 8s ease-in 0.5s;
}
#logo #logo-full {
  transition: opacity 5s ease-in 3s;
}
#logo.logo-drawn #logo-soft {
  opacity: 1;
}
#logo.logo-drawn #logo-full {
  opacity: 1;
}
#logo.logo-done #logo-soft, #logo.logo-done #logo-fill {
  opacity: 0;
  transition: opacity 2s ease-out;
}
#logo.logo-done:not(.logo-drawn) #logo-soft, #logo.logo-done:not(.logo-drawn) #logo-fill {
  opacity: 0;
  transition: none;
}
#logo.logo-done:not(.logo-drawn) #logo-full {
  opacity: 1;
  transition: none;
}

#app section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.margin {
  max-width: 1746px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  margin-bottom: 6rem;
}
.hero figure {
  display: flex;
  height: 54.2rem;
  max-height: calc(100svh - var(--wp-admin--admin-bar--height, 0px) - 3rem - 2.7rem - 3rem - 5.1rem - 1.7rem - 3rem);
}
.hero figcaption {
  margin-top: 0.3em;
}
.hero a:hover .tags {
  text-decoration: none;
}

#highlights {
  margin-top: 6rem;
}

h1 {
  margin-bottom: 0.2em;
}

.back {
  position: absolute;
  left: 0;
}
.back:before {
  content: "<";
  font-family: "Outsiders";
  font-size: 189%;
  font-weight: normal;
  position: relative;
  bottom: -0.14em;
  margin-right: 0.3em;
}

.splide {
  width: 100%;
}
.splide .splide__slide {
  margin-right: var(--gutter);
  display: flex;
  flex-direction: column;
}

.icon-swipe {
  position: absolute;
  width: 2.5em;
  left: var(--margin);
  top: calc(50% - 1.25em);
  z-index: 4;
}

.grid-sizer, .gutter-sizer {
  height: 1px;
  visibility: hidden;
}

.filter-container {
  min-height: 1.25rem;
}

.filters-label,
.filters-separator {
  white-space: nowrap;
}

.filters-mobile {
  display: none;
  transition: opacity 0.5s;
}

.filters-desktop {
  align-items: baseline;
}
.filters-desktop .filter-cat {
  margin-left: 0.5em;
  line-height: 1;
  position: relative;
  top: -0.02em;
}
.filters-desktop .filters-separator {
  margin-left: 0.5em;
}

.filters-mobile .filter-mobile-toggle,
.filters-mobile .filter-cat,
.filters-desktop .filter-cat {
  display: none;
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.filter-mobile-toggle {
  align-items: center;
  gap: 0.75rem;
  margin-left: 1em;
}

.filter-mobile-panel {
  display: contents;
}

.filter-groups,
.filter-group {
  display: flex;
  align-items: baseline;
}

.filters-separator {
  margin: 0 0 0 1em;
}

.filters li {
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.filters li.active {
  text-decoration: underline;
  color: black;
}
.filters li:hover {
  text-decoration: underline;
  color: black;
}
.filters li:after {
  content: "|";
  position: absolute;
  right: -1.2em;
}
.filters li:last-child {
  margin-right: 0;
}
.filters li:last-child:after {
  content: unset;
}

.filters {
  transition: opacity 0.5s;
  align-items: baseline;
}
.filters ul + span {
  margin-left: 1em;
}

.filter-close {
  margin-left: 0.4em;
  cursor: pointer;
}

.filter-cat.filter-active:hover .filter-term {
  text-decoration: underline;
}

.page-template-arbeiten .filters-fixed .filters:hover .filter-cat {
  position: relative;
}
.page-template-arbeiten .filters-fixed .filters:hover .filter-cat::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.65em);
  width: 2.4rem;
  height: 1px;
  background-color: #F6F5EA;
  transform-origin: 0 0;
  transition: background-color 0.3s;
}
.page-template-arbeiten .filters-fixed .filters:hover .filter-cat.filter-dim::after {
  background-color: black;
}
.page-template-arbeiten .filters-fixed .filters:hover .filter-cat:has(+ .category-filters)::after {
  transform: rotate(135deg);
}
.page-template-arbeiten .filters-fixed .filters:hover .filter-cat:has(+ .branchen-filters)::after {
  left: 0.35em;
  transform: rotate(45deg);
}

.filters-fixed .filters {
  position: fixed;
  top: 4.75rem;
  background-color: #D7463D;
  color: black;
  padding: 0.5em 1em 0.4em;
  z-index: 2;
  max-width: 26.4em;
  justify-content: center;
  transition: all 0.5s;
}
.filters-fixed .filters li:after {
  content: unset;
}
.filters-fixed .filters ul {
  color: black;
  display: none;
  padding-top: 2.2rem;
}
.filters-fixed .filters:hover {
  padding-bottom: 1em;
}
.filters-fixed .filters:hover ul {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.filters-fixed .filters .filter-mobile-toggle {
  display: none;
}
.filters-fixed .filters .filter-mobile-panel {
  display: contents;
}
.filters-fixed .filters .filter-groups {
  display: flex;
  align-items: flex-start;
}
.filters-fixed .filters .filter-group {
  display: flex;
  align-items: flex-start;
}
.filters-fixed .filters .filter-container {
  font-size: 1.1rem;
}
.filters-fixed .filters .category-filters {
  order: 1;
}
.filters-fixed .filters .branchen-filters {
  order: 2;
  margin-left: -1.7rem;
}
.filters-fixed .filters .branchen-filters li {
  margin-left: 0.5em;
  margin-right: 0.75rem;
}
.filters-fixed .filters .active {
  color: #F6F5EA;
}
.filters-fixed .filters .filter-cat {
  color: #F6F5EA;
  transition: color 0.3s;
}
.filters-fixed .filters .filter-cat.filter-dim {
  color: black;
}
.filters-fixed .filters ul.filter-highlight li {
  color: #F6F5EA;
}
.filters-fixed .filters-desktop .filter-container {
  font-weight: 700;
}
.filters-fixed .category-filters li:first-child {
  display: none;
}

.page-template-arbeiten .filters-fixed .filter-cat, .page-template-kunden .filters-fixed .filter-cat {
  display: block;
}

.page-template-kunden .filters-fixed .filter-cat {
  display: none;
}
.page-template-kunden .filters-fixed .filters {
  max-width: none;
}
.page-template-kunden .filters-fixed .filters ul {
  display: flex;
  padding-top: 0;
  flex-direction: row;
  justify-content: center;
  width: auto;
  color: white;
}
.page-template-kunden .filters-fixed .filters:hover {
  padding-bottom: 0.4em;
}

.project-grid {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.project-grid article h4 {
  transition: color 0.28s ease;
}
.project-grid article img {
  transition: opacity 0.28s ease;
}
.project-grid article:hover h4 {
  color: #D7463D;
}
.project-grid article:hover img {
  opacity: 0.9;
}

.grid article {
  margin-bottom: 2.5rem;
}
.grid figcaption {
  margin-top: 0.3em;
}
.grid figcaption a + a {
  margin-left: 0.4em;
}
.grid .s-8 figure > a {
  width: 100%;
  display: flex;
}
.grid .s-4 figure > a {
  width: 100%;
  display: flex;
}
.grid .s-4.r-2 figure > a {
  height: 47.3rem;
}

.highlights-grid {
  columns: 2;
  column-gap: var(--gutter);
  margin-bottom: 0;
}
.highlights-grid article {
  break-inside: avoid;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
.highlights-grid article:last-of-type {
  margin-bottom: 2rem;
}

.highlights-col-left article:nth-child(1) {
  margin-top: 5rem;
}

.portfolio-grid article {
  margin-bottom: unset;
}
.portfolio-grid img {
  object-fit: cover;
  height: 100%;
}
.portfolio-grid .s-8 {
  height: 49rem;
}
.portfolio-grid .s-8 figure > a {
  height: 47.3rem;
}
.portfolio-grid .s-4.r-1 {
  height: calc((49rem - var(--gutter)) / 2);
}
.portfolio-grid .s-4.r-2 {
  height: 49rem;
}
.portfolio-grid .s-4 figure > a {
  width: 100%;
  height: calc((49rem - var(--gutter)) / 2 - 1.7rem);
  display: flex;
}

h4 + .tag {
  margin-left: 0.4em;
}

a.tag,
span.tag {
  text-decoration: underline;
  cursor: pointer;
}

.button {
  padding: 0.7em 2.75em;
  opacity: 0.5;
  border: 1px solid;
  transition: border-color 0.3s, color 0.3s, background-size 0.4s ease, opacity 0.3s;
  background: linear-gradient(to top, #D7463D, #D7463D) bottom/100% 0% no-repeat;
  cursor: pointer;
}
.button:hover {
  opacity: 1;
  border-color: #D7463D;
  color: #F6F5EA;
  text-decoration: none;
  background-size: 100% 100%;
}

#app > footer .button {
  background: linear-gradient(to top, black, black) bottom/100% 0% no-repeat;
}
#app > footer .button:hover {
  border-color: black;
  color: #D7463D;
  background-size: 100% 100%;
}

#im-fokus, #mehr_zum_thema {
  margin-top: 8rem;
  padding: 6rem 0 8rem;
}
#im-fokus .lh-1, #mehr_zum_thema .lh-1 {
  margin-top: 0.2em;
}
#im-fokus h3 + p, #mehr_zum_thema h3 + p {
  margin-top: 1.25rem;
}

#fokus-slider {
  margin-top: 5rem;
  position: relative;
}
#fokus-slider:after {
  width: 12rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -4.25rem;
  height: 1px;
  left: calc(50% - 6rem);
}
#fokus-slider:before {
  content: "";
  background-color: #A8E6CE;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100vw;
  right: calc(var(--unit) * 9 + var(--gutter) * 8);
}

#philosophie {
  margin-top: 8rem;
  padding-top: 5rem;
  position: relative;
}
#philosophie .button {
  margin-top: 3rem;
}
#philosophie:before {
  width: 12rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  height: 1px;
  left: calc(50% - 6rem);
}

.f-65 a,
.f-65 .underline {
  --underline-reveal-delay: 0.4s;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 0;
  transform: translateY(0.25em);
}
.f-65 a::before, .f-65 a::after,
.f-65 .underline::before,
.f-65 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.06em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.45s ease;
}
.f-65 a::before,
.f-65 .underline::before {
  transform-origin: left center;
}
.f-65 a::after,
.f-65 .underline::after {
  transform-origin: right center;
}
.f-65 a:nth-of-type(2),
.f-65 .underline:nth-of-type(2) {
  --underline-reveal-delay: 0.65s;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.in-view .f-65 a,
.in-view .f-65 .underline,
.f-65.in-view a,
.f-65.in-view .underline {
  opacity: 1;
  transform: translateY(0);
}
.in-view .f-65 a::before,
.in-view .f-65 .underline::before,
.f-65.in-view a::before,
.f-65.in-view .underline::before {
  transform: scaleX(1);
  transition-delay: var(--underline-reveal-delay);
}

.in-view .f-65 a:hover::before,
.in-view .f-65 .underline:hover::before,
.f-65.in-view a:hover::before,
.f-65.in-view .underline:hover::before {
  animation: underline-wipe-out 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition-delay: 0s;
}
.in-view .f-65 a:hover::after,
.in-view .f-65 .underline:hover::after,
.f-65.in-view a:hover::after,
.f-65.in-view .underline:hover::after {
  animation: underline-wipe-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.24s forwards;
  transition-delay: 0s;
}

@keyframes underline-wipe-out {
  from {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@keyframes underline-wipe-in {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.project-title {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.05;
  margin-bottom: 0.15em;
}

.project-credits a {
  text-decoration: underline;
  font-family: "Epicene";
  font-weight: 500;
}

.project-credits p {
  text-align: center;
}

.project-credits {
  margin-bottom: 4rem;
}

.wp-block-video {
  margin-bottom: var(--gutter);
}
.wp-block-video video {
  width: 100%;
}

.image-credit {
  position: absolute;
  right: -1.8em;
  bottom: 0;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space: nowrap;
}

.project-image {
  margin-bottom: var(--gutter);
}
.project-image figure {
  position: relative;
}
.project-image figcaption {
  position: absolute;
  width: 16em;
  left: -17.5em;
  text-align: right;
  bottom: -0.3em;
}

.project-image--single figure {
  display: flex;
  flex-direction: column;
}

.project-footer {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.project-footer img {
  width: 1em;
  display: inline-block;
  position: relative;
  top: 0.12em;
  margin-right: 0.25em;
}
.project-footer div {
  margin-bottom: 0.3rem;
}

.project-image--gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --project-gallery-offset: max(var(--margin), calc(50vw - 873px));
  align-self: stretch;
}
.project-image--gallery .splide__track,
.project-image--gallery .icon-swipe {
  opacity: 0;
}
.project-image--gallery.gallery-ready .splide__track, .project-image--gallery.gallery-ready .icon-swipe {
  animation: gallery-fade-in 0.35s ease forwards;
}
.project-image--gallery .splide__list {
  padding-left: var(--project-gallery-offset);
  padding-right: var(--margin);
}
.project-image--gallery .splide__slide:first-child {
  margin-left: calc(var(--margin) + var(--gutter) + 2.5em);
}
.project-image--gallery .splide__slide img:not(.icon-swipe) {
  vertical-align: bottom;
  max-width: calc(var(--unit) * 6 + var(--gutter) * 5);
  max-height: 37rem;
  width: auto;
}
.project-image--gallery.gallery-underflow {
  width: 100%;
  margin-left: 0;
  align-self: center;
}
.project-image--gallery.gallery-underflow .splide__list {
  padding-left: 0;
  padding-right: 0;
}
.project-image--gallery.gallery-underflow .splide__slide:first-child {
  margin-left: 0;
}

@keyframes gallery-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.single-arbeit .project-image--gallery .splide__slide:last-child {
  padding-right: calc(var(--margin) * 3);
}

.single-arbeit .project-image--gallery.gallery-underflow .splide__slide:last-child {
  padding-right: 0;
}

.project-desc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  columns: 2;
  column-gap: 6rem;
  position: relative;
}
.project-desc:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: black;
  left: 50%;
  position: absolute;
  top: 0;
}

.project-content {
  flex-wrap: nowrap;
  align-content: center;
}

.featured {
  margin-top: 3rem;
}
.featured video {
  width: 100%;
  object-fit: cover;
}

.page-arbeiten footer {
  margin-top: 9rem;
}

#socials a {
  margin-left: 2rem;
  transition: filter 0.3s;
}
#socials a:hover {
  filter: brightness(0);
}

#icon-mail {
  margin-top: 0.12em;
}

#fokus {
  background-color: #93EAD6;
}

#mehr_zum_thema {
  margin-top: 8rem;
  background-color: #F7F4DC;
}
#mehr_zum_thema svg {
  width: 100%;
  max-width: 1746px;
}

#home-svg {
  width: 100%;
  max-width: 1746px;
}

html {
  background-color: #F6F5EA;
}

#app > footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #D7463D;
}
#app > footer svg {
  width: 100%;
  max-width: 1746px;
}

#socials img {
  width: 1.35rem;
}

a.transition {
  transition: color 0.3s;
}

a.red.transition:hover {
  color: black;
  text-decoration: none;
}

.single-arbeit a:not(#mehr_zum_thema a):not(footer a):not(#nav-primary a):not(header a) {
  transition: color 0.3s;
}
.single-arbeit a:not(#mehr_zum_thema a):not(footer a):not(#nav-primary a):not(header a):hover {
  color: #D7463D;
}

.single-arbeit .project-image--gallery .icon-swipe {
  left: -5rem;
}

.trigger-menu {
  padding: 0.7rem 0.6rem;
  background-color: rgba(252, 250, 235, 0.5);
  opacity: 1;
  backdrop-filter: blur(1rem);
  position: absolute;
  -webkit-backdrop-filter: blur(1rem);
  left: 2rem;
  bottom: 2rem;
  position: fixed;
  border: 0;
  z-index: 3;
  cursor: pointer;
}
.trigger-menu svg {
  width: 2.25rem;
}

#nav-primary {
  position: fixed;
  left: var(--margin);
  margin-left: -0.5em;
  margin-top: -0.5em;
  background: rgba(253, 251, 235, 0.2);
  backdrop-filter: blur(0.75em);
  -webkit-backdrop-filter: blur(0.75em);
  z-index: 2;
  line-height: 1.3;
}
#nav-primary a {
  padding: 0 0.5em;
}
#nav-primary a:first-child {
  padding-top: 0.5em;
}
#nav-primary a:last-child {
  padding-bottom: 0.5em;
}

#nav-secondary {
  position: absolute;
  right: var(--margin);
}
#nav-secondary a {
  transition: color 0.3s;
}
#nav-secondary a:hover {
  color: black;
  text-decoration: none;
}

.hero-slider img, .hero-slider video {
  height: 100%;
  width: 100%;
}

.client-grid {
  margin-top: 3rem;
  justify-content: flex-start;
  column-gap: var(--gutter);
}

.client {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11rem;
  transition: background-color 0.3s;
}
.client:has(a):hover {
  background-color: #F0EDD8;
}
.client a {
  display: contents;
}
.client img {
  max-width: 95%;
  max-height: 95%;
  width: auto;
  mix-blend-mode: multiply;
}

.lang-toggle {
  margin-left: 2em;
}
.lang-toggle .active {
  display: none;
}

h4 + .f-65 {
  margin-top: 0.1em;
}
h4 + .f-65 + p {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

#top {
  position: fixed;
  opacity: 0;
  transition: opacity 0.4s;
  width: 2.5rem;
  height: 2.5rem;
  bottom: var(--margin);
  right: var(--margin);
  padding: 0.44rem; /* background-color: #FFFEF6; */
  -webkit-backdrop-filter: blur(0.75em);
  background-color: rgba(253, 251, 235, 0.2);
}
#top svg {
  fill: #D7463D;
}

.show-to-top #top {
  opacity: 1;
}

#mehr_zum_thema figure {
  display: flex;
  flex-direction: column;
  aspect-ratio: 16/9;
}
#mehr_zum_thema figure img {
  height: 100%;
  object-fit: cover;
}
#mehr_zum_thema figcaption {
  margin-top: 0.3em;
}

.page-template-manufaktur #intro .f-46 {
  margin-top: 3rem;
}
.page-template-manufaktur #preise {
  position: relative;
  isolation: isolate;
  background-color: transparent;
}
.page-template-manufaktur #preise::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50dvw);
  background-color: #F0EDD8;
  z-index: -1;
}
.page-template-manufaktur .splide {
  margin-top: 3rem;
  visibility: visible;
}
.page-template-manufaktur .bg-yellow {
  margin-top: 8rem;
  padding: 8rem 0 8rem;
}
.page-template-manufaktur .bg-yellow img {
  margin-bottom: 3rem;
}
.page-template-manufaktur #network {
  padding: 6rem 0 0;
}
.page-template-manufaktur #philosophie {
  margin-bottom: 8rem;
}
.page-template-manufaktur #team {
  margin-top: 8rem;
  position: relative;
}
.page-template-manufaktur #team p {
  font-family: "Epicene";
  letter-spacing: 0.05em;
}
.page-template-manufaktur #team a {
  text-decoration: underline;
}
.page-template-manufaktur #team:before {
  width: 12rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -4rem;
  height: 1px;
  left: calc(50% - 6rem);
}
.page-template-manufaktur #team .f-16 > p:last-child {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4.2em;
}
.page-template-manufaktur h5 + .f-32 {
  margin-top: 0.25em;
}
.page-template-manufaktur .f-32 + div {
  margin-top: 0.25em;
}
.page-template-manufaktur p + h5 {
  margin-top: 1.5em;
}
.page-template-manufaktur .col-2 {
  margin: 2.8em auto;
}
.page-template-manufaktur .col-2 div {
  width: 45%;
}
.page-template-manufaktur .col-2 div:first-child {
  position: relative;
}
.page-template-manufaktur .col-2 div:first-child:after {
  width: 1px;
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  height: 100%;
  right: -12.5%;
}

#map-container {
  margin-top: 3rem;
}

#map {
  height: 38rem;
}

.project-desc p + p {
  margin-top: 1.5em;
}

.col-3 {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.col-3 div:first-child, .col-3 div:nth-child(2) {
  position: relative;
}
.col-3 div:first-child:after, .col-3 div:nth-child(2):after {
  width: 1px;
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  height: 100%;
  right: -12.5%;
}
.col-3 p + p {
  margin-top: 1.5em;
}

.page-template-kontakt .contact-address {
  line-height: 1.2;
  margin-top: -0.09em;
  margin-bottom: 0.2em;
}
.page-template-kontakt .contact-address + .contact-details {
  margin-top: 0;
}
.page-template-kontakt .col-3 .sans a[href^="mailto:"] {
  color: #D7463D;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.28s ease;
}
.page-template-kontakt .col-3 .sans a[href^="mailto:"]:hover {
  color: black;
}
.page-template-kontakt .back {
  position: relative;
  top: -3em;
  margin-right: auto;
}

#kontakt-footer {
  margin-bottom: 6rem;
}
#kontakt-footer img {
  width: 1em;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
}
#kontakt-footer a {
  text-decoration: none;
}
#kontakt-footer a + a {
  margin-left: 1em;
}
#kontakt-footer a:hover {
  text-decoration: none;
}
#kontakt-footer a .underline {
  transition: color 0.28s ease;
}
#kontakt-footer a:hover .underline {
  color: #D7463D;
}

.home #philosophie {
  padding-top: unset;
  padding-bottom: 5rem;
}
.home #philosophie:before {
  top: unset;
  bottom: 0;
}

.home-button {
  position: fixed;
  left: var(--margin);
  margin-left: -0.5em;
  margin-top: -0.5em;
  background: rgba(253, 251, 235, 0.2);
  backdrop-filter: blur(0.75em);
  -webkit-backdrop-filter: blur(0.75em);
  z-index: 2;
  line-height: 1.3;
  bottom: 4rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}

.home-arrow {
  position: relative;
  top: 0.06em;
  padding-right: 0.1em;
}

.page-template-arbeiten #nav-primary a:first-child, .single-arbeit #nav-primary a:first-child {
  color: black;
}

.page-template-kunden #range_a-d,
.page-template-kunden #range_e-h,
.page-template-kunden #range_i-l,
.page-template-kunden #range_m-p,
.page-template-kunden #range_q-t,
.page-template-kunden #range_u-z {
  scroll-margin-top: calc(var(--gutter) * 2);
}
.page-template-kunden #philosophie {
  margin-bottom: 8rem;
}
.page-template-kunden #nav-primary a:nth-child(2) {
  color: black;
}
.page-template-kunden .back {
  left: var(--margin);
}

.page-template-kontakt #philosophie,
.tag #philosophie {
  margin-bottom: 8rem;
}
.page-template-kontakt #nav-primary a:nth-child(4),
.tag #nav-primary a:nth-child(4) {
  color: black;
}

.page-template-manufaktur #nav-primary a:nth-child(3) {
  color: black;
}

#im-fokus {
  /* =========================
     LEFT NAV
     ========================= */
  /* =========================
     RIGHT SLIDER (PEEK)
     ========================= */
  /* =========================
     CARD
     ========================= */
  /* =========================
     RESPONSIVE
     ========================= */
}
#im-fokus .fokus-wrap {
  width: 100%;
  gap: 2rem;
}
#im-fokus .fokus-nav {
  margin-right: var(--gutter);
  counter-reset: focus-links;
  z-index: 3;
}
#im-fokus .fokus-nav h3 {
  opacity: 0.4;
  margin-bottom: 0.5em;
}
#im-fokus .fokus-nav .splide__track {
  overflow: visible;
}
#im-fokus .fokus-nav button {
  position: relative;
  padding-left: 1em;
}
#im-fokus .fokus-nav button:before {
  counter-increment: focus-links;
  content: counter(focus-links) ". ";
  position: absolute;
  left: 0;
}
#im-fokus .fokus-nav .fokus-link {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0.15rem 0 0.15rem 1em;
  cursor: pointer;
  opacity: 0.45;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.12;
}
#im-fokus .fokus-nav .fokus-link::after {
  content: ">";
  margin-left: 0.35rem;
  font-family: "Outsiders";
  position: relative;
  top: 0.05em;
  visibility: hidden;
}
#im-fokus .fokus-nav .splide__slide {
  margin-right: 0;
}
#im-fokus .fokus-nav .splide__slide.is-active .fokus-link {
  opacity: 1;
}
#im-fokus .fokus-nav .splide__slide.is-active .fokus-link::after {
  visibility: visible;
}
#im-fokus .fokus-main {
  width: calc(var(--unit) * 9 + var(--gutter) * 9);
  margin-right: calc(var(--gutter) * -1);
}
#im-fokus .fokus-main .splide__track {
  overflow: visible;
}
#im-fokus .fokus-main .splide__slide {
  margin-right: var(--gutter);
}
#im-fokus .fokus-card {
  text-decoration: none;
  color: inherit;
  min-height: 24rem;
}
#im-fokus .fokus-card__meta {
  padding: 1.2rem 0;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
#im-fokus .fokus-card__media {
  margin: 0;
  aspect-ratio: 16/10;
}
#im-fokus .fokus-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#im-fokus .fokus-brand {
  margin: 0.8rem 0 0.6rem;
  line-height: 1;
}
#im-fokus .fokus-desc {
  margin: 0;
  max-width: 80%;
}
#im-fokus .fokus-btn {
  display: inline-block;
  border: 1px solid;
  padding: 0.55em 1.7em;
  margin-left: auto;
  opacity: 0.5;
  transition: border-color 0.3s, color 0.3s, background-size 0.4s ease, opacity 0.3s;
  background: linear-gradient(to top, #F6F5EA, #F6F5EA) bottom/100% 0% no-repeat;
  cursor: pointer;
}
#im-fokus .fokus-btn:hover {
  opacity: 1;
  border-color: #F6F5EA;
  color: black;
  text-decoration: none;
  background-size: 100% 100%;
}
@media (max-width: 900px) {
  #im-fokus .fokus-wrap {
    flex-direction: column;
  }
  #im-fokus .fokus-nav,
  #im-fokus .fokus-main {
    width: 100%;
  }
}

.client--alpha-start[data-letter]::before {
  content: "" attr(data-letter) " →";
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 7%;
  left: 7%;
  text-transform: uppercase;
}

.quote-source {
  font-style: normal;
  display: block;
  margin-top: 1.1rem;
}

.quote {
  margin-top: calc(var(--gutter) * 1.5);
  margin-bottom: calc(var(--gutter) * 2.25);
  line-height: 1.35;
}

.project-video--container {
  margin-bottom: var(--gutter);
}
.project-video--container video {
  width: 100%;
  height: auto;
}

#logo-footer {
  width: 12.2rem;
  margin-left: -0.1rem;
}

#footer-inner {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
#footer-inner h3 {
  margin-top: 0.85em;
  margin-left: -0.01em;
}
#footer-inner h3 + p {
  margin-left: 0.07em;
}

#newsletter-form {
  margin-top: 2rem;
}
#newsletter-form input[type=email] {
  padding: 0.7em 1em;
  border: 0;
  border-radius: 0;
  background-color: #F6F5EA;
}
#newsletter-form button {
  opacity: 1;
  background-color: transparent;
  border: 1px solid;
}

#newsletter-accept {
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
#newsletter-accept input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  min-width: 1.2em;
  background-color: #F6F5EA;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0.1em 0 0 0;
}
#newsletter-accept input[type=checkbox]:checked::after {
  content: "×";
  position: absolute;
  inset: -0.05em 0 0.05em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.3em;
  line-height: 1;
}
#newsletter-accept label {
  vertical-align: middle;
  margin-top: -0.1em;
}

#footer-types-2 {
  margin-left: 4.5rem;
}

#footer-middle {
  border-top: 1px solid rgba(246, 245, 234, 0.3);
  border-bottom: 1px solid rgba(246, 245, 234, 0.3);
  padding: 3.5rem 0;
}

#custom-portfolio {
  margin-top: 1.5em;
}

#footer-bottom {
  padding-top: 5rem;
}
#footer-bottom .footer-to-top {
  position: relative;
  padding-right: 2.4em;
}
#footer-bottom .footer-to-top .slab {
  transform: rotate(-90deg);
  position: absolute;
  display: inline-block;
  bottom: -0.37em;
  right: -0.3em;
}

.legal-intro {
  max-width: 44rem;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.page-agb .legal-intro em {
  font-size: 60px;
  line-height: 1.12;
  letter-spacing: 0;
}

.page-agb .legal-heading {
  font-size: 52px;
  line-height: 1.12;
}

.legal-section {
  padding: 3.25rem 0 5rem;
  display: block;
}
.legal-section a {
  text-decoration: underline;
}

.legal-section.legal-bg-white + .legal-section.legal-bg-white {
  padding-top: 0;
  margin-top: -3.25rem;
}

.legal-bg-white {
  background-color: #F0EDD8;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.legal-bg-white .legal-inner {
  max-width: calc(100vw - var(--margin) * 2);
  margin: 0 auto;
}

.legal-inner {
  width: 100%;
}

.legal-measure {
  width: min(var(--unit) * 8 + var(--gutter) * 7, 100%);
  margin-left: auto;
  margin-right: auto;
}

.legal-rule {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 3rem 0;
}

.legal-number {
  color: #D7463D;
  margin-bottom: 0.25rem;
  font-family: "Outsiders";
  font-weight: 700;
}

.legal-heading {
  margin-bottom: 1rem;
  line-height: 1.1;
}

.legal-heading em {
  font-size: 95%;
}

.legal-body {
  line-height: 1.6;
}
.legal-body a {
  text-decoration: underline;
}

.legal-body--with-signoff p:last-child {
  margin-top: 4rem;
  padding-top: 4rem;
  position: relative;
  font-weight: 500;
}
.legal-body--with-signoff p:last-child:before {
  width: 12rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  height: 1px;
  left: calc(50% - 6rem);
}

.legal-span-all {
  column-span: all;
  display: block;
  width: 100%;
}

.legal-note {
  margin: 1.25rem auto 0;
  text-align: center;
}

.legal-columns {
  columns: 2;
  column-gap: 6rem;
  position: relative;
}
.legal-columns:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  left: 50%;
  position: absolute;
  top: 0;
}

.legal-home-link {
  position: fixed;
  left: calc(var(--margin) * 0.45);
  top: 37%;
  color: #D7463D;
  text-decoration: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
}

.legal-home-link__arrow {
  font-size: 1.65rem;
  line-height: 0.8;
}

.legal-home-link__label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.legal-page footer {
  margin-top: 5rem;
}

.legal-page main > .margin {
  width: 100%;
  max-width: 100%;
}

.tag-title {
  text-decoration: none !important;
}

@media all and (max-width: 1852px) {
  :root {
    --gutter: 1.944vw;
    --margin: 2.916vw;
    --unit: calc( ( 100vw - var(--gutter) * 11 - var(--margin) * 2 ) / 12 );
    --line-height: 1.25em;
  }
  html, body {
    font-size: 0.864vw;
  }
  .margin {
    max-width: calc(100vw - var(--margin) * 2);
  }
  .project-image--gallery {
    --project-gallery-offset: var(--margin);
  }
  .page-template-manufaktur #intro .project-image--gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .page-template-manufaktur #intro .project-image--gallery .splide__list {
    padding-left: 0;
  }
  .page-template-manufaktur #intro > :not(.project-image--gallery) {
    position: relative;
    left: calc(var(--margin) * -0.5);
  }
  .f-13 {
    font-size: 0.812rem;
    letter-spacing: 0.05em;
  }
  .f-12 {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  .f-14 {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .f-15 {
    font-size: 0.937rem;
    letter-spacing: 0.025em;
  }
  .f-15.bold {
    letter-spacing: 0.05em;
  }
  .f-16 {
    font-size: 1rem;
  }
  .f-17 {
    font-size: 1.063rem;
  }
  .f-18 {
    font-size: 1.18rem;
  }
  .f-19 {
    font-size: 1.19rem;
  }
  .filters-fixed .filters-desktop .filter-container {
    font-size: 1.1rem;
  }
  .f-20 {
    font-size: 1.25rem;
  }
  .f-32 {
    font-size: 2rem;
  }
  .f-42 {
    font-size: 2.625rem;
  }
  .f-46 {
    font-size: 2.875rem;
  }
  .f-52 {
    font-size: 3.25rem;
  }
  .f-60 {
    font-size: 3.75rem;
  }
  .f-65 {
    font-size: 4.0625rem;
  }
  .f-65 .underline {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.08em;
  }
}
@media all and (max-width: 1279px) and (min-aspect-ratio: 800/1000) {
  html, body {
    font-size: 1.3vw;
  }
  .single-arbeit .project-image--gallery .icon-swipe {
    left: -3.75rem;
  }
  header > .s-2 {
    width: auto;
    min-width: calc(var(--unit) * 2.6 + var(--gutter) * 1.6);
  }
  .button {
    padding-left: 2em;
    padding-right: 2em;
  }
  #socials a {
    margin-left: 1rem;
  }
  #socials img {
    width: 1.2rem;
  }
  .lang-toggle {
    margin-left: 1.9em;
  }
  #im-fokus .fokus-desc {
    margin: 0;
    max-width: 72%;
  }
  .page-template-arbeiten .portfolio-grid .s-8,
  body.tag .portfolio-grid .s-8 {
    height: 42.336vw;
  }
  .page-template-arbeiten .portfolio-grid .s-8 figure > a,
  body.tag .portfolio-grid .s-8 figure > a {
    height: calc(42.336vw - 1.7rem);
  }
  .page-template-arbeiten .portfolio-grid .s-4.r-1,
  body.tag .portfolio-grid .s-4.r-1 {
    height: calc((42.336vw - var(--gutter)) / 2);
  }
  .page-template-arbeiten .portfolio-grid .s-4.r-2,
  body.tag .portfolio-grid .s-4.r-2 {
    height: 42.336vw;
  }
  .page-template-arbeiten .portfolio-grid .s-4.r-2 figure > a,
  body.tag .portfolio-grid .s-4.r-2 figure > a {
    height: calc(42.336vw - 1.7rem);
  }
  .page-template-arbeiten .portfolio-grid .s-4 figure > a,
  body.tag .portfolio-grid .s-4 figure > a {
    height: calc((42.336vw - var(--gutter)) / 2 - 1.7rem);
  }
  .page-template-arbeiten .portfolio-grid figure > a,
  body.tag .portfolio-grid figure > a {
    display: flex;
    width: 100%;
  }
  .page-template-arbeiten .portfolio-grid img,
  .page-template-arbeiten .portfolio-grid video,
  body.tag .portfolio-grid img,
  body.tag .portfolio-grid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #footer-middle {
    column-gap: var(--gutter);
  }
  #footer-middle > .s-6 {
    gap: var(--gutter);
    flex-wrap: nowrap;
    min-width: 0;
  }
  #footer-middle > .s-6 > .s-3 {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
  }
  #footer-middle .d-f.d-f-c {
    min-width: 0;
  }
  #footer-types-2 {
    margin-left: 2.5rem;
  }
  #footer-middle > .s-6:last-child > .s-3:last-child > .d-f.d-f-c.m-l-a {
    margin-left: 2em;
  }
}
@media all and (min-aspect-ratio: 800/1000) {
  .s-1 {
    width: calc(var(--unit) * 1 + var(--gutter) * 0);
  }
  .s-2 {
    width: calc(var(--unit) * 2 + var(--gutter) * 1);
  }
  .s-3 {
    width: calc(var(--unit) * 3 + var(--gutter) * 2);
  }
  .s-4 {
    width: calc(var(--unit) * 4 + var(--gutter) * 3);
  }
  .s-5 {
    width: calc(var(--unit) * 5 + var(--gutter) * 4);
  }
  .s-6 {
    width: calc(var(--unit) * 6 + var(--gutter) * 5);
  }
  .s-7 {
    width: calc(var(--unit) * 7 + var(--gutter) * 6);
  }
  .s-8 {
    width: calc(var(--unit) * 8 + var(--gutter) * 7);
  }
  .s-9 {
    width: calc(var(--unit) * 9 + var(--gutter) * 8);
  }
  .s-10 {
    width: calc(var(--unit) * 10 + var(--gutter) * 9);
  }
  .s-11 {
    width: calc(var(--unit) * 11 + var(--gutter) * 10);
  }
  .s-12 {
    width: calc(var(--unit) * 12 + var(--gutter) * 11);
  }
  .hide-desktop {
    display: none;
  }
  #mehr_zum_thema .tag {
    margin-left: 0.4em;
  }
}
@media all and (max-aspect-ratio: 800/1000) {
  :root {
    --gutter: 4vw;
    --margin: 5.5vw;
    --unit: calc( ( 100vw - var(--gutter) * 11 - var(--margin) * 2 ) / 12 );
  }
  html, body {
    font-size: 3.4vw;
  }
  .single-arbeit .project-image--gallery .icon-swipe {
    left: -3.75rem;
  }
  .hide-mobile {
    display: none;
  }
  #nav-primary {
    display: none;
  }
  #nav-secondary {
    display: none;
  }
  header.j-s-b {
    justify-content: center;
  }
  .f-65, .f-60 {
    font-size: 3.7rem;
  }
  .f-46, .f-42 {
    font-size: 2.2rem;
  }
  #zitat blockquote br {
    display: none;
  }
  .quote {
    line-height: 1.2;
  }
  #philosophie h3 {
    text-align: center;
  }
  #philosophie .f-65 {
    padding: 0;
    text-align: center;
  }
  .home #philosophie {
    margin-top: 0;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
    padding-top: 0;
  }
  .home #philosophie:before {
    top: unset;
    bottom: -1rem;
  }
  .highlights-grid .highlights-col {
    width: 47.5%;
  }
  .highlights-grid .tag {
    display: none;
  }
  .highlights-col-left article:nth-child(1) {
    margin-top: 0;
  }
  .hero.margin {
    max-width: 100%;
  }
  .highlights-col-left article figcaption {
    margin-left: 1em;
  }
  #im-fokus > article > h3 br {
    display: none;
  }
  .hero-slider figcaption {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    margin-left: 1em;
  }
  .grid article:nth-child(1) {
    margin-top: 4rem;
  }
  .project-grid {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .portfolio-grid .grid-sizer {
    width: 100%;
  }
  .portfolio-grid .gutter-sizer {
    width: 0;
  }
  .portfolio-grid .s-8, .portfolio-grid .s-4, .portfolio-grid .s-4.r-1, .portfolio-grid .s-4.r-2 {
    width: 100%;
    height: auto;
  }
  .portfolio-grid .s-8 figure > a, .portfolio-grid .s-4 figure > a, .portfolio-grid .s-4.r-1 figure > a, .portfolio-grid .s-4.r-2 figure > a {
    height: auto;
  }
  .portfolio-grid article {
    padding-bottom: 2rem;
  }
  .portfolio-grid figure > a {
    height: auto;
  }
  .portfolio-grid img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  #mehr_zum_thema {
    margin-top: 6rem;
  }
  #mehr_zum_thema article {
    margin-bottom: var(--gutter);
  }
  #mehr_zum_thema .mehr-title {
    margin-right: 0.5em;
  }
  #im-fokus {
    margin-top: 6rem;
    padding: 4rem var(--margin);
    overflow: hidden;
  }
  #im-fokus .fokus-nav {
    display: none;
  }
  #im-fokus .fokus-card {
    flex-direction: column;
  }
  #im-fokus .fokus-card__meta {
    flex-direction: column;
  }
  #im-fokus .fokus-card__media {
    aspect-ratio: 3/4;
  }
  #im-fokus .fokus-desc {
    max-width: 100%;
  }
  #im-fokus .fokus-btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  #im-fokus .fokus-main {
    width: 100%;
    max-width: calc(100vw - var(--margin) * 2);
    margin-right: 0;
  }
  #fokus-slider::before {
    display: none;
  }
  #nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(2rem);
    z-index: 3;
    background-color: rgba(252, 250, 235, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }
  #nav-mobile .nav-mobile-top .nav-mobile-back {
    text-decoration: none;
    letter-spacing: 0.05em;
  }
  #nav-mobile .nav-mobile-logo {
    text-align: center;
    margin-top: 1rem;
  }
  #nav-mobile .nav-mobile-logo img {
    width: 12rem;
  }
  #nav-mobile .nav-mobile-logo span {
    display: block;
    margin-top: 0.5rem;
  }
  #nav-mobile .nav-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 1.5rem;
  }
  #nav-mobile .nav-mobile-links a {
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
  #nav-mobile .nav-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  #nav-mobile .nav-mobile-bottom .nav-mobile-close {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: static;
    display: flex;
  }
  #nav-mobile .nav-mobile-bottom .nav-mobile-close svg {
    width: 1.6rem;
  }
  #nav-mobile .nav-mobile-bottom a {
    display: flex;
  }
  #nav-mobile .nav-mobile-bottom img, #nav-mobile .nav-mobile-bottom svg {
    width: 2rem;
    height: auto;
  }
  .nav-active {
    overflow: hidden;
  }
  .nav-active #nav-mobile {
    opacity: 1;
    pointer-events: auto;
  }
  .home-button {
    bottom: auto;
    top: 1rem;
  }
  .page-template-arbeiten .filters-desktop {
    display: none !important;
  }
  .page-template-arbeiten .filter-container {
    min-height: 0;
  }
  .page-template-arbeiten .filters-mobile {
    display: block;
  }
  .page-template-arbeiten .filter-container:not(.filters-fixed) .filters-mobile {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 1rem);
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    background-color: #D7463D;
    color: black;
    width: var(--mobile-filter-closed-width, 8rem);
    min-width: 8rem;
    max-width: calc(100vw - 4.5rem);
    padding: 0.75rem 1rem;
    display: block;
    z-index: 4;
    transition: width 0.62s cubic-bezier(0.22, 1, 0.36, 1), max-width 0.62s cubic-bezier(0.22, 1, 0.36, 1), padding 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .page-template-arbeiten .filters-fixed .filters-mobile > span,
  .page-template-arbeiten .filters-fixed .filters-mobile .filters-label {
    display: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile:hover {
    padding-bottom: 0.75rem;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
    color: #F6F5EA;
    text-decoration: none;
    font-family: "Epicene";
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle-text {
    flex: 1 1 auto;
    text-align: center;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle-icon {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    position: relative;
    top: -0.08rem;
    border-right: 2px solid rgba(246, 245, 234, 0.9);
    border-bottom: 2px solid rgba(246, 245, 234, 0.9);
    transform: translateY(0) rotate(45deg);
    transform-origin: 50% 45%;
    transition: transform 0.2s ease;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle-clear {
    display: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 0.8;
    color: #F6F5EA;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.has-active-filter .filter-mobile-toggle-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.has-active-filter .filter-mobile-toggle-icon {
    display: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.has-active-filter .filter-mobile-toggle-clear {
    display: block;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.is-open {
    color: black;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.is-open .filter-mobile-toggle-icon {
    border-right-color: black;
    border-bottom-color: black;
    transform: translateY(0.25rem) rotate(-135deg);
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-toggle.is-open .filter-mobile-toggle-clear {
    display: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-mobile-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 1rem 0.9rem 1.45rem;
    background-color: #D7463D;
    transform: translateX(-50%);
    display: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile.mobile-filter-open {
    width: calc(100vw - 4.5rem);
    max-width: 15rem;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile.mobile-filter-open .filter-mobile-panel {
    display: block;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-groups,
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-groups {
    gap: 0.95rem;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-cat {
    display: block;
    margin: 0 0 0.85rem;
    color: rgba(246, 245, 234, 0.78);
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.08em;
    cursor: default;
    pointer-events: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filter-cat::after {
    content: none;
    display: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filters-separator {
    display: block;
    width: 72%;
    margin: 0.25rem 0 0.45rem;
    font-size: 0;
    line-height: 0;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .filters-separator::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(246, 245, 234, 0.45);
  }
  .page-template-arbeiten .filters-fixed .filters-mobile ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    color: #F6F5EA;
    gap: 0.38rem;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile li {
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 0.2s ease;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile li::after {
    content: unset;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile li:hover {
    color: black;
    text-decoration: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile li.active {
    color: rgba(246, 245, 234, 0.7);
    text-decoration: none;
  }
  .page-template-arbeiten .filters-fixed .filters-mobile .category-filters li:first-child {
    display: none;
  }
  .project-desc, .legal-columns {
    columns: 1;
  }
  .project-desc:after, .legal-columns:after {
    display: none;
  }
  .single-arbeit .s-4 {
    width: calc(50% - var(--gutter) / 2);
  }
  footer {
    overflow-x: hidden;
  }
  #logo-footer {
    width: 9.5rem;
  }
  #footer-top {
    flex-direction: column;
  }
  #footer-top > .s-6 {
    width: 100%;
  }
  #footer-top > .s-6:first-child {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(246, 245, 234, 0.3);
    margin-bottom: 2rem;
  }
  #footer-top > .s-6:first-child p, #footer-top > .s-6:first-child a {
    font-size: 0.9rem;
  }
  #footer-top > .s-6:last-child > p {
    max-width: 75%;
  }
  .col-3 div:first-child:after,
  .col-3 div:nth-child(2):after {
    display: none;
  }
  #kontakt-footer a {
    display: block;
  }
  #map {
    height: 29rem;
    width: 100%;
  }
  .page-template-kontakt .f-65 a,
  .page-template-kontakt .f-65 .underline {
    display: inline;
  }
  .page-template-kontakt .col-3 .s-3 {
    margin-top: 1.5em;
  }
  .client {
    width: 46%;
  }
  .project-footer--insta,
  .project-footer--more {
    text-align: center;
  }
  #newsletter-form {
    flex-direction: column;
  }
  #newsletter-form input[type=email] {
    width: 100%;
  }
  #newsletter-form #newsletter-accept {
    max-width: none;
    margin-bottom: 0.5rem;
  }
  #newsletter-form #newsletter-accept input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
  }
  #newsletter-form button {
    width: 12em;
    align-self: flex-start;
    margin-top: 1rem;
    margin-bottom: 4rem;
    order: 3;
    padding: 0.7em 1.5em;
  }
  #footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  #footer-middle > .s-6 {
    display: contents;
  }
  #footer-middle > .s-6 > .s-3 {
    width: 100%;
  }
  #footer-middle > .s-6:first-child > .s-3:first-child {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
  }
  #footer-middle #footer-types-2 {
    margin-left: 0;
    margin-top: 0.5em;
  }
  #footer-middle > .s-6:first-child > .s-3:last-child {
    grid-column: 1;
    grid-row: 2;
  }
  #footer-middle > .s-6:last-child > .s-3:first-child {
    grid-column: 1;
    grid-row: 3;
  }
  #footer-middle > .s-6:last-child > .s-3:last-child {
    grid-column: 2;
    grid-row: 1/4;
    flex-direction: column;
  }
  #footer-middle > .s-6:last-child > .s-3:last-child .m-l-a {
    margin-left: 0;
    margin-top: 2rem;
  }
  #footer-bottom {
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  #footer-bottom > p.t-c {
    order: -1;
    width: 100%;
    max-width: 64%;
    margin: 0 auto 1.5rem;
  }
  #footer-bottom > p:first-child {
    width: auto;
    flex-grow: 1;
  }
  #footer-bottom > span:last-child {
    width: auto;
  }
}

/*# sourceMappingURL=app.css.map */
