/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* @link https://utopia.fyi/type/calculator?c=317,17,1.125,1480,20,1.25,7,1,&s=0.75|0.5|0.25,1.5|2|3|4|5.25,3xs-s|2xs-s|2xs-m|s-xl|2xl-m|xl-2xs&g=s,l,2xl,12 */
:root {
  --step--1: clamp(0.9444rem, 0.9293rem + 0.0764vw, 1rem);
  --step-0: clamp(1.0625rem, 1.0114rem + 0.258vw, 1.25rem);
  --step-1: clamp(1.1953rem, 1.0952rem + 0.5052vw, 1.5625rem);
  --step-2: clamp(1.3447rem, 1.1789rem + 0.837vw, 1.9531rem);
  --step-3: clamp(1.5128rem, 1.2597rem + 1.2775vw, 2.4414rem);
  --step-4: clamp(1.7019rem, 1.334rem + 1.857vw, 3.0518rem);
  --step-5: clamp(1.9147rem, 1.3968rem + 2.614vw, 3.8147rem);
  --step-6: clamp(2.154rem, 1.4414rem + 3.5967vw, 4.7684rem);
  --step-7: clamp(2.4232rem, 1.4591rem + 4.8663vw, 5.9605rem);
  --space-3xs: clamp(0.25rem, 0.233rem + 0.086vw, 0.3125rem);
  --space-2xs: clamp(0.5625rem, 0.5455rem + 0.086vw, 0.625rem);
  --space-xs: clamp(0.8125rem, 0.7784rem + 0.172vw, 0.9375rem);
  --space-s: clamp(1.0625rem, 1.0114rem + 0.258vw, 1.25rem);
  --space-m: clamp(1.625rem, 1.5569rem + 0.3439vw, 1.875rem);
  --space-l: clamp(2.125rem, 2.0228rem + 0.5159vw, 2.5rem);
  --space-xl: clamp(3.1875rem, 3.0342rem + 0.7739vw, 3.75rem);
  --space-2xl: clamp(4.25rem, 4.0456rem + 1.0318vw, 5rem);
  --space-3xl: clamp(5.5625rem, 5.2899rem + 1.3758vw, 6.5625rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.1478rem + 0.5159vw, 0.625rem);
  --space-2xs-xs: clamp(0.5625rem, 0.4603rem + 0.5159vw, 0.9375rem);
  --space-xs-s: clamp(0.8125rem, 0.6933rem + 0.6019vw, 1.25rem);
  --space-s-m: clamp(1.0625rem, 0.841rem + 1.1178vw, 1.875rem);
  --space-m-l: clamp(1.625rem, 1.3865rem + 1.2038vw, 2.5rem);
  --space-l-xl: clamp(2.125rem, 1.6821rem + 2.2356vw, 3.75rem);
  --space-xl-2xl: clamp(3.1875rem, 2.6935rem + 2.4936vw, 5rem);
  --space-2xl-3xl: clamp(4.25rem, 3.6197rem + 3.1814vw, 6.5625rem);
  /* Custom pairs */
  --space-3xs-s: clamp(0.25rem, -0.0226rem + 1.3758vw, 1.25rem);
  --space-2xs-s: clamp(0.5625rem, 0.3751rem + 0.9458vw, 1.25rem);
  --space-2xs-m: clamp(0.5625rem, 0.2048rem + 1.8057vw, 1.875rem);
  --space-s-xl: clamp(1.0625rem, 0.33rem + 3.6973vw, 3.75rem);
  --space-2xl-m: clamp(1.875rem, 4.8974rem + -3.2674vw, 4.25rem);
  --space-xl-2xs: clamp(0.625rem, 3.886rem + -3.5254vw, 3.1875rem);
  /* grid */
  --grid-max-width: 92.50rem;
  --grid-gutter: var(--space-s-l, clamp(1.0625rem, 0.6707rem + 1.9776vw, 2.5rem));
  --grid-columns: 12;
}

.u-container {
  max-width: var(--grid-max-width);
  padding-inline: var(--grid-gutter);
  margin-inline: auto;
}

.u-grid {
  display: grid;
  gap: var(--grid-gutter);
}

.grid-12 {
  /* grid-template-columns: var(--grid-columns); */
  grid-template-columns: 12;
}

.nopadding {
  padding: 0;
}

/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterV", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: "Prox";
  font-style: normal;
  font-weight: 100 900; /* or the actual range supported */
  font-stretch: 50% 100%; /* assuming wdth goes from 50 to 100 */
  font-display: swap;
  src: url("/assets/fonts/ProximaVaraVariableSubset.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Prox";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 50% 100%;
  font-display: swap;
  src: url("/assets/fonts/ProximaVaraVariableSubset.woff2") format("woff2-variations");
}
:root {
  --col-brand-primary: #00b0f0;
  --col-brand-theme-1-10-soft: #fde9e2;
  --col-brand-secondary: #3b3fb6;
  --col-brand-core-black: #000000;
  --col-brand-core-white: #ffffff;
  --col-brand-theme-1-20-default: #ff9878;
  --col-brand-theme-1-30-more-contrast: #e75627;
  --col-brand-theme-1-40-high-contrast: #a43613;
  --col-brand-theme-1-99-vibrant: #f53b00;
  --col-brand-theme-2-10-soft: #daf5cb;
  --col-brand-theme-2-20-default: #addc91;
  --col-brand-theme-2-30-more-contrast: #5ea136;
  --col-brand-theme-2-40-high-contrast: #3d6524;
  --col-brand-theme-2-99-vibrant: #43b200;
  --col-brand-theme-3-10-soft: #e2f2f8;
  --col-brand-theme-3-20-default: #9de2fb;
  --col-brand-theme-3-30-more-contrast: #16a6da;
  --col-brand-theme-3-40-high-contrast: #0f6a8a;
  --col-brand-theme-3-99-vibrant: #00bcff;
  --col-brand-theme-4-10-soft: #efecfa;
  --col-brand-theme-4-20-default: #cac1eb;
  --col-brand-theme-4-30-more-contrast: #9485d1;
  --col-brand-theme-4-40-high-contrast: #54468b;
  --col-brand-theme-4-99-vibrant: #7452ff;
  --col-brand-theme-5-10-soft: #fff5d2;
  --col-brand-theme-5-20-default: #fbec65;
  --col-brand-theme-5-30-more-contrast: #ecc209;
  --col-brand-theme-5-40-high-contrast: #cf9202;
  --col-brand-theme-5-99-vibrant: #ffd000;
  --col-neutral-100: #010304;
  --col-neutral-097: #062029;
  --col-neutral-095: #1d343d;
  --col-neutral-092: #2d434b;
  --col-neutral-090: #3f535a;
  --col-neutral-080: #506269;
  --col-neutral-070: #617177;
  --col-neutral-060: #728085;
  --col-neutral-050: #828f94;
  --col-neutral-040: #939ea2;
  --col-neutral-030: #a3acb0;
  --col-neutral-020: #b5bdbf;
  --col-neutral-010: #c6ccce;
  --col-neutral-008: #dadedf;
  --col-neutral-005: #eceeee;
  --col-neutral-003: #f8f9f9;
  --col-neutral-000: #ffffff;
  --col-neutral-097---005: rgba(6, 32, 41, 0.05);
  --col-neutral-097---090: rgba(6, 32, 41, 0.90);
  --col-neutral-003---005: rgba(248, 249, 249, 0.05);
  --col-interact-link: #005e80;
  --col-interact-link-hover: #00b0f0;
  --col-interact-link-active: #004057;
  --col-interact-link-muted: #4d7d8f;
  --col-interact-link-like-text: #010304;
  --col-interact-focus: #ffe920;
  --col-interact-nav-link: #062029;
  --col-interact-nav-link-hover: #00b0f0;
  --col-interact-nav-link-current: #006689;
  --col-interact-nav-text: #062029;
  --col-type-default: #010304;
  --col-type-reduced: #728085;
  --col-type-invers: #ffffff;
  --col-type-invers-reduced: #dadedf;
  --col-state-error: #b30021;
  --col-state-good: #196600;
  --col-state-warning: #945900;
  --col-state-info: #0d5c63;
  --col-state-error-bgr: #b30021;
  --col-state-good-bgr: #196600;
  --col-state-warning-bgr: #ffbe0a;
  --col-state-info-bgr: #0d5c63;
}

.bloq {
  background-color: var(--col-neutral-020);
  padding: var(--space-2xs-m);
  border: 1px solid var(--col-neutral-020);
}

body {
  font-family: Prox, system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif;
  color: var(--col-type-default);
  background-color: var(--col-neutral-000);
}

body > * {
  margin: 0;
}

.teaser,
.imagecard {
  transition: all 0.15s ease-in-out;
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gutter);
}

.u-grid > .heading:first-of-type {
  margin-block: var(--grid-gutter) calc(-0.7 * var(--grid-gutter));
}

