@font-face {
  font-family: EB-Garamond;
  src: url('../fonts/eb-garamond-v31-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: EB-Garamond;
  src: url('../fonts/eb-garamond-v31-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: EB-Garamond;
  src: url('../fonts/eb-garamond-v31-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: EB-Garamond;
  src: url('../fonts/eb-garamond-v31-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: EB-Garamond;
  src: url('../fonts/eb-garamond-v31-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---text: var(--swatch--brand-3);
  --_typography---fw-400: 400;
  --_typography---text-spacing-default: 0em;
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --site--container-max: 1300px;
  --_theme---background: var(--swatch--grey-v-light);
  --_typography---fw-500: 500;
  --_typography---fw-600: 600;
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --white: white;
  --swatch--brand-3-o05: rgb(from var(--swatch--brand-3) r g b / 10%);
  --swatch--brand-3: #2c0f50;
  --swatch--brand-1: #6d6aff;
  --swatch--brand-1-3-o15: #635ce5;
  --swatch--brand-3-o30: rgb(from var(--swatch--brand-3) r g b / 30%);
  --_theme---bg-element: var(--swatch--brand-1);
  --swatch--brand-2: #a8f357;
  --swatch--brand-2-darker: #9cdc56;
  --swatch--brand-3-lighter: color-mix(in srgb, var(--swatch--brand-3), white 10%);
  --swatch--brand-3-o60: rgb(from var(--swatch--brand-3) r g b / 60%);
  --swatch--grey-v-light: #f2f4f3;
  --swatch--brand-3-o75: rgb(from var(--swatch--brand-3) r g b / 75%);
  --_typography---garamond-trim-top: .3em;
  --swatch--brand-1-lighter: color-mix(in srgb, var(--swatch--brand-1), white 10%);
  --swatch--brand-1-darker: color-mix(in srgb, var(--swatch--brand-1), black 10%);
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 800;
  --_typography---fw-700: 700;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--_theme---text);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.45em;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  color: var(--_theme---text);
  font-size: 1em;
  line-height: 1.4em;
  font-weight: var(--_typography---fw-400);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-bottom: 2rem;
}

a {
  color: var(--_theme---text);
  text-decoration: underline;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #d4d4d4;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  font-size: 1.2em;
  line-height: 1.45em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.style-section {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.style-section.off {
  background-color: #f8f8f8;
  border-top: 1px solid #0000000d;
  border-bottom: 1px solid #0000000d;
}

.style-section.allow-overflow {
  overflow: visible;
}

.clean-flex-row {
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.clean-flex-row.check-captcha-image-row {
  justify-content: flex-start;
}

.clean-flex-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.clean-flex-column.check-captcha-image-column {
  flex: 0 auto;
}

.clean-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.clean-list-parent.sg-grid-list-parent {
  margin-bottom: 2px;
}

.clean-list-symbol-div {
  flex: none;
}

.clean-list-symbol-div.sg-grid-list-symbol {
  width: 128px;
}

.clean-list-symbol-div.sg-list-icon-1 {
  padding-right: 12px;
}

.clean-list-content-div {
  flex: 1;
}

.color-code-section {
  z-index: 1;
  height: 4px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.color-code-div {
  flex: 1;
  height: 100%;
}

.color-code-div.code-blue {
  background-color: #1194f6;
}

.color-code-div.code-orange {
  background-color: #ff5722;
}

.color-code-div.code-green {
  background-color: #27d827;
}

.color-code-div.code-purple {
  background-color: #9d1bb2;
}

.color-code-div.code-turquoise {
  background-color: #00bcd6;
}

.color-code-div.code-pink {
  background-color: #ec1561;
}

.cs-h3-impressum {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.45em;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.style-paragraph {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
}

.clean-section-sg {
  padding-top: 65px;
  padding-bottom: 55px;
}

.clean-styleguide-line {
  background-color: #00000040;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 1px;
}

.clean-styleguide-line.sub-headline {
  background-color: #0000001a;
  margin-top: 10px;
  margin-bottom: 0;
}

.clean-sg-section-heading {
  opacity: .9;
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45em;
}

.clean-sg-section-heading.typo {
  color: #00bcd6;
}

.clean-sg-section-heading.grid {
  color: #ec1561;
}

.clean-sg-section-heading.logo {
  color: #1194f6;
}

.clean-sg-section-heading.components {
  color: #27d827;
}

.clean-sg-grid-block {
  background-color: #4b4b4b1a;
  border-left: 2px solid #ec15614d;
  border-right: 2px solid #ec15614d;
  padding-top: 60px;
}

.clean-sg-grid-block.grid-block-first {
  border-left-color: #ec1561;
}

.clean-sg-grid-block.grid-block-last {
  border-right-color: #ec1561;
}

.clean-sg-grid-info-container {
  margin-top: 25px;
}

.clean-sg-text {
  color: #858585;
  font-size: 11px;
  line-height: 1.3em;
}

.clean-sg-text.clean-sg-type-typo {
  color: #00bcd6;
  font-weight: 700;
}

.clean-sg-text.sg-type-extra {
  margin-left: 20px;
}

.clean-sg-text.bold, .clean-sg-text.clean-sg-type-logo {
  font-weight: 700;
}

.clean-sg-text.sg-extra-download {
  letter-spacing: .2px;
  border-bottom: 1px solid #1194f600;
  margin-top: -2px;
  margin-bottom: -1px;
  padding-top: 2px;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.clean-sg-text.sg-extra-download:hover {
  color: #1194f6;
  border-bottom-color: #1194f6;
}

.clean-sg-type-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.clean-sg-type-text-wrapper.sg-type-typography-wrapper {
  margin-bottom: 40px;
}

.clean-sg-text-extra {
  color: #c2c2c2;
}

.default-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--_theme---button--background);
  color: var(--_theme---button--text);
  font-size: .888em;
  font-weight: var(--_theme---button--font-weight);
  text-align: left;
  letter-spacing: .02em;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem .9rem .625rem .625rem;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.default-button:hover {
  background-color: var(--_theme---button--background-hover);
  color: var(--_theme---button--text);
}

.default-button.btn-no-icon {
  padding: .9rem 1.2rem;
}

.clean-testemonial-wrapper {
  padding: 15px 25px 18px;
  position: relative;
}

.clean-testemonial-text {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.clean-testemonial-icon {
  opacity: .15;
  font-family: "FontAwesome 4.7.0";
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0;
  transform: translate(0%, -50%);
}

.clean-sg-logo-div {
  text-align: center;
  background-color: #4b4b4b05;
  background-image: url('../images/image_background_raster_1image_background_raster.png');
  background-position: 0 0;
  background-size: 20px;
  border: 1px solid #0000000a;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 25px 50px;
}

.clean-sg-logo-div.sg-logo-dark {
  background-color: #4b4b4bd9;
}

.clean-sg-list-icon-1 {
  opacity: .74;
  width: 16px;
  margin-top: -2px;
}

.clean-t-cookie-container {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 15px;
  right: 25px;
}

.clean-full-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.clean-404-headline-wrapper {
  position: relative;
}

.clean-404-button-wrapper {
  align-items: center;
  display: flex;
}

.clean-404-paragraph {
  max-width: none;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.clean-success-container {
  max-width: 640px;
  padding-left: 25px;
}

.clean-success-container.icon-container {
  padding-left: 95px;
}

.clean-h2-datenschutz-increment {
  margin-top: 2.2rem;
  font-size: 1.575rem;
  line-height: 1.4em;
}

.clean-h3-datenschutz-increment {
  margin-top: 1.3rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.clean-h4-datenschutz-increment {
  margin-top: 1.25rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  line-height: 1.45em;
}

.clean-list-datenschutz-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clean-changelog-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.clean-changelog-headline {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-check-captcha-image {
  cursor: not-allowed;
  background-image: url('../images/image_info_captcha_correct.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 184px;
  width: 184px;
  height: 78px;
}

.clean-check-captcha-image.image-captcha-wrong {
  background-image: url('../images/image_info_captcha_wrong.png');
}

.clean-check-captcha-image.image-captcha-wrong.en {
  background-image: url('../images/image_info_captcha_wrong_1.png');
}

.clean-check-captcha-image.en {
  background-image: url('../images/image_info_captcha_correct_1.png');
}

.clean-check-captcha-image-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}

.clean-check-captcha-headline {
  letter-spacing: -.2px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
}

.check-captcha-headline-bold {
  color: #303030;
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clean-t-cookie-icon-div {
  background-color: #0000000d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  position: relative;
}

.clean-t-cookie-button-wrap {
  align-items: center;
  display: flex;
}

.clean-t-cookie-message-arrow {
  opacity: .8;
  border: 6px solid #000;
  border-color: #0000 #000 #000 #0000;
  border-bottom-right-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 23px;
  transform: rotate(-135deg);
}

.clean-t-cookie-headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-cookie-message-surface {
  background-color: #000c;
  border-radius: 6px;
  margin-top: 6px;
}

.clean-t-cookie-text {
  color: #ffffffd9;
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.5em;
}

.clean-t-cookie-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1194f6;
  border-radius: 2px;
  padding: 9px 14px 10px;
  font-weight: 800;
  transition: background-color .25s;
}

.clean-t-cookie-button:hover {
  color: #fff;
  background-color: #ff5722;
}

.clean-t-cookie-button.full-width {
  text-align: center;
  width: 100%;
  margin-right: 10px;
}

.clean-t-cookie-icon {
  opacity: .75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clean-t-cookie-message {
  position: absolute;
  top: 33px;
  right: -12px;
}

.clean-t-cookie-message-contant {
  min-width: 290px;
  padding: 24px 25px 25px 35px;
}

.clean-t-cookie-message-contant.larger-message {
  padding-left: 25px;
  padding-right: 15px;
}

.clean-t-cookie-link {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .2s;
}

.clean-t-cookie-link.clean-t-style-intext-link {
  color: #9d1bb2;
}

.clean-t-cookie-link.clean-t-style-intext-link:hover {
  color: #ff5722;
}

.clean-span-optional {
  color: #ff5722;
  font-style: italic;
  font-weight: 400;
}

.clean-span-warning {
  color: #df0004;
  font-style: italic;
  font-weight: 700;
}

.clean-span-replace {
  color: #27d827;
  font-style: italic;
}

.clean-t-impressum-wrap {
  margin-bottom: 60px;
}

.clean-t-etracker-consent-button {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.clean-success-message-headline {
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.2em;
  position: relative;
}

.clean-span-optional-2 {
  color: #ff5722;
  font-style: italic;
  font-weight: 400;
}

.clean-t-pre-h2-template {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-pre-h2-template.functions {
  color: #9d1bb2;
}

.clean-t-container {
  position: relative;
}

.clean-t-flex-column {
  flex: 1;
  padding: 1rem;
}

.clean-t-flex-column.fluent {
  flex: none;
  width: 50%;
}

.clean-t-flex-column.fluent._25 {
  flex: none;
  width: 25%;
}

.clean-t-flex-column.fluent._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column._50 {
  flex: none;
  width: 50%;
}

.clean-t-flex-column._33 {
  flex: none;
  width: 33.3333%;
}

.clean-t-flex-column.clean-sg-typo-column {
  padding-left: 30px;
  padding-right: 30px;
}

.clean-t-flex-column._w-2-2-1-1-1 {
  flex: none;
  width: 50%;
}

.clean-t-h2-template {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
}

.clean-t-flex-row {
  justify-content: space-between;
  margin: -1rem;
  display: flex;
}

.clean-t-flex-row.wrapped {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clean-t-flex-row.wrapped.style {
  margin-bottom: 10px;
}

.clean-t-flex-row.clean-sg-typo-row {
  margin-left: -30px;
  margin-right: -30px;
}

.style-column-fill {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  background-color: #1194f666;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.style-column-fill.style-fluent-content {
  background-color: #1194f6b3;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.style-column-fill.style-fluent-content.flex {
  background-color: #1194f6b3;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.style-layouts-paragraph {
  color: #1194f6;
  letter-spacing: .02em;
  font-size: .6em;
  line-height: 1.5em;
}

.style-layout-full-footer-div {
  border-top: 1px solid #00000026;
  justify-content: flex-end;
}

.style-layout-full-footer-div.no-container {
  padding-right: 20px;
  display: flex;
}

.style-layouts-window-header-button {
  background-color: #fff6;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  display: inline-block;
}

.layout-full-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.layout-sidebar-content {
  flex: 1;
  overflow: auto;
}

.layout-full-content {
  flex: 1;
}

.style-window-body {
  background-color: #1194f6;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-window-header {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  height: 20px;
  padding-left: 7px;
  display: flex;
}

.style-layout-full-container {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.style-layout-full-container.content {
  margin-top: 30px;
  padding-top: 15px;
}

.style-layout-full-container.footer {
  justify-content: flex-end;
  display: flex;
}

.style-layout-full-container.style-navbar {
  display: flex;
}

.style-layout-full-navbar-div {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 3px 1px #00000026;
}

.layout-sidebar-menu {
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.layout-sidebar-menu.style {
  flex-direction: column;
  flex-basis: 75px;
  align-items: flex-start;
  padding-top: 13px;
  padding-left: 15px;
  display: flex;
  box-shadow: 0 0 4px 1px #00000026;
}

.content-body {
  flex: 1;
  display: flex;
  position: relative;
}

.content-body.layout-full-vertical {
  flex-direction: column;
  height: 100%;
}

.style-layouts-sidebar-content-div {
  width: 220px;
  margin: 15px 0 20px 15px;
}

.style-layouts-sidebar-nav-link {
  color: #1194f6;
  letter-spacing: .06em;
  margin-bottom: 2px;
  font-size: .7em;
  font-weight: 700;
}

.style-layouts-sidebar-nav-link.normal-nav {
  margin-bottom: 0;
  margin-right: 5px;
}

.style-layouts-sidebar-nav-link.footer {
  margin-bottom: 0;
  margin-left: 7px;
}

.style-window-content-body {
  background-color: #fff;
  margin: 7px;
  display: flex;
  overflow: hidden;
}

.style-window-content-body.layouts {
  height: 200px;
  position: relative;
}

.elements-tooltip-text-div {
  background-color: #fff;
  border: 1px solid #0000000d;
  padding: 10px 10px 5px 15px;
}

.clean-t-lists-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clean-t-ul-bg-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.clean-t-li-bg-icon {
  background-image: url('../images/icon_tick_turquoise.svg');
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.clean-t-white-surface {
  background-color: #fff;
  border: 1px solid #00000012;
}

.clean-t-white-surface.style {
  padding: 25px 15px;
}

.clean-t-list-symbol-div {
  flex: none;
}

.clean-t-list-symbol-div.style {
  color: #00bcd6;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

.clean-t-list-content-div {
  flex: 1;
}

.clean-t-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.clean-t-content-limiter {
  max-width: 616px;
}

.clean-t-blog-rt h2 {
  letter-spacing: -.02em;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 2.2em;
}

.clean-t-blog-rt figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clean-t-blog-rt figcaption {
  color: #0006;
  font-size: .857em;
  font-weight: 400;
  line-height: 1.4em;
}

.clean-t-blog-rt h3 {
  letter-spacing: -.02em;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.7em;
}

.clean-t-blog-rt h4 {
  margin-top: 2rem;
  margin-bottom: 1.675rem;
  font-size: 1.3em;
}

.clean-t-blog-rt blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.6em;
}

.clean-t-blog-rt em {
  letter-spacing: .2px;
  font-size: 1em;
  font-weight: 400;
}

.clean-t-blog-rt ul {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  padding-left: 30px;
}

.clean-t-blog-rt li {
  margin-bottom: 10px;
}

.clean-t-blog-rt ol {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.image-base {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.image-base.fill-height, .image-base.img-extra-info {
  height: 100%;
}

.clean-t-content-container {
  margin-top: 60px;
}

.clean-embed-script, .clean-embed-styles {
  display: none;
}

.clean-t-container-full-width {
  max-width: calc(100% - var(--container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}

.clean-t-container-v-large {
  max-width: min(100% - var(--container-padding) * 2, var(--site--container-max));
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.clean-sg-text-wrap {
  background-color: var(--_theme---background);
  padding: 1rem;
}

.h1 {
  color: var(--_theme---text);
  font-family: EB-Garamond, Times New Roman, sans-serif;
  font-size: 4em;
  font-weight: var(--_typography---fw-400);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-bottom: 0;
}

.h1.hero {
  z-index: 1;
  line-height: .8em;
  position: relative;
}

.h2 {
  color: var(--_theme---text);
  font-family: EB-Garamond, Times New Roman, sans-serif;
  font-size: 3.1111em;
  line-height: 1.1em;
  font-weight: var(--_typography---fw-400);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-bottom: 0;
}

.h3 {
  color: var(--_theme---text);
  font-size: 1.375em;
  font-weight: var(--_typography---fw-500);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-bottom: 0;
}

.h4 {
  color: var(--_theme---text);
  font-size: 1.2em;
  font-weight: var(--_typography---fw-600);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-bottom: 0;
}

.button-icon-wrap {
  aspect-ratio: 1;
  background-color: var(--_theme---button--background-icon);
  color: var(--_theme---button--icon);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  padding-bottom: 1px;
  display: flex;
}

.button-icon {
  width: 52%;
}

.button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.button-wrap.align-center {
  justify-content: center;
}

.section {
  background-color: var(--_theme---background);
  --_theme---text: var(--swatch--brand-3);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--grey-v-light);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 400;
  --_typography---text-spacing-default: 0em;
  --_typography---fw-500: 500;
  --_typography---fw-600: 600;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 800;
  --_typography---fw-700: 700;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.section.off-section {
  background-image: linear-gradient(#2c0f500d, #2c0f500d);
}

.section.overflow-none {
  overflow: hidden;
}

.section.small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content-container {
  margin-top: 5rem;
}

.content-container.mt-3 {
  margin-top: 3rem;
}

.content-container.mt-4 {
  margin-top: 4rem;
}

.content-container.mt-2 {
  margin-top: 2rem;
}

.content-container.mt-1 {
  margin-top: 1rem;
}

.dark-mode {
  --_theme---text: var(--swatch--grey-v-light);
  --_theme---button--background: var(--swatch--grey-v-light);
  --_theme---button--text: var(--swatch--brand-3);
  --_theme---button--font-weight: 600;
  --_theme---button--background-hover: var(--white);
  --_theme---background: var(--swatch--brand-3);
  --_theme---button--background-icon: var(--swatch--brand-3);
  --_theme---button--icon: var(--swatch--grey-v-light);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 300;
  --_typography---text-spacing-default: .015em;
  --_typography---fw-500: 400;
  --_typography---fw-600: 500;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 700;
  --_typography---fw-700: 600;
}

.brand-mode {
  --_theme---text: var(--swatch--grey-v-light);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--brand-1);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--grey-v-light);
  --_typography---fw-400: 300;
  --_typography---text-spacing-default: .015em;
  --_typography---fw-500: 400;
  --_typography---fw-600: 500;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 700;
  --_typography---fw-700: 600;
}

.base-mode {
  --_theme---text: var(--swatch--brand-3);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--grey-v-light);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 400;
  --_typography---text-spacing-default: 0em;
  --_typography---fw-500: 500;
  --_typography---fw-600: 600;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 800;
  --_typography---fw-700: 700;
}

.clean-t-row {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.clean-t-column {
  flex: 1;
}

.flex {
  display: flex;
}

.flex.justify-center {
  justify-content: center;
}

.flex.vertical {
  flex-flow: column;
}

.flex.vertical.align-center {
  align-items: center;
}

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

.content-limiter {
  max-width: 46rem;
}

.content-limiter.mw-38 {
  max-width: 38rem;
}

.content-limiter.mw-32 {
  max-width: 32rem;
}

.content-limiter.mw-37 {
  max-width: 37rem;
}

.fact_element {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: opacity .6s;
  display: flex;
  position: relative;
}

.fact_frame {
  opacity: .7;
  transition: opacity .6s;
  position: absolute;
  inset: 0%;
}

.fact_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2.25rem;
  display: flex;
  position: relative;
}

.fact_icon-wrap {
  aspect-ratio: 1;
  color: var(--_theme---text);
  background-color: #f2f4f30d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  padding-bottom: 2px;
  display: flex;
}

.fact_icon {
  width: 53%;
}

.fact_icon.icon-gemeinschaft {
  width: 58%;
}

.fact_icon.icon-unklar {
  width: 50%;
}

.fact_icon.icon-mediation {
  width: 57%;
}

.fact_info-btn-wrap {
  aspect-ratio: 1;
  color: var(--_theme---text);
  background-color: #fff0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
  position: absolute;
  inset: -1rem -1rem auto auto;
}

.content_image-wrap.wrap-with-us {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.content_image-wrap.wrap-intro-img {
  aspect-ratio: 1.8;
  width: 100%;
  position: relative;
}

.vertical-align-center {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.list_plain {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list_plain.vertical {
  flex-flow: column;
}

.list_plain.vertical.g-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.list_plain.vertical.g-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.list-item_plain.list-item_stick {
  position: sticky;
  top: 140px;
}

.stack-card_element {
  flex-flow: column;
  justify-content: center;
  min-height: 13.375rem;
  display: flex;
  position: relative;
}

.bg_white {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.bg_white.br-1-5 {
  border-radius: 1.5rem;
}

.bg_white.br-1-5.edge-surface {
  border-radius: 0;
}

.stack-card_content {
  text-align: center;
  padding: 1.5rem;
  position: relative;
}

.stack-card_content.base-mode {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-square_wrap {
  background-color: var(--swatch--brand-3-o05);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.icon-square_wrap._w-2-75 {
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.icon-square_wrap._w-4-5 {
  width: 4.5rem;
  height: 4.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.icon-square_wrap._w-4-5.hero-wrap {
  margin-top: -.5625rem;
  margin-bottom: -.5625rem;
}

.extra-info_element {
  flex-flow: column;
  width: 22.5rem;
  font-size: 1.11111em;
  font-weight: 500;
  display: flex;
  position: relative;
}

.extra-info_content {
  text-align: left;
  background-color: #fff0;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.extra-info_img-part {
  max-height: 17rem;
  padding-top: 67%;
  position: relative;
}

.extra-info_text-part {
  padding: 1.25rem;
  position: relative;
}

.extra-info_img-wrap {
  position: absolute;
  inset: 0%;
}

.image-placeholder_overlay {
  background-color: var(--swatch--brand-3);
  opacity: .4;
  position: absolute;
  inset: 0%;
}

.extra-info_icon_wrap {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.clean-t-code-desc-text {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

.style-content-background {
  background-color: #f8f8f8;
  border: 1px solid #0000000d;
  padding: 8px 10px 1px;
}

.accordion-wrapper {
  color: var(--_theme---text);
  display: block;
}

.accordion-icon-one-active {
  width: 1.75rem;
}

.clean-t-code-embed {
  background-color: #dadada;
  border: 1px solid #0000001a;
  width: 53px;
  height: 74px;
  margin-bottom: 5px;
  overflow: hidden;
}

.accordion-icon-div {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-icon-div.re-acc-icon-div {
  width: 3rem;
}

.accordion-icon-minus-div {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-icon {
  width: 1.2rem;
}

.accordion-toggle {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.accordion-toggle.style {
  color: #f8f8f8;
  background-color: #00bcd6b3;
  transition: background-color .2s;
}

.accordion-toggle.style:hover, .accordion-toggle.style.w--open {
  background-color: #00bcd6;
}

.accordion-dropdown {
  background-color: #fff0;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-icon-plus-div {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-content {
  height: auto;
  position: relative;
  overflow: hidden;
}

.accordion-content.re-acc-content {
  flex-flow: column;
  display: flex;
}

.clean-t-code-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.accordion-head {
  color: #333;
  text-align: left;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.accordion-head.style {
  color: #fff;
  cursor: pointer;
  background-color: #00bcd6b3;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .2s;
}

.accordion-head.style:hover {
  background-color: #00bcd6;
}

.accordion-head.re-acc-head {
  background-color: var(--swatch--brand-1);
  color: var(--_theme---text);
  letter-spacing: .01em;
  cursor: pointer;
  padding: 1.2rem 2.5rem 1.2rem 1rem;
  transition: color .6s, background-color .6s;
}

.accordion-head.re-acc-head:hover {
  background-color: var(--swatch--brand-1-3-o15);
  color: var(--white);
}

.acc-content-wrap {
  background-color: var(--swatch--brand-1);
  background-image: linear-gradient(to bottom, var(--swatch--brand-3-o30), var(--swatch--brand-3-o30));
  flex-flow: column;
  margin-top: 10px;
  padding: 1.2rem 1rem;
  display: flex;
}

.acc-top-fin-wrap {
  color: var(--_theme---bg-element);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.acc-top-fin {
  width: 100px;
  height: 12px;
}

.sticky_track {
  height: 100%;
}

.sticky_element {
  position: sticky;
  top: 10rem;
}

.section_footer {
  color: var(--_theme---text);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_footer.brand-mode {
  background-color: var(--_theme---background);
  position: relative;
}

.footer_logo {
  width: 240px;
}

.separator {
  background-color: var(--_theme---text);
  opacity: .2;
  padding-top: 1px;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer_link-wrap {
  justify-content: space-between;
  margin-top: -.75rem;
  display: flex;
}

.footer_link {
  font-size: .888889em;
  font-weight: var(--_typography---fw-500);
  letter-spacing: var(--_typography---text-spacing-default);
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .25rem .5rem;
  text-decoration: none;
}

.footer_top-line_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta_h-preline-wrap {
  background-color: var(--swatch--brand-2);
  color: var(--_theme---button--text);
  letter-spacing: .02em;
  border-radius: 10rem;
  padding: .75rem 1.25rem;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cta_btn-subline {
  opacity: .7;
  color: var(--_theme---text);
  letter-spacing: .02em;
  font-size: .777778em;
  line-height: 1.4em;
}

.cta_btn-subline-wrap {
  margin-top: .9rem;
}

.cta_bg-circle-wrap {
  color: var(--swatch--brand-1);
  width: 62rem;
  position: absolute;
  inset: -65px auto auto 50%;
  transform: translate(-50%);
}

.pos-relative {
  position: relative;
}

.bg_shadow-card {
  position: absolute;
  inset: 0%;
  box-shadow: 0 1.125rem 1.25rem -.25rem #24237740;
}

.clean-t-pre-navbar-2 {
  background-color: #4b4b4b80;
}

.clean-t-pre-nav-phone-icon-wrap {
  background-color: #4b4b4b;
  border-radius: 2px;
  margin-right: 9px;
  padding: 3px;
}

.clean-t-nav-dropdown-icon {
  margin-top: 16px;
  margin-bottom: 17px;
  margin-right: 15px;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.clean-t-nav-dropdown-icon.plus-icon {
  background-image: url('../images/ui-nav-dropdown-grey-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  margin-top: 17px;
}

.clean-t-nav-dropdown-icon.plus-icon.style-nav-dropdown-icon {
  margin-top: 25px;
}

.clean-t-nav-dropdown-icon.style-nav-dropdown-icon {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 18px;
}

.clean-t-nav-element-wrapper {
  margin-bottom: 35px;
}

.clean-t-lang-link-text-seperator {
  opacity: .5;
}

.clean-t-language-dropdown-list {
  background-color: #0000;
}

.clean-t-language-link {
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  width: 47px;
  margin-right: 0;
  padding: 8px 18px 9px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .25s;
}

.clean-t-language-link:hover {
  color: #fff;
  background-color: #ffffff24;
}

.clean-t-language-link.w--open {
  background-color: #ffffff24;
}

.clean-t-language-link.small-link {
  width: 47px;
  font-size: 11px;
}

.clean-t-language-link.large-link {
  width: 80px;
  margin-left: 28px;
  padding-bottom: 8px;
}

.clean-t-language-link.dropdown-link {
  background-color: #707070;
}

.clean-t-language-link.dropdown-link:hover {
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-language-link.dropdown-link.w--current {
  color: #fff;
}

.clean-t-language-link.simple-lang-link {
  text-align: left;
  background-color: #0000;
  align-items: center;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  display: flex;
}

.clean-t-nav-logo-link-div {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.clean-t-nav-logo-link-div.style-nav-logo {
  width: 89px;
  height: 64px;
  padding-top: 6px;
  display: block;
}

.clean-t-nav-logo-link-div.re-nav-logo-link {
  width: 13rem;
  margin-left: -.625rem;
  padding: .625rem;
  display: flex;
}

.clean-t-nav-menu-extra-wrap, .clean-t-nav-menu-lang-wrap {
  display: none;
}

.clean-t-pre-nav-phone-text {
  color: #fff;
  letter-spacing: .3px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
}

.clean-t-pre-nav-element-wrap {
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.clean-t-pre-nav-element-wrap.social-links-wrapper {
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.last-element-wrap {
  margin-right: 0;
}

.clean-t-pre-nav-element-wrap.phone-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.clean-t-pre-nav-phone-icon {
  background-image: url('../images/ui_phone_icon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
}

.clean-t-container-2 {
  position: relative;
}

.clean-t-lang-link-text {
  transition: opacity .25s;
}

.clean-t-lang-link-text.lang-text-link-inactive {
  opacity: .5;
}

.clean-t-dropdown-list {
  background-color: #0000;
  top: 48px;
  overflow: visible;
}

.clean-t-language-dropdown {
  background-color: #ffffff14;
  display: block;
}

.clean-t-navbar {
  background-color: #f8f8f8;
}

.clean-t-navbar.style-navbar {
  z-index: 1002;
  border: 1px solid #0000000d;
  border-style: solid none;
  position: relative;
}

.clean-t-navbar.re-navbar {
  background-color: #fff0;
}

.clean-t-pre-nav-social-link {
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  transition: color .2s, opacity .2s;
  display: block;
}

.clean-t-pre-nav-social-link:hover {
  opacity: 1;
}

.clean-t-pre-nav-social-link.twitter {
  background-image: url('../images/icon_social_twitter_white.svg');
}

.clean-t-pre-nav-social-link.facebook {
  background-image: url('../images/icon_social_facebook_white.svg');
}

.clean-t-pre-nav-social-link.youtube {
  background-image: url('../images/icon_social_youtube_white.svg');
}

.clean-t-pre-nav-social-link.xing {
  background-image: url('../images/icon_social_xing_white.svg');
}

.clean-t-pre-nav-social-link.instagram {
  background-image: url('../images/icon_social_instagram_white.svg');
}

.clean-t-pre-nav-social-link.linkedin {
  background-image: url('../images/icon_social_linkedin_white.svg');
}

.clean-t-pre-nav-container {
  float: right;
}

.clean-t-pre-nav-container.mobile-container {
  display: none;
}

.lang-text-inactive {
  opacity: .5;
  transition: opacity .25s;
}

.clean-t-dropdown-list-wrapper {
  background-color: #fff;
}

.clean-t-dropdown-list-wrapper.style-dropdown-list-wrap {
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 2px 15px #0000001f, 0 1px 5px #00000014;
}

.clean-t-pre-nav-wrapper {
  display: flex;
}

.clean-t-dropdown-nav-link {
  color: #4b4b4b;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link {
  letter-spacing: -.1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
  color: #00bcd6;
}

.clean-t-language-icon {
  opacity: .6;
  background-image: url('../images/ui_icon_language-2_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: -21px;
}

.clean-t-language-arrow {
  opacity: .75;
  transform-origin: 50% 40% 0px;
  background-image: url('../images/ui_icon_arrow-4_down_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7px;
  width: 7px;
  height: 6px;
  transition: opacity .25s;
  position: absolute;
  top: 13px;
  right: 8px;
}

.clean-t-nav-link {
  padding: 13px 16px 14px;
  transition-property: color;
  transition-duration: .2s;
}

.clean-t-nav-link:hover {
  color: #000;
}

.clean-t-nav-link.style-nav-link {
  color: #4b4b4b;
  letter-spacing: -.1px;
  text-transform: uppercase;
  padding: 22px 20px;
  font-size: 13px;
  font-weight: 600;
}

.clean-t-nav-link.style-nav-link:hover {
  color: #00bcd6;
}

.clean-t-nav-link.clean-t-dropdown-link {
  padding-right: 32px;
}

.clean-t-nav-link.clean-t-dropdown-link.w--open {
  color: #000;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link {
  padding-right: 35px;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link.w--open {
  color: #00bcd6;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon {
  padding-right: 36px;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon.style-nav-link {
  padding-right: 33px;
}

.navbar_content {
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  display: flex;
}

.navbar_bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f2f4f399;
  position: absolute;
  inset: 0%;
}

.head_wrap {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_spacer {
  background-color: var(--_theme---background);
  height: 5.75rem;
}

.hide {
  display: none;
}

.swiper-button-prev {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: -1.5625rem 2.75rem auto auto;
  transform: translate(0, -100%);
}

.i-agrar-steps-count-el {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.swiper-slide {
  width: auto;
  display: inline-block;
}

.i-h3-medium {
  font-size: 1.37em;
  font-weight: 600;
  line-height: 1.5em;
}

.i-agrar-steps-count-circle {
  color: #fff;
  text-align: center;
  background-color: #ff5100;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 1px;
  font-size: .95em;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.i-agrar-steps-el {
  flex-flow: column;
  max-width: 445px;
  display: flex;
}

.i-slider-arrow-icon {
  background-image: url('../images/icon-line-arrow-left-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
}

.i-slider-arrow-icon.reverse {
  transform: rotate(-180deg);
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper_arrow {
  background-color: var(--swatch--brand-2);
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: .3175rem .375rem .4rem;
  transition: background-color .6s;
  display: flex;
}

.swiper_arrow:hover {
  background-color: var(--swatch--brand-2-darker);
}

.swiper_arrow.arrow-right {
  left: 53px;
}

.swiper-button-next {
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  inset: -1.5625rem 0 auto auto;
  transform: translate(0, -100%);
}

.i-agrar-steps-count-line {
  flex: 1;
  height: 1px;
  margin-right: -33px;
}

.i-embed-style, .i-embed-script {
  display: none;
}

.highlight-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1.1111em;
  font-weight: var(--_typography---fw-500);
  flex-flow: row;
  display: flex;
}

.hero_usp-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.hero_usp-element {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_theme---text);
  font-size: 1.111em;
  font-weight: var(--_typography---fw-500);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_h1-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.7rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: .75rem;
  display: flex;
}

.clean-t-modal-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 3.75rem 2.5rem;
  display: flex;
  overflow: visible;
}

.clean-t-modal-content.re-modal-content-edge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem;
}

.clean-t-button {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #1194f6;
  border-radius: 3px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.clean-t-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-button.functions-button {
  background-color: #9d1bb2;
}

.clean-t-button.functions-button:hover {
  background-color: #79058b;
}

.clean-t-code-container {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.clean-t-modal-wrapper {
  display: inline-block;
}

.clean-t-modal-button-container {
  text-align: center;
}

.clean-t-m-content-container {
  z-index: 2;
  text-align: left;
  --_theme---text: var(--swatch--brand-3);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--grey-v-light);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 400;
  --_typography---text-spacing-default: 0em;
  --_typography---fw-500: 500;
  --_typography---fw-600: 600;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 800;
  --_typography---fw-700: 700;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.clean-t-m-content-container.re-content-container-edge {
  margin-left: 0;
  margin-right: 0;
}

.clean-t-m-content-div {
  padding: 45px;
  position: relative;
}

.clean-t-m-content-div.re-modal-content {
  padding: 2.5rem 2rem 3rem;
}

.clean-t-m-content-div.re-modal-content.edge-content {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 2.5rem;
  overflow: auto;
}

.clean-t-modal-close-overlay-div {
  z-index: 1;
  position: fixed;
  inset: 0;
}

.clean-t-modal-close-overlay-link-div {
  z-index: 20;
  color: #fff;
  background-color: #000;
  background-image: url('../images/icon-close-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
  transform: translate(50%, -50%);
}

.clean-t-modal-close-overlay-link-div:hover {
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div {
  background-color: #9d1bb2;
  border-radius: 4px;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div:hover {
  background-color: #79058b;
}

.clean-t-modal-close-overlay-link-div.re-close-overlay-link-div {
  color: var(--swatch--brand-3);
  background-color: #0000;
  background-image: none;
  width: 2.875rem;
  height: 2.875rem;
  padding: .75rem;
  transition: color .25s, color .25s, background-color .25s;
  right: 2rem;
  transform: translate(0%, -50%);
}

.clean-t-modal-close-overlay-link-div.re-close-overlay-link-div:hover {
  color: var(--swatch--brand-3-lighter);
}

.clean-t-modal-overlay {
  z-index: 1000;
  background-color: var(--swatch--brand-3-o60);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.clean-t-modal-overlay.show {
  display: block;
}

.clean-t-m-content-wrapper {
  z-index: 10;
  position: relative;
}

.clean-t-m-content-wrapper.re-content-wrapper-edge {
  height: 100%;
  max-height: 100vh;
}

.extra-info_icon_el {
  background-color: var(--swatch--brand-2);
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: .25rem;
  display: flex;
}

.re-close-overlay-bg {
  position: absolute;
  inset: 0%;
}

.re-close-overlay-link-icon {
  color: #fff;
  position: relative;
}

.fact_info-btn-icon {
  width: 1.25rem;
}

.about_card {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---text: var(--swatch--grey-v-light);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--brand-1);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--grey-v-light);
  --_typography---fw-400: 300;
  --_typography---text-spacing-default: .015em;
  --_typography---fw-500: 400;
  --_typography---fw-600: 500;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 700;
  --_typography---fw-700: 600;
  max-width: 330px;
  height: 100%;
  position: relative;
}

.about_card.base-mode {
  --_theme---text: var(--swatch--brand-3);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--grey-v-light);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 400;
  --_typography---text-spacing-default: 0em;
  --_typography---fw-500: 500;
  --_typography---fw-600: 600;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 800;
  --_typography---fw-700: 700;
}

.about_card.base-mode.bg_grey-light-dotted {
  background-image: url('../images/img-background-pattern-01-noctra-15.png');
  background-position: 0 0;
  background-size: 12px;
}

.about_card.base-mode.bg_20-years {
  background-image: url('../images/img-bg-texture-20-jahre-erfahrung-1.webp');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.about_card.dark-mode {
  --_theme---text: var(--swatch--grey-v-light);
  --_theme---button--background: var(--swatch--grey-v-light);
  --_theme---button--text: var(--swatch--brand-3);
  --_theme---button--font-weight: 600;
  --_theme---button--background-hover: var(--white);
  --_theme---background: var(--swatch--brand-3);
  --_theme---button--background-icon: var(--swatch--brand-3);
  --_theme---button--icon: var(--swatch--grey-v-light);
  --_theme---bg-element: var(--swatch--brand-1);
  --_typography---fw-400: 300;
  --_typography---text-spacing-default: .015em;
  --_typography---fw-500: 400;
  --_typography---fw-600: 500;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 700;
  --_typography---fw-700: 600;
}

.about_card.dark-mode.bg_grey-light-dotted {
  background-image: url('../images/svg-background-pattern-01-dark-10.png');
  background-position: 0 0;
  background-size: 12px;
}

.about_content-usp {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  min-height: 32.8125rem;
  padding: 2.2rem 1.6rem;
  display: flex;
  position: relative;
}

.about_content-usp.justify-top {
  justify-content: flex-start;
}

.about_content-usp.space-between {
  justify-content: space-between;
  align-items: center;
}

.about_usp-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_theme---button--text);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_usp-item.g-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.about_usp-icon {
  width: 2rem;
}

.about_20-years_head {
  text-align: center;
  padding-top: .5rem;
}

.about_20-years_head-text {
  font-family: EB-Garamond, Times New Roman, sans-serif;
  font-size: 1.72222em;
  line-height: 1.1em;
  font-weight: var(--_typography---fw-400);
}

.about_20-years_person-1-wrap {
  width: 100%;
  position: absolute;
  inset: auto auto -1px -3.5rem;
}

.about_20-years_person-2-wrap {
  width: 62%;
  position: absolute;
  inset: auto 0 -1px auto;
}

.about_20-years_person-2, .about_20-years_person-1 {
  width: 100%;
}

.about_20-years_names-wrap {
  height: 12rem;
  position: absolute;
  inset: auto 0% 0%;
}

._20-years_name-1 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white);
  letter-spacing: .02em;
  background-color: #6d6aff33;
  border: 1px solid #0000000a;
  border-radius: 10rem;
  padding: .4rem 1rem;
  font-size: .777em;
  line-height: 1em;
  position: absolute;
  inset: 76% auto auto 33%;
  transform: translate(-50%, -50%);
  box-shadow: 0 80px 23px #0000, 0 51px 21px #00000003, 0 29px 17px #0000000d, 0 13px 13px #00000017;
}

._20-years_name-1.name-2-wrap {
  top: 60%;
  left: 72%;
}

.about_frame {
  border: 5px solid var(--swatch--grey-v-light);
  position: absolute;
  inset: 0%;
}

.about_brand-logo_wrap {
  max-width: 8.75rem;
}

.about_content-bg {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about_content-bg-svg {
  opacity: .06;
  color: var(--white);
}

.about_brand-btn_wrap {
  --_theme---text: var(--swatch--grey-v-light);
  --_theme---button--background: var(--swatch--brand-1);
  --_theme---button--text: var(--swatch--grey-v-light);
  --_theme---button--font-weight: 500;
  --_theme---button--background-hover: var(--swatch--brand-1-3-o15);
  --_theme---background: var(--swatch--brand-1);
  --_theme---button--background-icon: var(--swatch--brand-2);
  --_theme---button--icon: var(--swatch--brand-3);
  --_theme---bg-element: var(--swatch--grey-v-light);
  --_typography---fw-400: 300;
  --_typography---text-spacing-default: .015em;
  --_typography---fw-500: 400;
  --_typography---fw-600: 500;
  --_typography---garamond-trim-top: .3em;
  --_typography---garamond-trim-bottom: .4em;
  --_typography---satoshi-trim-top: .4em;
  --_typography---satoshi-trim-bottom: .45em;
  --_typography---fw-900: 900;
  --_typography---fw-800: 700;
  --_typography---fw-700: 600;
}

.about_brand-msg_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  font-weight: var(--_typography---fw-400);
  text-align: center;
  letter-spacing: var(--_typography---text-spacing-default);
  flex-flow: column;
  display: flex;
}

.about_brand-msg_headline {
  font-family: EB-Garamond, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1.1em;
}

.control_about-content.slider {
  display: none;
}

.hero_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hand_element {
  position: absolute;
  inset: 0% 0% auto;
}

.hand_container {
  justify-content: flex-end;
  height: 0;
  display: flex;
}

.hand_wrap {
  width: 200px;
  height: 200px;
  margin-top: .75rem;
  margin-right: 10rem;
  transform: translate(0, -50%);
}

.hand_img-wrap-1 {
  position: absolute;
  inset: 0%;
  transform: rotate(18deg);
}

.hand_img-wrap-2 {
  position: absolute;
  inset: 0%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0 solid #000;
  width: 1px;
  height: 1px;
  margin: -1px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.impressum-link-img-wrap {
  margin-bottom: 2rem;
}

.text-line_highlight-wrap {
  position: relative;
}

.text-line_highlight-bg {
  background-image: linear-gradient(90deg, #a8f35700, var(--swatch--brand-2) 20%, var(--swatch--brand-2) 80%, #a8f35700);
  width: 100%;
}

.text-line_highlight-bg-wrap {
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -.3em -1.75em -.4em;
}

.text-line_highlight-bg-wrap.wrap_hero-h1 {
  top: -.3em;
  bottom: -.5em;
}

.section-bg-c {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-bg-c.content {
  z-index: auto;
}

.section-bg-c-wrap {
  position: absolute;
  inset: 0%;
}

.section-bg-c-wrap.mobile {
  display: none;
}

.bg-img {
  width: 100%;
  position: absolute;
  inset: -5vh 0%;
}

.bg-img.img-el {
  object-fit: cover;
  height: 120%;
}

.stack-card_anim {
  background-color: var(--swatch--brand-3-o60);
  width: 100%;
  height: 120px;
  position: sticky;
  top: 5px;
}

.stack-card_anim-track {
  position: absolute;
  inset: 0%;
}

.stack-card_anim-flag {
  position: absolute;
  inset: -170px auto auto 0%;
}

.stack-card_anim-flag.nth-2 {
  top: 180px;
}

.extra-info_img-overlay-wrap {
  background-color: var(--swatch--brand-3-o75);
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.extra-info_img-overlay-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--swatch--grey-v-light);
  letter-spacing: .01em;
  justify-content: flex-start;
  align-items: center;
  font-size: .888889em;
  font-weight: 400;
  display: flex;
}

.extra-info_img-overlay-icon {
  color: var(--swatch--brand-2);
  width: 24px;
  height: 24px;
}

.footer_top-line {
  background-color: var(--white);
  width: 100%;
  padding-top: 1px;
}

.modal_interaction-container {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal_interaction-wrap {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .style-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-success-container {
    padding-left: 15px;
  }

  .clean-t-cookie-message-arrow {
    opacity: .9;
  }

  .clean-t-cookie-message-surface {
    background-color: #000000e6;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 50%;
  }

  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }

  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }

  .clean-t-flex-column._33 {
    width: 40%;
  }

  .clean-t-flex-column._w-2-2-1-1-1 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-row.wrapped._w-w-a {
    flex-flow: column;
  }

  .style-layouts-sidebar-content-div {
    width: auto;
    margin-right: 25px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .clean-t-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .fact_element {
    width: 100%;
  }

  .fact_frame {
    opacity: 100;
  }

  .fact_content {
    justify-content: flex-start;
    align-items: center;
  }

  .content_image-wrap.wrap-with-us, .content_image-wrap.wrap-intro-img {
    height: 100%;
  }

  .cta_bg-circle-wrap {
    top: -45px;
  }

  .clean-t-pre-navbar-2 {
    display: none;
  }

  .clean-t-pre-nav-phone-icon-wrap {
    padding: 4px;
  }

  .clean-t-nav-dropdown-icon {
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .clean-t-nav-dropdown-icon.plus-icon {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 17px;
  }

  .clean-t-nav-element-wrapper {
    position: relative;
  }

  .clean-t-language-link, .clean-t-language-link.small-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clean-t-language-link.simple-lang-link {
    color: #4b4b4b;
    letter-spacing: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
  }

  .clean-t-nav-menu-extra-wrap {
    background-color: #0000000d;
    padding: 6px 12px;
    display: block;
  }

  .clean-t-nav-menu-lang-wrap {
    max-width: 728px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    display: block;
  }

  .clean-t-pre-nav-phone-text {
    color: #4b4b4b;
    font-size: 13px;
  }

  .clean-t-pre-nav-element-wrap {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 25px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .clean-t-pre-nav-phone-icon {
    width: 14px;
    height: 14px;
  }

  .clean-t-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clean-t-nav-menu-button {
    padding: 15px 16px 14px;
    font-size: 35px;
  }

  .clean-t-nav-menu-button.w--open {
    background-color: #4b4b4b;
  }

  .clean-t-dropdown-list {
    width: auto;
    overflow: hidden;
  }

  .clean-t-navbar.style-navbar {
    height: 66px;
  }

  .clean-t-nav-menu {
    background-color: #ececec;
  }

  .clean-t-nav-menu-wrapper {
    position: relative;
    overflow: auto;
  }

  .clean-t-pre-nav-social-link {
    opacity: .7;
    background-size: 20px;
    width: 44px;
    height: 38px;
  }

  .clean-t-pre-nav-social-link.twitter {
    background-image: url('../images/icon_social_twitter_black.svg');
  }

  .clean-t-pre-nav-social-link.facebook {
    background-image: url('../images/icon_social_facebook_black.svg');
  }

  .clean-t-pre-nav-social-link.youtube {
    background-image: url('../images/icon_social_youtube_black.svg');
  }

  .clean-t-pre-nav-social-link.xing {
    background-image: url('../images/icon_social_xing_black.svg');
  }

  .clean-t-pre-nav-social-link.instagram {
    background-image: url('../images/icon_social_instagram_black.svg');
  }

  .clean-t-pre-nav-social-link.linkedin {
    background-image: url('../images/icon_social_linkedin_black.svg');
  }

  .clean-t-pre-nav-container {
    float: none;
  }

  .clean-t-pre-nav-container.mobile-container {
    float: right;
    display: flex;
  }

  .lang-text-inactive {
    opacity: .4;
  }

  .clean-t-dropdown-list-wrapper {
    box-shadow: none;
    background-color: #f0f0f0;
    border: 1px solid #0000000d;
    border-style: solid none;
    border-radius: 0;
  }

  .clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
    color: #4b4b4b;
  }

  .clean-t-language-icon {
    top: 12px;
  }

  .clean-t-language-arrow {
    top: 17px;
  }

  .clean-t-nav-link {
    display: block;
  }

  .clean-t-nav-link:hover, .clean-t-nav-link.style-nav-link:hover {
    color: #4b4b4b;
  }

  .swiper_arrow:hover {
    background-color: var(--swatch--brand-2);
  }

  .swiper-slider-wrapper {
    margin-top: 100px;
  }

  .hero_h1-wrap {
    grid-row-gap: 1.8rem;
  }

  .clean-t-button {
    opacity: 1;
  }

  .clean-t-modal-close-overlay-link-div {
    color: #fff;
  }

  .hand_wrap {
    width: 140px;
    height: 140px;
  }

  .bg-img.img-el.img-with-us {
    object-position: 20% 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .clean-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-section-sg {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .clean-sg-grid-block {
    padding-top: 50px;
  }

  .default-button {
    font-size: 1em;
  }

  .default-button:hover {
    background-color: var(--_theme---button--background);
  }

  .clean-success-container {
    padding-left: 10px;
  }

  .clean-success-container.icon-container {
    padding-left: 75px;
  }

  .clean-check-captcha-image {
    background-size: cover;
    width: 215px;
    height: 91px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .clean-check-captcha-image-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .clean-t-flex-column.quarter {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 100%;
  }

  .clean-t-flex-column.fluent._25 {
    flex: none;
    width: 50%;
  }

  .clean-t-flex-column.fluent._33 {
    flex-grow: 0;
  }

  .clean-t-flex-column._50 {
    flex: none;
    width: 100%;
  }

  .clean-t-flex-column._33 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.inside-content {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-t-flex-column.inline-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clean-t-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: wrap;
    align-content: stretch;
  }

  .clean-t-flex-row.inside-content {
    margin-left: 0;
    margin-right: 0;
  }

  .clean-t-flex-row.inline-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout-sidebar-content {
    overflow: visible;
  }

  .style-window-body {
    margin-bottom: 15px;
  }

  .style-layout-full-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-layout-full-container.content {
    padding-bottom: 10px;
  }

  .layout-sidebar-menu {
    flex-direction: row;
  }

  .layout-sidebar-menu.style {
    flex-direction: row;
    flex-basis: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    box-shadow: 0 0 4px 1px #00000029;
  }

  .content-body.layout-sidebar {
    flex-direction: column;
  }

  .style-layouts-sidebar-content-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .style-layouts-sidebar-nav-link {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .style-window-content-body {
    height: auto;
  }

  .style-window-content-body.layouts {
    height: auto;
    min-height: 150px;
  }

  .image-base {
    height: 60vw;
  }

  .image-base.style-image {
    object-position: 50% 60%;
    height: 60vw;
  }

  .image-base.img-extra-info {
    height: auto;
  }

  .h1.hero {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2.6em;
  }

  .h3 {
    font-size: 1.3em;
  }

  .button-icon-wrap {
    flex: none;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.off-section {
    padding-top: 5rem;
  }

  .clean-t-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .fact_element {
    padding: 1rem .75rem;
  }

  .bg_white.br-1-5.edge-surface {
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .icon-square_wrap._w-2-75 {
    width: 2rem;
    height: 2rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .icon-square_wrap._w-4-5.hero-wrap {
    width: 3rem;
    height: 3rem;
    margin-top: -.35rem;
    margin-bottom: -.35rem;
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .accordion-head.re-acc-head:hover {
    background-color: var(--swatch--brand-1);
  }

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

  .content-container_mobile {
    margin-top: 5rem;
  }

  .content-container_mobile.mt-1 {
    margin-top: 1rem;
  }

  .cta_bg-circle-wrap {
    top: -40px;
  }

  .clean-t-pre-nav-phone-icon-wrap {
    margin-right: 0;
    padding: 5px;
  }

  .clean-t-language-link.simple-lang-link {
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .clean-t-nav-logo-link-div {
    margin-left: 6px;
  }

  .clean-t-nav-logo-link-div.style-nav-logo {
    margin-left: 5px;
  }

  .clean-t-nav-menu-extra-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .clean-t-nav-menu-lang-wrap {
    align-items: center;
    padding-left: 12px;
    display: flex;
  }

  .clean-t-pre-nav-phone-text {
    display: none;
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .clean-t-pre-nav-phone-icon {
    width: 18px;
    height: 18px;
  }

  .clean-t-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar_content {
    height: 4.5rem;
  }

  .navbar_bg {
    background-color: #f2f4f3a6;
  }

  .navbar_spacer {
    height: 4.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .hide.show-mobile {
    display: block;
  }

  .swiper-slide {
    width: 100%;
  }

  .i-agrar-steps-el {
    width: calc(100vw - (var(--container-padding) * 2));
    max-width: none;
  }

  .hero_usp-wrap {
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  .hero_usp-element {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero_h1-wrap {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .clean-t-modal-content {
    padding: 40px 30px;
  }

  .clean-t-modal-content.re-modal-content-edge {
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
  }

  .clean-t-m-content-container.re-content-container-edge {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .clean-t-m-content-div {
    padding: 30px 25px 30px 30px;
  }

  .clean-t-m-content-div.re-modal-content.edge-content {
    padding-left: 2rem;
  }

  .clean-t-m-content-wrapper.re-content-wrapper-edge {
    height: auto;
    min-height: 70vh;
    max-height: 85vh;
  }

  .hero_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hand_wrap {
    width: 100px;
    height: 100px;
    margin-top: -.25rem;
    margin-right: 0;
  }

  .text-line_highlight-bg-wrap.wrap_hero-h1 {
    top: -.25em;
    bottom: -.35em;
  }

  .section-bg-c-wrap.desktop {
    display: none;
  }

  .section-bg-c-wrap.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .clean-section-sg {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .clean-sg-grid-block {
    padding-top: 40px;
  }

  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clean-success-container {
    margin-top: 30px;
    padding-left: 0;
  }

  .clean-success-container.icon-container {
    padding-top: 65px;
    padding-left: 0;
  }

  .clean-t-cookie-text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .clean-t-cookie-message-contant {
    min-width: 265px;
    padding: 22px 20px 24px 30px;
  }

  .clean-t-flex-column.quarter {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.auto, .clean-t-flex-column.fluent {
    flex: 1;
  }

  .clean-t-flex-column.fluent._25 {
    width: auto;
  }

  .clean-t-flex-column.fluent._33 {
    flex: 1;
    width: 100%;
  }

  .clean-t-flex-column._50 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: column;
    justify-content: flex-start;
  }

  .style-window-content-body.layouts {
    min-height: 0;
  }

  .elements-tooltip-text-div {
    position: relative;
  }

  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }

  .h1.hero {
    font-size: 2.2rem;
  }

  .h2 {
    font-size: 2.2em;
  }

  .h3 {
    font-size: 1.2em;
  }

  .section, .section.small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .content-container {
    margin-top: 4rem;
  }

  .fact_content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-square_wrap._w-4-5.hero-wrap {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -.25rem;
    margin-bottom: -.25rem;
    padding-left: .35rem;
    padding-right: .35rem;
  }

  .extra-info_element {
    width: 19rem;
  }

  .cta_bg-circle-wrap {
    top: -30px;
  }

  .clean-t-language-link.simple-lang-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .clean-t-nav-logo-link-div.style-nav-logo {
    width: 70px;
    height: 52px;
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clean-t-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clean-t-nav-menu-button {
    padding: 9px 10px 8px;
  }

  .clean-t-navbar.style-navbar {
    height: 52px;
  }

  .swiper-slider-wrapper {
    margin-top: 135px;
  }

  .hero_usp-wrap {
    grid-row-gap: .5rem;
  }

  .hero_usp-element {
    font-size: 1.05em;
  }

  .hero_h1-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: 1.1rem;
  }

  .clean-t-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clean-t-button {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .clean-t-m-content-div {
    padding: 25px 20px;
  }

  .clean-t-m-content-div.re-modal-content {
    padding: 2rem 1rem 5.5rem;
  }

  .clean-t-m-content-div.re-modal-content.edge-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .clean-t-modal-close-overlay-link-div {
    right: 30px;
  }

  .about_card {
    max-width: 280px;
  }

  .about_content-usp {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hero_content {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .hand_wrap {
    width: 80px;
    height: 80px;
    margin-top: .45rem;
  }

  .text-line_highlight-bg-wrap.wrap_hero-h1 {
    inset: -.2em -1.3em;
  }
}


@font-face {
  font-family: 'EB-Garamond';
  src: url('../fonts/eb-garamond-v31-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB-Garamond';
  src: url('../fonts/eb-garamond-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB-Garamond';
  src: url('../fonts/eb-garamond-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB-Garamond';
  src: url('../fonts/eb-garamond-v31-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB-Garamond';
  src: url('../fonts/eb-garamond-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}