@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

@font-face {
  font-family: Encode;
  src: url(../fonts/EncodeSans-ExtraLight.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Encode;
  src: url(../fonts/EncodeSans-Light.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Encode;
  src: url(../fonts/EncodeSans-Regular.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: normal;
}
/*******************************************/
/*
/*  Mixins
*/
.shadow-inset {
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
}

:root {
  --c-corporate: #2b6099;
  --c-blue: var(--c-corporate);
  --c-blau: var(--c-corporate);
  --c-copy: #000000;
  --c-grau: #4c585e;
  --c-hellgrau: #F1F3F5;
  --c-mittelgrau: #D4D7DA;
  --c-steingrau: #9fa7ad;
  --c-kupfer: #9F8C79;
  --ff-copy: "Roboto",sans-serif;
  --ff-head: "Encode",sans-serif;
  --ff-fixed: sans-serif;
  --fs-small: 0.75em;
  --fs-copy: 1rem;
  --fs-large: 1.125rem;
  --fs-hl-small: 1.25rem;
  --fs-hl-medium: 1.5rem;
  --fs-hl-large: 2rem;
  --fs-medium: var(--fs-copy);
  /*******************************************/
  /*
  /*  Maximum width
  */
  --max-width-page: 1440px;
  --width-margin-page: var(--gap-2x);
  --max-width-wide: calc(100vw - 4rem);
  --width-margin-wide: calc(50vw - var(--max-width-wide) * 0.5);
  --max-width: calc(100vw - 4rem);
  --width-margin: 2rem;
  --max-width-slim: calc(100vw - 4rem);
  --width-margin-slim: 2rem;
  --article-width: var(--max-width);
  --width-margin-article: calc(50vw - var(--article-width) * 0.5);
  --gap: 1rem;
  --m-vert: 3.5rem;
  --m-vert-slim: 3rem;
  --m-vert-2x: calc(2 * var(--m-vert));
  --gap-small: calc(0.5 * var(--gap));
  --gap-slim: calc(0.5 * var(--gap));
  --gap-15x: calc(1.5 * var(--gap));
  --gap-2x: calc(2 * var(--gap));
  --gap-3x: calc(3 * var(--gap));
  --gap-4x: calc(4 * var(--gap));
  --gap-6x: calc(6 * var(--gap));
  --radius: 1.25rem;
  --radius-small: 0.3125rem;
  --shadow: 0px 12px 28px 0px #E3EBEF;
  --shadow-soft: 0px 4px 16px 0px rgba(0, 0, 0, 0.2),0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  :root {
    --fs-small: 0.8125rem;
    --fs-copy: 1.0625rem;
    --fs-large: 1.3125rem;
    --fs-hl-small: 1.75rem;
    --fs-hl-medium: 2.1875rem;
    --fs-hl-large: 2.75rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --fs-small: 0.9375rem;
    --fs-copy: 1.1875rem;
    --fs-large: 1.5rem;
    --fs-hl-small: 2rem;
    --fs-hl-medium: 2.5rem;
    --fs-hl-large: 2.875rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --width-margin-page: calc(50vw - var(--max-width-page) * 0.5);
  }
}
@media (min-width: 1280px) {
  :root {
    --max-width-wide: 1200px;
  }
}
@media (min-width: 1024px) {
  :root {
    --max-width: 960px;
    --width-margin: calc(50vw - var(--max-width) * 0.5);
  }
}
@media (min-width: 1280px) {
  :root {
    --max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  :root {
    --max-width-slim: 720px;
    --width-margin-slim: calc(50vw - var(--max-width-slim) * 0.5);
  }
}
@media (min-width: 1280px) {
  :root {
    --article-width: 55rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --article-width: 1124px;
  }
}
@media (min-width: 1024px) {
  :root {
    --m-vert: 5.375rem;
    --m-vert-slim: 2.625rem;
  }
}

div.gap {
  width: var(--gap);
}

div.gap2x {
  width: var(--gap-2x);
}

div.gap4x {
  width: var(--gap-4x);
}

div.m-vert {
  width: var(--m-vert);
}

div.m-vert-slim {
  width: var(--m-vert-slim);
}

div.width-margin {
  width: var(--width-margin);
}

div.width-margin-wide {
  width: var(--width-margin-wide);
}

div.width-margin-page {
  width: var(--width-margin-page);
}

div.article-width {
  width: var(--article-margin);
}

.ty b,
.ty strong,
.typography b,
article b,
section.wp-block-group b,
.content b,
.typography strong,
article strong,
section.wp-block-group strong,
.content strong {
  font-weight: bold;
}
.ty i,
.ty em,
.typography i,
article i,
section.wp-block-group i,
.content i,
.typography em,
article em,
section.wp-block-group em,
.content em {
  font-style: italic;
}
.ty blockquote,
.ty pre,
.typography blockquote,
article blockquote,
section.wp-block-group blockquote,
.content blockquote,
.typography pre,
article pre,
section.wp-block-group pre,
.content pre {
  padding: 1rem 0;
}
.ty .wp-block-quote,
.ty blockquote,
.typography .wp-block-quote,
article .wp-block-quote,
section.wp-block-group .wp-block-quote,
.content .wp-block-quote,
.typography blockquote,
article blockquote,
section.wp-block-group blockquote,
.content blockquote {
  padding: 0;
  font-size: var(--fs-large);
  margin: var(--gap-2x) 0;
  border: none;
}
.ty .wp-block-quote p:last-child,
.ty blockquote p:last-child,
.typography .wp-block-quote p:last-child,
article .wp-block-quote p:last-child,
section.wp-block-group .wp-block-quote p:last-child,
.content .wp-block-quote p:last-child,
.typography blockquote p:last-child,
article blockquote p:last-child,
section.wp-block-group blockquote p:last-child,
.content blockquote p:last-child {
  margin-bottom: 0;
}
.ty .wp-block-pullquote,
.typography .wp-block-pullquote,
article .wp-block-pullquote,
section.wp-block-group .wp-block-pullquote,
.content .wp-block-pullquote {
  padding: var(--gap-2x);
  background: var(--c-copy);
  color: white;
  border: none;
  text-align: left;
  font-size: 1em;
}
@media (min-width: 1280px) {
  .ty .wp-block-pullquote,
  .typography .wp-block-pullquote,
  article .wp-block-pullquote,
  section.wp-block-group .wp-block-pullquote,
  .content .wp-block-pullquote {
    transform: translateX(-4em);
    width: 86%;
  }
}
.ty .wp-block-pullquote blockquote,
.typography .wp-block-pullquote blockquote,
article .wp-block-pullquote blockquote,
section.wp-block-group .wp-block-pullquote blockquote,
.content .wp-block-pullquote blockquote {
  font-size: 1em;
  margin: 0;
}
.ty pre,
.typography pre,
article pre,
section.wp-block-group pre,
.content pre {
  font-family: var(--ff-fixed);
  line-height: 1.5;
  background: black;
  color: white;
}
.ty .p,
.typography .p,
article .p,
section.wp-block-group .p,
.content .p {
  font-size: 1em;
}
.ty .p,
.ty dd,
.ty dt,
.ty ul,
.ty ol,
.ty p,
.typography .p,
article .p,
section.wp-block-group .p,
.content .p,
.typography dd,
article dd,
section.wp-block-group dd,
.content dd,
.typography dt,
article dt,
section.wp-block-group dt,
.content dt,
.typography ul,
article ul,
section.wp-block-group ul,
.content ul,
.typography ol,
article ol,
section.wp-block-group ol,
.content ol,
.typography p,
article p,
section.wp-block-group p,
.content p {
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.4;
  font-size: var(--fs-copy);
  letter-spacing: 0.02em;
}
.ty .small,
.typography .small,
article .small,
section.wp-block-group .small,
.content .small {
  font-size: 0.75em;
}
.ty .is-style-abstract,
.ty .abstract,
.typography .is-style-abstract,
article .is-style-abstract,
section.wp-block-group .is-style-abstract,
.content .is-style-abstract,
.typography .abstract,
article .abstract,
section.wp-block-group .abstract,
.content .abstract {
  font-size: var(--fs-large);
}
.ty p:last-child,
.typography p:last-child,
article p:last-child,
section.wp-block-group p:last-child,
.content p:last-child {
  margin-bottom: 0;
}
.ty ul,
.typography ul,
article ul,
section.wp-block-group ul,
.content ul {
  padding: 0;
}
.ty ul:not(:first-child),
.typography ul:not(:first-child),
article ul:not(:first-child),
section.wp-block-group ul:not(:first-child),
.content ul:not(:first-child) {
  margin-top: var(--gap-2x);
}
.ty ul:not(:last-child),
.typography ul:not(:last-child),
article ul:not(:last-child),
section.wp-block-group ul:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: var(--gap-2x);
}
.ty ul li:not([class]),
.ty ul li.wp-block-list-item,
.typography ul li:not([class]),
article ul li:not([class]),
section.wp-block-group ul li:not([class]),
.content ul li:not([class]),
.typography ul li.wp-block-list-item,
article ul li.wp-block-list-item,
section.wp-block-group ul li.wp-block-list-item,
.content ul li.wp-block-list-item {
  font-family: var(--ff-copy);
  padding: 0.05em 0 0 1.43em;
  margin-left: 0;
  background: url("../images/Bullet.svg") no-repeat 0 0.3em;
  background-size: 0.6em;
}
.ty ul li:not([class]):not(:first-child),
.ty ul li.wp-block-list-item:not(:first-child),
.typography ul li:not([class]):not(:first-child),
article ul li:not([class]):not(:first-child),
section.wp-block-group ul li:not([class]):not(:first-child),
.content ul li:not([class]):not(:first-child),
.typography ul li.wp-block-list-item:not(:first-child),
article ul li.wp-block-list-item:not(:first-child),
section.wp-block-group ul li.wp-block-list-item:not(:first-child),
.content ul li.wp-block-list-item:not(:first-child) {
  margin-top: 1em;
}
.ty ul ul,
.typography ul ul,
article ul ul,
section.wp-block-group ul ul,
.content ul ul {
  margin-left: 1em;
}
.ty ul li,
.typography ul li,
article ul li,
section.wp-block-group ul li,
.content ul li {
  list-style-type: none;
}
.ty ol li,
.typography ol li,
article ol li,
section.wp-block-group ol li,
.content ol li {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 1em;
}
.ty ul,
.ty ol,
.typography ul,
article ul,
section.wp-block-group ul,
.content ul,
.typography ol,
article ol,
section.wp-block-group ol,
.content ol {
  margin: 1em 0;
  line-height: 1.3;
}
.ty caption,
.ty .h1,
.ty .is-style-h1,
.ty .is-style-h2,
.ty .is-style-h3,
.ty h1,
.ty h2,
.ty h3,
.ty h4,
.ty h5,
.typography caption,
article caption,
section.wp-block-group caption,
.content caption,
.typography .h1,
article .h1,
section.wp-block-group .h1,
.content .h1,
.typography .is-style-h1,
article .is-style-h1,
section.wp-block-group .is-style-h1,
.content .is-style-h1,
.typography .is-style-h2,
article .is-style-h2,
section.wp-block-group .is-style-h2,
.content .is-style-h2,
.typography .is-style-h3,
article .is-style-h3,
section.wp-block-group .is-style-h3,
.content .is-style-h3,
.typography h1,
article h1,
section.wp-block-group h1,
.content h1,
.typography h2,
article h2,
section.wp-block-group h2,
.content h2,
.typography h3,
article h3,
section.wp-block-group h3,
.content h3,
.typography h4,
article h4,
section.wp-block-group h4,
.content h4,
.typography h5,
article h5,
section.wp-block-group h5,
.content h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3;
  font-family: var(--ff-head);
  color: var(--c-corporate);
}
.ty caption a,
.ty .h1 a,
.ty .is-style-h1 a,
.ty .is-style-h2 a,
.ty .is-style-h3 a,
.ty h1 a,
.ty h2 a,
.ty h3 a,
.ty h4 a,
.ty h5 a,
.typography caption a,
article caption a,
section.wp-block-group caption a,
.content caption a,
.typography .h1 a,
article .h1 a,
section.wp-block-group .h1 a,
.content .h1 a,
.typography .is-style-h1 a,
article .is-style-h1 a,
section.wp-block-group .is-style-h1 a,
.content .is-style-h1 a,
.typography .is-style-h2 a,
article .is-style-h2 a,
section.wp-block-group .is-style-h2 a,
.content .is-style-h2 a,
.typography .is-style-h3 a,
article .is-style-h3 a,
section.wp-block-group .is-style-h3 a,
.content .is-style-h3 a,
.typography h1 a,
article h1 a,
section.wp-block-group h1 a,
.content h1 a,
.typography h2 a,
article h2 a,
section.wp-block-group h2 a,
.content h2 a,
.typography h3 a,
article h3 a,
section.wp-block-group h3 a,
.content h3 a,
.typography h4 a,
article h4 a,
section.wp-block-group h4 a,
.content h4 a,
.typography h5 a,
article h5 a,
section.wp-block-group h5 a,
.content h5 a {
  text-decoration: none;
}
.ty caption:first-child,
.ty .h1:first-child,
.ty .is-style-h1:first-child,
.ty .is-style-h2:first-child,
.ty .is-style-h3:first-child,
.ty h1:first-child,
.ty h2:first-child,
.ty h3:first-child,
.ty h4:first-child,
.ty h5:first-child,
.typography caption:first-child,
article caption:first-child,
section.wp-block-group caption:first-child,
.content caption:first-child,
.typography .h1:first-child,
article .h1:first-child,
section.wp-block-group .h1:first-child,
.content .h1:first-child,
.typography .is-style-h1:first-child,
article .is-style-h1:first-child,
section.wp-block-group .is-style-h1:first-child,
.content .is-style-h1:first-child,
.typography .is-style-h2:first-child,
article .is-style-h2:first-child,
section.wp-block-group .is-style-h2:first-child,
.content .is-style-h2:first-child,
.typography .is-style-h3:first-child,
article .is-style-h3:first-child,
section.wp-block-group .is-style-h3:first-child,
.content .is-style-h3:first-child,
.typography h1:first-child,
article h1:first-child,
section.wp-block-group h1:first-child,
.content h1:first-child,
.typography h2:first-child,
article h2:first-child,
section.wp-block-group h2:first-child,
.content h2:first-child,
.typography h3:first-child,
article h3:first-child,
section.wp-block-group h3:first-child,
.content h3:first-child,
.typography h4:first-child,
article h4:first-child,
section.wp-block-group h4:first-child,
.content h4:first-child,
.typography h5:first-child,
article h5:first-child,
section.wp-block-group h5:first-child,
.content h5:first-child {
  margin-top: 0;
}
.ty .is-style-h1,
.ty .h1,
.ty h1,
.typography .is-style-h1,
article .is-style-h1,
section.wp-block-group .is-style-h1,
.content .is-style-h1,
.typography .h1,
article .h1,
section.wp-block-group .h1,
.content .h1,
.typography h1,
article h1,
section.wp-block-group h1,
.content h1 {
  font-family: var(--ff-head);
  font-size: var(--fs-hl-large);
}
.ty .is-style-h2,
.ty .h2,
.ty h2,
.typography .is-style-h2,
article .is-style-h2,
section.wp-block-group .is-style-h2,
.content .is-style-h2,
.typography .h2,
article .h2,
section.wp-block-group .h2,
.content .h2,
.typography h2,
article h2,
section.wp-block-group h2,
.content h2 {
  font-size: var(--fs-hl-medium);
}
.ty caption,
.ty .is-style-h3,
.ty .h3,
.ty h3,
.typography caption,
article caption,
section.wp-block-group caption,
.content caption,
.typography .is-style-h3,
article .is-style-h3,
section.wp-block-group .is-style-h3,
.content .is-style-h3,
.typography .h3,
article .h3,
section.wp-block-group .h3,
.content .h3,
.typography h3,
article h3,
section.wp-block-group h3,
.content h3 {
  font-size: var(--fs-hl-small);
}
.ty .h4,
.ty .h5,
.ty h4,
.ty h5,
.typography .h4,
article .h4,
section.wp-block-group .h4,
.content .h4,
.typography .h5,
article .h5,
section.wp-block-group .h5,
.content .h5,
.typography h4,
article h4,
section.wp-block-group h4,
.content h4,
.typography h5,
article h5,
section.wp-block-group h5,
.content h5 {
  font-size: 1.2em;
}
.ty h1 + *,
.ty h2 + *,
.ty h3 + *,
.ty .coltop + h1,
.ty .coltop + h2,
.ty .coltop + h3,
.ty .coltop + h4,
.ty .coltop + h5,
.ty a[name=copytop] + h1,
.ty a[name=copytop] + h2,
.ty a[name=copytop] + h3,
.ty a[name=copytop] + h4,
.ty a[name=copytop] + h5,
.typography h1 + *,
article h1 + *,
section.wp-block-group h1 + *,
.content h1 + *,
.typography h2 + *,
article h2 + *,
section.wp-block-group h2 + *,
.content h2 + *,
.typography h3 + *,
article h3 + *,
section.wp-block-group h3 + *,
.content h3 + *,
.typography .coltop + h1,
article .coltop + h1,
section.wp-block-group .coltop + h1,
.content .coltop + h1,
.typography .coltop + h2,
article .coltop + h2,
section.wp-block-group .coltop + h2,
.content .coltop + h2,
.typography .coltop + h3,
article .coltop + h3,
section.wp-block-group .coltop + h3,
.content .coltop + h3,
.typography .coltop + h4,
article .coltop + h4,
section.wp-block-group .coltop + h4,
.content .coltop + h4,
.typography .coltop + h5,
article .coltop + h5,
section.wp-block-group .coltop + h5,
.content .coltop + h5,
.typography a[name=copytop] + h1,
article a[name=copytop] + h1,
section.wp-block-group a[name=copytop] + h1,
.content a[name=copytop] + h1,
.typography a[name=copytop] + h2,
article a[name=copytop] + h2,
section.wp-block-group a[name=copytop] + h2,
.content a[name=copytop] + h2,
.typography a[name=copytop] + h3,
article a[name=copytop] + h3,
section.wp-block-group a[name=copytop] + h3,
.content a[name=copytop] + h3,
.typography a[name=copytop] + h4,
article a[name=copytop] + h4,
section.wp-block-group a[name=copytop] + h4,
.content a[name=copytop] + h4,
.typography a[name=copytop] + h5,
article a[name=copytop] + h5,
section.wp-block-group a[name=copytop] + h5,
.content a[name=copytop] + h5 {
  margin-top: 0;
}
.ty a:not([class]),
.typography a:not([class]),
article a:not([class]),
section.wp-block-group a:not([class]),
.content a:not([class]) {
  color: var(--c-rot);
  text-decoration: underline;
}
.ty a:not([class]):hover,
.typography a:not([class]):hover,
article a:not([class]):hover,
section.wp-block-group a:not([class]):hover,
.content a:not([class]):hover {
  text-decoration: none;
}
.ty .wp-caption p,
.typography .wp-caption p,
article .wp-caption p,
section.wp-block-group .wp-caption p,
.content .wp-caption p {
  font-size: 0.8em;
  margin: 0.5em 0 1em 0;
}

html {
  zoom: 100%;
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: var(--ff-copy);
  -webkit-font-smoothing: antialiased;
  color: var(--c-copy);
}
body.scroll-lock {
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  position: relative;
}

#wrapall {
  background: white;
  margin: 0 auto;
  font-size: var(--fs-copy);
}

.header {
  position: relative;
  z-index: 1986;
  white-space: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: var(--gap) var(--width-margin-wide);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
}
@media (min-width: 768px) {
  .header {
    padding: var(--gap-15x) var(--width-margin-wide);
  }
}
.header a {
  text-decoration: none;
  color: var(--ff-copy);
}
@media (max-width: 500px) {
  .header svg {
    width: 38vw;
    height: auto;
  }
}
.header.sticky {
  position: fixed;
  transform: translateY(-100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 400ms, box-shadow 400ms;
}
.header.sticky.move-in {
  transition: transform 400ms, box-shadow 400ms;
  transform: translateY(0);
}
.header__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.header__wrap > a {
  display: block;
}
.header__wrap nav {
  min-height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__wrap nav {
    display: none;
  }
}
.header__wrap nav > ul {
  display: flex;
  justify-content: flex-end;
}
.header__wrap nav > ul .wpml-ls-item {
  text-transform: uppercase;
}
.header__wrap nav > ul > li {
  position: relative;
  margin-left: var(--gap-2x);
  font-size: var(--fs-large);
}
.header__wrap nav > ul > li.wpml-ls-item + li.wpml-ls-item {
  margin-left: var(--gap);
}
.header__wrap nav > ul > li:hover > a, .header__wrap nav > ul > li.current-menu-item > a, .header__wrap nav > ul > li.wpml-ls-current-language > a, .header__wrap nav > ul > li.current-menu-ancestor > a {
  color: var(--c-corporate) !important;
}
.header__wrap nav > ul > li > ul {
  position: absolute;
  left: calc(-1 * var(--gap-2x));
  box-shadow: var(--shadow);
  top: 1em;
  display: none;
  padding: var(--gap);
  background-color: white;
}
.header__wrap nav > ul > li > ul > li {
  font-size: var(--fs-copy);
  border-top: solid 1px var(--c-hellgrau);
  padding-top: 2px;
}
.header__wrap nav > ul > li > ul > li a {
  display: block;
  margin: 0 0 2px 0;
  padding: var(--gap-slim) var(--gap);
}
.header__wrap nav > ul > li > ul > li:hover a, .header__wrap nav > ul > li > ul > li.current-menu-item a, .header__wrap nav > ul > li > ul > li.current-menu-ancestor a {
  background-color: var(--c-corporate);
  color: white;
}
.header__wrap nav > ul > li:hover > ul {
  display: block;
}
.header__wrap nav > ul.secondary > li {
  font-size: var(--fs-small);
}
.header__wrap nav > ul.secondary > li > a {
  color: var(--c-steingrau);
}
.header #mobile_menu {
  position: fixed;
  background-color: white;
  z-index: 2086;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: var(--gap-3x);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  transform: translateY(-100%);
  transition: transform 800ms;
  overflow: auto;
}
@media (min-width: 768px) {
  .header #mobile_menu {
    display: none;
  }
}
.header #mobile_menu.open {
  transition: transform 800ms;
  transform: translateY(0);
}
.header #mobile_menu > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  width: 100%;
}
.header #mobile_menu > div > ul.main {
  width: 100%;
}
.header #mobile_menu > div > ul.main > li {
  margin: 1em 0;
  width: 100%;
}
.header #mobile_menu > div > ul.main > li:not(:first-child) {
  padding-top: 1em;
  border-top: solid 1px var(--c-corporate);
}
.header #mobile_menu > div > ul.main > li > ul {
  margin: 1em 0;
  font-size: 1.2rem;
  opacity: 0.62;
}
.header #mobile_menu > div > ul.main > li > ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.header #mobile_menu > div > ul.secondary {
  width: 100%;
  opacity: 0.62;
  margin-top: 1em;
  margin-bottom: var(--gap-2x);
}
.header #mobile_menu > div > ul.secondary > li {
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 1.2rem;
}
.header #mobile_menu > div > ul.secondary > li:not(.wpml-ls-item) + .wpml-ls-item {
  margin-top: 1em;
}
.header #mobile_menu > div .footer {
  font-size: 0.86em;
}
.header .wpml-ls-item {
  text-transform: uppercase;
}
.header .language-switcher {
  position: absolute;
  left: 67%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-transform: uppercase;
  gap: 1em;
}
@media (min-width: 768px) {
  .header .language-switcher {
    display: none;
  }
}
.header .language-switcher a {
  color: var(--c-steingrau);
  text-transform: uppercase;
}
.header .language-switcher span {
  color: var(--c-corporate);
}
@media (min-width: 1024px) {
  .header .language-switcher {
    display: none;
  }
}
.header #trigger {
  cursor: pointer;
  position: absolute;
  right: var(--width-margin);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2089;
  width: 30px;
  height: 12px;
}
@media (min-width: 768px) {
  .header #trigger {
    display: none;
  }
}
.header #trigger > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c-corporate);
  position: absolute;
  left: 0;
}
.header #trigger > span.ff1 {
  top: 0;
}
.header #trigger > span.ff2 {
  display: none;
}
.header #trigger > span.ff3 {
  bottom: 0;
}
.header #trigger.open > span.ff1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header #trigger.open > span.ff2 {
  opacity: 0;
}
.header #trigger.open > span.ff3 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#headerHeight {
  width: 100%;
  background: white;
  height: 113px;
}