@media screen and (min-width: 550px) {
  .rwdcols {
    display: grid;
    gap: var(--grid-gutter);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .rwdcols .slot:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .rwdcols .slot:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.rwdcols .slot img {
  margin-block-end: var(--space-2xs);
}

hr {
  margin-block: var(--space-2xl);
  border-color: var(--col-neutral-020);
  border-width: 1px;
}
hr.sub {
  margin-block: var(--space-xs);
  border-style: dashed;
}

*:focus {
  outline: 3px solid var(--col-interact-focus);
  color: var(--col-interact-link-hover);
}

img {
  max-width: 100%;
}

.ar {
  object-position: 50% 50%;
  object-fit: cover;
}

.ar169 {
  aspect-ratio: 16/9;
}

.ar916 {
  aspect-ratio: 9/16;
}

.ar1 {
  aspect-ratio: 1/1;
}

.ar21 {
  aspect-ratio: 2/1;
}

.ar--s {
  width: calc(4 * var(--space-m-l));
}

.ar--m {
  width: calc(6 * var(--space-m));
}

.icon {
  width: auto;
  max-width: calc(2.25 * var(--space-3xl));
  height: var(--space-m);
  border-radius: 0;
}
.icon--xsmall .icon {
  height: var(--space-xs);
  margin-block: var(--space-s) var(--space-3xs);
}
.icon--small .icon {
  height: var(--space-s);
  margin-block: var(--space-s) var(--space-3xs);
}
.icon--large .icon {
  height: var(--space-l);
  margin-block: var(--space-m) var(--space-2xs);
}
.icon--largexlarge .icon {
  height: var(--space-l-xl);
  margin-block: var(--space-m) var(--space-2xs);
}
.icon--xlarge .icon {
  height: var(--space-xl);
  margin-block: var(--space-m) var(--space-xs);
}
.icon--2xlarge .icon {
  height: var(--space-2xl);
  margin-block: var(--space-m) var(--space-xs);
}
.icon--3xlarge .icon {
  height: var(--space-3xl);
  margin-block: var(--space-m) var(--space-xs);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--step-0);
  font-weight: 800;
  padding: 0;
  margin: 0;
}

p,
ol,
ul,
li,
dd,
dt,
td,
th,
tbody,
tfoot,
thead,
cite,
caption {
  font-size: var(--step-0);
  font-weight: 400;
  padding: 0;
  margin: 0;
}

p {
  margin-block-end: var(--space-xs);
  line-height: 1.45;
  font-size: var(--step-0);
}

.intro {
  font-size: var(--step-1);
  line-height: 1.5em;
  font-weight: 500;
}

.fineprint {
  font-size: var(--step--1);
  line-height: 1.15em;
  font-weight: 340;
  letter-spacing: 0.02em;
}

strong,
b,
em {
  font-weight: 650;
  letter-spacing: 0.0125em;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 var(--space-l);
}
ul li,
ol li {
  margin: 0;
  padding: 0 0 var(--space-xs) 0;
  line-height: 1.45;
}
ul.list--ticks li,
ol.list--ticks li {
  list-style-type: none;
  position: relative;
}
ul.list--ticks li::before,
ol.list--ticks li::before {
  position: absolute;
  left: calc(-1 * var(--step-0) - var(--space-xs));
  top: calc(0.35 * var(--space-3xs));
  height: var(--step-0);
  width: calc(1.1 * var(--step-0));
  content: url("/assets/icons/regular/circle-check.svg");
}
ul.list--downloads li,
ol.list--downloads li {
  list-style-type: none;
  position: relative;
}
ul.list--downloads li::before,
ol.list--downloads li::before {
  position: absolute;
  left: calc(-1 * var(--step-0) - var(--space-xs));
  top: calc(0.1 * var(--step-0));
  height: var(--step-0);
  width: calc(1.25 * var(--step-0));
  content: url("/assets/icons/solid/cloud-arrow-down.svg");
}
ul.list--downloads li a,
ol.list--downloads li a {
  text-decoration: none;
  font-weight: 600;
}
ul.list--links li,
ol.list--links li {
  list-style-type: none;
  position: relative;
}
ul.list--links li::before,
ol.list--links li::before {
  position: absolute;
  left: calc(-1 * var(--step-0) - var(--space-xs));
  top: calc(0.1 * var(--step-0));
  height: var(--step-0);
  width: calc(1.1 * var(--step-0));
  content: url("/assets/icons/solid/globe.svg");
}
ul.list--links li a,
ol.list--links li a {
  text-decoration: none;
  font-weight: 600;
}
ul.list--flow,
ol.list--flow {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.25 * var(--grid-gutter)) calc(2 * var(--grid-gutter));
}
@media screen and (min-width: 750px) {
  ul.list--flow li,
  ol.list--flow li {
    width: calc(50% - 1 * var(--grid-gutter));
  }
}
ul.crosslinker,
ol.crosslinker {
  margin-block-end: var(--space-l);
}
ul.crosslinker li,
ol.crosslinker li {
  list-style-type: none;
  position: relative;
}
ul.crosslinker li::before,
ol.crosslinker li::before {
  position: absolute;
  left: calc(-1 * var(--step-0) - var(--space-xs));
  top: 0;
  height: var(--step-0);
  width: var(--step-0);
  content: url("/assets/icons/light/file.svg");
}
ul.crosslinker a,
ol.crosslinker a {
  text-decoration: none;
  font-weight: 550;
}
ul.crosslinker .current,
ol.crosslinker .current {
  font-weight: 700;
}
ul.crosslinker .current::before,
ol.crosslinker .current::before {
  content: url("/assets/icons/regular/arrow-right.svg");
}

.crosslinkerbox {
  padding: var(--space-s) var(--space-xs) 0 var(--space-s);
  background-color: var(--col-neutral-003);
  border-radius: var(--space-2xs);
}

ol.timeline {
  padding: 0 0 0 var(--space-xs);
  margin-block-end: var(--space-l);
  list-style: none;
}
ol.timeline li {
  border-inline-start: 3px solid var(--col-neutral-020);
  padding-inline-start: var(--space-m);
  position: relative;
}
ol.timeline li:last-of-type {
  border-image: linear-gradient(to bottom, var(--col-neutral-020) 0%, var(--col-neutral-000) 100%) 1;
}
ol.timeline li::before {
  position: absolute;
  left: calc(-1.15 * var(--space-2xs));
  top: calc(0.75 * var(--space-3xs));
  height: var(--step-0);
  width: var(--step-0);
  content: url("/assets/icons/solid/circle.svg");
}
ol.timeline--extended {
  padding-inline-start: calc(2.75 * var(--step-0));
}
ol.timeline--extended li {
  border-inline-start: 3px solid var(--col-neutral-020);
  padding-inline-start: calc(3 * var(--step-0));
  position: relative;
}
ol.timeline--extended li strong {
  font-weight: 650;
  letter-spacing: 0.0125em;
}
ol.timeline--extended li span {
  font-size: var(--step-0);
  font-weight: 350;
  position: absolute;
  top: 0;
  left: calc(-2.75 * var(--step-0));
  text-align: center;
  background-color: var(--col-type-default);
  color: var(--col-type-invers);
  border-radius: var(--step-0);
  padding-inline: var(--space-2xs);
  width: calc(4 * var(--step-0));
  overflow-y: hidden;
  max-height: 1.45em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ol.timeline--extended li::before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  width: 0;
}

.ctabox {
  background-color: oklch(from var(--col-brand-primary) calc(l * 1.15) c h);
  padding: var(--space-m);
  border-radius: var(--space-2xs);
}
.ctabox .heading {
  margin-block-start: 0;
}

.heading {
  font-size: var(--step-3);
  font-weight: 700;
  margin-block-end: var(--space-s);
}
.heading--giant {
  font-size: var(--step-7);
  margin-block-end: var(--space-m);
  line-height: 1;
}
.heading--monster {
  font-size: var(--step-6);
  margin-block-end: var(--space-m);
  line-height: 1;
}
.heading--title {
  font-size: var(--step-5);
  margin-block-end: var(--space-m);
  line-height: 1;
}
.heading--big {
  font-size: var(--step-4);
  margin-block-end: var(--space-s);
}
.heading--sub {
  font-size: var(--step-2);
  margin-block-end: var(--space-xs);
}
.heading--subsub {
  font-size: var(--step-1);
  font-weight: 650;
  margin-block-end: var(--space-2xs);
}
.heading--intext {
  font-size: var(--step-0);
  font-weight: 650;
  margin-block-end: var(--space-3xs);
}
.heading--reg {
  font-weight: 400;
}

a {
  color: var(--col-interact-link);
}
a:hover {
  color: var(--col-interact-link-hover);
}
a:active {
  color: var(--col-interact-link-active);
}
a:focus, a:focus-visible {
  color: var(--col-interact-focus);
  outline-color: var(--col-interact-focus);
}

