/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../Webfonts/Outfit/outfit-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-300.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-300.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-300.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-300.svg#Outfit") format("svg"); /* Legacy iOS */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../Webfonts/Outfit/outfit-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-600.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-600.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-600.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-600.svg#Outfit") format("svg"); /* Legacy iOS */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../Webfonts/Outfit/outfit-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../Webfonts/Outfit/outfit-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../Webfonts/Outfit/outfit-v15-latin-700.woff2") format("woff2"), url("../Webfonts/Outfit/outfit-v15-latin-700.woff") format("woff"), url("../Webfonts/Outfit/outfit-v15-latin-700.ttf") format("truetype"), url("../Webfonts/Outfit/outfit-v15-latin-700.svg#Outfit") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("../Webfonts/Icomoon/fonts/icomoon.ttf?l2smor") format("truetype"), url("../Webfonts/Icomoon/fonts/icomoon.woff?l2smor") format("woff"), url("../Webfonts/Icomoon/fonts/icomoon.svg?l2smor#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bluesky:before {
  content: "\e900";
}

.icon-facebook-f:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-linkedin-in:before {
  content: "\e903";
}

.icon-mastodon:before {
  content: "\e904";
}

.icon-tiktok:before {
  content: "\e905";
}

.icon-whatsapp:before {
  content: "\e906";
}

.icon-x-twitter:before {
  content: "\e907";
}

.icon-xing:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

button,
[role=button],
a {
  cursor: pointer;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}