section.wp-block-group ._brlbs-switch-consent, section.wp-block-group > .wp-block-heck-accordion, section.wp-block-group > .wp-block-file, section.wp-block-group > .wp-block-heck-headline, section.wp-block-group > .wp-block-quote, section.wp-block-group > .wp-block-buttons, section.wp-block-group > .wp-block-buttons, section.wp-block-group > div.wp-block-group, section.wp-block-group > .wrapThis, section.wp-block-group > ul, section.wp-block-group > ol, section.wp-block-group > blockquote, section.wp-block-group > form, section.wp-block-group > p, section.wp-block-group > dd, section.wp-block-group > h1, section.wp-block-group > h2, section.wp-block-group > h3, section.wp-block-group > h4, section.wp-block-group > h5, section.wp-block-group > h6, section.wp-block-group > figure,
.content ._brlbs-switch-consent,
.content > .wp-block-heck-accordion,
.content > .wp-block-file,
.content > .wp-block-heck-headline,
.content > .wp-block-quote,
.content > .wp-block-buttons,
.content > .wp-block-buttons,
.content > div.wp-block-group,
.content > .wrapThis,
.content > ul,
.content > ol,
.content > blockquote,
.content > form,
.content > p,
.content > dd,
.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5,
.content > h6,
.content > figure {
  max-width: var(--max-width-wide);
  margin-left: var(--width-margin-wide);
}
section.wp-block-group ._brlbs-switch-consent.is-style-slim, section.wp-block-group ._brlbs-switch-consent.slim, section.wp-block-group > .wp-block-heck-accordion.is-style-slim, section.wp-block-group > .wp-block-heck-accordion.slim, section.wp-block-group > .wp-block-file.is-style-slim, section.wp-block-group > .wp-block-file.slim, section.wp-block-group > .wp-block-heck-headline.is-style-slim, section.wp-block-group > .wp-block-heck-headline.slim, section.wp-block-group > .wp-block-quote.is-style-slim, section.wp-block-group > .wp-block-quote.slim, section.wp-block-group > .wp-block-buttons.is-style-slim, section.wp-block-group > .wp-block-buttons.slim, section.wp-block-group > .wp-block-buttons.is-style-slim, section.wp-block-group > .wp-block-buttons.slim, section.wp-block-group > div.wp-block-group.is-style-slim, section.wp-block-group > div.wp-block-group.slim, section.wp-block-group > .wrapThis.is-style-slim, section.wp-block-group > .wrapThis.slim, section.wp-block-group > ul.is-style-slim, section.wp-block-group > ul.slim, section.wp-block-group > ol.is-style-slim, section.wp-block-group > ol.slim, section.wp-block-group > blockquote.is-style-slim, section.wp-block-group > blockquote.slim, section.wp-block-group > form.is-style-slim, section.wp-block-group > form.slim, section.wp-block-group > p.is-style-slim, section.wp-block-group > p.slim, section.wp-block-group > dd.is-style-slim, section.wp-block-group > dd.slim, section.wp-block-group > h1.is-style-slim, section.wp-block-group > h1.slim, section.wp-block-group > h2.is-style-slim, section.wp-block-group > h2.slim, section.wp-block-group > h3.is-style-slim, section.wp-block-group > h3.slim, section.wp-block-group > h4.is-style-slim, section.wp-block-group > h4.slim, section.wp-block-group > h5.is-style-slim, section.wp-block-group > h5.slim, section.wp-block-group > h6.is-style-slim, section.wp-block-group > h6.slim, section.wp-block-group > figure.is-style-slim, section.wp-block-group > figure.slim,
.content ._brlbs-switch-consent.is-style-slim,
.content ._brlbs-switch-consent.slim,
.content > .wp-block-heck-accordion.is-style-slim,
.content > .wp-block-heck-accordion.slim,
.content > .wp-block-file.is-style-slim,
.content > .wp-block-file.slim,
.content > .wp-block-heck-headline.is-style-slim,
.content > .wp-block-heck-headline.slim,
.content > .wp-block-quote.is-style-slim,
.content > .wp-block-quote.slim,
.content > .wp-block-buttons.is-style-slim,
.content > .wp-block-buttons.slim,
.content > .wp-block-buttons.is-style-slim,
.content > .wp-block-buttons.slim,
.content > div.wp-block-group.is-style-slim,
.content > div.wp-block-group.slim,
.content > .wrapThis.is-style-slim,
.content > .wrapThis.slim,
.content > ul.is-style-slim,
.content > ul.slim,
.content > ol.is-style-slim,
.content > ol.slim,
.content > blockquote.is-style-slim,
.content > blockquote.slim,
.content > form.is-style-slim,
.content > form.slim,
.content > p.is-style-slim,
.content > p.slim,
.content > dd.is-style-slim,
.content > dd.slim,
.content > h1.is-style-slim,
.content > h1.slim,
.content > h2.is-style-slim,
.content > h2.slim,
.content > h3.is-style-slim,
.content > h3.slim,
.content > h4.is-style-slim,
.content > h4.slim,
.content > h5.is-style-slim,
.content > h5.slim,
.content > h6.is-style-slim,
.content > h6.slim,
.content > figure.is-style-slim,
.content > figure.slim {
  max-width: var(--max-width-slim);
}
section.wp-block-group ._brlbs-switch-consent.is-style-slim:has(.has-text-align-center), section.wp-block-group ._brlbs-switch-consent.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-heck-accordion.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-heck-accordion.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-file.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-file.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-heck-headline.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-heck-headline.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-quote.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-quote.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-buttons.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-buttons.slim:has(.has-text-align-center), section.wp-block-group > .wp-block-buttons.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wp-block-buttons.slim:has(.has-text-align-center), section.wp-block-group > div.wp-block-group.is-style-slim:has(.has-text-align-center), section.wp-block-group > div.wp-block-group.slim:has(.has-text-align-center), section.wp-block-group > .wrapThis.is-style-slim:has(.has-text-align-center), section.wp-block-group > .wrapThis.slim:has(.has-text-align-center), section.wp-block-group > ul.is-style-slim:has(.has-text-align-center), section.wp-block-group > ul.slim:has(.has-text-align-center), section.wp-block-group > ol.is-style-slim:has(.has-text-align-center), section.wp-block-group > ol.slim:has(.has-text-align-center), section.wp-block-group > blockquote.is-style-slim:has(.has-text-align-center), section.wp-block-group > blockquote.slim:has(.has-text-align-center), section.wp-block-group > form.is-style-slim:has(.has-text-align-center), section.wp-block-group > form.slim:has(.has-text-align-center), section.wp-block-group > p.is-style-slim:has(.has-text-align-center), section.wp-block-group > p.slim:has(.has-text-align-center), section.wp-block-group > dd.is-style-slim:has(.has-text-align-center), section.wp-block-group > dd.slim:has(.has-text-align-center), section.wp-block-group > h1.is-style-slim:has(.has-text-align-center), section.wp-block-group > h1.slim:has(.has-text-align-center), section.wp-block-group > h2.is-style-slim:has(.has-text-align-center), section.wp-block-group > h2.slim:has(.has-text-align-center), section.wp-block-group > h3.is-style-slim:has(.has-text-align-center), section.wp-block-group > h3.slim:has(.has-text-align-center), section.wp-block-group > h4.is-style-slim:has(.has-text-align-center), section.wp-block-group > h4.slim:has(.has-text-align-center), section.wp-block-group > h5.is-style-slim:has(.has-text-align-center), section.wp-block-group > h5.slim:has(.has-text-align-center), section.wp-block-group > h6.is-style-slim:has(.has-text-align-center), section.wp-block-group > h6.slim:has(.has-text-align-center), section.wp-block-group > figure.is-style-slim:has(.has-text-align-center), section.wp-block-group > figure.slim:has(.has-text-align-center),
.content ._brlbs-switch-consent.is-style-slim:has(.has-text-align-center),
.content ._brlbs-switch-consent.slim:has(.has-text-align-center),
.content > .wp-block-heck-accordion.is-style-slim:has(.has-text-align-center),
.content > .wp-block-heck-accordion.slim:has(.has-text-align-center),
.content > .wp-block-file.is-style-slim:has(.has-text-align-center),
.content > .wp-block-file.slim:has(.has-text-align-center),
.content > .wp-block-heck-headline.is-style-slim:has(.has-text-align-center),
.content > .wp-block-heck-headline.slim:has(.has-text-align-center),
.content > .wp-block-quote.is-style-slim:has(.has-text-align-center),
.content > .wp-block-quote.slim:has(.has-text-align-center),
.content > .wp-block-buttons.is-style-slim:has(.has-text-align-center),
.content > .wp-block-buttons.slim:has(.has-text-align-center),
.content > .wp-block-buttons.is-style-slim:has(.has-text-align-center),
.content > .wp-block-buttons.slim:has(.has-text-align-center),
.content > div.wp-block-group.is-style-slim:has(.has-text-align-center),
.content > div.wp-block-group.slim:has(.has-text-align-center),
.content > .wrapThis.is-style-slim:has(.has-text-align-center),
.content > .wrapThis.slim:has(.has-text-align-center),
.content > ul.is-style-slim:has(.has-text-align-center),
.content > ul.slim:has(.has-text-align-center),
.content > ol.is-style-slim:has(.has-text-align-center),
.content > ol.slim:has(.has-text-align-center),
.content > blockquote.is-style-slim:has(.has-text-align-center),
.content > blockquote.slim:has(.has-text-align-center),
.content > form.is-style-slim:has(.has-text-align-center),
.content > form.slim:has(.has-text-align-center),
.content > p.is-style-slim:has(.has-text-align-center),
.content > p.slim:has(.has-text-align-center),
.content > dd.is-style-slim:has(.has-text-align-center),
.content > dd.slim:has(.has-text-align-center),
.content > h1.is-style-slim:has(.has-text-align-center),
.content > h1.slim:has(.has-text-align-center),
.content > h2.is-style-slim:has(.has-text-align-center),
.content > h2.slim:has(.has-text-align-center),
.content > h3.is-style-slim:has(.has-text-align-center),
.content > h3.slim:has(.has-text-align-center),
.content > h4.is-style-slim:has(.has-text-align-center),
.content > h4.slim:has(.has-text-align-center),
.content > h5.is-style-slim:has(.has-text-align-center),
.content > h5.slim:has(.has-text-align-center),
.content > h6.is-style-slim:has(.has-text-align-center),
.content > h6.slim:has(.has-text-align-center),
.content > figure.is-style-slim:has(.has-text-align-center),
.content > figure.slim:has(.has-text-align-center) {
  margin-left: var(--width-margin-slim);
}
section.wp-block-group > .is-style-offset-sibling,
.content > .is-style-offset-sibling {
  padding-bottom: calc(2 * var(--m-vert-slim)) !important;
}
section.wp-block-group > .is-style-offset-sibling + *,
.content > .is-style-offset-sibling + * {
  z-index: 1;
  margin-top: calc(-1 * var(--m-vert-slim));
}
section.wp-block-group > .wp-block-columns,
.content > .wp-block-columns {
  margin: 0 var(--width-margin-wide);
}
section.wp-block-group > .wp-block-columns:not(:first-child),
.content > .wp-block-columns:not(:first-child) {
  margin-top: var(--m-vert);
}
section.wp-block-group > .wp-block-columns:not(:last-child),
.content > .wp-block-columns:not(:last-child) {
  margin-bottom: var(--m-vert);
}
section.wp-block-group li,
.content li {
  background: none;
  padding-left: 0;
}
section.wp-block-group div.has-background,
.content div.has-background {
  padding: var(--gap-2x);
}
section.wp-block-group .is-style-offset-sibling,
section.wp-block-group .is-style-offset-top,
section.wp-block-group .is-style-offset-bottom,
section.wp-block-group section.has-background,
.content .is-style-offset-sibling,
.content .is-style-offset-top,
.content .is-style-offset-bottom,
.content section.has-background {
  padding: 0;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group,
section.wp-block-group .is-style-offset-top.wp-block-group,
section.wp-block-group .is-style-offset-bottom.wp-block-group,
section.wp-block-group section.has-background.wp-block-group,
.content .is-style-offset-sibling.wp-block-group,
.content .is-style-offset-top.wp-block-group,
.content .is-style-offset-bottom.wp-block-group,
.content section.has-background.wp-block-group {
  position: relative;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group + div,
section.wp-block-group .is-style-offset-top.wp-block-group + div,
section.wp-block-group .is-style-offset-bottom.wp-block-group + div,
section.wp-block-group section.has-background.wp-block-group + div,
.content .is-style-offset-sibling.wp-block-group + div,
.content .is-style-offset-top.wp-block-group + div,
.content .is-style-offset-bottom.wp-block-group + div,
.content section.has-background.wp-block-group + div {
  position: relative;
  z-index: 1;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:not(.block-editor-block-list__block),
section.wp-block-group .is-style-offset-top.wp-block-group:not(.block-editor-block-list__block),
section.wp-block-group .is-style-offset-bottom.wp-block-group:not(.block-editor-block-list__block),
section.wp-block-group section.has-background.wp-block-group:not(.block-editor-block-list__block),
.content .is-style-offset-sibling.wp-block-group:not(.block-editor-block-list__block),
.content .is-style-offset-top.wp-block-group:not(.block-editor-block-list__block),
.content .is-style-offset-bottom.wp-block-group:not(.block-editor-block-list__block),
.content section.has-background.wp-block-group:not(.block-editor-block-list__block) {
  position: relative;
  z-index: 0;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
section.wp-block-group .is-style-offset-top.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
section.wp-block-group .is-style-offset-bottom.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
section.wp-block-group section.has-background.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
.content .is-style-offset-sibling.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
.content .is-style-offset-top.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
.content .is-style-offset-bottom.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom,
.content section.has-background.wp-block-group:not(.block-editor-block-list__block).is-style-offset-inner-bottom {
  z-index: 0;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
section.wp-block-group .is-style-offset-top.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
section.wp-block-group .is-style-offset-bottom.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
section.wp-block-group section.has-background.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
.content .is-style-offset-sibling.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
.content .is-style-offset-top.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
.content .is-style-offset-bottom.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top),
.content section.has-background.wp-block-group:not(.is-style-offset-inner-bottom):not(.is-style-offset-inner-top) {
  padding: calc(1 * var(--m-vert-slim)) 0 calc(1 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group.is-style-offset-sibling,
section.wp-block-group .is-style-offset-top.wp-block-group.is-style-offset-sibling,
section.wp-block-group .is-style-offset-bottom.wp-block-group.is-style-offset-sibling,
section.wp-block-group section.has-background.wp-block-group.is-style-offset-sibling,
.content .is-style-offset-sibling.wp-block-group.is-style-offset-sibling,
.content .is-style-offset-top.wp-block-group.is-style-offset-sibling,
.content .is-style-offset-bottom.wp-block-group.is-style-offset-sibling,
.content section.has-background.wp-block-group.is-style-offset-sibling {
  padding-bottom: calc(2 * var(--m-vert-slim)) !important;
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child),
section.wp-block-group .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child),
section.wp-block-group .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child),
section.wp-block-group section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child),
.content .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child),
.content .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child),
.content .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child),
.content section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) {
  margin-top: calc(2 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
section.wp-block-group .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
section.wp-block-group .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
section.wp-block-group section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
.content .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
.content .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
.content .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild,
.content section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .bild {
  margin-top: calc(-1 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
section.wp-block-group .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
section.wp-block-group .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
section.wp-block-group section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
.content .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
.content .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
.content .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text,
.content section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .text {
  padding-top: calc(1 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
section.wp-block-group .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
section.wp-block-group .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
section.wp-block-group section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
.content .is-style-offset-sibling.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
.content .is-style-offset-top.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
.content .is-style-offset-bottom.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow,
.content section.has-background.wp-block-group:has(.wp-block-heck-bild-text:only-child) .wp-block-heck-bild-text .eyebrow {
  margin-top: calc(1 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom,
section.wp-block-group .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom,
section.wp-block-group .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom,
section.wp-block-group section.has-background.wp-block-group.is-style-offset-inner-bottom,
.content .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom,
.content .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom,
.content .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom,
.content section.has-background.wp-block-group.is-style-offset-inner-bottom {
  padding: calc(0.5 * var(--m-vert)) 0 calc(1.5 * var(--m-vert-slim));
}
@media (min-width: 1024px) {
  section.wp-block-group .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom > *,
  section.wp-block-group .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom > *,
  section.wp-block-group .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom > *,
  section.wp-block-group section.has-background.wp-block-group.is-style-offset-inner-bottom > *,
  .content .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom > *,
  .content .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom > *,
  .content .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom > *,
  .content section.has-background.wp-block-group.is-style-offset-inner-bottom > * {
    transform: translateY(calc(2 * var(--m-vert-slim)));
  }
}
section.wp-block-group .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom + *,
section.wp-block-group .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom + *,
section.wp-block-group .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom + *,
section.wp-block-group section.has-background.wp-block-group.is-style-offset-inner-bottom + *,
.content .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom + *,
.content .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom + *,
.content .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom + *,
.content section.has-background.wp-block-group.is-style-offset-inner-bottom + * {
  margin-top: calc(3 * var(--m-vert-slim));
}
section.wp-block-group .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom:after,
section.wp-block-group .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom:after,
section.wp-block-group .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom:after,
section.wp-block-group section.has-background.wp-block-group.is-style-offset-inner-bottom:after,
.content .is-style-offset-sibling.wp-block-group.is-style-offset-inner-bottom:after,
.content .is-style-offset-top.wp-block-group.is-style-offset-inner-bottom:after,
.content .is-style-offset-bottom.wp-block-group.is-style-offset-inner-bottom:after,
.content section.has-background.wp-block-group.is-style-offset-inner-bottom:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--m-vert-slim);
  background: white;
}
section.wp-block-group :not(.wp-block-heck-hero):has(+ section.has-background.wp-block-group),
.content :not(.wp-block-heck-hero):has(+ section.has-background.wp-block-group) {
  margin-bottom: var(--m-vert-slim);
}
section.wp-block-group .has-heck-grau-background-color,
.content .has-heck-grau-background-color {
  color: white;
}
section.wp-block-group .has-heck-grau-background-color .eyebrow,
section.wp-block-group .has-heck-grau-background-color h1,
section.wp-block-group .has-heck-grau-background-color h2,
.content .has-heck-grau-background-color .eyebrow,
.content .has-heck-grau-background-color h1,
.content .has-heck-grau-background-color h2 {
  color: white;
}

.df-blocks-upload-wrap {
  position: relative;
}
.df-blocks-upload-wrap .df-blocks-upload-button {
  cursor: pointer;
  cursor: pointer;
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em 1.5em;
  border: solid 1px white;
  border-radius: 8px;
}

/*******************************************/
/*
/*  Standard Blocks
*/
.wp-block-file {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 1em !important;
  margin-bottom: 1em;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: var(--c-copy);
  text-decoration: none;
}
.wp-block-file .wp-block-file__button {
  margin: 0 1em 0 0;
}

.wp-block-buttons {
  margin-bottom: 1em;
}

.wp-block-image:not(:first-child) {
  margin-top: var(--m-vert-slim);
}
.wp-block-image:not(:last-child) {
  margin-bottom: var(--m-vert-slim);
}
.wp-block-image figcaption {
  opacity: 0.8;
  text-align: left;
  font-size: var(--fs-small);
  line-height: 1.2;
  margin: 1em 0 0 0;
}

.wp-block-heck-feature {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--gap-2x) var(--gap);
  background: var(--c-grau);
  color: white;
  text-align: center;
}
.wp-block-heck-feature .text {
  margin-top: var(--gap);
}
.wp-block-heck-feature .text h3 {
  margin-top: var(--gap);
  font-size: var(--fs-large);
  color: white;
  font-weight: 500;
}

.wp-block-heck-accordion + .wp-block-heck-accordion .wrapper .accordion_head {
  border-top: solid 1px var(--c-mittelgrau);
}

.wp-block-heck-accordion {
  scroll-margin-top: 144px;
}
.wp-block-heck-accordion .wrapper .accordion_head {
  padding: var(--gap-small) 0 var(--gap-small);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .wp-block-heck-accordion .wrapper .accordion_head {
    align-items: center;
  }
}
.wp-block-heck-accordion .wrapper .accordion_head .title {
  font-size: var(--fs-large);
  margin: 0;
}
.wp-block-heck-accordion .wrapper .accordion_head svg {
  margin-left: 1em;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
.wp-block-heck-accordion .wrapper .inner {
  display: block;
  transition: height 0.43s;
  overflow: hidden;
}
.wp-block-heck-accordion .wrapper .inner > div {
  padding: var(--gap) 0;
}
.wp-block-heck-accordion .wrapper .inner:not(:has(.keepopen)) {
  height: 0;
}
.wp-block-heck-accordion:not(.open) .accordion_head:hover svg {
  opacity: 1;
}
.wp-block-heck-accordion.open .inner {
  transition: height 0.86s;
}
.wp-block-heck-accordion.open .accordion_head svg {
  opacity: 1;
  transform: rotate(90deg);
}

:not(.wp-block-greco-accordion) + .wp-block-greco-accordion {
  margin-top: var(--m-vert-slim);
}

.wp-block-greco-accordion:has(+ :not(.wp-block-greco-accordion)) {
  margin-bottom: var(--m-vert-slim);
}

.has-background .wp-block-heck-accordion svg circle {
  fill: var(--c-blue);
}
.has-background .wp-block-heck-accordion svg path {
  stroke: var(--c-hellgrau);
}

.wp-block-heck-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .wp-block-heck-hero {
    font-size: 1vw;
  }
}
.wp-block-heck-hero img {
  width: 100%;
  height: auto;
}
.wp-block-heck-hero .bild {
  position: relative;
  overflow: hidden;
}
.wp-block-heck-hero .bild > svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
  height: 102%;
  width: auto;
}
@media (min-width: 1440px) and (max-height: 767px) {
  .wp-block-heck-hero .bild > svg {
    width: 55vw;
  }
}
.wp-block-heck-hero .bild__image {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .wp-block-heck-hero .bild__image {
    min-height: 500px;
  }
}
@media (min-height: 670px) {
  .wp-block-heck-hero .bild__image {
    min-height: auto;
    height: 56vw;
    max-height: calc(100vh - 170px);
  }
}
.wp-block-heck-hero .bild__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-heck-hero .text {
  color: var(--c-corporate);
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--gap);
}
@media (min-width: 1024px) {
  .wp-block-heck-hero .text {
    width: 40%;
  }
}
@media (min-width: 500px) {
  .wp-block-heck-hero .text {
    padding: 0 var(--gap-2x);
  }
}
@media (min-width: 1024px) and (min-height: 800px) {
  .wp-block-heck-hero .text {
    padding: 0 0 0 6%;
  }
}
@media (min-width: 1024px) and (min-height: 1024px) {
  .wp-block-heck-hero .text {
    padding: 0 0 0 12%;
  }
}
@media (min-width: 1024px) {
  .wp-block-heck-hero .text {
    font-size: 2rem;
  }
}
.wp-block-heck-hero .text.edit {
  padding: var(--m-vert) var(--gap-2x);
}
.wp-block-heck-hero .text .eyebrow {
  font-size: 1em;
}
.wp-block-heck-hero .text:not(.edit) .eyebrow {
  margin-top: var(--gap-2x);
  color: white;
  margin-top: 0;
}
.wp-block-heck-hero .text:not(.edit) h1 {
  font-weight: 300;
}
@media (max-width: 600px) {
  .wp-block-heck-hero .text:not(.edit) h1 {
    font-size: 1.2rem;
  }
}
.wp-block-heck-hero .text h1,
.wp-block-heck-hero .text h2,
.wp-block-heck-hero .text h3 {
  color: currentColor;
}

.wp-block-heck-technologies {
  position: relative;
}
.wp-block-heck-technologies:not(:last-child) {
  margin-bottom: var(--m-vert);
}
.wp-block-heck-technologies:not(:first-child) {
  margin-top: var(--m-vert);
}
.wp-block-heck-technologies .grid-container {
  margin-left: var(--width-margin-wide);
  margin-right: var(--width-margin-wide);
}
.wp-block-heck-technologies .grid-container .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--gap-2x);
}
@media (min-width: 1024px) {
  .wp-block-heck-technologies .grid-container .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.wp-block-heck-technologies .technology {
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  background-color: white;
}
.wp-block-heck-technologies .technology__link {
  text-decoration: none;
}
.wp-block-heck-technologies .technology__image {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
}
.wp-block-heck-technologies .technology__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-heck-technologies .technology__title {
  font-size: var(--fs-small);
  color: var(--c-corporate);
  font-weight: 500;
  padding: 0.8em 1em;
  margin: 0;
}

.wp-block-heck-bild-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wp-block-heck-bild-text:not(:last-child) {
  margin-bottom: var(--m-vert);
}
.wp-block-heck-bild-text:not(:first-child) {
  margin-top: var(--m-vert);
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text {
    display: grid;
    grid-template-areas: "bild text";
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wp-block-heck-bild-text {
    gap: var(--gap-2x);
    grid-template-columns: 10fr 11fr;
  }
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text.reverse {
    grid-template-areas: "text bild";
  }
  .wp-block-heck-bild-text.reverse .text {
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wp-block-heck-bild-text.reverse .text {
    padding-left: var(--width-margin-wide);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1600px) {
  .wp-block-heck-bild-text.reverse .text {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wp-block-heck-bild-text.reverse {
    grid-template-columns: 8fr 9fr;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1440px) {
  .wp-block-heck-bild-text.reverse {
    grid-template-columns: 636px 1fr;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wp-block-heck-bild-text.reverse .bild {
    position: relative;
  }
  .wp-block-heck-bild-text.reverse .bild img {
    right: 0;
    left: auto;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    mask-image: url("../images/klinke-r.svg");
    -webkit-mask-image: url("../images/klinke-r.svg");
    max-width: 55vw;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1600px) {
  .wp-block-heck-bild-text.reverse .bild img {
    max-width: 100%;
  }
}
.wp-block-heck-bild-text.has-background .text {
  padding-top: calc(1 * var(--m-vert-slim)) !important;
}
.wp-block-heck-bild-text .text {
  padding: 0 var(--width-margin) var(--m-vert);
  max-width: 600px;
  grid-area: text;
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text .text {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: var(--m-vert);
  }
}
@media (min-width: 1280px) {
  .wp-block-heck-bild-text .text {
    padding-bottom: var(--m-vert);
  }
}
@media (min-width: 1440px) {
  .wp-block-heck-bild-text .text {
    padding-right: var(--width-margin-wide);
  }
}
.wp-block-heck-bild-text .text.sadmin {
  padding-right: var(--gap) !important;
  padding-left: var(--gap) !important;
}
.wp-block-heck-bild-text .text p + .wp-block-buttons {
  margin-top: var(--gap-2x);
}
@media (max-width: 767px) {
  .wp-block-heck-bild-text .text .eyebrow {
    margin-top: 0 !important;
  }
}
.wp-block-heck-bild-text:has(.bild__image:empty) .text {
  padding-bottom: 0 !important;
}
.wp-block-heck-bild-text .bild {
  grid-area: bild;
  position: relative;
  height: 100%;
  width: 100%;
}
.wp-block-heck-bild-text .bild__image {
  position: relative;
  width: 100%;
  max-width: calc(100vw - var(--width-margin-wide));
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wp-block-heck-bild-text .bild__image:not(:has(+ .image__legend)) {
  margin-bottom: var(--gap-2x);
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text .bild__image {
    margin-bottom: 0;
    width: 100%;
    max-width: 55vw;
  }
}
.wp-block-heck-bild-text .bild__image img {
  height: auto;
  mask-image: url("../images/klinke-l.svg");
  -webkit-mask-image: url("../images/klinke-l.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.wp-block-heck-bild-text .bild__image.cropimage {
  min-height: 100%;
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text .bild__image.cropimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-block-heck-bild-text .bild__legend {
  margin-top: var(--gap);
  margin-bottom: var(--gap-2x);
  padding-left: var(--width-margin);
  padding-right: var(--width-margin);
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text .bild__legend {
    padding-left: var(--width-margin-wide);
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .wp-block-heck-bild-text .bild__legend {
    padding-left: var(--gap-2x);
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .wp-block-heck-bild-text .bild__legend {
    width: 66%;
  }
}
.wp-block-heck-bild-text .bild__legend p {
  font-size: var(--fs-small);
}
.wp-block-heck-bild-text.has-background {
  margin-top: calc(var(--m-vert) + var(--m-vert-slim));
}
@media (max-width: 1599px) {
  .wp-block-heck-bild-text.has-background {
    padding: 0 !important;
  }
}
.wp-block-heck-bild-text.has-background .bild {
  margin-top: calc(-1 * var(--m-vert-slim));
}
.wp-block-heck-bild-text.has-background .eyebrow {
  margin-top: calc(1 * var(--m-vert-slim));
}

@media (min-width: 1600px) {
  .wp-block-heck-bild-text {
    padding-left: calc(50vw - 800px) !important;
    padding-right: var(--width-margin-wide) !important;
  }
  .wp-block-heck-bild-text .text {
    padding-right: 0 !important;
  }
  .wp-block-heck-bild-text.reverse {
    padding-left: var(--width-margin-wide) !important;
    padding-right: calc(50vw - 800px) !important;
  }
  .wp-block-heck-bild-text.sadmin {
    padding-right: var(--gap) !important;
    padding-left: var(--gap) !important;
  }
  .wp-block-heck-bild-text.sadmin.reverse {
    padding-left: var(--gap) !important;
    padding-right: var(--gap) !important;
  }
  .wp-block-heck-bild-text.is-style-margin-test {
    padding-right: var(--width-margin-wide) !important;
  }
}
@media (min-width: 1024px) {
  .wp-block-heck-bild-text:has(+ section.has-background) {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
    padding-bottom: calc(2 * var(--m-vert-slim)) !important;
  }
  .wp-block-heck-bild-text:has(+ section.has-background) + .has-background {
    position: relative;
    z-index: 1;
    padding-top: calc(2 * var(--m-vert-slim)) !important;
    margin-top: calc(-3 * var(--m-vert-slim)) !important;
  }
}

.is-style-offset-inner > .wp-block-heck-bild-text:last-child .text {
  padding-bottom: var(--m-vert);
}

.wp-block-heck-headline {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.wp-block-heck-headline:not(:last-child):not(:has(+ p)) {
  margin-bottom: var(--m-vert-slim);
}
.wp-block-heck-headline:not(:first-child) {
  margin-top: var(--m-vert);
}
.wp-block-heck-headline .h1, .wp-block-heck-headline .ty h1, .ty .wp-block-heck-headline h1,
.wp-block-heck-headline .typography h1,
.wp-block-heck-headline article h1,
.typography .wp-block-heck-headline h1,
article .wp-block-heck-headline h1,
.wp-block-heck-headline section.wp-block-group h1,
section.wp-block-group .wp-block-heck-headline h1,
.wp-block-heck-headline .content h1,
.content .wp-block-heck-headline h1,
.wp-block-heck-headline .h2 {
  display: block;
  max-width: 686px;
}
@media (min-width: 375px) {
  .wp-block-heck-headline .eyebrow {
    max-width: 50vw;
  }
}

.wp-block-heck-references {
  position: relative;
}
.wp-block-heck-references:not(:last-child) {
  margin-bottom: var(--m-vert-slim);
}
.wp-block-heck-references:not(:first-child) {
  margin-top: var(--m-vert);
}
.wp-block-heck-references .grid-wrapper {
  margin: 0 var(--width-margin-wide);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--gap-2x);
}
.wp-block-heck-references .grid-wrapper .grid-slide.admin {
  display: none;
}
.wp-block-heck-references .grid-wrapper .grid-slide.admin:nth-child(1), .wp-block-heck-references .grid-wrapper .grid-slide.admin:nth-child(2), .wp-block-heck-references .grid-wrapper .grid-slide.admin:nth-child(3) {
  display: block;
}
.wp-block-heck-references.is-admin .grid-slide {
  display: none;
}
.wp-block-heck-references.is-admin .grid-slide:nth-child(1), .wp-block-heck-references.is-admin .grid-slide:nth-child(2), .wp-block-heck-references.is-admin .grid-slide:nth-child(3) {
  display: block;
}
.wp-block-heck-references .text {
  background: var(--c-corporate);
  padding: var(--gap-2x);
}
.wp-block-heck-references .text h3 {
  color: white;
  font-size: var(--fs-large);
}
.wp-block-heck-references .reference {
  box-shadow: var(--shadow);
  height: auto;
}
.wp-block-heck-references .reference__image {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
}
.wp-block-heck-references .reference__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-heck-references .reference__text {
  padding: var(--gap);
}
.wp-block-heck-references .reference__text h3 {
  font-size: var(--fs-copy);
  margin: 0 0 0.2em;
}
.wp-block-heck-references .reference__text li,
.wp-block-heck-references .reference__text p {
  margin: 0.8em 0 0;
  font-size: var(--fs-small);
}
.wp-block-heck-references .reference__text h3 + p {
  background: url(../images/location.svg) no-repeat left center;
  background-size: 0.8em;
  padding-left: var(--gap-15x);
}
.wp-block-heck-references .reference__text li {
  margin: 0 0 0.3em 0 !important;
}
.wp-block-heck-references .reference__text li:last-child {
  background: none;
  padding-left: 0;
  margin-top: 1em !important;
}
.wp-block-heck-references .reference__text ul {
  margin: var(--gap) 0 0;
}

.wp-block-heck-bild-text:has(+ .wp-block-heck-technologies) {
  margin-bottom: 0;
}

.wp-block-heck-references + .wp-block-heck-brands {
  padding-top: 0 !important;
}

.wp-block-heck-brands:not(:last-child) {
  margin-bottom: var(--m-vert);
}
.wp-block-heck-brands .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.wp-block-heck-brands .grid-wrapper .grid-slide {
  display: none;
}
.wp-block-heck-brands .grid-wrapper .grid-slide:nth-child(1), .wp-block-heck-brands .grid-wrapper .grid-slide:nth-child(2), .wp-block-heck-brands .grid-wrapper .grid-slide:nth-child(3), .wp-block-heck-brands .grid-wrapper .grid-slide:nth-child(4) {
  display: block;
}
.wp-block-heck-brands .swiper-wrapper {
  animation-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.wp-block-heck-brands .swiper-container {
  padding-top: var(--gap);
}
.wp-block-heck-brands .brand {
  box-shadow: var(--shadow);
}
.wp-block-heck-brands .brand__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.wp-block-heck-brands .brand__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-heck-header {
  margin-right: var(--gap);
  color: white;
  background: url(../images/header@2x.png), linear-gradient(90deg, var(--c-blue) 0%, var(--c-blue) 50%, white 51%, white 100%);
  background-position: center right, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  height: 32vw;
  max-height: 246px;
  padding-right: 30vw;
  display: flex;
  align-items: center;
}
.wp-block-heck-header:not(:last-child) {
  margin-bottom: var(--m-vert);
}
.wp-block-heck-header:not(:first-child) {
  margin-top: var(--m-vert);
}
@media (min-width: 1024px) {
  .wp-block-heck-header {
    margin-right: var(--width-margin-wide);
  }
}
@media (min-width: 1280px) {
  .wp-block-heck-header {
    background-size: contain, cover;
    padding-right: 0;
    height: 246px;
  }
}
.wp-block-heck-header span {
  display: block;
}
.wp-block-heck-header .eyebrow {
  display: block;
  color: white;
  margin: 0;
}
@media (max-width: 767px) {
  .wp-block-heck-header .eyebrow {
    font-size: var(--fs-small) !important;
  }
}
.wp-block-heck-header .text {
  padding: var(--gap-2x) 0 var(--gap-2x) var(--width-margin-wide);
}
.wp-block-heck-header .text.edit {
  padding: var(--gap-2x);
}
@media (min-width: 1024px) {
  .wp-block-heck-header .text {
    width: 70%;
  }
}
.wp-block-heck-header .text h1 {
  font-size: 1em;
  color: white;
  margin: 0;
}
.wp-block-heck-header .text .headline {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 768px) {
  .wp-block-heck-header .text .headline {
    font-size: 2.2em !important;
    max-width: 500px;
  }
}
.wp-block-heck-header .text .headline {
  font-size: 1.2em;
}
@media (min-width: 424px) {
  .wp-block-heck-header .text .headline {
    font-size: 1.4em;
  }
}
@media (min-width: 500px) {
  .wp-block-heck-header .text .headline {
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  .wp-block-heck-header .text .headline {
    font-size: 2.7em;
  }
}
.wp-block-heck-header .text .eyebrow,
.wp-block-heck-header .text p {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .wp-block-heck-header .text .eyebrow,
  .wp-block-heck-header .text p {
    margin: 0 0 0.5rem;
  }
}

.wp-block-heck-features .block-editor-block-list__layout,
.wp-block-heck-features:not(:has(.block-editor-block-list__layout)) {
  padding: 0 var(--width-margin-wide);
  display: grid;
  gap: var(--gap) !important;
}
@media (min-width: 600px) {
  .wp-block-heck-features .block-editor-block-list__layout,
  .wp-block-heck-features:not(:has(.block-editor-block-list__layout)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .wp-block-heck-features .block-editor-block-list__layout,
  .wp-block-heck-features:not(:has(.block-editor-block-list__layout)) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .wp-block-heck-features .block-editor-block-list__layout,
  .wp-block-heck-features:not(:has(.block-editor-block-list__layout)) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wp-block-heck-anwendung {
  background: var(--c-hellgrau);
  display: grid;
  align-items: center;
  box-shadow: var(--shadow-soft);
}
.wp-block-heck-anwendung img {
  display: flex;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-heck-anwendung .bild {
  height: 100%;
}
.wp-block-heck-anwendung:has(img) {
  grid-template-columns: 120px 1fr;
}
@media (min-width: 1024px) {
  .wp-block-heck-anwendung:has(img) {
    grid-template-columns: 177px 1fr;
  }
}
.wp-block-heck-anwendung:not(:has(img)) {
  padding: var(--gap);
}
.wp-block-heck-anwendung p.headline {
  margin: 0;
  padding: 0.5em var(--gap);
  font-size: var(--fs-small);
  color: var(--c-blue);
}
@media (min-width: 1024px) {
  .wp-block-heck-anwendung p.headline {
    padding: 0 var(--gap-2x);
  }
}
@media (min-width: 768px) {
  .wp-block-heck-anwendung p.headline {
    font-size: var(--fs-copy);
  }
}
.wp-block-heck-anwendung p.subline {
  padding: 0 var(--gap-2x);
  margin: 0;
}

.wp-block-heck-anwendung {
  background: var(--c-hellgrau);
  display: grid;
  align-items: center;
  box-shadow: var(--shadow-soft);
}
.wp-block-heck-anwendung img {
  display: flex;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-heck-anwendung .bild {
  height: 100%;
}
.wp-block-heck-anwendung:has(img) {
  grid-template-columns: 120px 1fr;
}
@media (min-width: 1024px) {
  .wp-block-heck-anwendung:has(img) {
    grid-template-columns: 177px 1fr;
  }
}
.wp-block-heck-anwendung:not(:has(img)) {
  padding: var(--gap);
}
.wp-block-heck-anwendung p.headline {
  margin: 0;
  padding: 0.5em var(--gap);
  font-size: var(--fs-small);
  color: var(--c-blue);
}
@media (min-width: 1024px) {
  .wp-block-heck-anwendung p.headline {
    padding: 0 var(--gap-2x);
  }
}
@media (min-width: 768px) {
  .wp-block-heck-anwendung p.headline {
    font-size: var(--fs-copy);
  }
}
.wp-block-heck-anwendung p.subline {
  padding: 0 var(--gap-2x);
  margin: 0;
}

.wp-block-heck-anwendungen .block-editor-block-list__layout,
.wp-block-heck-anwendungen:not(:has(.block-editor-block-list__layout)) {
  padding: 0 var(--width-margin);
  margin-bottom: var(--m-vert);
  display: grid;
  gap: var(--gap) !important;
}
@media (min-width: 768px) {
  .wp-block-heck-anwendungen .block-editor-block-list__layout,
  .wp-block-heck-anwendungen:not(:has(.block-editor-block-list__layout)) {
    grid-template-columns: repeat(2, 1fr);
  }
}

article {
  clear: both;
  margin: 0 auto;
}
article figure {
  margin: 0;
}

table {
  width: 100%;
  background: white;
}

td, th {
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 0.5em 0.7em;
}

th {
  background: #474747;
  color: white;
  font-family: var(--ff-head);
}

th:first-child,
td:first-child {
  border-left: none;
}

tbody tr:nth-child(odd) td {
  background-color: #eeeeee;
}

body:not(.wp-admin).error404 form p, body:not(.wp-admin).search form p, body:not(.wp-admin).single form p, body:not(.wp-admin).block-editor-block-list__block form p, body:not(.wp-admin).home form p, body:not(.wp-admin).post form p, body:not(.wp-admin).page form p {
  margin: 0;
}
body:not(.wp-admin).error404 label, body:not(.wp-admin).search label, body:not(.wp-admin).single label, body:not(.wp-admin).block-editor-block-list__block label, body:not(.wp-admin).home label, body:not(.wp-admin).post label, body:not(.wp-admin).page label {
  display: inline-block;
}
body:not(.wp-admin).error404 textarea,
body:not(.wp-admin).error404 input[type=email],
body:not(.wp-admin).error404 input[type=search],
body:not(.wp-admin).error404 input[type=text], body:not(.wp-admin).search textarea,
body:not(.wp-admin).search input[type=email],
body:not(.wp-admin).search input[type=search],
body:not(.wp-admin).search input[type=text], body:not(.wp-admin).single textarea,
body:not(.wp-admin).single input[type=email],
body:not(.wp-admin).single input[type=search],
body:not(.wp-admin).single input[type=text], body:not(.wp-admin).block-editor-block-list__block textarea,
body:not(.wp-admin).block-editor-block-list__block input[type=email],
body:not(.wp-admin).block-editor-block-list__block input[type=search],
body:not(.wp-admin).block-editor-block-list__block input[type=text], body:not(.wp-admin).home textarea,
body:not(.wp-admin).home input[type=email],
body:not(.wp-admin).home input[type=search],
body:not(.wp-admin).home input[type=text], body:not(.wp-admin).post textarea,
body:not(.wp-admin).post input[type=email],
body:not(.wp-admin).post input[type=search],
body:not(.wp-admin).post input[type=text], body:not(.wp-admin).page textarea,
body:not(.wp-admin).page input[type=email],
body:not(.wp-admin).page input[type=search],
body:not(.wp-admin).page input[type=text] {
  font-family: var(--ff-copy);
  padding: 0.8em 1.2em !important;
  background: rgba(255, 255, 255, 0.17);
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0;
  width: 100%;
  font-size: 1em;
  color: white;
  width: 100% !important;
}
body:not(.wp-admin).error404 ::-moz-placeholder, body:not(.wp-admin).search ::-moz-placeholder, body:not(.wp-admin).single ::-moz-placeholder, body:not(.wp-admin).block-editor-block-list__block ::-moz-placeholder, body:not(.wp-admin).home ::-moz-placeholder, body:not(.wp-admin).post ::-moz-placeholder, body:not(.wp-admin).page ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.402);
}
body:not(.wp-admin).error404 ::placeholder, body:not(.wp-admin).search ::placeholder, body:not(.wp-admin).single ::placeholder, body:not(.wp-admin).block-editor-block-list__block ::placeholder, body:not(.wp-admin).home ::placeholder, body:not(.wp-admin).post ::placeholder, body:not(.wp-admin).page ::placeholder {
  color: rgba(255, 255, 255, 0.402);
}
body:not(.wp-admin).error404 input[type=checkbox],
body:not(.wp-admin).error404 input[type=radio],
body:not(.wp-admin).error404 input[type=submit],
body:not(.wp-admin).error404 input[type=button],
body:not(.wp-admin).error404 select, body:not(.wp-admin).search input[type=checkbox],
body:not(.wp-admin).search input[type=radio],
body:not(.wp-admin).search input[type=submit],
body:not(.wp-admin).search input[type=button],
body:not(.wp-admin).search select, body:not(.wp-admin).single input[type=checkbox],
body:not(.wp-admin).single input[type=radio],
body:not(.wp-admin).single input[type=submit],
body:not(.wp-admin).single input[type=button],
body:not(.wp-admin).single select, body:not(.wp-admin).block-editor-block-list__block input[type=checkbox],
body:not(.wp-admin).block-editor-block-list__block input[type=radio],
body:not(.wp-admin).block-editor-block-list__block input[type=submit],
body:not(.wp-admin).block-editor-block-list__block input[type=button],
body:not(.wp-admin).block-editor-block-list__block select, body:not(.wp-admin).home input[type=checkbox],
body:not(.wp-admin).home input[type=radio],
body:not(.wp-admin).home input[type=submit],
body:not(.wp-admin).home input[type=button],
body:not(.wp-admin).home select, body:not(.wp-admin).post input[type=checkbox],
body:not(.wp-admin).post input[type=radio],
body:not(.wp-admin).post input[type=submit],
body:not(.wp-admin).post input[type=button],
body:not(.wp-admin).post select, body:not(.wp-admin).page input[type=checkbox],
body:not(.wp-admin).page input[type=radio],
body:not(.wp-admin).page input[type=submit],
body:not(.wp-admin).page input[type=button],
body:not(.wp-admin).page select {
  cursor: pointer;
}
body:not(.wp-admin).error404 .gform_wrapper .gform_fields, body:not(.wp-admin).search .gform_wrapper .gform_fields, body:not(.wp-admin).single .gform_wrapper .gform_fields, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gform_fields, body:not(.wp-admin).home .gform_wrapper .gform_fields, body:not(.wp-admin).post .gform_wrapper .gform_fields, body:not(.wp-admin).page .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: var(--gap);
}
body:not(.wp-admin).error404 .gform_wrapper .gform_fields > *, body:not(.wp-admin).search .gform_wrapper .gform_fields > *, body:not(.wp-admin).single .gform_wrapper .gform_fields > *, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gform_fields > *, body:not(.wp-admin).home .gform_wrapper .gform_fields > *, body:not(.wp-admin).post .gform_wrapper .gform_fields > *, body:not(.wp-admin).page .gform_wrapper .gform_fields > * {
  grid-column: span 6;
}
body:not(.wp-admin).error404 .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).search .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).single .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).home .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).post .gform_wrapper .gform_fields .gfield--width-half, body:not(.wp-admin).page .gform_wrapper .gform_fields .gfield--width-half {
  grid-column: span 3;
}
body:not(.wp-admin).error404 .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).search .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).single .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).home .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).post .gform_wrapper .gform_fields .gfield--width-third, body:not(.wp-admin).page .gform_wrapper .gform_fields .gfield--width-third {
  grid-column: span 2;
}
body:not(.wp-admin).error404 .gform_wrapper .ginput_container, body:not(.wp-admin).search .gform_wrapper .ginput_container, body:not(.wp-admin).single .gform_wrapper .ginput_container, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .ginput_container, body:not(.wp-admin).home .gform_wrapper .ginput_container, body:not(.wp-admin).post .gform_wrapper .ginput_container, body:not(.wp-admin).page .gform_wrapper .ginput_container {
  margin: 0;
}
body:not(.wp-admin).error404 .gform_wrapper .gfield_label, body:not(.wp-admin).search .gform_wrapper .gfield_label, body:not(.wp-admin).single .gform_wrapper .gfield_label, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gfield_label, body:not(.wp-admin).home .gform_wrapper .gfield_label, body:not(.wp-admin).post .gform_wrapper .gfield_label, body:not(.wp-admin).page .gform_wrapper .gfield_label {
  margin: 0.5em 0;
}
body:not(.wp-admin).error404 .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).search .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).single .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).home .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).post .gform_wrapper .gform_fields .gfield, body:not(.wp-admin).page .gform_wrapper .gform_fields .gfield {
  margin: 0 0 1em;
}
body:not(.wp-admin).error404 .gform_wrapper .hidden_label label, body:not(.wp-admin).search .gform_wrapper .hidden_label label, body:not(.wp-admin).single .gform_wrapper .hidden_label label, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .hidden_label label, body:not(.wp-admin).home .gform_wrapper .hidden_label label, body:not(.wp-admin).post .gform_wrapper .hidden_label label, body:not(.wp-admin).page .gform_wrapper .hidden_label label {
  display: none;
}
body:not(.wp-admin).error404 .gform_wrapper .hidden_label input, body:not(.wp-admin).search .gform_wrapper .hidden_label input, body:not(.wp-admin).single .gform_wrapper .hidden_label input, body:not(.wp-admin).block-editor-block-list__block .gform_wrapper .hidden_label input, body:not(.wp-admin).home .gform_wrapper .hidden_label input, body:not(.wp-admin).post .gform_wrapper .hidden_label input, body:not(.wp-admin).page .gform_wrapper .hidden_label input {
  margin-top: 0;
}
body:not(.wp-admin).error404 .gform_required_legend, body:not(.wp-admin).search .gform_required_legend, body:not(.wp-admin).single .gform_required_legend, body:not(.wp-admin).block-editor-block-list__block .gform_required_legend, body:not(.wp-admin).home .gform_required_legend, body:not(.wp-admin).post .gform_required_legend, body:not(.wp-admin).page .gform_required_legend {
  display: none;
}

.clip-image {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.eyebrow {
  display: block;
  color: var(--c-kupfer);
}
.eyebrow + h1, .eyebrow + h3, .eyebrow + h2 {
  margin-top: 0 !important;
}

:has(> .arrow) {
  display: flex;
  justify-content: space-between;
}
:has(> .arrow) .arrow {
  display: block;
  width: 12px;
  height: 18px;
  background: url("../images/right.svg") no-repeat center center;
}

.error404 .wp-block-button__link,
.error404 a.button,
.error404 .button,
.search .wp-block-button__link,
.search a.button,
.search .button,
.block-editor-block-list__block .wp-block-button__link,
.block-editor-block-list__block a.button,
.block-editor-block-list__block .button,
.home .wp-block-button__link,
.home a.button,
.home .button,
.single .wp-block-button__link,
.single a.button,
.single .button,
.post .wp-block-button__link,
.post a.button,
.post .button,
.page .wp-block-button__link,
.page a.button,
.page .button {
  display: block;
  align-items: center;
  font-family: var(--ff-head);
  font-size: 1em;
  padding: 0.5em 3.46em 0.5em 2.46em;
  background: var(--c-corporate) url(../images/right-w.svg) no-repeat right 1.6em center;
  color: white;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease-in-out;
  clip-path: polygon(25px 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .error404 .wp-block-button__link,
  .error404 a.button,
  .error404 .button,
  .search .wp-block-button__link,
  .search a.button,
  .search .button,
  .block-editor-block-list__block .wp-block-button__link,
  .block-editor-block-list__block a.button,
  .block-editor-block-list__block .button,
  .home .wp-block-button__link,
  .home a.button,
  .home .button,
  .single .wp-block-button__link,
  .single a.button,
  .single .button,
  .post .wp-block-button__link,
  .post a.button,
  .post .button,
  .page .wp-block-button__link,
  .page a.button,
  .page .button {
    padding: 0.86em 3.46em 0.86em 2.46em;
  }
}
.error404 .wp-block-button__link.gform_button,
.error404 a.button.gform_button,
.error404 .button.gform_button,
.search .wp-block-button__link.gform_button,
.search a.button.gform_button,
.search .button.gform_button,
.block-editor-block-list__block .wp-block-button__link.gform_button,
.block-editor-block-list__block a.button.gform_button,
.block-editor-block-list__block .button.gform_button,
.home .wp-block-button__link.gform_button,
.home a.button.gform_button,
.home .button.gform_button,
.single .wp-block-button__link.gform_button,
.single a.button.gform_button,
.single .button.gform_button,
.post .wp-block-button__link.gform_button,
.post a.button.gform_button,
.post .button.gform_button,
.page .wp-block-button__link.gform_button,
.page a.button.gform_button,
.page .button.gform_button {
  background: white url(../images/right.svg) no-repeat right 1.6em center;
  color: var(--c-copy);
}
.error404 .wp-block-button__link:hover,
.error404 a.button:hover,
.error404 .button:hover,
.search .wp-block-button__link:hover,
.search a.button:hover,
.search .button:hover,
.block-editor-block-list__block .wp-block-button__link:hover,
.block-editor-block-list__block a.button:hover,
.block-editor-block-list__block .button:hover,
.home .wp-block-button__link:hover,
.home a.button:hover,
.home .button:hover,
.single .wp-block-button__link:hover,
.single a.button:hover,
.single .button:hover,
.post .wp-block-button__link:hover,
.post a.button:hover,
.post .button:hover,
.page .wp-block-button__link:hover,
.page a.button:hover,
.page .button:hover {
  padding-right: 4em;
  background-position: right 1.6em center;
}
.error404 .wp-block-button__link svg,
.error404 a.button svg,
.error404 .button svg,
.search .wp-block-button__link svg,
.search a.button svg,
.search .button svg,
.block-editor-block-list__block .wp-block-button__link svg,
.block-editor-block-list__block a.button svg,
.block-editor-block-list__block .button svg,
.home .wp-block-button__link svg,
.home a.button svg,
.home .button svg,
.single .wp-block-button__link svg,
.single a.button svg,
.single .button svg,
.post .wp-block-button__link svg,
.post a.button svg,
.post .button svg,
.page .wp-block-button__link svg,
.page a.button svg,
.page .button svg {
  margin-right: 0.5em;
}

.upload {
  position: relative;
}
.upload button {
  position: absolute;
  top: 2em;
  right: 2em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5em 1em;
  border: solid 1px white;
  border-radius: 0.24em;
  cursor: pointer;
}
.upload button:hover {
  background: var(--c-copy);
}

.wp-block-separator {
  margin: var(--m-vert-slim) 0;
  border: none;
  height: 1px;
  width: 100% !important;
  background: var(--c-mittelgrau);
}

.grid-navigation {
  display: none;
}

.swiper-navigation {
  z-index: 2;
}
.swiper-navigation > div {
  position: absolute;
  z-index: 2;
  top: calc(50% - var(--gap-2x));
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: white url("../images/right.svg") no-repeat center center;
  border: solid 1px var(--c-hellgrau);
  border-radius: 1em;
  cursor: pointer;
}
.swiper-navigation > div.swiper-prev {
  left: var(--gap);
  transform: translateY(-50%) rotate(180deg);
}
.swiper-navigation > div.swiper-next {
  right: var(--gap);
}
.swiper-navigation > div.swiper-button-lock, .swiper-navigation > div.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

h3 + .wp-block-columns:has(figure) {
  margin-top: 0 !important;
}

/*
/* Formate
*/
article.format-video iframe {
  max-width: 100%;
}

.credits {
  color: var(--c-copy);
}
.credits p {
  font-size: 1em;
  margin: 0;
  float: left;
  margin: 0 20px 0 0;
}
.credits a {
  text-decoration: none;
}
.credits ul {
  font-size: 1em;
  float: left;
  margin: 0 20px 0 0;
}
.credits ul li {
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}
.credits ul li:after {
  content: ", ";
}
.credits ul li:first-child, .credits ul li:last-child {
  content: "";
}
.credits ul li:first-child:after, .credits ul li:last-child:after {
  content: "";
}

@media (min-width: 550px) {
  .f-left,
  .alignleft {
    float: left;
  }
}

@media (min-width: 550px) {
  .f-right,
  .alignright {
    float: right;
  }
}

.aligncenter,
.alignright,
.alignleft {
  display: block;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .aligncenter,
  .alignright,
  .alignleft {
    display: inline;
    margin: 0 10px 10px 0;
  }
}

@media (min-width: 550px) {
  .alignright {
    display: inline;
    margin: 0 0 10px 10px;
  }
}

.a-left,
.text-left {
  text-align: left;
}

.a-right,
.text-right {
  text-align: right;
}

#searchform {
  display: flex;
}
#searchform input {
  flex-grow: 1;
}
#searchform button {
  flex-shrink: 0;
}

.swiper-container {
  overflow: hidden;
  padding-bottom: var(--gap-2x);
}

footer {
  margin-top: var(--m-vert);
  padding: var(--m-vert) var(--width-margin-wide);
  background-color: var(--c-grau);
  color: #ffffff;
}
footer .wrap {
  display: grid;
  gap: var(--gap-2x);
}
@media (min-width: 1024px) {
  footer .wrap {
    grid-template-columns: 320px 1fr;
    gap: 124px;
  }
}
footer .address .linkedin svg path,
footer .address p > svg path {
  fill: white;
}
footer .address p {
  margin-bottom: var(--gap-2x) !important;
}
footer .address p:not(:has(> svg)) {
  padding-left: 40px;
}
footer .address :has(> svg) {
  display: flex;
  margin-bottom: var(--gap-slim);
  align-items: center;
}
footer .address :has(> svg) svg {
  margin-right: var(--gap-slim);
}
footer .address a {
  color: white;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  footer #formular .h2 {
    height: 62px;
    display: flex;
    align-items: flex-end;
    line-height: 0.7;
  }
}

.pr {
  position: relative;
}
.pr.pa1 {
  width: 100%;
  padding-bottom: 100%;
}
.pr.pa1.wide {
  padding-bottom: 56%;
}

.pa {
  position: absolute;
}
.pa.l0 {
  left: 0;
}
.pa.t0 {
  top: 0;
}
.pa.r0 {
  right: 0;
}
.pa.b0 {
  bottom: 0;
}

.pa1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa1.of {
  -o-object-fit: cover;
     object-fit: cover;
}

.fxc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fxsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fxsb.afs {
  align-items: flex-start;
}
.fxsb.afe {
  align-items: flex-end;
}

.txc {
  text-align: center;
}

.hideMove {
  position: fixed;
  top: -5000px;
}

.clear {
  clear: both;
}

.printonly {
  display: none;
}

.wp-caption,
img {
  max-width: 100%;
  height: auto;
}

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

.blur-50 {
  filter: url("#sharpBlur");
}

.hideSvgSoThatItSupportsFirefox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

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