.band {
  display: inline;
  margin: 0;
  margin-block-end: var(--space-xs);
}
@supports not (box-decoration-break: clone) {
  .band {
    display: inline-block; /* Forces the background to wrap with padding */
    white-space: pre-wrap; /* Preserve line breaks if needed */
  }
}
.band span {
  display: inline;
  box-sizing: border-box;
  padding-inline: var(--space-2xs);
  padding-block: var(--space-3xs);
  color: var(--col-type-default);
  background-origin: padding-box;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-repeat: no-repeat;
  background-color: var(--col-neutral-000);
  border-radius: var(--space-3xs);
  line-height: 1.45;
}

.divider {
  padding: var(--space-2xl-m) 0 var(--space-3xs);
}

.gapkiller {
  margin-block-start: calc(-1 * var(--grid-gutter));
}

.pills {
  display: flex;
  flex-direction: row;
  gap: var(--space-2xs) var(--space-m);
  align-items: baseline;
  flex-wrap: wrap;
}
.pills > * {
  align-items: baseline;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  gap: var(--space-3xs);
}

.pilllabel {
  font-weight: 300;
  font-size: var(--step-0);
}

.pill {
  text-decoration: none;
  display: inline-block;
  font-size: var(--step-0);
  font-weight: 600;
  color: var(--col-interact-link);
  border: 1px solid var(--col-neutral-050);
  padding: var(--space-3xs) var(--space-xs);
  border-radius: var(--space-3xl);
}
.invers .pill {
  background-color: var(--col-neutral-000);
}
.pill:hover, .pill:focus {
  color: var(--col-interact-link-like-text);
  border-color: var(--col-interact-link);
  background-color: var(--col-interact-link-hover);
}
.pill:focus {
  outline: 2px solid var(--col-interact-focus);
}

.segments {
  border-block-end: 1px solid var(--col-neutral-008);
}
.segments .segment {
  border-block-start: 1px solid var(--col-neutral-008);
  padding: var(--space-s) var(--space-2xs) var(--space-2xs);
}
.segments .segment .heading {
  position: relative;
}
.segments .segment .heading::after {
  position: absolute;
  right: 0;
  content: url(/assets/icons/regular/chevron-up.svg);
  width: var(--step-1);
  height: var(--step-1);
}
.segments .segment:not(.open) .heading::after {
  content: url(/assets/icons/regular/chevron-down.svg);
}
.segments .segment:not(.open) .answer {
  display: none;
}

@media screen and (max-width: 500px) {
  table.table {
    display: inline-block;
    overflow-x: auto;
  }
}
table.table {
  width: 100%;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
table.table thead,
table.table tfoot {
  margin: 0;
}
table.table thead th {
  vertical-align: bottom;
}
table.table tbody tr {
  margin: 0;
  padding: 0;
}
table.table tbody tr:nth-of-type(2n-1) {
  background-color: var(--col-neutral-000);
}
table.table tbody tr:nth-of-type(2n) {
  background-color: var(--col-neutral-005);
}
table.table th {
  font-weight: 300;
  font-size: var(--step--1);
}
table.table th,
table.table td {
  color: var(--col-type-default);
  vertical-align: top;
  margin: 0;
  text-align: left;
  border-block-end: 1px solid var(--col-neutral-008);
  padding: var(--space-2xs) var(--space-2xs);
}
table.table tfoot th {
  border-block-end-width: 0;
}
table.table a {
  text-decoration: none;
}

.table--datenblatt {
  background-color: var(--col-neutral-003);
  padding: var(--space-2xs) var(--space-2xs-xs);
  border-radius: var(--space-2xs);
}

header#pageheader {
  border-block-end: 1px solid var(--col-neutral-008);
  margin-block-end: var(--space-xs);
  margin-inline: auto;
  padding-inline: var(--grid-gutter);
  padding-block: var(--space-xs);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 1480px;
}
header#pageheader .logo {
  height: calc(1.1 * var(--space-l));
}
header#pageheader .logo img {
  height: calc(1.1 * var(--space-l));
  width: auto;
  min-width: calc(2.8 * var(--space-l));
}

#mainnav ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: var(--space-m);
}
#mainnav ul li {
  padding: 0;
  margin: 0;
}
#mainnav ul li a {
  font-weight: 700;
  text-decoration: none;
  color: var(--col-interact-nav-link);
  padding-block: var(--space-2xs);
}
#mainnav ul li a.current {
  border-block-end: 5px solid var(--col-interact-nav-link);
}
#mainnav ul li a:hover {
  color: var(--col-interact-nav-link-hover);
  border-block-end-color: var(--col-interact-nav-link-hover);
}

hgroup p {
  margin-block-start: var(--space-s);
  font-weight: 600;
}
hgroup h1.heading {
  margin-block-start: var(--space-xs);
}

.titlemeta .overlay {
  background: linear-gradient(var(--col-neutral-003) 0%, var(--col-neutral-008) 35%, var(--col-neutral-020) 50%, var(--col-neutral-090) 100%);
  mix-blend-mode: multiply;
}

.titlemeta .overlay--itinfra {
  background: var(--col-brand-theme-4-20-default);
}

.heroimage {
  object-fit: cover;
  height: 100%;
  max-height: 80svh;
  width: 100%;
}

img {
  border-radius: var(--space-2xs);
}

.articleview p {
  line-height: 1.5em;
  max-width: 40em;
}

.contentgrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: calc(0.25 * var(--grid-gutter)) var(--grid-gutter);
  margin-block-start: var(--space-l-xl);
  grid-template-areas: "head head head head head head head head head head head head" "cont cont cont cont cont cont cont cont cont cont cont cont";
}
@media screen and (min-width: 600px) {
  .contentgrid {
    grid-template-areas: ".    head head head head head head head head head head .   " ".    cont cont cont cont cont cont cont cont cont cont .   ";
  }
}
@media screen and (min-width: 1000px) {
  .contentgrid {
    grid-template-areas: ".    .    head head head head head head head head .    .   " ".    .    cont cont cont cont cont cont cont cont .    .   ";
  }
}
.contentgrid .titlemeta {
  grid-area: head;
}
.contentgrid .content {
  grid-area: cont;
}

.contentgridhero {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--grid-gutter);
  grid-template-areas: "head head head head head head head head head head head head" "cont cont cont cont cont cont cont cont cont cont cont cont";
}
@media screen and (min-width: 600px) {
  .contentgridhero {
    grid-template-areas: ".    head head head head head head head head head head .   " ".    cont cont cont cont cont cont cont cont cont cont .   ";
  }
}
@media screen and (min-width: 1000px) {
  .contentgridhero {
    grid-template-areas: "head head head head head head head head head head head head" ".    .    cont cont cont cont cont cont cont cont .    .   ";
  }
}
.contentgridhero .titlemeta {
  grid-area: head;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--grid-gutter);
}
.contentgridhero .titlemeta .heroimage,
.contentgridhero .titlemeta .overlay {
  border-radius: var(--space-s);
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  grid-column: 1/span 12;
  grid-row: 1/span 2;
}
.contentgridhero .titlemeta .metatext {
  grid-column: 2/span 10;
  grid-row: 2/span 1;
  padding-block-end: var(--grid-gutter);
  z-index: 1;
}
.contentgridhero .content {
  grid-area: cont;
}
.contentgridhero .invers > * {
  color: var(--col-type-invers);
}
.contentgridhero--iot .titlemeta .overlay {
  background: var(--col-brand-theme-2-30-more-contrast);
}

.contentgridfollowup {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--grid-gutter);
  grid-template-areas: "cont cont cont cont cont cont cont cont cont cont cont cont";
}
@media screen and (min-width: 600px) {
  .contentgridfollowup {
    grid-template-areas: ".    cont cont cont cont cont cont cont cont cont cont .   ";
  }
}
@media screen and (min-width: 1000px) {
  .contentgridfollowup {
    grid-template-areas: ".    .    cont cont cont cont cont cont cont cont .    .   ";
  }
}
.contentgridfollowup .content {
  grid-area: cont;
}
.contentgridfollowup .invers > * {
  color: var(--col-type-invers);
}

