@font-face {
  font-family: Testsohne Buch;
  src: url('../fonts/TestSöhne-Buch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testsohne Kraftig;
  src: url('../fonts/TestSöhne-Kräftig.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --offwhite: #e9e9df;
  --deep-purple: #382b75;
  --orange: #ec8533;
  --gray: #c8c8be;
}

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

body {
  background-color: var(--offwhite);
  color: var(--deep-purple);
  font-family: Testsohne Buch, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.hspread {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container.vcenter {
  justify-content: center;
  align-items: center;
}

.container.hcenter {
  flex-direction: row;
  align-items: center;
}

.container.htop {
  flex-direction: row;
}

.container.hstretch {
  flex-direction: row;
  align-items: stretch;
}

.container.vspread {
  justify-content: space-between;
}

.container.height-full {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo-link {
  cursor: pointer;
}

.company-logo {
  width: 120px;
}

.page-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero {
  color: var(--offwhite);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 15px 0;
  display: flex;
  position: relative;
}

.section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.paddings-half {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.ovhide {
  overflow: hidden;
}

.image-inner {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-inner.parallax {
  height: 115%;
  top: -15%;
}

.image-inner.inside-hero {
  z-index: 1;
}

.text-style-regular {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.heading-style-h1 {
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.heading-style-h1.mtop-2 {
  margin-top: 20px;
}

.heading-style-h1.mbot-2 {
  margin-bottom: 20px;
}

.heading-style-h1.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h2 {
  text-align: left;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
}

.heading-style-h2.mtop-2 {
  margin-top: 20px;
}

.heading-style-h2.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h2.mtop-1 {
  margin-top: 10px;
}

.heading-style-h2.text-align-center.is-burch {
  font-family: Testsohne Buch, Arial, sans-serif;
}

.heading-style-h3 {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 100%;
  text-decoration: none;
}

.heading-style-h3.mtop-2 {
  margin-top: 20px;
}

.heading-style-h3.mbot-2 {
  margin-bottom: 20px;
}

.heading-style-h3.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h3.mtop-1 {
  margin-top: 10px;
}

.heading-style-h4 {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 38px;
  line-height: 130%;
  text-decoration: none;
}

.heading-style-h4.mtop-2 {
  margin-top: 20px;
}

.heading-style-h4.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h4.mtop-1 {
  margin-top: 10px;
}

.heading-style-h5 {
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h5.mtop-2 {
  margin-top: 20px;
}

.heading-style-h5.mbot-2 {
  margin-bottom: 20px;
}

.heading-style-h5.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h5.mtop-1 {
  margin-top: 10px;
}

.heading-style-h6 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  text-decoration: none;
}

.heading-style-h6.mtop-2 {
  margin-top: 20px;
}

.heading-style-h6.mbot-2 {
  margin-bottom: 20px;
}

.heading-style-h6.mbot-1 {
  margin-bottom: 10px;
}

.heading-style-h6.mtop-1 {
  margin-top: 10px;
}

.scroll-trigger {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 100vh 0% auto;
}

.rich-text {
  width: 100%;
}

.rich-text h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 120%;
}

.rich-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 120%;
}

.rich-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 120%;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 120%;
}

.rich-text h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 120%;
}

.rich-text h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 120%;
}

.rich-text p {
  font-size: 16px;
  line-height: 160%;
}

.rich-text blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
}

.rich-text ol, .rich-text ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
}

.rich-text li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 160%;
}

.rich-text a {
  font-size: 16px;
  line-height: 160%;
}

.button {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-text {
  font-size: 16px;
  line-height: 120%;
}

.input-field {
  background-color: #0000;
  border: 0 #000;
  min-width: 100%;
  max-width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  transition: all .3s;
}

.input-field.as-area {
  height: 150px;
  padding: 15px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.success {
  background-color: #0000;
  padding: 0;
}

.hidden-submit {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs, .tabs-menu {
  width: 100%;
}

.tab-link {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s;
}

.tab-link.w--current {
  background-color: #0000;
}

.tabs-content, .tab-pane, .faq-wrapper {
  width: 100%;
}

.faq-list, .faq-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-icon {
  flex: none;
  width: 15px;
  margin-left: 20px;
  display: block;
}

.faq-content {
  width: 100%;
  overflow: hidden;
}

.content-inner {
  width: 100%;
  padding-bottom: 20px;
}

.two-columns {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.two-columns.align-center {
  place-items: center;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.column.vertical-paddings {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column.spacing-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.column.spacing-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.column.spacing-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column.spacing-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.three-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.three-columns.align-center {
  place-items: center;
}

.pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.empty-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form {
  width: 100%;
  margin: 0;
}

.form-wrapper, .success-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checkbox-field {
  margin: 0;
  padding: 0;
}

.checkbox {
  border: 0 #000;
  margin: 0;
  transition: all .3s;
}

.checkbox:focus {
  box-shadow: 0 0 #0003;
}

.radio-button-field {
  margin: 0;
  padding: 0;
}

.radio-button {
  border: 0 #000;
  margin: 0;
  transition: all .3s;
}

.text-style-small {
  margin: 0;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.text-style-small.as-link {
  color: var(--offwhite);
  transition: all .3s;
}

.text-style-small.as-link:hover {
  color: var(--orange);
  transform: translate(2px);
}

.text-style-small.as-link.is-faded {
  opacity: .65;
}

.text-style-small.as-link.is-faded:hover {
  opacity: 1;
}

.text-style-large {
  text-align: left;
  margin: 0;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
}

.text-style-xlarge {
  text-align: left;
  margin: 0;
  font-size: 22px;
  line-height: 140%;
  text-decoration: none;
}

.text-align-left {
  margin: 0;
  text-decoration: none;
}

.text-align-right {
  text-align: right;
  margin: 0;
}

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

.shortener-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.shortener-25.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.shortener-40.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.shortener-55.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-90 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.shortener-90.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-45 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.shortener-45.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-45.spacing-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.shortener-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.shortener-75.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.shortener-65.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.shortener-20.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.shortener-80.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.shortener-70.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.shortener-50.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.shortener-30.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.shortener-85.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.shortener-35.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-60 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 57%;
  display: flex;
  position: relative;
}

.shortener-60.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px;
  display: flex;
  position: relative;
}

.footer-top, .footer-bottom {
  width: 100%;
}

.footer-meta {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo-link {
  transition: all .3s;
}

.footer-logo-link:hover {
  transform: translate(0, -2px);
}

.footer-logo {
  width: 180px;
  margin-bottom: 25px;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper, .marquee-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 75px;
  display: flex;
}

.marquee-image {
  flex: none;
  min-width: 30px;
  max-width: 100px;
  min-height: 20px;
  max-height: 60px;
}

.input-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-double {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.element-to-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-mask, .slide {
  width: 100%;
  height: auto;
}

.filters {
  width: 100%;
  margin-bottom: 0;
}

.filters-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-item {
  width: 100%;
  position: relative;
}

.filters-parent {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-list {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.filters-list {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-wrapper {
  width: 100%;
}

.cards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--gray);
  background-color: #ffffff3d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30% 30px 30px;
  display: flex;
}

.card-icon {
  z-index: 2;
  width: 67px;
  position: relative;
}

.card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  font-family: Testsohne Kraftig, Arial, sans-serif;
}

.text-color-orange {
  color: var(--orange);
}

.grid-cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.grid-card {
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  padding: 50px;
  display: flex;
}

.grid-card.padding-small {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 30px;
}

.grid-card.padding-small.is-third {
  border: 1px solid var(--gray);
  background-color: #fff;
}

.grid-card.padding-small.is-second {
  color: #fff;
  background-image: linear-gradient(#323690, #5561e9);
  position: relative;
  overflow: hidden;
}

.grid-card.is-first {
  color: var(--offwhite);
  background-color: #382b75;
  background-image: linear-gradient(#0000, #0003);
  position: relative;
  overflow: hidden;
}

.grid-column-side {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-card-content {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.btn-yellow {
  background-color: var(--orange);
  color: var(--deep-purple);
  letter-spacing: -.2px;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s;
}

.btn-yellow:hover {
  background-color: #f1944a;
  transform: translate(0, -2px);
}

.btn-yellow.plausible-event-name--download.footer-btn {
  margin-top: 50px;
}

.btn-white {
  color: var(--deep-purple);
  letter-spacing: -.2px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s;
}

.btn-white:hover {
  background-color: #f1944a;
  transform: translate(0, -2px);
}

.globe {
  opacity: .7;
  pointer-events: none;
  flex: none;
  width: 1390px;
  max-width: none;
  height: 1320px;
  min-height: 20px;
  display: none;
  position: absolute;
  inset: auto -404px -526px auto;
}

.hero-inner {
  background-image: linear-gradient(#382b75, #110d21);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 275px;
  padding-bottom: 275px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-graphics {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lines-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lines-wrapper.height-70 {
  height: 70%;
}

.line-element {
  opacity: .2;
  background-image: linear-gradient(#fff, #ffffff80 20%, #fff0 50%, #ffffff80 80%, #fff);
  width: 1px;
  height: 100%;
}

.line-element._2 {
  left: 25%;
}

.line-element._3 {
  left: 37.5%;
}

.line-element._4 {
  left: 50%;
}

.line-element._5 {
  left: 62.5%;
}

.line-element._6 {
  left: 75%;
}

.line-element._7 {
  left: 87.5%;
}

.line-element.is-orange {
  background-image: linear-gradient(180deg, var(--orange), #ec853380 20%, #ec853300 50%, #ec853380 80%, var(--orange));
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 50px 0% auto;
}

.logo {
  width: 85px;
  min-height: 3px;
}

.footer-inner {
  color: var(--offwhite);
  background-image: linear-gradient(#110d21, #382b75);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-items-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 35px;
}

.footer-items {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collab-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collab-logo {
  width: 36px;
  min-height: 5px;
}

.page-main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.globe-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pageload-animator {
  width: 100%;
  height: 0;
}

.footer-graphic {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-graphic-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-graphic-image {
  width: 1110px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 60px;
  }

  .container {
    width: 90vw;
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-link {
    z-index: 1;
    transition-property: none;
    position: relative;
  }

  .logo-link:hover {
    transform: none;
  }

  .company-logo {
    width: 40px;
  }

  .hero {
    padding-bottom: 0;
  }

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

  .section.paddings-half {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-inner.parallax {
    height: 100%;
    top: 0%;
  }

  .text-style-regular {
    font-size: 16px;
  }

  .heading-style-h1 {
    font-size: 60px;
  }

  .heading-style-h1.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h1.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h1.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h2 {
    letter-spacing: -.7px;
    font-size: 45px;
  }

  .heading-style-h2.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h2.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h2.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h3 {
    font-size: 40px;
  }

  .heading-style-h3.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h3.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h3.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h3.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h4 {
    font-size: 26px;
  }

  .heading-style-h4.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h4.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h4.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h5 {
    font-size: 22px;
  }

  .heading-style-h5.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h5.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h5.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h5.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h6.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h6.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h6.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h6.mtop-1 {
    margin-top: 10px;
  }

  .scroll-trigger {
    display: none;
  }

  .rich-text h1 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 40px;
  }

  .rich-text h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 35px;
  }

  .rich-text h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 25px;
  }

  .rich-text h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .rich-text h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
  }

  .rich-text ol, .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .rich-text a, .button-text {
    font-size: 16px;
  }

  .faq-trigger {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-inner {
    padding-bottom: 15px;
  }

  .two-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column.vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.spacing-40 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column.spacing-100 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .three-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pagination {
    margin-top: 20px;
  }

  .empty-state {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

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

  .shortener-25, .shortener-40, .shortener-55, .shortener-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .shortener-45 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
  }

  .shortener-75, .shortener-65, .shortener-20, .shortener-80, .shortener-70, .shortener-50, .shortener-30, .shortener-85, .shortener-35, .shortener-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .footer-meta {
    justify-content: space-between;
  }

  .footer-logo-link {
    transition-property: none;
  }

  .footer-logo-link:hover {
    transform: none;
  }

  .footer-logo {
    width: 130px;
  }

  .marquee-item {
    padding-right: 50px;
  }

  .marquee-image {
    min-width: 40px;
    max-width: 125px;
    min-height: 40px;
    max-height: 60px;
  }

  .element-to-right {
    justify-content: flex-start;
    align-items: center;
  }

  .filters-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .filters-wrapper {
    top: -45px;
  }

  .filter-item:first-child {
    margin-left: 62.5px;
  }

  .filters-parent {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .blog-list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .filters-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cards-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .card {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }

  .card-icon {
    width: 46px;
  }

  .card-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-cards {
    flex-flow: column;
  }

  .grid-card.is-first {
    width: 100%;
    padding: 30px 30px 30vw;
  }

  .globe {
    width: 110vw;
    height: 104vw;
    bottom: -44.8vw;
    right: -32vw;
  }

  .hero-inner {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .line-element.hideonmobile {
    display: none;
  }

  .logo {
    width: 70px;
  }

  .footer-inner {
    padding-top: 30vw;
  }

  .footer-items, .footer-links {
    justify-content: center;
    align-items: center;
  }

  .footer-graphic {
    justify-content: center;
    align-items: flex-start;
    top: -12.4vw;
  }

  .footer-graphic-image, .footer-graphic-image-contain {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.paddings-half {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .column.spacing-100 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .grid-cards {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100vw;
  }

  .text-style-small.text-align-center-mobile {
    text-align: center;
  }

  .footer-meta {
    justify-content: flex-start;
  }

  .input-double {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .filters-wrapper {
    margin-bottom: -45px;
  }

  .filters-parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-list {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    grid-template-columns: 1fr;
  }

  .cards-wrapper, .grid-cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: -25px;
  }

  .grid-column-side {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-inner {
    padding-top: 125px;
    padding-bottom: 275px;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collab-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }

  .collab-logo {
    order: -1;
  }

  .footer-graphic {
    top: -28.9vw;
  }

  .footer-graphic-wrap {
    flex: none;
    width: 150vw;
  }
}


@font-face {
  font-family: 'Testsohne Buch';
  src: url('../fonts/TestSöhne-Buch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testsohne Kraftig';
  src: url('../fonts/TestSöhne-Kräftig.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}