.grid.grid--2x1 .grid__main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.grid.grid--2x1.grid--33-66 .grid__main div:first-child {
  grid-column: span 4;
}
.grid.grid--2x1.grid--33-66 .grid__main div:last-child {
  grid-column: span 8;
}
@media only screen and (max-width: 992px) {
  .grid.grid--2x1.grid--33-66 .grid__main div:first-child {
    grid-column: span 12;
    order: 2;
  }
  .grid.grid--2x1.grid--33-66 .grid__main div:last-child {
    grid-column: span 12;
    order: 1;
  }
}
.grid.grid--2x1.grid--50-50 .grid__main div:first-child {
  grid-column: span 6;
}
.grid.grid--2x1.grid--50-50 .grid__main div:last-child {
  grid-column: span 6;
}
@media only screen and (max-width: 992px) {
  .grid.grid--2x1.grid--50-50 .grid__main div:first-child {
    grid-column: span 12;
    order: 2;
  }
  .grid.grid--2x1.grid--50-50 .grid__main div:last-child {
    grid-column: span 12;
    order: 1;
  }
}
.grid.grid--2x1.grid--66-33 .grid__main div:first-child {
  grid-column: span 8;
}
.grid.grid--2x1.grid--66-33 .grid__main div:last-child {
  grid-column: span 4;
}
@media only screen and (max-width: 992px) {
  .grid.grid--2x1.grid--66-33 .grid__main div:first-child {
    grid-column: span 12;
  }
  .grid.grid--2x1.grid--66-33 .grid__main div:last-child {
    grid-column: span 12;
  }
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

.header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 200px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.header .header__logo {
  margin: 36px 0 0 36px;
  grid-column: span 4;
}
@media only screen and (max-width: 576px) {
  .header .header__logo {
    margin: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  .header .header__logo img {
    width: 140px;
    height: auto;
  }
}
.header .header__navigation {
  text-align: right;
  grid-column: span 8;
}
.header.header--default {
  height: 160px;
}
@media only screen and (max-width: 768px) {
  .header.header--default {
    height: initial;
  }
}
.header.header--default .header__sub-menu {
  position: relative;
  text-align: right;
  margin: 59px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .header.header--default .header__sub-menu {
    margin: 80px 0 0 0;
  }
}

.main {
  margin: 50px 0 0 0;
}
.main .content-element {
  margin: 0 0 50px;
}

body {
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
body * {
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 60px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.25em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.25em;
  margin: 0 0 1em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 28px;
  }
}

a {
  color: #000000;
}
a.icon {
  font-family: "icomoon", sans-serif;
  color: #000000 !important;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 0px !important;
  position: relative;
  margin: 0 5px;
}
a.icon:before {
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.icon[href*="https://www.instagram.com"]:before {
  font-size: 50px;
  content: "\e902";
}
a.icon[href*="https://www.facebook.com"]:before {
  font-size: 40px;
  content: "\e901";
}
a.icon[href*="https://www.linkedin.com"]:before {
  font-size: 50px;
  content: "\e903";
}
a.icon[href*="https://www.xing.com"]:before {
  font-size: 46px;
  content: "\e908";
}
a.icon[href*="https://x.com"]:before {
  font-size: 42px;
  content: "\e907";
}
a.icon[href*="https://bsky.app"]:before {
  font-size: 40px;
  content: "\e900";
}
a.icon[href*="https://mastodon.social"]:before {
  font-size: 46px;
  content: "\e904";
}
a.icon[href*="https://www.youtube.com"]:before {
  font-size: 44px;
  content: "\e909";
}
a.icon[href*="https://www.tiktok.com"]:before {
  font-size: 42px;
  content: "\e905";
}

p {
  font-size: 24px;
  line-height: 1.25;
  margin: 20px 0;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  p {
    font-size: 18px;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .text-center {
    text-align: left;
  }
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .text-right {
    text-align: left;
  }
}

ul, ol {
  margin: 20px 0 20px 30px;
}
ul li, ol li {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  ul li, ol li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  ul li, ol li {
    font-size: 18px;
  }
}

.footer {
  margin: 50px 0;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none outside none;
}
.footer ul li.current a span {
  font-weight: 600;
}
.footer a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 18px;
  position: relative;
}
.footer a:hover:before {
  opacity: 1;
}
.footer a:before {
  content: " ";
  width: 100%;
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.footer a.icon {
  position: relative;
  top: -10px;
}
.footer .to-top-button {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 36px;
  bottom: -200px;
  border: none;
  transition: bottom ease-in-out 0.3s;
  background-color: transparent;
}
.footer .to-top-button.to-top-button--visible {
  bottom: 20px;
}
.footer .to-top-button .to-top-button__line {
  background-color: #000000;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
}
.footer .to-top-button .to-top-button__line.to-top-button__line--left {
  left: calc(50% - 10px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.footer .to-top-button .to-top-button__line.to-top-button__line--right {
  left: calc(50% + 10px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.dp--revoke {
  display: none;
}

.sub-menu-opener {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 15px;
  margin: 0 0 0 10px;
  background-color: transparent;
  transition: transform ease-in-out 0.3s;
}
.sub-menu-opener.sub-menu-opener--open {
  transform: rotate(45deg);
}
.sub-menu-opener .sub-menu-opener__line {
  display: block;
  width: 90%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sub-menu-opener .sub-menu-opener__line.sub-menu-opener__line--vertical {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sub-menu-opener .sub-menu-opener__line.sub-menu-opener__line--horizontal {
  transform: translate(-50%, -50%) rotate(90deg);
}

.navigation.navigation--main {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 3;
  display: grid;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.navigation.navigation--main.navigation--open {
  opacity: 1;
  pointer-events: initial;
}
.navigation.navigation--main .container {
  display: block;
  grid-template-columns: initial;
  grid-template-rows: initial;
  -moz-column-gap: initial;
  column-gap: initial;
  row-gap: initial;
}
.navigation.navigation--main .navigation__list {
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .navigation.navigation--main .navigation__list {
    row-gap: 30px;
  }
}
.navigation.navigation--main .navigation__list .navigation__item {
  list-style: none outside none;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .navigation.navigation--main .navigation__list .navigation__item {
    min-width: initial;
  }
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--has-sub {
  position: relative;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__list {
  display: block !important;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current > .navigation__link:before {
  width: 100%;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__list.navigation__list--level-2 .navigation__item.active .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__list.navigation__list--level-2 .navigation__item.navigation__item--current .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  font-weight: 300;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--current .navigation__list.navigation__list--level-2 > .navigation__item--project-links.active > .navigation__link:before {
  width: 100%;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__list {
  display: block !important;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active > .navigation__link:before {
  width: 100%;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__list.navigation__list--level-2 .navigation__item.active .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__list.navigation__list--level-2 .navigation__item.navigation__item--current .navigation__link {
  color: #000000;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  font-weight: 300;
}
.navigation.navigation--main .navigation__list .navigation__item.navigation__item--active .navigation__list.navigation__list--level-2 > .navigation__item--project-links.active > .navigation__link:before {
  width: 100%;
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__link {
  font-size: 65px;
  text-transform: uppercase;
  line-height: 100%;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__link:hover:before {
  opacity: 1;
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__link:before {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: ease-in-out opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .navigation.navigation--main .navigation__list .navigation__item .navigation__link {
    font-size: 40px;
  }
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 {
  margin: 20px 0 0 0;
  display: none;
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2.navigation__list--open {
  display: block;
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 .navigation__item {
  min-width: initial;
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 .navigation__item {
    margin: 0 10px 10px;
  }
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 .navigation__item .navigation__link {
    font-size: 24px;
  }
}
.navigation.navigation--main .navigation__list .navigation__item .navigation__list.navigation__list--level-2 .navigation__item .navigation__link:before {
  bottom: -4px;
}

.burger-button {
  background-color: transparent;
  width: 60px;
  height: 36px;
  border: none;
  position: relative;
  margin: 36px 36px 0 0;
  z-index: 4;
}
@media only screen and (max-width: 576px) {
  .burger-button {
    margin: 20px 20px 0 0;
  }
}
.burger-button.burger-button--color-default .burger-button__line {
  background-color: #000000;
}
.burger-button.burger-button--open .burger-button__line {
  background-color: #000000;
}
.burger-button.burger-button--open .burger-button__line.burger-button__line--top {
  transform: rotate(45deg);
  top: 16px;
}
.burger-button.burger-button--open .burger-button__line.burger-button__line--center {
  opacity: 0;
}
.burger-button.burger-button--open .burger-button__line.burger-button__line--bottom {
  transform: rotate(-45deg);
  top: 16px;
}
.burger-button .burger-button__line {
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  position: absolute;
  opacity: 1;
  left: 0;
  transition: all 0.6s ease-in-out;
}
.burger-button .burger-button__line.burger-button__line--top {
  top: 0;
}
.burger-button .burger-button__line.burger-button__line--center {
  top: 16px;
}
.burger-button .burger-button__line.burger-button__line--bottom {
  top: 32px;
}

[data-aos] {
  --aos-duration: 700ms;
  --aos-delay: 0ms;
  --aos-easing: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  transition-property: transform;
  transition-duration: var(--aos-duration);
  transition-delay: var(--aos-delay);
  transition-timing-function: var(--aos-easing);
  will-change: transform;
}

[data-aos=slide-left],
[data-aos=slide-right],
[data-aos=slide-bottom] {
  opacity: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  transform: translate3d(0, 12px, 0);
}

[data-aos=fade-in-zoom] {
  opacity: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  transform: translate3d(0, 20px, 0) scale(0.94);
}

[data-aos=fade] {
  opacity: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  transform: translate3d(0, 12px, 0);
}

[data-aos].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.aos-trigger-row {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}

.aos-trigger-row [data-aos=slide-left],
.aos-trigger-row [data-aos=slide-right] {
  max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.content-element {
  margin: 0 0 50px;
}

.ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:first-of-type {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:first-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:first-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:last-of-type {
  grid-column: span 8;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:last-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-2x3 .ce-row:nth-child(2n+1) .ce-column:last-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:first-of-type {
  grid-column: span 8;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:first-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:first-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:last-of-type {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:last-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-2x3 .ce-row:nth-child(2n) .ce-column:last-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:first-of-type {
  grid-column: span 8;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:first-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:first-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:last-of-type {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:last-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-3x2 .ce-row:nth-child(2n+1) .ce-column:last-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:first-of-type {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:first-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:first-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:last-of-type {
  grid-column: span 8;
}
@media only screen and (max-width: 768px) {
  .ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:last-of-type {
    grid-column: span 12;
  }
  .ce-image--grid-3x2 .ce-row:nth-child(2n) .ce-column:last-of-type:has(img[src*=empty_portrait]) {
    display: none;
  }
}
.ce-image--grid-3x2 .ce-gallery .ce-row, .ce-image--grid-2x3 .ce-gallery .ce-row {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.ce-image--grid-3x2 .ce-gallery .ce-row .ce-column, .ce-image--grid-2x3 .ce-gallery .ce-row .ce-column {
  position: relative;
}
.ce-image--grid-3x2 .ce-gallery .ce-row .ce-column figure.image, .ce-image--grid-2x3 .ce-gallery .ce-row .ce-column figure.image {
  height: 100%;
}
.ce-image--grid-3x2 .ce-gallery .ce-row .ce-column img, .ce-image--grid-2x3 .ce-gallery .ce-row .ce-column img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ce-textpic {
  margin: 0 0 30px;
}
.ce-textpic video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ce-textpic .ce-bodytext {
  margin: 10px 0 0;
}

.accordion .accordion__item {
  margin: 0 0 10px;
  width: 100%;
}
.accordion .accordion__item.accordion__item--open .accordion__button h2:before {
  width: 100%;
}
.accordion .accordion__item .accordion__button {
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .accordion .accordion__item .accordion__button {
    padding: 0 0 0 35px;
  }
}
.accordion .accordion__item .accordion__button h2 {
  display: inline-block;
  position: relative;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .accordion .accordion__item .accordion__button h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .accordion .accordion__item .accordion__button h2 {
    font-size: 28px;
  }
}
.accordion .accordion__item .accordion__button h2:hover:before {
  opacity: 1;
}
.accordion .accordion__item .accordion__button h2:before {
  content: " ";
  width: 100%;
  opacity: 0;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: ease-in-out opacity 0.3s;
}
.accordion .accordion__item .accordion__content {
  display: none;
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .accordion .accordion__item .accordion__content {
    padding: 20px 0 20px 35px;
  }
}

.frame-type-html {
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 992px) {
  .frame-type-html {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 768px) {
  .frame-type-html {
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 576px) {
  .frame-type-html {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.frame-type-html > div {
  height: 100%;
}

.navigation.navigation--sub-menu {
  display: inline-block;
  float: right;
  position: relative;
  margin: 0 36px 0 0;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .navigation.navigation--sub-menu {
    margin: 0 20px 0 0;
  }
}
.navigation.navigation--sub-menu .navigation__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .navigation.navigation--sub-menu .navigation__list {
    flex-wrap: wrap;
  }
}
.navigation.navigation--sub-menu .navigation__list .navigation__item {
  list-style: none outside none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navigation.navigation--sub-menu .navigation__list .navigation__item.active .navigation__link, .navigation.navigation--sub-menu .navigation__list .navigation__item.navigation__item--current .navigation__link {
  color: #000000;
}
.navigation.navigation--sub-menu .navigation__list .navigation__item.active .navigation__link:before, .navigation.navigation--sub-menu .navigation__list .navigation__item.navigation__item--current .navigation__link:before {
  width: 100%;
}
.navigation.navigation--sub-menu .navigation__list .navigation__item .navigation__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .navigation.navigation--sub-menu .navigation__list .navigation__item .navigation__image img {
    aspect-ratio: 3/2;
  }
}
.navigation.navigation--sub-menu .navigation__list .navigation__item .navigation__link {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.navigation.navigation--sub-menu .navigation__list .navigation__item .navigation__link:hover:before {
  opacity: 1;
}
.navigation.navigation--sub-menu .navigation__list .navigation__item .navigation__link:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -1px;
  transition: ease-in-out 0.3s opacity;
  left: 0;
  opacity: 0;
}

.contact .content-element.grid {
  padding: 0 0 60px;
  border-bottom: 1px solid #000000;
  margin: 0 0 60px;
}
@media only screen and (max-width: 992px) {
  .contact .content-element.grid .grid__main div.frame-type-html {
    order: 2 !important;
  }
}
@media only screen and (max-width: 992px) {
  .contact .content-element.grid .grid__main div.frame-type-shortcut {
    order: 1 !important;
  }
}