.contentgrid--herolight {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--space-2xs);
  padding: var(--space-xs);
  border-radius: var(--space-s);
  grid-template-areas: "titl titl titl titl titl titl titl titl titl titl titl titl" "icon icon pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc" "tags tags tags tags tags tags tags tags tags tags tags tags";
}
@media screen and (min-width: 500px) {
  .contentgrid--herolight {
    grid-template-areas: "icon titl titl titl titl titl titl titl titl titl titl titl" ".    pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc .   " ".    tags tags tags tags tags tags tags tags tags tags .   ";
  }
}
@media screen and (min-width: 750px) {
  .contentgrid--herolight {
    grid-template-areas: "icon titl titl titl titl titl titl titl titl titl titl titl" ".    pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc .   " ".    tags tags tags tags tags tags tags tags tags tags .   ";
  }
}
@media screen and (min-width: 1100px) {
  .contentgrid--herolight {
    grid-template-areas: ".    icon titl titl titl titl titl titl titl titl titl titl" ".    .    pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc" ".    .    tags tags tags tags tags tags tags tags tags tags";
  }
}
.contentgrid--herolight .titleicon {
  grid-area: icon;
}
.contentgrid--herolight .title {
  grid-area: titl;
}
.contentgrid--herolight .pitch {
  grid-area: pitc;
}
.contentgrid--herolight .tags {
  grid-area: tags;
}
.contentgrid--herolight .heading {
  margin: 0 0 var(--space-2xs-xs);
}
.contentgrid--herolight .icontitledeco {
  height: var(--step-5);
}
.contentgrid--herolight .tags {
  background-color: var(--col-neutral-003);
  padding: var(--space-2xs) var(--space-xs);
  border-radius: var(--space-2xs);
}
.contentgrid--herolight .tags .pill {
  color: var(--col-type-default);
  border: 1px solid var(--col-neutral-008);
  background-color: var(--col-neutral-000);
}
.contentgrid--herolight-itinfra {
  background-color: var(--col-brand-theme-4-40-high-contrast);
  background-image: linear-gradient(2deg, oklch(from var(--col-brand-theme-4-40-high-contrast) calc(l * 0.75) c h) 0%, var(--col-brand-theme-4-40-high-contrast) 100%);
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  padding-block-start: calc(2 * var(--space-s-xl));
  padding-block-end: var(--space-m-l);
}
.contentgrid--herolight-itinfra.invers * {
  color: var(--col-neutral-000);
  fill: var(--col-neutral-000);
}
.contentgrid--herolight-itinfra.invers .tags {
  background-color: transparent;
  padding: 0;
}
.contentgrid--herolight-itinfra.invers .tags .pilllabel {
  padding-inline-end: var(--space-xs);
}
.contentgrid--herolight-itinfra.invers .tags .pill {
  background-color: transparent;
  color: var(--col-neutral-000);
  font-weight: 500;
  background-color: oklch(from var(--col-brand-theme-4-40-high-contrast) calc(l * 0.75) c h);
  border-color: oklch(from var(--col-brand-theme-4-40-high-contrast) calc(l * 0.65) c h);
}
.contentgrid--herolight-itinfra.invers .tags .pill:hover, .contentgrid--herolight-itinfra.invers .tags .pill:focus {
  border-color: oklch(from var(--col-brand-theme-4-40-high-contrast) calc(l * 1.2) c h);
  background-color: oklch(from var(--col-brand-theme-4-40-high-contrast) calc(l * 0.65) c h);
}

.contentgrid--herolightplus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--space-2xs);
  padding: var(--space-xs);
  border-radius: var(--space-s);
  grid-template-areas: "titl titl titl titl titl titl titl titl titl titl titl titl" "icon icon pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc" "bene bene bene bene bene bene bene bene bene bene bene bene" "tags tags tags tags tags tags tags tags tags tags tags tags";
}
@media screen and (min-width: 500px) {
  .contentgrid--herolightplus {
    grid-template-areas: "icon titl titl titl titl titl titl titl titl titl titl titl" ".    pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc .   " ".    bene bene bene bene bene bene bene bene bene bene .   " ".    tags tags tags tags tags tags tags tags tags tags .   ";
  }
}
@media screen and (min-width: 750px) {
  .contentgrid--herolightplus {
    grid-template-areas: "icon titl titl titl titl titl titl titl titl titl titl titl" ".    pitc pitc pitc pitc pitc pitc pitc pitc pitc pitc .   " ".    bene bene bene bene bene bene bene bene bene bene .   " ".    tags tags tags tags tags tags tags tags tags tags .   ";
  }
}
@media screen and (min-width: 1100px) {
  .contentgrid--herolightplus {
    grid-template-areas: ".    icon titl titl titl titl titl titl titl titl titl titl" ".    .    pitc pitc pitc pitc pitc pitc pitc pitc pitc .   " ".    .    bene bene bene bene bene bene bene bene bene .   " ".    .    tags tags tags tags tags tags tags tags tags .   ";
  }
}
.contentgrid--herolightplus .titleicon {
  grid-area: icon;
}
.contentgrid--herolightplus .title {
  grid-area: titl;
}
.contentgrid--herolightplus .pitch {
  grid-area: pitc;
}
.contentgrid--herolightplus .tags {
  grid-area: tags;
}
.contentgrid--herolightplus .benefits {
  grid-area: bene;
}
.contentgrid--herolightplus .heading {
  margin: 0 0 var(--space-2xs-xs);
}
.contentgrid--herolightplus .icontitledeco {
  height: var(--step-5);
}
.contentgrid--herolightplus .tags {
  background-color: var(--col-neutral-003);
  padding: var(--space-2xs) var(--space-xs);
  border-radius: var(--space-2xs);
}
.contentgrid--herolightplus .tags .pill {
  color: var(--col-type-default);
  border: 1px solid var(--col-neutral-008);
  background-color: var(--col-neutral-000);
}

.benefits {
  padding-block: var(--space-xs);
}
.benefits--itinfra .card, .benefits--iot .card {
  border-color: var(--col-brand-theme-4-30-more-contrast);
  border-width: 2px;
}
.benefits--itinfra .card *, .benefits--iot .card * {
  font-weight: 600;
  color: oklch(from var(--col-brand-theme-4-30-more-contrast) calc(l * 0.65) c h);
  fill: oklch(from var(--col-brand-theme-4-30-more-contrast) calc(l * 0.85) c h);
}
.benefits--itinfra .card .label, .benefits--iot .card .label {
  font-weight: 400;
}
.benefits--iot .card {
  align-items: start;
  border-color: oklch(from var(--col-brand-theme-4-30-more-contrast) calc(l * 0.4) c h);
  background-color: oklch(from var(--col-brand-theme-4-30-more-contrast) calc(l * 0.5) c h);
}
.benefits--iot .card * {
  color: var(--col-neutral-000);
}
.benefits--iot .card .label {
  color: oklch(from var(--col-brand-theme-2-30-more-contrast) calc(l * 1.45) calc(c * 0.25) h);
}
.benefits--iot .card .label,
.benefits--iot .card .data {
  text-align: center;
}

.tags {
  background-color: var(--col-neutral-003);
  padding: var(--space-2xs) var(--space-xs);
  border-radius: var(--space-2xs);
}
.tags .pill {
  color: var(--col-type-default);
  border: 1px solid var(--col-neutral-008);
  background-color: var(--col-neutral-000);
}

