@font-face {
  font-family: fira sans local;
  src: url('../fonts/fira-sans-v16-latin-500.woff2') format("woff2"), url('../fonts/fira-sans-v16-latin-500.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: fira sans local;
  src: url('../fonts/fira-sans-v16-latin-regular.woff2') format("woff2"), url('../fonts/fira-sans-v16-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: edosz local;
  src: url('../fonts/edosz.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #191919;
  --white: white;
  --aquamarine: #05ffc7;
  --goldenrod: #ffbb19;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: fira sans local, sans-serif;
  font-size: 22px;
  line-height: 1.45em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: edosz local, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  color: var(--aquamarine);
  letter-spacing: 3px;
  text-shadow: 0 1px 35px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: edosz local, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: edosz local, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  text-shadow: 0 1px 30px #000;
  margin-bottom: 22px;
}

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

a:hover {
  color: var(--white);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  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.bg-white {
  background-color: var(--white);
}

.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-family: fira sans local, sans-serif;
  font-size: 1.1em;
  line-height: 1.45em;
}

.cs-h2-impressum {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: fira sans local, sans-serif;
  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-li {
  margin-bottom: 10px;
}

.clean-li.circle-medium-grey {
  color: #4b4b4b;
}

.clean-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.clean-ul.no-bullets {
  list-style-type: none;
}

.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.color {
  color: #9d1bb2;
}

.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-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-color-element-wrapper {
  margin-bottom: 25px;
}

.clean-sg-color-div {
  padding-top: 40%;
}

.clean-sg-color-div.sg-text-color-1 {
  background-color: #9d1bb2b3;
}

.clean-sg-color-div.sg-text-color-2 {
  background-color: #9d1bb280;
}

.clean-sg-color-div.sg-element-color-1 {
  background-color: #6a1bb2b3;
}

.clean-sg-color-div.sg-element-color-2 {
  background-color: #6a1bb280;
}

.clean-sg-color-div.sg-element-color-3 {
  background-color: #6a1bb24d;
}

.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-content-heading {
  color: #4b4b4b;
  margin-bottom: 8px;
  font-weight: 600;
}

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

.default-button {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #4b4b4b;
  border-radius: 3px;
  padding: 7px 11px 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.default-button:hover {
  color: #fff;
  background-color: #000;
}

.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-success-container.container-english {
  display: none;
}

.clean-h2-datenschutz-increment {
  color: var(--white);
  margin-top: 35px;
  font-family: fira sans local, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.clean-h3-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: fira sans local, sans-serif;
  font-size: 24px;
}

.clean-h4-datenschutz-increment {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.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-all-pages-container {
  z-index: -2;
  position: absolute;
  inset: 0% 0% auto;
}

.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: 15px;
}

.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: 15px;
}

.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-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: -15px;
  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;
}

.elements-tooltip-text-div.off-tooltip {
  background-color: #f8f8f8;
}

.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: -.6px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 2.4em;
}

.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: -.4px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.clean-t-blog-rt h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  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: 25px;
  margin-bottom: 20px;
  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 {
  height: 100%;
}

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

.ts-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.ts-section.pt-extra {
  padding-top: 190px;
}

.ts-section-hero {
  z-index: 1;
  background-color: var(--black);
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.ts-hero-lottie {
  padding-bottom: 120px;
}

.ts-hero-lottie-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ts-grid-intro {
  grid-column-gap: 80px;
  grid-row-gap: 120px;
}

.ts-grid-intro-item {
  max-width: 100%;
}

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

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

.nav-logo-wrapper {
  width: 520px;
}

.ts-section-intro-background-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ts-section-intro-background-lines {
  opacity: .3;
  max-width: 1920px;
  height: 120%;
}

.ts-section-intro-shadow-top {
  z-index: 1;
  background-image: linear-gradient(#000c, #0000);
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.ts-section-intro-shadow-bottom {
  z-index: 1;
  background-image: linear-gradient(#0000, #000c);
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
}

.ts-section-intro-background-fire {
  opacity: .8;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.ts-grid-intro-image-wrapper {
  position: relative;
}

.ts-grid-intro-image-illustration {
  z-index: 3;
  width: 101px;
  height: 150px;
  position: absolute;
  inset: -90px 15px auto auto;
}

.ts-container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.ts-container.zindex-3 {
  z-index: 3;
}

.txt-weight-medium {
  font-weight: 500;
}

.max-width-460px {
  max-width: 460px;
}

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

.cta-wrapper {
  z-index: 99;
  justify-content: flex-end;
  align-items: flex-end;
  display: inline-block;
  position: fixed;
  inset: auto 40px 40px auto;
}

.cta-img-wrapper {
  width: 160px;
}

.ts-grid-leistungen {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.ts-grid-leistungen-item {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.max-width-940px {
  max-width: 940px;
}

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

.ts-tabs-experten {
  position: relative;
}

.ts-tabs-experten-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ts-tabs-experten-content {
  z-index: 1;
  position: relative;
}

.ts-tabs-experten-tab-pane-content-right {
  width: 50%;
  padding-top: 311px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.ts-tabs-experten-wrapper {
  margin-top: 60px;
}

.ts-icon-list {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.ts-icon-list.big {
  grid-row-gap: 32px;
}

.ts-icon-list.kennenlernangebot-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ts-icon-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.ts-icon-list-item.large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.ts-list-icon {
  width: 16px;
  margin-top: 2px;
}

.ts-list-icon.big {
  width: 24px;
  margin-top: 0;
}

.ts-list-icon.large {
  width: 32px;
  margin-top: 0;
}

.ts-list-text.large {
  margin-top: 16px;
}

.ts-list-text.small {
  font-size: 20px;
}

.ts-tabs-experten-heading {
  letter-spacing: 4px;
  font-size: 80px;
}

.ts-tabs-experten-tab-link {
  color: #19191999;
  text-align: center;
  letter-spacing: 2px;
  background-color: #19191900;
  width: 208px;
  height: 51.2px;
  padding-top: 8px;
  padding-bottom: 15px;
  font-family: edosz local, sans-serif;
  font-size: 25px;
  transition: color .3s;
  position: relative;
}

.ts-tabs-experten-tab-link:hover {
  color: #191919cc;
}

.ts-tabs-experten-tab-link.w--current {
  color: var(--aquamarine);
  background-color: #19191900;
}

.ts-tabs-experten-tab-pane-content-left {
  align-items: flex-end;
  width: 50%;
}

.ts-tabs-experten-tab-pane-content {
  justify-content: space-between;
  display: flex;
}

.ts-accordion-experten {
  display: none;
}

.accordion-wrapper {
  display: block;
  overflow: hidden;
}

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

.accordion-head.talentschmiede {
  border: 1px solid var(--aquamarine);
  background-color: var(--black);
  color: var(--aquamarine);
  letter-spacing: 1.35px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-family: edosz local, sans-serif;
  font-size: 30px;
  transition: background-color .2s;
  display: flex;
}

.accordion-head.talentschmiede:hover {
  background-color: var(--aquamarine);
  color: var(--black);
}

.accordion-head.table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--aquamarine);
  letter-spacing: 1.35px;
  cursor: pointer;
  background-color: #19191900;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12px 16px 24px;
  line-height: 1.5em;
  transition: background-color .2s;
  display: flex;
}

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

.ts-clipping-mask {
  z-index: 2;
  position: relative;
}

.ts-clipping-mask.mobile {
  display: none;
}

.ts-clipping-mask-wrapper {
  position: relative;
}

.ts-clipping-mask-wrapper._02 {
  transform: rotate(-2deg);
}

.ts-clipping-mask-wrapper._03 {
  transform: rotate(4deg);
}

.ts-clipping-mask-wrapper._01 {
  transform: rotate(2deg);
}

.ts-clipping-mask-wrapper.faq {
  transform: rotate(-2deg);
}

.ts-clipping-mask-shadow {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(.6%, .6%);
}

.ts-clipping-mask-big {
  z-index: 2;
  position: relative;
}

.ts-clipping-mask-big.mobile {
  display: none;
}

.ts-section-hero-backgroundvideo-wrapper {
  position: absolute;
  inset: 0%;
}

.ts-section-hero-backgroundvideo {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ts-section-hero-backgroundvideo-overlay {
  z-index: 2;
  background-color: #1919194d;
  position: absolute;
  inset: 0%;
}

.ts-quote {
  align-items: center;
  display: flex;
  position: relative;
}

.ts-cta-quote-text {
  z-index: 2;
  width: 640px;
  color: var(--aquamarine);
  letter-spacing: 3px;
  flex: none;
  font-family: edosz local, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.ts-cta-quote-img {
  z-index: 1;
  flex: none;
  width: 1280px;
  position: relative;
  left: 240px;
}

.ts-cta-quote-text-illustration {
  width: 80px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.ts-usp-desktop {
  margin-top: -480px;
  margin-bottom: -330px;
  position: relative;
}

.ts-grid-usp {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.ts-grid-usp-item {
  border: 2px solid #05ffc700;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.ts-grid-usp-item.middle {
  border-color: #05ffc7;
}

.ts-grid-usp-item.left {
  margin-right: 30px;
}

.ts-grid-usp-item.right {
  margin-left: 30px;
}

.margin-bottom {
  margin-bottom: 0;
}

.margin-bottom._40 {
  margin-bottom: 40px;
}

.margin-bottom._20 {
  margin-bottom: 20px;
}

.ts-grid-usp-headline {
  border-left: 2px solid var(--aquamarine);
  align-items: flex-end;
  height: 540px;
  padding: 30px;
  display: flex;
}

.ts-grid-usp-bottom-spacer {
  border-right: 2px solid var(--aquamarine);
  height: 480px;
}

.ts-leistungen-wrapper {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.ts-experten-wrapper {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.ts-leistungen-wrapper-bg-wrapper {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ts-leistungen-wrapper-bg-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
}

.ts-bg-gradient-bottom {
  z-index: 0;
  background-image: linear-gradient(to bottom, #19191900, var(--black) 90%);
  height: 240px;
  position: absolute;
  inset: auto 0% -1px;
}

.ts-bg-gradient-bottom.small {
  height: 120px;
}

.ts-section-1st-main-content {
  position: relative;
  overflow: hidden;
}

.ts-bg-gradient-top {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--black) 10%, #19191900);
  height: 240px;
  position: absolute;
  inset: -1px 0% auto;
}

.ts-bg-gradient-top.small {
  height: 120px;
}

.ts-experten-wrapper-bg-wrapper {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ts-experten-wrapper-bg-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
}

.ts-usp-wrapper {
  position: relative;
}

.ts-usp-wrapper-bg-wrapper {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ts-usp-wrapper-bg-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
}

.ts-quote-wrapper {
  padding-bottom: 200px;
  position: relative;
}

.ts-usp-bg-blur {
  background-color: var(--black);
  opacity: .7;
  filter: blur(120px);
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.ts-section-gallery {
  z-index: 1;
  background-color: var(--black);
  position: relative;
}

.ts-grid-gallery {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ts-grid-gallery-item {
  z-index: 1;
  background-color: var(--aquamarine);
  position: relative;
  overflow: hidden;
}

.ts-grid-gallery-img-wrapper {
  height: 100%;
  min-height: 360px;
  position: relative;
}

.ts-grid-gallery-img-wrapper.big {
  min-height: 600px;
}

.ts-grid-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ts-grid-gallery-overlay {
  z-index: 1;
  background-color: #191919d9;
  display: none;
  position: absolute;
  inset: -1px;
}

.ts-grid-gallery-overlay.show {
  display: block;
}

.ts-grid-gallery-overlay-content-wrap {
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.ts-grid-gallery-overlay-img-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ts-grid-gallery-overlay-text-wrap {
  flex: none;
  width: 50%;
  padding: 30px;
}

.ts-grid-gallery-overlay-img {
  max-width: 220px;
}

.txt-color-green {
  color: var(--aquamarine);
}

.ts-tabs-experten-tab-link-bg {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 18px;
  position: absolute;
  inset: 0%;
}

.ts-tabs-experten-tab-text {
  color: var(--white);
  position: relative;
}

.accordion-icon-div {
  align-items: center;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-icon-div.talentschmiede {
  justify-content: center;
  padding: 0;
  position: static;
}

.accordion-icon {
  width: 24px;
  height: 24px;
}

.ts-h3-accordion {
  margin-bottom: 0;
}

.ts-usp-mobile {
  display: none;
}

.swiper-slide {
  float: left;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.swiper-slide.continues-slide {
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.swiper-slide.ablauf {
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ts-usp-slider-item {
  margin-bottom: 80px;
  position: relative;
}

.swiper-wrapper {
  align-items: stretch;
}

.ts-usp-slider-item-content-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.ts-h3-usp {
  text-align: center;
}

.accordion-content-wrapper {
  padding: 24px;
}

.accordion-content-wrapper.table {
  padding-bottom: 0;
  padding-left: 72px;
  padding-right: 0;
}

.ts-grid-staerken {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.ts-counter-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ts-grid-staerken-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ts-grid-staerken-icon-wrapper {
  padding-bottom: 20px;
  font-family: edosz local, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.ts-counter-text {
  font-size: 20px;
  line-height: 1.4;
}

.ts-grid-gallery-text-overlay-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
}

.ts-gallery-heading {
  max-width: 580px;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
}

.ts-grid-gallery-bg-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -12px 0%;
}

.ts-grid-gallery-bg-frame-wrapper {
  background-image: url('../images/line_image_frame_02.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: none;
  width: 100%;
  height: 12px;
}

.ts-grid-gallery-bg-frame-wrapper.bottom {
  transform: rotate(180deg);
}

.ts-grid-gallery-bg-fond {
  background-color: var(--aquamarine);
  flex: 1;
  width: 100%;
}

.ts-section-2nd-main-content {
  position: relative;
}

.ts-kennenlernangebot-cta-wrapper {
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}

.ts-kennenlernangebot-cta {
  align-items: center;
  display: flex;
  position: relative;
}

.ts-kennenlernangebot-cta-wrapper-lottie {
  z-index: 2;
  width: 380px;
  color: var(--aquamarine);
  letter-spacing: 3px;
  flex: none;
  font-family: edosz local, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  position: absolute;
  inset: 60% auto auto 0%;
  transform: translate(0, -50%);
}

.ts-kennenlernangebot-cta-wrapper-img {
  z-index: 1;
  flex: none;
  width: 1280px;
  position: relative;
  left: 240px;
}

.ts-kennenlernangebot-cta-list-wrapper {
  margin-top: 100px;
  margin-left: 360px;
}

.ts-kennenlernangebot-cta-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.ts-button {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  padding: 22px 48px;
  font-family: edosz local, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.ts-button:hover {
  color: var(--black);
}

.ts-button.fullwitdh {
  width: 100%;
  line-height: 1;
}

.ts-button.small {
  padding: 8px 24px;
  font-size: 26px;
}

.ts-button-bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ts-button-bg-img {
  width: 100%;
  height: 100%;
}

.ts-button-bg-hover-wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ts-pakete-table-wrapper {
  max-width: 2000px;
  margin-top: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.ts-pakete-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-top: 80px;
}

.ts-pakete-table-hero-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.ts-pakete-table-hero-item.highlight-column {
  border-top: 2px solid var(--goldenrod);
  border-right: 2px solid var(--goldenrod);
  border-left: 2px solid var(--goldenrod);
  position: relative;
}

.ts-pakete-table-hero-icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  width: 80%;
  display: flex;
}

.ts-pakete-table-hero-icon {
  width: 18%;
  max-width: 36px;
}

.ts-pakete-table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 3px solid var(--aquamarine);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.ts-pakete-table-row.hero {
  border-top-color: #05ffc700;
}

.ts-pakete-table-row.price {
  border-top-color: var(--aquamarine);
  display: none;
}

.ts-pakete-table-row.buttons {
  border-top-color: #05ffc700;
}

.ts-pakete-table-item {
  background-color: #19191980;
  border-left: 3px solid #19191900;
  border-right: 3px solid #19191900;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.ts-pakete-table-item.highlight-column {
  border-right: 2px solid var(--goldenrod);
  border-left: 2px solid var(--goldenrod);
}

.ts-pakete-table-item.highlight-column.last {
  border-bottom: 2px solid var(--goldenrod);
}

.ts-pakete-table-item.accordion {
  padding-left: 0;
  padding-right: 0;
}

.ts-pakete-table-icon {
  width: 30px;
  margin-top: 30px;
}

.ts-pakete-table-icon.blank {
  margin-top: 38px;
}

.ts-pakete-table-icon-text {
  color: var(--aquamarine);
  text-align: center;
  margin-top: 16px;
  line-height: 1.4em;
}

.ts-pakete-table-hero-border-icon {
  width: 50px;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%, -60%);
}

.ts-pakete-table-row-hover {
  z-index: -1;
  background-image: linear-gradient(#05ffc71a, #0cffe500);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.ts-pakete-table-price-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.ts-pakete-table-price-item.highlight-column {
  border-right: 2px solid var(--goldenrod);
  border-bottom: 2px solid var(--goldenrod);
  border-left: 2px solid var(--goldenrod);
}

.ts-pakete-table-price-text {
  font-family: edosz local, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.ts-pakete-table-price-note-text {
  font-size: 16px;
}

.accordion-head-icon {
  width: 26px;
  margin-bottom: 12px;
}

.ts-kundenlogos-heading-wrapper {
  padding-top: 70px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.ts-provenexpert-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 16% 45px;
  display: flex;
  position: relative;
}

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

.swiper-slider-wrapper {
  height: auto;
}

.ts-kundenlogos-galerie-div {
  flex: 1;
}

.ts-full-section {
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ts-full-4-10 {
  width: 40%;
}

.ts-full-6-10 {
  width: 60%;
}

.ts-full-6-10.ts-kundenlogos-column {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.swiper-slide-logo-wrap {
  flex-direction: column;
  display: flex;
}

.ts-provenexpert-img-wrapper {
  width: 100%;
  max-width: 210px;
  margin-top: 60px;
  margin-bottom: 40px;
  transition: background-color .4s, color .2s;
}

.ts-provenexpert-img-wrapper:hover {
  background-color: #ffffff0f;
}

.ts-cta-ablauf-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 70px 16% 130px;
  display: flex;
  position: relative;
}

.ts-ablauf-slider-div {
  flex: 1;
  margin-top: 70px;
  position: relative;
}

.ts-grid-kontakt {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.ts-grid-kontakt-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ts-grid-kontakt-image-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.ts-grid-kontakt-overlay-image {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  width: 40%;
  font-size: 16px;
  display: flex;
  position: relative;
}

.ts-grid-kontakt-overlay-image.simon {
  position: relative;
  top: -20px;
  left: -10px;
}

.ts-grid-kontakt-overlay-image.benny {
  right: -10px;
}

.ts-grid-kontakt-overlay-image-element {
  transform: translate(0, -24%);
}

.ts-footer {
  border-top: 5px solid var(--aquamarine);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.ts-footer-logo-wrapper {
  flex: none;
}

.ts-footer-logo {
  width: 120px;
}

.ts-footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: 180px;
  display: flex;
}

.ts-footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.ts-footer-link {
  color: #717171;
  font-size: 16px;
  text-decoration: none;
}

.ts-footer-link:hover {
  color: #fff;
}

.ts-section-contact {
  background-image: url('../images/image-background-contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.ts-ablauf-mobile-button-wrapper {
  display: none;
}

.ts-quote-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.ts-quote-bg-img {
  z-index: -4;
  opacity: .8;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
}

.ts-section-faq {
  z-index: 999;
}

.ts-grid-faq-left {
  z-index: 1;
  flex: none;
  width: 60%;
  padding-right: 10px;
  position: relative;
}

.ts-grid-faq-right {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  width: 40%;
  position: relative;
}

.ts-grid-faq-item-old {
  position: relative;
}

.ts-grid-faq-item-old.fullheight {
  height: 100%;
}

.ts-grid-faq-play-icon {
  width: 24px;
  height: 24px;
  color: var(--aquamarine);
  flex: none;
}

.ts-grid-faq-play-icon.big {
  width: 90px;
  height: 90px;
  color: var(--aquamarine);
  margin-bottom: 30px;
  margin-left: 30px;
}

.ts-grid-faq-item-modal-trigger {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  color: var(--white);
  text-align: center;
  background-color: #19191980;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.ts-grid-faq-item-modal-trigger:hover {
  color: var(--aquamarine);
}

.ts-grid-faq-text {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.4em;
}

.ts-faq-wrapper-old {
  align-items: stretch;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ts-grid-faq-item-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ts-grid-faq-item-bg-img {
  z-index: -4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.clean-t-m-content-container {
  z-index: 2;
  text-align: left;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.clean-t-m-content-container.ts-m-content-container {
  max-width: 940px;
}

.clean-t-modal-overlay {
  z-index: 1000;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.clean-t-modal-overlay.ts-modal-overlay {
  background-color: #000000f2;
}

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

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

.clean-t-modal-close-overlay-link-div {
  z-index: 20;
  color: #ffffffb3;
  background-color: #000;
  background-image: url('../images/ui_icon_close_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: absolute;
  top: 0;
  right: -55px;
}

.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: var(--aquamarine);
  color: var(--black);
  background-image: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition-duration: .2s, .3s;
  display: flex;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div.style {
  background-color: var(--aquamarine);
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div.style:hover {
  background-color: var(--white);
}

.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-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 60px 40px;
  display: flex;
}

.clean-t-modal-content.ts-modal-content {
  padding-top: 120px;
}

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

.ts-modal-close-button-icon {
  width: 100%;
  height: 100%;
}

.ts-grid-faq-left-overlay {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
}

.ts-faq-heading {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}

.ts-faq-heading-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.ts-button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-wrap: wrap;
  display: flex;
}

.ts-section-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ts-bg-details-el-line-1 {
  opacity: .6;
  background-image: url('../images/bg_lines_intro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 880px;
  height: 740px;
  position: absolute;
  inset: -172px auto auto 67%;
}

.ts-bg-details-el-line-2 {
  opacity: .6;
  background-image: url('../images/bg_lines_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1520px;
  height: 1460px;
  position: absolute;
  inset: 330px auto auto 19%;
  transform: translate(-50%);
}

.ts-bg-details-el-fire-1 {
  opacity: .6;
  background-image: url('../images/flame_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1650px;
  height: 930px;
  position: absolute;
  inset: 465px 54% auto auto;
  transform: translate(50%);
}

.ts-bg-details-el-overlay-buttom {
  background-image: linear-gradient(to bottom, #19191900, var(--black));
  height: 14%;
  position: absolute;
  inset: auto 0% 0%;
}

.ts-bg-details-el-overlay-buttom.large {
  height: 24%;
}

.ts-bg-details-el-overlay-right {
  background-image: linear-gradient(to right, #19191900, var(--black));
  width: 14%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ts-bg-details-el-chalk-1 {
  background-image: url('../images/slate_bg_comprimiert.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1838px;
  padding-top: 1114px;
  position: absolute;
  inset: 1480px auto auto 48%;
  transform: translate(-50%);
}

.ts-bg-details-el-overlay-left {
  background-image: linear-gradient(270deg, #19191900, var(--black));
  width: 14%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ts-bg-details-el-overlay-top {
  background-image: linear-gradient(to top, #19191900, var(--black));
  height: 14%;
  position: absolute;
  inset: 0% 0% auto;
}

.ts-bg-details-el-overlay-top.xlarge {
  height: 33%;
}

.ts-bg-details-el-tools-1 {
  width: 800px;
  height: 1020px;
  position: absolute;
  inset: 1930px auto auto 45%;
  transform: translate(-125%);
}

.ts-bg-details-el-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ts-bg-details-el-line-3 {
  opacity: .6;
  background-image: url('../images/bg_lines_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1100px;
  height: 1040px;
  position: absolute;
  inset: 1291px auto auto 10%;
  transform: rotate(180deg)translate(80%);
}

.ts-bg-details-el-line-4 {
  opacity: .6;
  background-image: url('../images/bg_lines_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1100px;
  height: 1040px;
  position: absolute;
  inset: 1890px auto auto 59%;
  transform: rotate(190deg);
}

.ts-bg-details-el-chalk-2 {
  background-image: url('../images/slate_bg_comprimiert.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1838px;
  padding-top: 1114px;
  display: block;
  position: absolute;
  inset: auto auto -720px 48%;
  transform: translate(-50%);
}

.ts-button-text {
  position: relative;
}

.ts-bg-details-el-fire-2 {
  opacity: .6;
  background-image: url('../images/flame_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1650px;
  height: 930px;
  position: absolute;
  inset: auto 54% 425px auto;
  transform: translate(50%);
}

.ts-bg-details-el-line-5 {
  opacity: .6;
  background-image: url('../images/bg_lines_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1190px;
  height: 1150px;
  position: absolute;
  inset: auto auto 163px 21%;
  transform: rotate(192deg)translate(79%);
}

.ts-section-line-wrap {
  position: absolute;
  inset: auto 0% 0;
}

.ts-section-line-el {
  padding-top: 10px;
  position: relative;
}

.ts-section-line-el-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ts-bg-details-el-line-6 {
  opacity: .6;
  background-image: url('../images/bg_lines_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1480px;
  height: 1390px;
  position: absolute;
  inset: auto auto -349px 76%;
  transform: rotate(72deg)translate(-20%, 31%);
}

.ts-bg-details-el-black-surface-1 {
  background-color: var(--black);
  opacity: .75;
  filter: blur(80px);
  width: 80vw;
  height: 420px;
  position: absolute;
  inset: auto auto 110px 36vw;
}

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

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

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

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

.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-code-desc-text {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-assurance-text {
  color: #222222d9;
  letter-spacing: -.2px;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4em;
}

.box-header {
  align-items: center;
  min-height: 44px;
  padding: 8px 55px 8px 8px;
  display: flex;
  position: relative;
}

.clean-t-dynamic-label-optional-text {
  opacity: .45;
  font-style: italic;
}

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

.i-image.img-box-preview {
  width: 55px;
  height: 40px;
  margin-right: 10px;
}

.clean-t-checkbox-icon {
  background-image: url('../images/ui_form_tick_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-left: 3px;
  transition: all .2s;
}

.dropzone-desc {
  text-align: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
}

.clean-t-toggle-nub {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 0 1px #00000080;
}

.dropzone-wrapper {
  background-color: #1620250f;
  border: 1px dashed #1620254d;
  border-radius: 3px;
  height: 70px;
  transition: border-color .25s;
  position: relative;
}

.dropzone-wrapper:hover {
  border-color: #162025b3;
}

.dropzone-wrapper.hidden {
  display: none;
}

.dropzone-wrapper.dragover {
  border-color: #162025b3;
}

.clean-t-toggle-bg {
  background-color: #e2e2e2;
  border: 1px solid #0000000f;
  width: 39px;
  max-width: 39px;
  height: 26px;
  max-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-checkbox-dropdown-wrap {
  margin-bottom: 15px;
}

.clean-t-assurance-container {
  margin-top: 8px;
}

.clean-t-radio-overlay {
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid #0000000d;
  border-radius: 50%;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.clean-t-radio-overlay.radio-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-radio-overlay.ts-radio-overlay-1 {
  background-color: var(--aquamarine);
}

.clean-t-radio-overlay.ts-radio-overlay-paket-1 {
  border-style: solid;
  border-color: var(--aquamarine);
  background-color: var(--white);
  border-radius: 0%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  bottom: 0;
}

.submit-button-style {
  color: #fff;
  background-color: #00bcd6cc;
  transition: background-color .2s;
}

.submit-button-style:hover {
  background-color: #00bcd6;
}

.clean-t-post-h2-template {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

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

.clean-t-text-field {
  background-color: #00000008;
  border: 1px solid #0000000d;
  height: 55px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 35px;
  font-size: 16px;
}

.clean-t-text-field:focus {
  background-color: #00000003;
}

.clean-t-text-field.top-label {
  color: #4b4b4b;
  margin-bottom: 14px;
}

.clean-t-text-field.style {
  color: #4b4b4b;
  transition: box-shadow .2s, border .2s;
}

.clean-t-text-field.style:hover {
  border-color: #00bcd6;
}

.clean-t-text-field.style:focus {
  background-color: #00000003;
  border-color: #00bcd6;
  box-shadow: 0 0 6px #00bcd666;
}

.clean-t-text-field.text-area {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 170px;
  padding-right: 40px;
}

.clean-t-text-field.dynamic-field {
  margin-bottom: 30px;
}

.clean-t-text-field.ts-text-field {
  border-style: none none solid;
  border-bottom-color: var(--aquamarine);
  height: 40px;
  color: var(--white);
  background-color: #0000;
  padding-left: 85px;
  padding-right: 0;
  font-size: 23px;
  font-weight: 400;
  transition: box-shadow .2s, border .2s;
}

.clean-t-text-field.ts-text-field.text-area.ts-text-area {
  border-style: solid;
  border-color: var(--aquamarine);
  min-height: 240px;
  padding-top: 42px;
  padding-left: 20px;
  padding-right: 20px;
}

.box {
  background-color: #fff9;
  border: 1px solid #4e64701f;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.clean-t-recaptcha {
  margin-bottom: 40px;
}

.clean-t-radio {
  flex: none;
  min-height: 24px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 30px;
  position: relative;
}

.clean-t-radio.ts-radio {
  padding-top: 4px;
  display: flex;
}

.clean-t-radio.ts-radio-paket {
  width: 100%;
  min-height: 50px;
  color: var(--aquamarine);
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 105px;
  transition: color .2s;
}

.clean-t-radio.ts-radio-paket:hover, .clean-t-radio.ts-radio-paket:focus {
  color: var(--black);
}

.clean-t-radio.ts-radio-paket-beratung {
  width: 100%;
  min-height: 50px;
  color: var(--aquamarine);
  padding: 8px 14px 10px;
  transition: color .2s;
}

.clean-t-radio.ts-radio-paket-beratung:hover, .clean-t-radio.ts-radio-paket-beratung:focus {
  color: var(--black);
}

.clean-t-radio-toggl {
  background-color: #fff;
  border-radius: 50%;
  transition: opacity .2s, transform .2s;
  display: block;
  position: absolute;
  inset: 6px;
  transform: scale(.7);
  box-shadow: 0 0 1px #00000080;
}

.clean-t-radio-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clean-t-toggle-overlay {
  z-index: 0;
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid #00000012;
  width: 39px;
  max-width: 39px;
  height: 26px;
  max-height: 26px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-toggle-overlay.toggle-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-checkbox-el {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-checkbox-dropdown-content {
  height: auto;
  overflow: hidden;
}

.clean-t-checkbox-label {
  margin-top: 0;
  margin-bottom: 0;
}

.clean-t-checkbox-label.ts-checkbox-label-paket {
  letter-spacing: 2px;
  font-family: edosz local, sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.clean-t-checkbox-label.ts-privacy-notice-text {
  color: var(--white);
}

.clean-t-sub-category-wrap {
  margin-bottom: 110px;
}

.clean-t-checkbox-overlay {
  z-index: 0;
  opacity: 0;
  background-color: #00bcd6;
  border: 1px solid #00000012;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-upload-field-wrap {
  margin-top: 15px;
}

.clean-t-tickbox {
  flex: 0 auto;
  min-height: 24px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 2px;
  padding-left: 32px;
  display: inline-block;
  position: relative;
}

.default-button-2 {
  color: #1e95bc;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 44px 11px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
  overflow: hidden;
}

.default-button-2:hover {
  color: #1e95bc;
  background-color: #ffffffbf;
}

.default-button-2.pos {
  color: #fff;
  letter-spacing: 1.2px;
  background-color: #32c0ee;
  background-image: linear-gradient(#06455a00, #06455a59);
  font-size: 20px;
  font-weight: 400;
}

.default-button-2.pos:hover {
  background-color: #1fa2cc;
}

.default-button-2.pos.btn-delete {
  background-image: url('../images/ui-delete-white.svg'), linear-gradient(#06455a00, #06455a59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  width: 34px;
  height: 34px;
  padding: 0;
}

.clean-t-radio-bg {
  background-color: #e2e2e2;
  border: 1px solid #0000000f;
  border-radius: 50%;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-radio-bg.ts-radio-bg {
  border-color: var(--aquamarine);
  background-color: #0000;
}

.clean-t-radio-bg.ts-radio-paket-bg {
  border-color: var(--aquamarine);
  background-color: #0000;
  border-radius: 0%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  bottom: 0;
  right: 0;
}

.clean-t-checkbox-bg {
  background-color: #e2e2e2;
  border: 1px solid #0000000f;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-text-field-label {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-text-field-label.anrede-label {
  margin-right: 5px;
}

.clean-t-text-field-label.i-text-field-label {
  font-size: .75em;
}

.clean-t-text-field-label.i-text-field-label.label-subline {
  font-size: .65em;
  font-weight: 400;
}

.clean-t-text-field-label.clean-t-text-field-label-astrix {
  color: #00bcd6;
  margin-left: 3px;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: .5em;
}

.clean-t-text-field-label.optional-text {
  color: #aaa;
  letter-spacing: .2px;
  margin-left: 4px;
  font-style: italic;
  font-weight: 400;
}

.clean-t-text-field-label.ts-text-field-label {
  color: var(--aquamarine);
  font-size: .65em;
  font-weight: 400;
  line-height: 1.2em;
}

.clean-t-checkbox-wrapper {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-checkbox-wrapper.einwilligung-wrapper {
  align-items: flex-start;
  margin-top: 35px;
}

.clean-t-radio-wrapper {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-radio-wrapper.anrede-wrapper {
  margin-left: 20px;
}

.clean-t-radio-wrapper.anrede-wrapper.ts-andere-wrapper {
  margin-left: 0;
}

.success-message {
  letter-spacing: .2px;
  background-color: #27d8270d;
  border: 1px solid #27d827;
  font-size: 1.1em;
}

.form-note-text {
  float: right;
  text-align: right;
}

.form-note-text.ts-form-note-text {
  color: var(--aquamarine);
  letter-spacing: .2px;
  font-size: 12px;
  line-height: 1.2em;
}

.m-form-embed-wrap {
  margin-top: 12px;
}

.clean-t-normal-radio-container {
  margin-bottom: 55px;
}

.g-p.p-single {
  margin-bottom: 0;
}

.g-p.p-single.p-upload-desc {
  line-height: 1.4em;
}

.highlight-html-attribute {
  letter-spacing: .6px;
  font-size: 1em;
  font-weight: 700;
}

.clean-t-text-field-row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.clean-t-text-field-status-icon {
  opacity: 0;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.clean-t-text-field-status-icon.text-area-icon {
  height: 40px;
  bottom: auto;
  right: 25px;
}

.box-body {
  align-items: center;
  display: flex;
}

.clean-t-assurance-div {
  float: left;
  align-items: center;
  display: flex;
}

.clean-t-form-anrede-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.clean-t-form-anrede-wrap.fixed-labels-wrap {
  margin-bottom: 35px;
}

.clean-t-form-anrede-wrap.ts-form-anrede-wrap {
  grid-column-gap: 20px;
}

.clean-t-text-field-wrapper {
  position: relative;
}

.clean-t-text-field-wrapper.radio-email {
  display: none;
}

.clean-t-text-field-wrapper.wrapper-recaptcha {
  margin-top: 30px;
}

.clean-t-text-field-wrapper.embed-upload-wrapper {
  margin-top: 38px;
}

.clean-t-assurance-icon {
  margin-top: 1px;
  margin-right: 4px;
}

.preview-zone.hidden {
  display: none;
}

.clean-t-text-field-label-wrap {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-text-field-label-wrap.upload-label-wrap {
  top: -21px;
}

.clean-t-text-field-label-wrap.direction-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.clean-t-text-field-label-wrap.inside-input-label-wrap {
  margin-bottom: 0;
  position: absolute;
  inset: 12px auto auto 0%;
}

.clean-t-text-field-label-wrap.inside-input-label-wrap.text-area-label-wrap {
  left: 20px;
}

.box-tools.pull-right {
  display: flex;
  position: absolute;
  inset: 50% 7px auto auto;
  transform: translate(0, -50%);
}

.g-box-header-text {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.clean-t-dynamic-field-label {
  transform-origin: 0%;
  color: #999;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  transition: font-size .2s, top .2s, left .2s, transform .2s;
  position: absolute;
  top: 11px;
  left: 14px;
}

.clean-t-text-field-single-label {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4em;
}

.clean-t-text-field-single-label.clean-t-text-field-label-empty-astrix {
  margin-left: 4px;
}

.clean-t-text-field-column {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.clean-t-text-field-column.clean-t-radio-column {
  flex: none;
  width: 160px;
}

.clean-t-checkbox-label-delete {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  display: inline-block;
}

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

.error-message {
  border: 1px solid #c40101;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 12px;
}

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

.clean-t-toggle {
  flex: none;
  min-height: 26px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-left: 54px;
  display: inline-block;
  position: relative;
}

.clean-t-flex-column-2 {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.clean-t-radio-el {
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-radio-el.ts-radio-paket-el {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  bottom: 0;
  right: 0;
}

.clean-t-toggle-el {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 39px;
  max-width: 39px;
  height: 26px;
  max-height: 26px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-sub-category-head-wrap {
  border-bottom: 1px solid #4b4b4b33;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.clean-t-sub-category-head-wrap.elements-category {
  border-bottom-color: #00bcd680;
}

.ts-modal-form-wrap {
  margin-top: 50px;
}

.ts-modal-form-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.ts-modal-form-column {
  flex: 1;
}

.ts-h3-form {
  color: var(--white);
  margin-bottom: 20px;
}

.ts-submit-button {
  background-color: var(--aquamarine);
  width: 100%;
  color: var(--black);
  letter-spacing: 2px;
  font-family: edosz local, sans-serif;
  font-size: 28px;
}

.ts-checkbox-icon-paket {
  position: absolute;
  inset: 50% 12px auto auto;
  transform: translate(0, -50%);
}

.txt-color-white {
  color: var(--white);
}

.max-width-720px {
  max-width: 720px;
}

.ts-grid-staerken-icon {
  width: 80px;
}

.txt-align-left {
  text-align: left;
}

.ts-grid-kontakt-overlay-image-wrapper {
  justify-content: center;
  display: flex;
}

.ts-grid-faq-wrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.ts-grid-faq {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.ts-grid-faq-item {
  position: relative;
}

.ts-grid-faq-item-link-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  border-top: 2px solid var(--aquamarine);
  color: var(--white);
  background-color: #19191980;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 5px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.ts-grid-faq-item-link-wrapper:hover {
  color: var(--aquamarine);
}

.ts-grid-faq-element {
  border: 2px solid var(--aquamarine);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.ts-faq-top {
  grid-column-gap: 80px;
  margin-bottom: 80px;
  display: flex;
}

.ts-faq-img {
  flex: none;
  max-width: 50%;
  margin-top: -60px;
  margin-left: -60px;
  position: relative;
}

.ts-faq-play-icon-big-wrapper {
  width: 72px;
  height: 72px;
  color: var(--aquamarine);
  flex: none;
  transition: transform .4s, color .2s;
  position: absolute;
  inset: auto 8% 8% auto;
}

.ts-faq-play-icon-big-wrapper:hover {
  color: var(--aquamarine);
  transform: scale(1.05);
}

.ts-faq-play-icon-big {
  width: 100%;
  height: 100%;
}

.ts-pakete-table-heading-wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.ts-pakete-table-heading-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.ts-ablauf-slider-div-bg {
  filter: blur(24px);
  background-color: #191919b3;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.ts-ablauf-slider-div-content {
  padding-bottom: 70px;
  position: relative;
}

.ts-grid-gallery-img-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.ts-tabs-experten-image-mobile {
  display: none;
}

.ts-contact-form-pricacy-notice-text {
  color: var(--aquamarine);
  font-size: 12px;
  line-height: 1.4em;
}

.ts-contact-form-notice-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
}

.ts-contact-form-notice-column.column-privacy-notice {
  flex: none;
  width: 65%;
}

.ts-contant-form-privacy-notice-link {
  color: var(--aquamarine);
}

.ts-contant-form-privacy-notice-link:hover {
  color: var(--white);
}

.ts-modal-yt-embed {
  position: absolute;
  inset: 0%;
}

.ts-h2-modal {
  max-width: 90%;
  margin-bottom: 40px;
  font-size: 40px;
}

.ts-modal-yt-embed-wrapper {
  max-width: 100%;
  padding-top: 57%;
  position: relative;
}

.ts-subheading-number {
  margin-bottom: 10px;
  font-family: edosz local, sans-serif;
  font-size: 40px;
}

.ts-h3-teil {
  font-family: fira sans local, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.ts-footer-trustlogo-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-right: 180px;
  display: flex;
}

.ts-grid-faq-element-wrapper {
  margin-left: 40px;
  margin-right: 40px;
}

.ts-meta-badge {
  width: 100px;
}

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

@media screen and (min-width: 1440px) {
  .ts-faq-img {
    margin-top: -70px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }

  .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-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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%;
  }

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

  .nav-logo-wrapper {
    margin-left: -100px;
  }

  .ts-icon-list.kennenlernangebot-cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ts-tabs-experten-tab-pane-content-left {
    padding-top: 170px;
  }

  .ts-cta-quote-text {
    width: 380px;
    font-size: 40px;
  }

  .ts-cta-quote-img {
    width: 980px;
    left: 140px;
  }

  .ts-cta-quote-text-illustration {
    width: 60px;
    padding-bottom: 20px;
  }

  .ts-usp-desktop {
    margin-top: -440px;
  }

  .ts-grid-usp-headline {
    height: 520px;
  }

  .ts-grid-gallery {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ts-grid-gallery-img-wrapper {
    min-height: 460px;
  }

  .ts-grid-gallery-overlay-content-wrap {
    flex-direction: column;
    width: auto;
    height: 100%;
  }

  .ts-grid-gallery-overlay-img-wrap {
    width: auto;
    height: auto;
  }

  .ts-grid-gallery-overlay-text-wrap {
    text-align: center;
    width: auto;
  }

  .accordion-content-wrapper.table {
    padding-left: 24px;
  }

  .ts-grid-staerken {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ts-grid-staerken-icon-wrapper {
    font-size: 80px;
  }

  .ts-counter-text {
    font-size: 20px;
  }

  .ts-grid-gallery-text-overlay-wrapper, .ts-gallery-heading {
    left: 40px;
  }

  .ts-kennenlernangebot-cta-wrapper-lottie {
    width: 340px;
    font-size: 40px;
  }

  .ts-kennenlernangebot-cta-wrapper-img {
    width: 980px;
    left: 140px;
  }

  .ts-kennenlernangebot-cta-list-wrapper {
    margin-left: 180px;
  }

  .ts-pakete-table {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ts-pakete-table-hero-item.highlight-column.header {
    border-bottom: 2px solid var(--goldenrod);
  }

  .ts-pakete-table-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ts-pakete-table-row.hero {
    z-index: 1;
    background-color: var(--black);
    position: sticky;
    top: 88px;
  }

  .ts-pakete-table-item.highlight-column {
    border-top: 2px solid var(--goldenrod);
    border-bottom: 2px solid var(--goldenrod);
  }

  .ts-pakete-table-icon {
    margin-top: 0;
  }

  .ts-pakete-table-icon.blank {
    margin-top: 8px;
  }

  .ts-kundenlogos-heading-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .ts-provenexpert-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ts-full-section {
    flex-flow: column;
    justify-content: flex-start;
  }

  .ts-full-4-10, .ts-full-6-10 {
    width: auto;
  }

  .ts-cta-ablauf-wrapper {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .ts-grid-kontakt-overlay-image-element {
    transform: translate(0, -16%);
  }

  .ts-grid-faq-left {
    width: auto;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .ts-grid-faq-right {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .ts-grid-faq-item-old.fullheight {
    height: 640px;
  }

  .ts-faq-wrapper-old {
    flex-direction: column;
  }

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

  .ts-grid-faq-left-overlay, .ts-faq-heading {
    left: 40px;
  }

  .ts-bg-details-el-line-1 {
    left: 49%;
  }

  .ts-bg-details-el-line-2 {
    top: 636px;
  }

  .ts-bg-details-el-fire-1 {
    width: 1270px;
    height: 720px;
    top: 1086px;
  }

  .ts-bg-details-el-chalk-1 {
    top: 1828px;
  }

  .ts-bg-details-el-tools-1 {
    top: 2528px;
    transform: translate(-113%);
  }

  .ts-bg-details-el-line-3 {
    top: 2120px;
  }

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

  .ts-modal-form-row, .ts-grid-faq-wrapper {
    flex-direction: column;
  }

  .ts-grid-faq {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .ts-faq-top {
    grid-column-gap: 60px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
  }

  .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;
  }

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

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

  .clean-h2-datenschutz-increment {
    font-size: 22px;
  }

  .clean-h3-datenschutz-increment {
    font-size: 20px;
  }

  .clean-h4-datenschutz-increment {
    font-size: 18px;
  }

  .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-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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.fill-height {
    height: 50vw;
  }

  .ts-section, .ts-section-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ts-grid-intro {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .ts-grid-intro-item.hide-mobile {
    display: none;
  }

  .nav-logo-wrapper {
    width: 480px;
    margin-left: -180px;
  }

  .cta-wrapper {
    right: 30px;
  }

  .cta-img-wrapper {
    width: 120px;
  }

  .ts-grid-leistungen {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .ts-tabs-experten {
    display: none;
  }

  .ts-icon-list {
    margin-top: 30px;
  }

  .ts-icon-list.kennenlernangebot-cta {
    grid-template-columns: 1fr;
  }

  .ts-icon-list-item.large {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .ts-list-text.small {
    font-size: 16px;
  }

  .ts-tabs-experten-image-desktop {
    display: none;
  }

  .ts-accordion-experten {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ts-clipping-mask.desktop {
    display: none;
  }

  .ts-clipping-mask.mobile {
    display: inline-block;
  }

  .ts-clipping-mask-wrapper.faq {
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0);
  }

  .ts-clipping-mask-wrapper.faq.test {
    margin-left: 0;
    margin-right: 0;
  }

  .ts-clipping-mask-big.desktop {
    display: none;
  }

  .ts-clipping-mask-big.mobile {
    display: inline-block;
  }

  .ts-quote {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    position: relative;
  }

  .ts-cta-quote-text {
    width: auto;
    position: relative;
    transform: none;
  }

  .ts-cta-quote-img {
    width: auto;
    margin-right: -100px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
  }

  .ts-cta-quote-text-illustration {
    width: 80px;
    top: -20px;
    left: 30px;
  }

  .ts-usp-desktop {
    display: none;
  }

  .ts-leistungen-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ts-experten-wrapper {
    padding-top: 40px;
  }

  .ts-experten-wrapper-bg-wrapper {
    background-image: url('../images/slate_bg_comprimiert.jpg');
    background-position: 50%;
    background-size: 1440px;
  }

  .ts-experten-wrapper-bg-img {
    display: none;
  }

  .ts-quote-wrapper {
    padding-bottom: 80px;
  }

  .ts-section-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ts-grid-gallery {
    grid-template-columns: 1fr;
  }

  .ts-grid-gallery-img-wrapper {
    min-height: 420px;
  }

  .ts-grid-gallery-img-wrapper.big {
    min-height: 480px;
  }

  .ts-grid-gallery-overlay-img {
    max-width: 140px;
  }

  .ts-h3-accordion {
    font-size: 30px;
  }

  .ts-usp-mobile {
    padding-bottom: 120px;
    display: block;
  }

  .swiper-slide.ablauf {
    width: 80%;
  }

  .ts-usp-slider-item {
    margin-bottom: 60px;
  }

  .ts-usp-slider-item.last-container {
    margin-bottom: 20px;
  }

  .swiper-pagination.hide {
    display: none;
  }

  .ts-h3-usp {
    text-align: left;
    font-size: 30px;
  }

  .ts-grid-staerken {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .ts-grid-staerken-icon-wrapper {
    font-size: 60px;
  }

  .ts-counter-text {
    font-size: 18px;
  }

  .ts-grid-gallery-text-overlay-wrapper {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    transform: none;
  }

  .ts-gallery-text-bg-01 {
    display: none;
  }

  .ts-gallery-heading {
    margin-bottom: 20px;
    font-size: 20px;
    position: static;
    transform: none;
  }

  .ts-grid-gallery-bg-wrapper {
    justify-content: flex-end;
    height: 80%;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .ts-section-2nd-main-content {
    padding-top: 0;
  }

  .ts-kennenlernangebot-cta {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    position: relative;
  }

  .ts-kennenlernangebot-cta-wrapper-lottie {
    margin-top: -130px;
    position: relative;
    transform: none;
  }

  .ts-kennenlernangebot-cta-wrapper-img {
    width: auto;
    margin-right: -100px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
  }

  .ts-kennenlernangebot-cta-list-wrapper {
    margin-left: 0;
    padding-bottom: 405px;
  }

  .ts-pakete-table-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ts-pakete-table-item {
    padding: 25px 15px;
  }

  .ts-pakete-table-icon-text {
    font-size: 14px;
  }

  .ts-pakete-table-price-text {
    font-size: 32px;
  }

  .ts-kundenlogos-heading-wrapper {
    padding-top: 50px;
  }

  .ts-provenexpert-wrapper, .ts-cta-ablauf-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .hide-mobile {
    display: none;
  }

  .ts-ablauf-slider-div {
    margin-top: 0;
  }

  .ts-grid-kontakt {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ts-grid-kontakt-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .ts-grid-kontakt-item {
    text-align: center;
    align-items: center;
  }

  .ts-grid-kontakt-image-wrapper {
    max-width: 520px;
  }

  .ts-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ts-footer-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-right: 0;
  }

  .ts-footer-links-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .ts-section-contact {
    background-image: url('../images/image-background-contact-mobile.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ts-ablauf-mobile-button-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
    display: block;
  }

  .ts-quote-bg-img {
    display: none;
  }

  .ts-section-faq {
    max-width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }

  .ts-grid-faq-right {
    grid-template-columns: 1fr 1fr;
  }

  .ts-grid-faq-item-old.fullheight {
    height: 480px;
  }

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

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

  .clean-t-modal-content.ts-modal-content {
    justify-content: flex-start;
  }

  .clean-t-modal-content.ts-modal-content.kontakt {
    justify-content: center;
  }

  .ts-grid-faq-left-overlay {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    transform: none;
  }

  .ts-faq-heading {
    font-size: 42px;
    position: static;
    transform: none;
  }

  .ts-faq-heading-wrapper {
    text-align: center;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .ts-button-group {
    justify-content: center;
  }

  .ts-usp-mobile-heading-wrapper {
    margin-bottom: 40px;
  }

  .ts-bg-details-el-line-1 {
    left: 20%;
    transform: translate(-52%, -27%)rotate(72deg);
  }

  .ts-bg-details-el-line-2 {
    top: 786px;
    left: 50%;
    transform: translate(-39%);
  }

  .ts-bg-details-el-fire-1 {
    width: 100vw;
    height: 56vw;
    top: 1148px;
    right: 50%;
  }

  .ts-bg-details-el-chalk-1 {
    display: none;
  }

  .ts-bg-details-el-tools-1 {
    z-index: 1;
    width: 500px;
    height: 400px;
    top: 2558px;
    transform: translate(-50%);
  }

  .ts-bg-details-el-line-3 {
    display: none;
  }

  .ts-bg-details-el-line-4 {
    width: 1000px;
    height: 870px;
    top: 2380px;
    left: 57%;
    transform: translate(-50%)rotate(-103deg);
  }

  .ts-bg-details-el-chalk-2 {
    display: none;
  }

  .ts-bg-details-el-fire-2 {
    width: 460px;
    height: 260px;
    bottom: 0;
    right: 50%;
    transform: translate(100%);
  }

  .ts-bg-details-el-line-5 {
    display: none;
  }

  .ts-bg-details-el-line-6 {
    width: 1240px;
    left: 40%;
    transform: translate(-42%)rotate(-10deg);
  }

  .ts-bg-details-el-black-surface-1 {
    width: 120vw;
    bottom: 461px;
    left: -10vw;
  }

  .i-image {
    object-position: 50% 55%;
    width: 100%;
    height: 60vw;
  }

  .clean-t-checkbox-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-left: 4px;
  }

  .clean-t-toggle-nub {
    width: 26px;
    height: 26px;
    top: 4px;
    left: 4px;
  }

  .clean-t-toggle-bg {
    width: 47px;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-radio-overlay {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-radio {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio.ts-radio {
    padding-top: 10px;
  }

  .clean-t-radio-toggl {
    inset: 8px;
  }

  .clean-t-toggle-overlay {
    width: 47px;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-checkbox-el {
    width: 34px;
    height: 34px;
  }

  .clean-t-checkbox-overlay {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-tickbox {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio-bg, .clean-t-checkbox-bg {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-text-field-label.i-text-field-label {
    font-size: .85em;
  }

  .clean-t-text-field-label.ts-text-field-label {
    font-size: .7em;
  }

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

  .clean-t-toggle {
    min-height: 34px;
    padding-top: 7px;
  }

  .clean-t-radio-el {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-toggle-el {
    width: 47px;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .ts-grid-staerken-icon {
    width: 70px;
  }

  .ts-h3-table {
    font-size: 26px;
  }

  .ts-grid-faq-element {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ts-faq-top {
    flex-direction: column;
    margin: -80px -80px 60px;
  }

  .ts-faq-img {
    flex: 1;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .ts-pakete-table-heading-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ts-grid-gallery-img-mobile, .ts-tabs-experten-image-mobile {
    display: inline-block;
  }

  .ts-contact-form-notice-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ts-contact-form-notice-column.column-privacy-notice {
    width: auto;
  }

  .ts-h2-modal {
    font-size: 30px;
  }

  .ts-h3-teil {
    font-size: 24px;
  }

  .ts-footer-trustlogo-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .ts-grid-faq-element-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ts-pakete-table-button-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
  }

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

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

  .clean-sg-color-div {
    padding-top: 25%;
  }

  .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-container {
    padding-left: 30px;
    padding-right: 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;
  }

  .ts-section, .ts-section-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ts-grid-intro {
    grid-row-gap: 30px;
  }

  .nav-logo-wrapper {
    width: 360px;
    margin-left: -160px;
  }

  .cta-wrapper {
    right: 20px;
  }

  .cta-img-wrapper {
    width: 100px;
  }

  .ts-quote {
    grid-row-gap: 40px;
  }

  .ts-cta-quote-text {
    font-size: 30px;
  }

  .ts-cta-quote-text-illustration {
    width: 60px;
    top: 0;
  }

  .ts-section-1st-main-content {
    padding-bottom: 80px;
  }

  .ts-quote-wrapper {
    padding-bottom: 40px;
  }

  .ts-h3-accordion {
    font-size: 25px;
  }

  .ts-grid-staerken-icon-wrapper {
    font-size: 60px;
  }

  .ts-kennenlernangebot-cta {
    grid-row-gap: 40px;
  }

  .ts-kennenlernangebot-cta-wrapper-lottie {
    max-width: 90%;
    margin-top: -110px;
    font-size: 30px;
  }

  .ts-pakete-table-price-text {
    font-size: 26px;
  }

  .ts-pakete-table-price-note-text {
    font-size: 14px;
  }

  .ts-kundenlogos-heading-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ts-provenexpert-wrapper, .ts-cta-ablauf-wrapper {
    padding: 45px 20px;
  }

  .ts-grid-kontakt-overlay-image-element {
    transform: translate(0, -13%);
  }

  .ts-footer, .ts-section-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ts-grid-faq-item-old.fullheight {
    height: 360px;
  }

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

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

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

  .ts-faq-heading {
    font-size: 30px;
  }

  .ts-usp-mobile-heading-wrapper {
    padding-right: 60px;
  }

  .ts-bg-details-el-line-1 {
    left: 27%;
  }

  .ts-bg-details-el-line-2 {
    top: 951px;
  }

  .ts-bg-details-el-fire-1 {
    top: 1402px;
  }

  .ts-bg-details-el-tools-1 {
    top: 2545px;
  }

  .ts-bg-details-el-line-4 {
    top: 2380px;
  }

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

  .default-button-2 {
    padding-left: 20px;
    padding-right: 34px;
  }

  .clean-t-text-field-row {
    flex-direction: column;
    align-items: stretch;
  }

  .clean-t-text-field-wrapper.embed-upload-wrapper {
    margin-top: 74px;
  }

  .clean-t-text-field-label-wrap.upload-label-wrap {
    top: -58px;
  }

  .ts-h3-table {
    font-size: 22px;
  }

  .ts-grid-faq {
    grid-template-columns: 1fr;
  }

  .ts-faq-top {
    margin-bottom: 40px;
    margin-left: -60px;
    margin-right: -60px;
  }

  .ts-pakete-table-button-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_59b45d01-3230-4127-8b7a-dbe0c52b92a7-a4606a22, #w-node-_6b08301e-5973-5eb4-7bf1-8472dba6d9b9-a4606a22, #w-node-_9c649588-e505-c0b2-c170-2d9995e83573-a4606a22, #w-node-aef13ba7-3c4f-b62f-9f00-838b92c20905-a4606a22, #w-node-cdb076d9-2641-0fd5-8711-db56f60fd606-a4606a22, #w-node-_495808f4-4a56-d2ca-d0f3-08fb2ad1e974-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba413c17-e743-31ed-873d-d56cd8b94b62-a4606a22 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-ab30439d-f6d1-d44b-64fd-f3962663f626-a4606a22, #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-a4606a22 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3e8f7b93-b24f-a276-8f02-bc258265cce1-a4606a22, #w-node-_781d6dd6-0aa3-536c-8d51-7f35fbb39dd3-a4606a22 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_6e76b1c4-2527-44e4-dffe-45fcdd432839-a4606a22, #w-node-_4d2f6898-25dd-7986-0155-09bf51910655-a4606a22, #w-node-f1d8d761-779a-718d-42e2-73f1df4ef18a-a4606a22, #w-node-_0b028226-1463-460f-d7b9-b9c99ee19811-a4606a22, #w-node-_57dd1d60-2097-2aca-b0df-fb5b3937df11-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8df0197b-2c5d-8896-3a0e-62eb82828155-a4606a22 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_538a380f-72ae-43dc-997c-ad69d5508996-a4606a22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a14ba14-d40d-a022-ef00-d0a7cc940640-a4606a22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8415e4a-7421-50e2-3283-cf428006df4d-a4606a22 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d8bd40f2-a26c-c1cb-abc0-3fac8d1c6680-a4606a22 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_744ac6c2-d565-ce27-a4da-0963cf919755-a4606a22, #w-node-_2e09c44d-34c3-49ad-ee2b-8216b08ab30b-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6a680a-d3fd-a6f0-aabd-d45a70e5c6a9-a4606a22, #w-node-a70612ed-b185-0489-1140-e350bea0e723-a4606a22, #w-node-_94d70958-7cf0-f1b7-fbd8-a46bfec4d2c9-a4606a22, #w-node-_5a52c6fe-08ca-3ad5-63d3-e4a75056eba3-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-febf8cc2-d65e-dffc-0e4a-110f44261801-a4606a22 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0bebe7e4-e138-689a-092b-8d0ed359016f-a4606a22 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_578a9f93-df1e-b372-82a9-0e53bbf72265-a4606a22 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c5427779-a39b-b63f-e73f-35e478cc3b60-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db737e32-a37e-8c7f-24a0-a4058f7a57f4-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7a24381-571a-727d-37fc-aaa6940d134b-a4606a22, #w-node-e1386a0e-61fa-9215-b84c-3036dab31627-a4606a22, #w-node-_5210e403-2d60-a494-e594-4d59979d327b-a4606a22, #w-node-_1c706f23-2cb7-314a-604a-44e0e894db87-a4606a22, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e087-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dadc4260-8e34-473f-07e8-d85a7aa2e088-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dadc4260-8e34-473f-07e8-d85a7aa2e09c-a4606a22, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e09e-a4606a22, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e0a0-a4606a22, #w-node-_4efb282f-c989-47d1-ca8b-8baf373a0da2-a4606a22, #w-node-cc19b26f-181a-f694-72f5-cda2805d2e94-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc19b26f-181a-f694-72f5-cda2805d2e95-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc19b26f-181a-f694-72f5-cda2805d2ea9-a4606a22, #w-node-cc19b26f-181a-f694-72f5-cda2805d2eaf-a4606a22, #w-node-cc19b26f-181a-f694-72f5-cda2805d2eb5-a4606a22, #w-node-cc19b26f-181a-f694-72f5-cda2805d2ebb-a4606a22, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c1632f-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16330-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16344-a4606a22, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16348-a4606a22, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c1634c-a4606a22, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16350-a4606a22, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf52d-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f907c4-02e0-a89f-3087-87656e0cf52e-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76f907c4-02e0-a89f-3087-87656e0cf540-a4606a22, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf542-a4606a22, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf546-a4606a22, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf54a-a4606a22, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877b-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877c-a4606a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d878e-a4606a22, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d8792-a4606a22, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d8796-a4606a22, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d879a-a4606a22, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf4-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf5-a4606a22 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebfc-a4606a22 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ec05-a4606a22 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121490-a4606a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121491-a4606a22 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121496-a4606a22 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf12149b-a4606a22 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_14c9b94b-edd7-80ce-1710-8301c72d8ec5-a4606a22, #w-node-aeb0794a-f071-203d-d1fe-a2551903a03f-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a04b-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a04c-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a053-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a05a-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a061-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a068-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a06f-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a076-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a07d-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a084-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a08b-a4606abc, #w-node-aeb0794a-f071-203d-d1fe-a2551903a092-a4606abc, #w-node-_59b45d01-3230-4127-8b7a-dbe0c52b92a7-b18dae85, #w-node-_6b08301e-5973-5eb4-7bf1-8472dba6d9b9-b18dae85, #w-node-_9c649588-e505-c0b2-c170-2d9995e83573-b18dae85, #w-node-aef13ba7-3c4f-b62f-9f00-838b92c20905-b18dae85, #w-node-cdb076d9-2641-0fd5-8711-db56f60fd606-b18dae85, #w-node-_495808f4-4a56-d2ca-d0f3-08fb2ad1e974-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba413c17-e743-31ed-873d-d56cd8b94b62-b18dae85 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-ab30439d-f6d1-d44b-64fd-f3962663f626-b18dae85, #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-b18dae85 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3e8f7b93-b24f-a276-8f02-bc258265cce1-b18dae85, #w-node-_781d6dd6-0aa3-536c-8d51-7f35fbb39dd3-b18dae85 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_6e76b1c4-2527-44e4-dffe-45fcdd432839-b18dae85, #w-node-_4d2f6898-25dd-7986-0155-09bf51910655-b18dae85, #w-node-f1d8d761-779a-718d-42e2-73f1df4ef18a-b18dae85, #w-node-_0b028226-1463-460f-d7b9-b9c99ee19811-b18dae85, #w-node-_57dd1d60-2097-2aca-b0df-fb5b3937df11-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8df0197b-2c5d-8896-3a0e-62eb82828155-b18dae85 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_538a380f-72ae-43dc-997c-ad69d5508996-b18dae85 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8a14ba14-d40d-a022-ef00-d0a7cc940640-b18dae85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8415e4a-7421-50e2-3283-cf428006df4d-b18dae85 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d8bd40f2-a26c-c1cb-abc0-3fac8d1c6680-b18dae85 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_744ac6c2-d565-ce27-a4da-0963cf919755-b18dae85, #w-node-_2e09c44d-34c3-49ad-ee2b-8216b08ab30b-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6a680a-d3fd-a6f0-aabd-d45a70e5c6a9-b18dae85, #w-node-a70612ed-b185-0489-1140-e350bea0e723-b18dae85, #w-node-_94d70958-7cf0-f1b7-fbd8-a46bfec4d2c9-b18dae85, #w-node-_5a52c6fe-08ca-3ad5-63d3-e4a75056eba3-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-febf8cc2-d65e-dffc-0e4a-110f44261801-b18dae85 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0bebe7e4-e138-689a-092b-8d0ed359016f-b18dae85 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_578a9f93-df1e-b372-82a9-0e53bbf72265-b18dae85 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c5427779-a39b-b63f-e73f-35e478cc3b60-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db737e32-a37e-8c7f-24a0-a4058f7a57f4-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7a24381-571a-727d-37fc-aaa6940d134b-b18dae85, #w-node-e1386a0e-61fa-9215-b84c-3036dab31627-b18dae85, #w-node-_5210e403-2d60-a494-e594-4d59979d327b-b18dae85, #w-node-_1c706f23-2cb7-314a-604a-44e0e894db87-b18dae85, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e087-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dadc4260-8e34-473f-07e8-d85a7aa2e088-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dadc4260-8e34-473f-07e8-d85a7aa2e09c-b18dae85, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e09e-b18dae85, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e0a0-b18dae85, #w-node-_4efb282f-c989-47d1-ca8b-8baf373a0da2-b18dae85, #w-node-cc19b26f-181a-f694-72f5-cda2805d2e94-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc19b26f-181a-f694-72f5-cda2805d2e95-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc19b26f-181a-f694-72f5-cda2805d2ea9-b18dae85, #w-node-cc19b26f-181a-f694-72f5-cda2805d2eaf-b18dae85, #w-node-cc19b26f-181a-f694-72f5-cda2805d2eb5-b18dae85, #w-node-cc19b26f-181a-f694-72f5-cda2805d2ebb-b18dae85, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c1632f-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16330-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16344-b18dae85, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16348-b18dae85, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c1634c-b18dae85, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16350-b18dae85, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf52d-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f907c4-02e0-a89f-3087-87656e0cf52e-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76f907c4-02e0-a89f-3087-87656e0cf540-b18dae85, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf542-b18dae85, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf546-b18dae85, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf54a-b18dae85, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877b-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877c-b18dae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d878e-b18dae85, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d8792-b18dae85, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d8796-b18dae85, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d879a-b18dae85, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf4-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf5-b18dae85 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebfc-b18dae85 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ec05-b18dae85 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121490-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121491-b18dae85 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf121496-b18dae85 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_41c69509-b67e-1a2b-f55e-666abf12149b-b18dae85 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_14c9b94b-edd7-80ce-1710-8301c72d8ec5-b18dae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ba413c17-e743-31ed-873d-d56cd8b94b62-a4606a22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab30439d-f6d1-d44b-64fd-f3962663f626-a4606a22 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-a4606a22 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3e8f7b93-b24f-a276-8f02-bc258265cce1-a4606a22, #w-node-_781d6dd6-0aa3-536c-8d51-7f35fbb39dd3-a4606a22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-a4606a22 {
    grid-column: span 3 / span 3;
  }

  #w-node-febf8cc2-d65e-dffc-0e4a-110f44261801-a4606a22, #w-node-_0bebe7e4-e138-689a-092b-8d0ed359016f-a4606a22, #w-node-_578a9f93-df1e-b372-82a9-0e53bbf72265-a4606a22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db737e32-a37e-8c7f-24a0-a4058f7a57f4-a4606a22, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e088-a4606a22, #w-node-cc19b26f-181a-f694-72f5-cda2805d2e95-a4606a22, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16330-a4606a22, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf52e-a4606a22, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877c-a4606a22 {
    grid-column: span 3 / span 3;
  }

  #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf5-a4606a22, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebfc-a4606a22, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ec05-a4606a22, #w-node-_41c69509-b67e-1a2b-f55e-666abf121491-a4606a22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41c69509-b67e-1a2b-f55e-666abf121496-a4606a22 {
    grid-column-start: 1;
  }

  #w-node-_41c69509-b67e-1a2b-f55e-666abf12149b-a4606a22, #w-node-ba413c17-e743-31ed-873d-d56cd8b94b62-b18dae85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab30439d-f6d1-d44b-64fd-f3962663f626-b18dae85 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-b18dae85 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3e8f7b93-b24f-a276-8f02-bc258265cce1-b18dae85, #w-node-_781d6dd6-0aa3-536c-8d51-7f35fbb39dd3-b18dae85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-b18dae85 {
    grid-column: span 3 / span 3;
  }

  #w-node-febf8cc2-d65e-dffc-0e4a-110f44261801-b18dae85, #w-node-_0bebe7e4-e138-689a-092b-8d0ed359016f-b18dae85, #w-node-_578a9f93-df1e-b372-82a9-0e53bbf72265-b18dae85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db737e32-a37e-8c7f-24a0-a4058f7a57f4-b18dae85, #w-node-dadc4260-8e34-473f-07e8-d85a7aa2e088-b18dae85, #w-node-cc19b26f-181a-f694-72f5-cda2805d2e95-b18dae85, #w-node-f0e0c535-f2c1-ffc1-12b9-9c0a08c16330-b18dae85, #w-node-_76f907c4-02e0-a89f-3087-87656e0cf52e-b18dae85, #w-node-eccceed8-bd30-e4d6-cfe0-a75cd99d877c-b18dae85 {
    grid-column: span 3 / span 3;
  }

  #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebf5-b18dae85, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ebfc-b18dae85, #w-node-_16c7151a-fff7-449d-a0f4-d6d4a762ec05-b18dae85, #w-node-_41c69509-b67e-1a2b-f55e-666abf121491-b18dae85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41c69509-b67e-1a2b-f55e-666abf121496-b18dae85 {
    grid-column-start: 1;
  }

  #w-node-_41c69509-b67e-1a2b-f55e-666abf12149b-b18dae85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aef13ba7-3c4f-b62f-9f00-838b92c20905-a4606a22 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-a4606a22 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e76b1c4-2527-44e4-dffe-45fcdd432839-a4606a22 {
    order: -9999;
  }

  #w-node-_8df0197b-2c5d-8896-3a0e-62eb82828155-a4606a22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aef13ba7-3c4f-b62f-9f00-838b92c20905-b18dae85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4b93146d-909a-ea8f-cc8e-2cefe8ab7520-b18dae85 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e76b1c4-2527-44e4-dffe-45fcdd432839-b18dae85 {
    order: -9999;
  }

  #w-node-_8df0197b-2c5d-8896-3a0e-62eb82828155-b18dae85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-a4606a22, #w-node-b16364e4-d96c-5d85-aaca-51388c646c8a-b18dae85 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'fira sans local';
  src: url('../fonts/fira-sans-v16-latin-500.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fira sans local';
  src: url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'edosz local';
  src: url('../fonts/edosz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}