.contentgrid--heroplus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: var(--space-2xs);
  padding: var(--space-xs);
  border-radius: var(--space-s);
  grid-template-areas: "titl titl titl titl titl titl titl titl titl titl titl titl" "bill bill bill bill bill bill bill bill bill bill illu illu" "icon icon icon pitc pitc pitc pitc pitc pitc pitc pitc pitc" "hig1 hig1 hig1 hig1 hig1 hig1 hig1 hig1 hig1 hig1 hig1 hig1" "hig2 hig2 hig2 hig2 hig2 hig2 hig2 hig2 hig2 hig2 hig2 hig2" "hig3 hig3 hig3 hig3 hig3 hig3 hig3 hig3 hig3 hig3 hig3 hig3" "hig4 hig4 hig4 hig4 hig4 hig4 hig4 hig4 hig4 hig4 hig4 hig4" "tags tags tags tags tags tags tags tags tags tags tags tags";
}
@media screen and (min-width: 500px) {
  .contentgrid--heroplus {
    grid-template-areas: "icon icon titl titl titl titl titl titl titl titl illu illu" "bill bill bill bill bill bill bill pitc pitc pitc illu illu" "bill bill bill bill bill bill bill pitc pitc pitc illu illu" "hig1 hig1 hig1 hig1 hig1 hig1 hig2 hig2 hig2 hig2 hig2 hig2" "hig3 hig3 hig3 hig3 hig3 hig3 hig4 hig4 hig4 hig4 hig4 hig4" "tags tags tags tags tags tags tags tags tags tags tags tags";
  }
}
@media screen and (min-width: 750px) {
  .contentgrid--heroplus {
    grid-template-areas: "icon icon titl titl titl titl titl titl titl titl titl titl" "bill bill bill bill bill bill bill illu illu pitc pitc pitc" "bill bill bill bill bill bill bill illu illu pitc pitc pitc" "bill bill bill bill bill bill bill hig4 hig4 hig4 hig4 hig4" "hig1 hig1 hig1 hig1 hig2 hig2 hig2 hig2 hig3 hig3 hig3 hig3" "tags tags tags tags tags tags tags tags tags tags tags tags";
  }
}
@media screen and (min-width: 1100px) {
  .contentgrid--heroplus {
    grid-template-areas: "icon icon titl titl titl titl titl titl titl titl titl titl" "bill bill bill bill bill bill illu illu pitc pitc pitc pitc" "bill bill bill bill bill bill illu illu pitc pitc pitc pitc" "bill bill bill bill bill bill bill bill pitc pitc pitc pitc" "hig1 hig1 hig1 hig2 hig2 hig2 hig3 hig3 hig3 hig4 hig4 hig4" "tags tags tags tags tags tags tags tags tags tags tags tags";
  }
}
.contentgrid--heroplus .titleicon {
  grid-area: icon;
}
.contentgrid--heroplus .title {
  grid-area: titl;
}
.contentgrid--heroplus .billboard {
  grid-area: bill;
}
.contentgrid--heroplus .pitch {
  grid-area: pitc;
}
.contentgrid--heroplus .high-1 {
  grid-area: hig1;
}
.contentgrid--heroplus .high-2 {
  grid-area: hig2;
}
.contentgrid--heroplus .high-3 {
  grid-area: hig3;
}
.contentgrid--heroplus .high-4 {
  grid-area: hig4;
}
.contentgrid--heroplus .tags {
  grid-area: tags;
}
.contentgrid--heroplus .illu {
  grid-area: illu;
}
.contentgrid--heroplus .titleicon,
.contentgrid--heroplus .title,
.contentgrid--heroplus .billboard,
.contentgrid--heroplus .pitch,
.contentgrid--heroplus .high-1,
.contentgrid--heroplus .high-2,
.contentgrid--heroplus .high-3,
.contentgrid--heroplus .high-4,
.contentgrid--heroplus .illu {
  padding: var(--space-s);
  border-radius: var(--space-xs);
  background-color: var(--col-brand-theme-4-40-high-contrast);
  display: flex;
  align-items: center;
  justify-items: center;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contentgrid--heroplus .tags {
  padding: var(--space-xs);
}
.contentgrid--heroplus .tags .pill {
  background-color: transparent;
  border: 1px solid var(--col-neutral-000);
  color: var(--col-neutral-000);
}
.contentgrid--heroplus .illu {
  background: transparent url("/assets/pics/04.webp") center center no-repeat;
  background-size: cover;
  mix-blend-mode: hard-light;
}
.contentgrid--heroplus svg {
  fill: var(--col-type-invers);
  width: 100%;
  max-width: var(--space-3xl);
  margin: auto;
  height: auto;
}
.contentgrid--heroplus .heading,
.contentgrid--heroplus p {
  margin: 0;
  line-height: 1.15;
}
.contentgrid--heroplus.invers > * {
  color: var(--col-type-invers);
}

.bgr-itinfra {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}

footer#pagefooter {
  background-color: var(--col-neutral-100);
  color: var(--col-type-invers);
  border-top-left-radius: var(--space-s);
  border-top-right-radius: var(--space-s);
  padding: var(--space-m) var(--space-s);
  padding: var(--space-m) var(--space-s);
  width: 100%;
  margin-block-start: var(--space-3xl);
  margin-inline: calc(-1 * var(--space-s));
}

.teasergrid {
  --grid-min-col-size: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
  gap: var(--space-m-l);
}

@media screen and (min-width: 600px) {
  .cardgrid > *.first.last {
    max-width: 80vw;
  }
}
@media screen and (min-width: 800px) {
  .cardgrid > *.first.last {
    max-width: 65vw;
  }
}
@media screen and (min-width: 1000px) {
  .cardgrid > *.first.last {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1400px) {
  .cardgrid > *.first.last {
    max-width: 720px;
  }
}
.cardgrid {
  --grid-min-col-size: 140px;
  display: grid;
  gap: var(--space-m-l);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--s {
  --grid-min-col-size: 190px;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--m {
  --grid-min-col-size: 240px;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--l {
  --grid-min-col-size: 290px;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--xl {
  --grid-min-col-size: 340px;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--2xl {
  --grid-min-col-size: 390px;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--dyn-xs {
  --grid-min-col-size: calc(calc(var(--space-2xs-m) * 2) + 200px);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--dyn-s {
  --grid-min-col-size: calc(calc(var(--space-2xs-m) * 5) + 100px);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--dyn-m {
  --grid-min-col-size: calc(calc(var(--space-2xs-m) * 12) + 50px);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}
.cardgrid--dyn-l {
  --grid-min-col-size: calc(calc(var(--space-2xs-m) * 12) + 72px);
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min-col-size), 100%), 1fr));
}

a.teaser {
  text-decoration: none;
}

.card > *,
.teaser > *,
.imagecard > * {
  transition: all 0.1s;
}

.prefootercontainer {
  align-items: stretch;
  justify-items: stretch;
}

.container {
  container-name: prefooterbox;
  container-type: inline-size;
  grid-column: 1/span 12;
  grid-row: 1/span 1;
  align-self: stretch;
  justify-self: stretch;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
}
@media screen and (min-width: 700px) {
  .container {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 700px) {
  .container:nth-of-type(2n+2) {
    grid-column: 7/span 6;
  }
}

.card--footer-fragen {
  align-content: start;
}
.card--footer-newsletter {
  background-color: var(--col-neutral-003);
  align-content: start;
}
.card--footer-fragen {
  background-image: url("/assets/pics/supergrafik.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right calc(-0.5 * 1 * var(--space-2xl-3xl)) bottom calc(-1 * 1.3 * var(--space-2xl-3xl));
  background-size: auto calc(2.4 * var(--space-2xl-3xl));
}
@container prefooterbox (min-width: 450px) {
  .card--footer-fragen > * {
    max-width: 70%;
  }
  .card--footer-fragen {
    background-position: right calc(-2.4 * var(--space-2xl-3xl)) bottom calc(-1.2 * var(--space-2xl-3xl));
    background-size: auto calc(3.4 * var(--space-2xl-3xl));
  }
}

.card {
  display: block;
  border-radius: var(--space-2xs);
  overflow: hidden;
  border: 1px solid var(--col-neutral-008);
  padding: var(--space-xs) var(--space-xs) var(--space-xs);
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  outline: 0 solid var(--col-neutral-008);
  margin-block-end: 0;
}
.card .textgroup {
  width: 100%;
}
.card .textgroup > * {
  width: 100%;
  word-break: normal;
}
.card :last-child {
  margin-block-end: 0;
}
.card--icon .icon {
  margin-inline: auto;
  margin-block-end: var(--space-xs);
}
.card--icon .textgroup {
  width: 100%;
}
.card--icon .textgroup > * {
  text-align: center;
}
.card--icon .textgroup:last-child {
  margin-block-end: 0;
}
.card--icon-horiz {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}
.card--icon-horiz .icon {
  margin-inline: var(--space-3xs);
  margin-block: var(--space-3xs);
}
.card--icon-horiz .textgroup {
  padding-block-start: 0;
  width: 100%;
}
.card--icon-horiz .textgroup > * {
  text-align: left;
}
.card--icon-horiz .textgroup:last-child {
  margin-block-end: 0;
}
@media screen and (max-width: 530px) {
  .card--icon-horiz-vert {
    display: flex;
    align-items: center;
    gap: var(--space-s);
  }
  .card--icon-horiz-vert .icon {
    margin-inline: var(--space-3xs);
    margin-block: var(--space-3xs);
  }
  .card--icon-horiz-vert .textgroup {
    width: 100%;
  }
  .card--icon-horiz-vert .textgroup > * {
    text-align: left;
  }
  .card--icon-horiz-vert .textgroup:last-child {
    margin-block-end: 0;
  }
}
@media screen and (max-width: 750px) {
  .card--icon-horiz-vert-l {
    display: flex;
    align-items: center;
    gap: var(--space-s);
  }
  .card--icon-horiz-vert-l .icon {
    margin-inline: var(--space-3xs);
    margin-block: var(--space-3xs);
  }
  .card--icon-horiz-vert-l .textgroup {
    width: 100%;
  }
  .card--icon-horiz-vert-l .textgroup > * {
    text-align: left;
  }
  .card--icon-horiz-vert-l .textgroup:last-child {
    margin-block-end: 0;
  }
}
.card--itinfra {
  background-color: var(--col-brand-theme-4-20-default) !important;
}
.card--itinfra .overlay {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
.card--iot {
  background-color: var(--col-brand-theme-2-20-default) !important;
}
.card--iot .overlay {
  background-color: var(--col-brand-theme-2-30-more-contrast);
}
.card--subhero {
  padding-inline: var(--space-s);
  background-color: var(--col-brand-theme-4-99-vibrant) !important;
}
.card--subhero * {
  color: var(--col-type-invers);
}

a.card,
a.teaser,
a.imagecard {
  background-color: var(--col-neutral-003);
  text-decoration: none;
  color: var(--col-type-default);
  box-shadow: 0 var(--space-3xs) var(--space-2xs) calc(-1 * var(--space-2xs)) oklch(20% 0 0deg / 0.5);
}
a.card:hover, a.card:focus,
a.teaser:hover,
a.teaser:focus,
a.imagecard:hover,
a.imagecard:focus {
  border-color: var(--col-interact-link-hover);
  box-shadow: var(--space-3xs) 0 var(--space-m) calc(-1 * var(--space-xs)) oklch(20% 0 0deg / 0.5);
  transform: scale(1.01);
  outline: 1px solid var(--col-interact-link-hover);
}
a.card:focus,
a.teaser:focus,
a.imagecard:focus {
  outline: 3px solid var(--col-interact-focus);
}

.teaser {
  display: block;
  border-radius: var(--space-2xs);
  overflow: hidden;
  border: 1px solid var(--col-neutral-005);
  display: grid;
  grid-template-columns: var(--space-xs) auto var(--space-xs);
  grid-template-rows: var(--space-xs) auto var(--space-xs) auto;
  box-shadow: 0 var(--space-3xs) var(--space-2xs) calc(-1 * var(--space-2xs)) oklch(20% 0 0deg / 0.5);
  outline: 0 solid var(--col-neutral-008);
}
.teaser--brand .overlay {
  background-color: var(--col-brand-primary);
}
.teaser--itinfra .overlay {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
.teaser--iot .overlay {
  background-color: var(--col-brand-theme-2-30-more-contrast);
}
.teaser--wissen .overlay {
  background-color: var(--col-brand-theme-1-30-more-contrast);
}
.teaser .teaserimg,
.teaser .overlay {
  grid-column: 1/span 3;
  grid-row: 1/span 3;
}
.teaser .teaserimg {
  width: 100%;
  object-fit: cover;
  max-height: 72svh;
  mix-blend-mode: hard-light;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.teaser .bands {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  z-index: 1;
  align-self: end;
  display: inline-flex;
  flex-direction: column;
  gap: var(--space-3xs);
}
.teaser .bands :last-child {
  margin-block-end: 0;
}
.teaser--hero .teaserimg {
  height: calc(16 * var(--space-2xl-m));
}
.teaser--hero .text {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
  padding: var(--space-xs) 0 var(--space-xs);
}
.teaser--hero .text p {
  color: var(--col-type-default);
  text-decoration: none;
  margin-block-end: 0;
}
.teaser--hero-top .bands {
  align-self: start;
}
.teaser--hero-center .bands {
  align-self: center;
}
.teaser--homehero {
  margin-block-start: calc(-1 * var(--space-xs));
  margin-block-end: calc(-0.6 * var(--space-2xl-m));
  grid-template-rows: var(--space-xs) auto var(--space-xs);
  border-start-end-radius: 0;
  border-start-start-radius: 0;
}
.teaser--homehero .teaserimg {
  border-start-end-radius: 0;
  border-start-start-radius: 0;
  height: calc(26 * var(--space-2xl-m));
  width: 100%;
  object-fit: cover;
  max-height: 67svh;
  mix-blend-mode: hard-light;
  object-position: bottom 0% right 20%;
}
@media screen and (min-width: 750px) {
  .teaser--homehero .teaserimg {
    object-position: bottom 0 right 20%;
    max-height: 62svh;
  }
}
.teaser--homehero .bands {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  z-index: 1;
  align-self: start;
  display: inline-flex;
  flex-direction: column;
  gap: var(--space-3xs);
  padding-block-start: var(--space-s-xl);
  max-width: 800px;
}
.teaser--homehero .bands :first-child {
  margin-block-end: 0;
}
.teaser--homehero .text {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
  padding: var(--space-xs) 0 var(--space-xs);
}
.teaser--homehero .text p {
  color: var(--col-type-default);
  text-decoration: none;
  margin-block-end: 0;
}
.teaser--homehero-top .bands {
  align-self: start;
}
.teaser--homehero-center .bands {
  align-self: center;
}
.teaser--image .teaserimg {
  height: calc(14 * var(--space-m));
}
.teaser--image .text {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
  padding-block: var(--space-xs) var(--space-xs);
}
.teaser--image .text p {
  color: var(--col-type-default);
  text-decoration: none;
  margin-block-end: var(--space-s);
}

.imagecard {
  display: block;
  border-radius: var(--space-2xs);
  overflow: hidden;
  border: 1px solid var(--col-neutral-005);
  gap: 0;
  display: grid;
  grid-template-columns: var(--space-xs) auto var(--space-xs);
  grid-template-rows: subgrid;
  grid-row: span 2;
  box-shadow: 0 var(--space-3xs) var(--space-2xs) calc(-1 * var(--space-2xs)) oklch(20% 0 0deg / 0.5);
  outline: 0 solid var(--col-neutral-008);
}
.imagecard--brand .overlay {
  background-color: var(--col-brand-primary);
}
.imagecard--iot .overlay {
  background-color: var(--col-brand-theme-2-30-more-contrast);
}
.imagecard--wissen .overlay {
  background-color: var(--col-brand-theme-1-30-more-contrast);
}
.imagecard .decozone {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
  isolation: isolate;
  display: grid;
  overflow: hidden;
}
.imagecard .imagecardimg,
.imagecard .overlay {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.imagecard .overlay {
  mix-blend-mode: color-dodge;
}
.imagecard .bands {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  align-self: end;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: var(--space-3xs);
}
.imagecard .imagecardimg {
  mix-blend-mode: hue;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: calc(10 * var(--space-m-l));
  object-fit: cover;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.imagecard .imagecardtext {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  padding-block-start: var(--space-xs);
}
.imagecard .imagecardtext > * {
  text-decoration: none !important;
}
.imagecard--flagband .bands {
  margin-block-start: var(--space-xs);
  align-self: start;
  justify-self: start;
}
.imagecard .flag {
  font-size: var(--step--1);
  font-weight: 600;
  line-height: 1;
}
.imagecard .flag span {
  padding: var(--space-3xs) var(--space-2xs);
}
.imagecard--usecase .bands {
  padding-block-start: var(--space-xs);
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.imagecard--wissen .decozone {
  isolation: isolate;
  background-color: var(--col-brand-theme-1-99-vibrant);
}
.imagecard--wissen .decozone .imagecardimg:nth-of-type(1) {
  scale: 1.25;
  mix-blend-mode: overlay;
}
.imagecard--wissen .decozone .imagecardimg:nth-of-type(2) {
  scale: 1.51;
  transform: rotate(-45deg);
  mix-blend-mode: color-dodge;
}
.imagecard--news .decozone {
  isolation: isolate;
  background-color: var(--col-brand-theme-3-99-vibrant);
}
.imagecard--news .decozone .imagecardimg:nth-of-type(1) {
  scale: 1.25;
  mix-blend-mode: overlay;
}
.imagecard--news .decozone .imagecardimg:nth-of-type(2) {
  scale: 1.51;
  transform: rotate(-45deg);
  mix-blend-mode: color-dodge;
}
.imagecard--itinfra {
  background-color: var(--col-brand-theme-4-20-default) !important;
}
.imagecard--itinfra .overlay {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
.imagecard--logo {
  background-color: white !important;
  padding: var(--space-2xs);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.imagecard--logo .decozone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagecard--logo .imagecardimg {
  width: 100%;
  max-height: 50%;
  object-fit: contain;
}

.heading.band {
  line-height: 1.6;
}

a.button,
.button {
  border: 1px solid var(--col-interact-link-like-text);
  background-color: var(--col-neutral-010);
  font-size: var(--step-0);
  border-radius: var(--space-3xs);
  padding: var(--space-2xs) var(--space-xs);
  font-weight: 600;
  color: var(--col-interact-link-like-text);
  text-decoration: none;
  display: inline-flex;
}
a.button--primary,
.button--primary {
  background-color: var(--col-interact-link-like-text);
  color: var(--col-type-invers);
}
a.button--secondary,
.button--secondary {
  background-color: var(--col-neutral-000);
  color: var(--col-type-default);
}
a.button--tertiary,
.button--tertiary {
  background-color: var(--col-neutral-000);
  border-color: var(--col-neutral-020);
  color: var(--col-type-default);
}
a.button:hover, a.button:focus,
.button:hover,
.button:focus {
  border-color: var(--col-interact-link);
  background-color: var(--col-interact-link-hover);
  color: var(--col-type-invers);
}

.pseudofilters {
  background-color: var(--col-neutral-003);
  margin-block-end: var(--space-l);
  font-size: var(--step-0);
  gap: var(--space-2xs);
  border-radius: calc(1.8 * var(--step-0));
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  padding: var(--space-2xs);
}
.pseudofilters .label {
  line-height: calc(1em + 4px);
  margin: var(--space-3xs) var(--space-3xs) var(--space-3xs) var(--space-xs);
}
.pseudofilters .toggle {
  border-radius: calc(1 * var(--step-0));
  padding: var(--space-3xs) var(--space-xs) var(--space-3xs) calc(var(--step-0) + var(--space-s));
  border: 2px solid var(--col-interact-link);
  font-weight: 600;
  color: var(--col-interact-link);
  background-color: var(--col-neutral-000);
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.pseudofilters .toggle:before {
  position: absolute;
  top: var(--space-3xs);
  left: var(--space-2xs);
  height: 1em;
  width: 1em;
  content: "";
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: var(--col-interact-link);
  -webkit-mask: url("/assets/icons/regular/plus.svg") no-repeat center;
  mask: url("/assets/icons/regular/plus.svg") no-repeat center;
}
.pseudofilters .toggle:hover {
  background-color: var(--col-interact-link);
  color: var(--col-neutral-000);
}
.pseudofilters .toggle:hover::before {
  background-color: var(--col-neutral-000);
  -webkit-mask: url("/assets/icons/regular/plus.svg") no-repeat center;
  mask: url("/assets/icons/regular/plus.svg") no-repeat center;
}
.pseudofilters .toggle--active {
  background-color: var(--col-neutral-100);
  color: var(--col-neutral-000);
  border-color: var(--col-neutral-100);
}
.pseudofilters .toggle--active:before {
  background-color: var(--col-neutral-000);
  -webkit-mask: url("/assets/icons/regular/check.svg") no-repeat center;
  mask: url("/assets/icons/regular/check.svg") no-repeat center;
}
.pseudofilters .toggle--active:hover:before {
  background-color: var(--col-neutral-000);
  -webkit-mask: url("/assets/icons/regular/minus.svg") no-repeat center;
  mask: url("/assets/icons/regular/minus.svg") no-repeat center;
}

.filters {
  background-color: var(--col-neutral-000);
  margin-block-end: var(--space-l);
  font-size: var(--step-0);
}
.filters fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  padding: calc(1.8 * var(--step-0)) calc(1.8 * var(--step-0)) calc(0.9 * var(--step-0)) calc(1.2 * var(--step-0));
  border: 0;
  background-color: var(--col-neutral-003);
  border-radius: calc(1.8 * var(--step-0));
  position: relative;
}
.filters fieldset legend {
  display: none;
  position: absolute;
  top: calc(1 * var(--step-0) + 4px);
  left: calc(1.2 * var(--step-0));
}
.filters .filteroption {
  margin-block-start: calc(2 * var(--step-0) * -1);
}
.filters .filteroption [type=checkbox] {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
.filters .filteroption [type=checkbox] + label {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding-left: calc(3 * var(--step-0) + var(--space-xs));
  position: relative;
  line-height: calc(1.5 * var(--step-0) + 4px);
}
.filters .filteroption [type=checkbox] + label:before {
  width: calc(3 * var(--step-0));
  height: calc(1.5 * var(--step-0));
  border-radius: calc(1.5 * var(--step-0));
  border: 1px solid var(--col-neutral-020);
  background-color: var(--col-neutral-005);
  content: "";
  margin-right: 100px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0;
}
.filters .filteroption [type=checkbox]:focus + label:before {
  outline: 2px solid var(--col-interact-focus);
}
.filters .filteroption [type=checkbox] + label:after {
  width: calc(1.5 * var(--step-0));
  height: calc(1.5 * var(--step-0));
  border-radius: calc(1.5 * var(--step-0));
  background-color: var(--col-neutral-000);
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0 0 var(--space-3xs) var(--col-neutral-030);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 10;
}
.filters .filteroption [type=checkbox]:checked + label:before {
  background-color: var(--col-state-good);
}
.filters .filteroption [type=checkbox]:checked + label:after {
  margin: 0 0 0 calc(1.5 * var(--step-0));
}

.pager {
  display: flex;
  justify-content: center;
  gap: var(--space-xs);
  margin-block: var(--space-m);
}
.pager a {
  display: inline-block;
  text-decoration: none;
  padding: var(--space-2xs) var(--space-2xs) var(--space-3xs);
  border-radius: var(--space-2xs);
  border: 1px solid var(--col-neutral-010);
  width: var(--space-m);
  display: inline-block;
  text-align: center;
  font-size: var(--step-0);
  line-height: var(--step-0);
}
.pager a:hover {
  background-color: var(--col-interact-link-hover);
  color: var(--col-type-invers);
}
.pager a:hover img,
.pager a:hover svg {
  fill: var(--col-type-invers);
}
.pager a.current {
  color: var(--col-type-invers);
  background-color: var(--col-interact-link-active);
  cursor: default;
}
.pager a.pagelink img,
.pager a.pagelink svg {
  height: var(--step-0);
  fill: var(--col-interact-link);
}
.pager a.pagelink:hover img,
.pager a.pagelink:hover svg {
  fill: var(--col-type-invers);
}
.pager a.pagelink--inactive {
  border-color: var(--col-neutral-010);
  fill: var(--col-neutral-020);
}
.pager a.pagelink--inactive img,
.pager a.pagelink--inactive svg {
  height: var(--step-0);
}
.pager a.pagelink--inactive:hover {
  cursor: default;
  background-color: white;
}
.pager a.pagelink--inactive:hover img,
.pager a.pagelink--inactive:hover svg {
  fill: var(--col-neutral-020);
}

blockquote {
  margin: 0 0 var(--space-l);
  background-color: var(--col-brand-primary);
  color: var(--col-type-invers);
  padding: var(--space-m-l);
  border-radius: var(--space-2xs);
}
blockquote .billboard {
  line-height: 1.3;
  color: var(--col-neutral-000);
}
blockquote p {
  font-size: var(--step-3);
  font-weight: 700;
  line-height: 1.2em;
  margin-block-end: var(--space-m);
}
blockquote .source {
  display: flex;
  align-items: center;
  align-content: center;
  gap: var(--space-2xs);
}
blockquote .source img {
  width: var(--space-xl);
  height: var(--space-xl);
  object-fit: cover;
  border-radius: var(--space-m);
}
blockquote .source p {
  font-size: var(--step-0);
  font-weight: 700;
  color: var(--col-interact-link-like-text);
  line-height: 1;
  padding: 0;
  margin: 0;
}
blockquote .sourceunternehmen,
blockquote .sourcelink {
  text-decoration: none;
  color: var(--col-interact-link-like-text);
  font-weight: 500;
}
blockquote .sourceunternehmen:hover,
blockquote .sourcelink:hover {
  text-decoration: underline;
}

iframe.video {
  width: 100%;
  aspect-ratio: 16/9;
  height: fit-content;
  margin-block: var(--space-m) var(--space-l);
}

figure.inlineimage {
  margin: 0;
  display: block;
  width: 100%;
  border: 1px solid var(--col-neutral-003);
  background-color: var(--col-neutral-003);
  text-align: center;
  padding: var(--space-2xs) var(--space-2xs) var(--space-xs) var(--space-2xs);
  border-radius: var(--space-2xs);
}
figure.inlineimage img {
  margin-inline: auto;
  margin-block-end: var(--space-2xs);
  border-radius: var(--space-3xs);
  border: 0;
}
figure.inlineimage figcaption {
  font-size: var(--step-0);
  line-height: 1.25;
}

.ctabox {
  background-color: var(--col-brand-theme-3-10-soft);
}
.ctabox .billboard {
  line-height: 1.3;
}
.ctabox .source {
  display: flex;
  align-items: center;
  align-content: center;
  gap: var(--space-2xs);
  margin-block-end: var(--space-s);
}
.ctabox .source img {
  width: var(--space-xl);
  height: var(--space-xl);
  object-fit: cover;
  border-radius: var(--space-m);
}
.ctabox .source p {
  font-size: var(--step-0);
  font-weight: 700;
  color: var(--col-interact-link-like-text);
  line-height: 1;
  padding: 0;
  margin: 0;
}
.ctabox a.sourceunternehmen {
  text-decoration: none;
  color: var(--col-interact-link-like-text);
  font-weight: 500;
}
.ctabox--simple {
  padding: var(--space-xs);
  padding: 0;
  background-color: transparent;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .ctabox--simple .button {
    text-align: center;
    display: block;
  }
}

.contactdata {
  padding-block-start: var(--space-2xs);
}
.contactdata p {
  margin: 0 0 var(--space-xs);
  line-height: 1;
}
.contactdata a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-inline-start: calc(var(--space-2xs) + var(--step-0));
}
.contactdata a:hover {
  text-decoration: underline;
}
.contactdata a::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--col-interact-link);
  content: " ";
  height: var(--step-0);
  width: calc(1.25 * var(--step-0));
}
.contactdata p.iconlink a::before {
  content: "";
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: var(--col-interact-link);
  -webkit-mask: url("/assets/icons/regular/circle.svg") no-repeat center;
  mask: url("/assets/icons/regular/circle.svg") no-repeat center;
}
.contactdata p.iconlink--email a::before {
  -webkit-mask: url("/assets/icons/regular/envelope.svg") no-repeat center;
  mask: url("/assets/icons/regular/envelope.svg") no-repeat center;
}
.contactdata p.iconlink--phone a::before {
  -webkit-mask: url("/assets/icons/regular/mobile.svg") no-repeat center;
  mask: url("/assets/icons/regular/mobile.svg") no-repeat center;
}
.contactdata p.iconlink:hover a::before {
  background-color: var(--col-interact-link-hover);
}

.contactcard {
  display: block;
  border-radius: var(--space-2xs);
  overflow: hidden;
  border: 1px solid var(--col-neutral-005);
  outline: 0 solid var(--col-neutral-008);
  margin-block-end: 0;
}
.cardgrid .contactcard.first.last {
  max-width: 330px;
}
.contactcard img.portrait {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  mix-blend-mode: luminosity;
}
.contactcard .data {
  padding: var(--space-xs) var(--space-xs) var(--space-xs);
}
.contactcard .data * {
  margin: 0 0 var(--space-2xs);
}
.contactcard .data ul,
.contactcard .data li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contactcard .data li.linkedin img {
  opacity: 0.3;
  border-radius: 0;
  height: var(--step-1);
  width: auto;
}
.contactcard .data li.linkedin a img {
  opacity: 1;
}
.contactcard .data li.linkedin a img:hover {
  transform: scale(1.15);
}
.contactcard:hover img.portrait {
  mix-blend-mode: normal;
}

.linegrid {
  border-block-start: 1px solid var(--col-neutral-008);
}
.linegrid a {
  display: flex;
  border-block-end: 1px solid var(--col-neutral-008);
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: var(--space-2xs);
  gap: var(--space-s);
}
.linegrid a p {
  display: block;
  margin: 0;
}

.avatar {
  margin-inline: auto;
}
.avatar--2xl {
  width: var(--space-2xl);
  height: var(--space-2xl);
  border-radius: var(--space-2xl);
}

.fullwidth {
  background-color: var(--col-neutral-005);
  padding-block: var(--space-m) var(--space-xs);
  margin-block-start: var(--space-2xl-m);
}
.fullwidth--inverse {
  background-color: var(--col-neutral-100);
}
.fullwidth--inverse > * {
  color: var(--col-type-invers);
}
.fullwidth--brand {
  background-color: var(--col-brand-primary);
}
.fullwidth + .fullwidth {
  margin-block-start: 0;
  padding-block: var(--space-3xs) var(--space-2xl);
}

.content > img {
  margin-block-end: var(--space-m);
}

.halfgap {
  gap: calc(var(--grid-gutter) / 2);
}

.nomargin {
  margin: 0;
}

ul + .heading.heading--sub {
  margin-block-end: var(--space-2xl);
}

.grid-iot-index .decozone {
  background-color: #ae6dd8;
  background-size: 100%;
}
.grid-iot-index .decozone .overlay {
  opacity: 0;
}
.grid-iot-index .imagecard:nth-of-type(2n+1) .contrastor {
  scale: 1;
  transition: all 0.4s ease-in;
}
.grid-iot-index .imagecard:nth-of-type(2n) .contrastor {
  scale: 1;
  transition: all 0.4s ease-in;
}
.grid-iot-index .contrastor {
  mix-blend-mode: screen;
}
.grid-iot-index .imagecard:nth-of-type(2n):hover .decozone .contrastor {
  transition: all 0.2s ease-out;
  scale: 0.8;
}
.grid-iot-index .imagecard:nth-of-type(2n+1):hover .decozone .contrastor {
  transition: all 0.2s ease-out;
  scale: 0.8;
}

body.iot-detail-hero-2 .heroimage:nth-of-type(1) {
  object-fit: cover;
}
body.iot-detail-hero-2 .heroimage:nth-of-type(2) {
  mix-blend-mode: screen;
}
body.iot-detail-hero-2 .overlay {
  background: linear-gradient(rgba(43, 15, 70, 0.01) 0%, rgba(43, 15, 70, 0.12) 50%, rgba(43, 15, 70, 0.35) 65%, rgba(43, 15, 70, 0.95) 100%);
}
body.iot-detail-hero-2 .metatext hgroup > * {
  text-shadow: 0 var(--space-3xs) var(--step-1) rgba(43, 15, 70, 0.2666666667), 0 0 3px rgba(43, 15, 70, 0.8);
}

body.casestudy-detail-hero-2 .contentgridhero .titlemeta {
  background-color: rgb(93, 70, 163);
  border-end-start-radius: var(--space-s);
  border-end-end-radius: var(--space-s);
}
body.casestudy-detail-hero-2 .metatext hgroup > * {
  text-shadow: 0 var(--space-3xs) var(--step-1) rgba(43, 15, 70, 0.2666666667), 0 0 3px rgba(43, 15, 70, 0.8);
}
body.casestudy-detail-hero-2 .contentgridhero .titlemeta .heroimage:nth-of-type(1) {
  object-fit: cover;
  mix-blend-mode: screen;
}
body.casestudy-detail-hero-2 .contentgridhero .titlemeta .heroimage:nth-of-type(2) {
  mix-blend-mode: hard-light;
}
body.casestudy-detail-hero-2 .contentgridhero .titlemeta .overlay {
  background: linear-gradient(rgba(43, 15, 70, 0.03) 0%, rgba(43, 15, 70, 0.2) 35%, rgba(43, 15, 70, 0.4) 50%, rgba(43, 15, 70, 0.95) 100%);
}

body.portfolio-index .overlay,
body.homepage .portfolioteaser .overlay {
  background-color: rgb(159, 136, 229);
  mix-blend-mode: hue;
}
body.portfolio-index img.imagecardimg,
body.homepage .portfolioteaser img.imagecardimg {
  scale: 2;
}
body.portfolio-index img.contrastor,
body.homepage .portfolioteaser img.contrastor {
  scale: 1.08;
  transform: rotate(-2deg);
  mix-blend-mode: screen;
}

body.insights .imagecard--casestudies .decozone {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
body.insights .imagecard--casestudies .decozone .imagecardimg:nth-of-type(1) {
  mix-blend-mode: luminosity;
}
body.insights .imagecard--casestudies .decozone .imagecardimg:nth-of-type(2) {
  scale: 1.25;
  transform: rotate(-6deg);
  mix-blend-mode: screen;
}
body.insights .imagecard--news .decozone {
  background-color: var(--col-brand-theme-3-30-more-contrast);
}
body.insights .imagecard--news .decozone .imagecardimg:nth-of-type(1) {
  mix-blend-mode: luminosity;
}
body.insights .imagecard--news .decozone .imagecardimg:nth-of-type(2) {
  mix-blend-mode: screen;
  scale: 1.5;
  transform: rotate(-95deg);
}
body.insights .imagecard--iotwissen .decozone {
  isolation: isolate;
  background-color: var(--col-brand-theme-1-99-vibrant);
}
body.insights .imagecard--iotwissen .decozone .imagecardimg:nth-of-type(1) {
  scale: 1.25;
  mix-blend-mode: overlay;
}
body.insights .imagecard--iotwissen .decozone .imagecardimg:nth-of-type(2) {
  scale: 1.51;
  transform: rotate(-45deg);
  mix-blend-mode: color-dodge;
}

body.iotwissen .imagecard .decozone {
  background-color: var(--col-brand-theme-1-99-vibrant);
}
body.iotwissen .imagecard .decozone .imagecardimg:nth-of-type(1) {
  mix-blend-mode: soft-light;
}
body.iotwissen .imagecard .decozone .imagecardimg:nth-of-type(2) {
  scale: 1.41;
  transform: rotate(-25deg);
  mix-blend-mode: color-dodge;
  transition: all 0.3s;
}
body.iotwissen .imagecard:hover .imagecardimg:nth-of-type(2) {
  scale: 1.21;
  transition: all 0.3s;
}

body.casestudies .imagecard .decozone {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
body.casestudies .imagecard .decozone .imagecardimg:nth-of-type(1) {
  mix-blend-mode: screen;
  scale: 1;
  object-fit: contain;
  transition: all 0.3s;
}
body.casestudies .imagecard .decozone .imagecardimg:nth-of-type(2) {
  mix-blend-mode: hard-light;
}
body.casestudies .imagecard:hover .decozone {
  background-color: var(--col-brand-theme-4-30-more-contrast);
}
body.casestudies .imagecard:hover .decozone .imagecardimg:nth-of-type(1) {
  mix-blend-mode: screen;
  scale: 0.9;
  transition: all 0.3s;
}
body.casestudies .imagecard:hover .decozone .imagecardimg:nth-of-type(2) {
  mix-blend-mode: hard-light;
}

.dotsimg {
  object-fit: contain;
}

.partnerlogo {
  text-align: center;
}
.partnerlogo img {
  padding-block-end: var(--space-m);
  margin-inline: auto;
  height: calc(1.35 * var(--step-5));
}
