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

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

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

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

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

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

:root {
  --lynx--grey: #72757c;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #797c83;
  --untitled-ui--gray400: #007bff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray700: #344054;
  --step4: #007bff;
  --second: #007bff;
  --color-7: #2c2c2c;
  --mainblue: #007bff;
  --bg: #fff;
  --line-color-02: #007bff;
  --color: var(--color-6);
  --color-2: #69a9ff;
  --color-3: lightcyan;
  --color-5: #00619a;
  --color-6: black;
  --color-8: white;
  --color-9: whitesmoke;
  --color-10: #ccc;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --step1: red;
  --step2: #0f6;
  --step3: #fff500;
  --midnightblue: #202146;
  --line-color-01: #53d8ff;
  --next: var(--second);
  --secondblue: var(--next);
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-800: #1b114a;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--primary-dark: #007bff;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-darker: #5b0b11;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --untitled-ui--primary100: #00bfff;
  --untitled-ui--primary600: var(--color);
  --untitled-ui--primary50: deepskyblue;
  --untitled-ui--primary300: deepskyblue;
  --untitled-ui--primary700: #007bff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--primary500: #9e77ed;
  --flowui-component-library--gray-100: #f7f9fd;
}

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

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

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

body {
  color: #000;
  cursor: none;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

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

p {
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

a {
  cursor: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 0;
}

.body {
  cursor: none;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  font-family: Poppins, Arial, sans-serif;
  display: flex;
}

.smallertext {
  color: var(--lynx--grey);
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.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;
  padding-top: 15rem;
  display: flex;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer04_component {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footerlogo {
  width: auto;
  max-width: none;
  height: 2.5rem;
  max-height: none;
}

.link-block-2 {
  width: 24px;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.heading-20 {
  font-family: Poppins, Arial, sans-serif;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_trigger {
  display: block;
}

.body-2 {
  cursor: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ourblog {
  width: 100vw;
}

.content-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 3% 132px;
  display: flex;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-detials-small {
  color: var(--lynx--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: var(--lynx--grey);
  font-weight: 400;
  line-height: 14px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.bar-big {
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 220px;
  height: 5px;
  margin-top: 2rem;
}

.bar-small {
  background-image: linear-gradient(90deg, #fb9ac100, var(--step4));
  border-radius: 100px;
  width: 180px;
  height: 5px;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 15rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.header.mobile-smaller {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-detials-medium {
  color: var(--lynx--grey);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h1 {
  color: #000;
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1.1;
}

.heading-h1.space-bottom {
  max-width: 700px;
  margin-bottom: 1rem;
}

.heading-h1.space-bottom.bigger {
  text-align: left;
  margin-bottom: 3rem;
}

.heading-h1.kunden {
  text-align: left;
  max-width: 70%;
  margin-bottom: 3rem;
}

.heading-h1.kategorie {
  text-align: left;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 55px;
}

.profile-block-header {
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 1%;
  display: flex;
}

.blog-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 132px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.blog-hero-image {
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 40px;
  box-shadow: 0 22px 34px #0000000f;
}

.blog {
  width: 100vw;
}

.hero-container {
  clear: none;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-h1-2 {
  aspect-ratio: auto;
  color: #232242;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  position: static;
}

.header-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-top: 10vh;
  padding: 100px 3%;
  display: block;
}

.rich-text-block-3 {
  font-size: 15px;
  line-height: 1.4;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-5.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-bottom: 0%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-7.footer {
  padding-bottom: 0%;
}

.mainbutton {
  z-index: 1;
  background-color: var(--second);
  color: #fff;
  border-radius: 83px;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.mainbutton.herobtn {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.mainbutton.herobtn.blogbtn {
  border-radius: 10px;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.all-buttons {
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

.all-btn-hover {
  z-index: -1;
  background-color: var(--color-7);
  border-radius: 50%;
  width: 220%;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feature-image {
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: 0 0 10px #0000001a;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.featured-block {
  margin-top: 20px;
}

.stick-wrapper {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20%;
}

.title-large {
  color: #202146;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.title-small {
  color: #000;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.white {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 14px;
}

.content-right {
  position: sticky;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.blog-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  max-width: 1100px;
}

.heading-h2-2 {
  color: #000;
  margin-top: 0;
}

.blog-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.blog-image-wrap-2 {
  aspect-ratio: auto;
  border-radius: 10px;
  overflow: hidden;
}

.webflowbanner {
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 5%;
  display: flex;
  overflow: visible;
}

.wfinner {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.image-74 {
  width: 55px;
  margin-top: -50px;
  margin-bottom: 13px;
}

.text-block-85 {
  font-weight: 600;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70%;
  display: flex;
}

.uui-text-size-small-3 {
  color: #797c83;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: #667085;
}

.step-block-2 {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.body-4 {
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--second);
  background-color: var(--second);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--second);
  color: var(--second);
  -webkit-text-stroke-color: var(--second);
  background-color: #f5f5f5;
}

.cookies {
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.smalltext {
  color: #72757c;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.65;
}

.smalltext.center {
  color: #72757c;
  text-align: center;
}

.smalltext.center.m-b {
  margin-bottom: 1rem;
}

.smalltext.center.m-b.maxwidth {
  max-width: 80vw;
}

.smalltext.space-bottom {
  color: #72757c;
  margin-bottom: 3rem;
  padding-right: 0;
}

.smalltext.space-bottom.smaller {
  margin-bottom: 1.5rem;
}

.smalltext.white {
  color: #fff;
}

.smalltext.white.not, .smalltext.not {
  text-decoration: line-through;
}

.smalltext.check {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smalltext.about {
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.7;
}

.smalltext.dark {
  color: #000;
}

.smalltext.dark.bigger {
  color: #72757c;
  font-size: .9rem;
}

.smalltext.dark.bigger.center {
  font-size: 1rem;
}

.smalltext.steps {
  text-align: center;
  max-width: 90%;
  height: 9rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_button {
  border: 2px solid var(--second);
  background-color: var(--second);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--mainblue);
  color: var(--second);
  background-color: #fff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.relative {
  color: #000;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.heading2 {
  color: #000;
  text-align: center;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.3125rem;
  line-height: 1.2;
}

.heading2.thin {
  margin-bottom: 3.5rem;
}

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

.heading2.left.smallbottom {
  margin-bottom: 1rem;
}

.heading2.ctatext {
  color: #fff;
  text-transform: uppercase;
  max-width: 80%;
  margin-top: 1rem;
  margin-bottom: 2.75rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading2.smaller-space, .heading2.nobot {
  margin-bottom: 0;
}

.heading2.notfullwidt {
  max-width: 60%;
}

.heading2.about {
  text-align: left;
  margin-bottom: 2rem;
}

.heading2.categorie {
  text-align: left;
  margin-bottom: .5rem;
}

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

.heading2.categorie.center._80 {
  max-width: 80%;
  margin-bottom: 1rem;
}

.heading2.maxwidth {
  max-width: 50%;
}

.heading2.maxwidth._70 {
  max-width: 70%;
  margin-bottom: 2rem;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.uui-footer04_legal-link-2 {
  color: #667085;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link-2:hover {
  color: #797c83;
}

.uui-footer04_link-2 {
  grid-column-gap: .5rem;
  color: #72757c;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link-2:hover {
  color: #344054;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.footer-space {
  z-index: 1;
  background-color: var(--bg);
  width: 100vw;
  height: 30rem;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.main-wrapper {
  width: 100vw;
  overflow: clip;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.wrapper-div-footer {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading3 {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}

.heading3.blog-content {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.heading3.ctatext {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--second);
  -webkit-text-stroke-color: var(--second);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-manager_component {
  z-index: 999;
  cursor: default;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.uui-footer04_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.footer-new {
  z-index: 1;
  aspect-ratio: auto;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  overflow: clip;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text-link {
  color: var(--second);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-74 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.wrap-introduction-title {
  margin-left: 95px;
  margin-right: 95px;
}

.about-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1430px;
  display: flex;
  position: relative;
}

.container.smaller, .container.s {
  max-width: 1130px;
}

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

.section-about {
  background-color: var(--bg);
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
}

.flex-ver-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-size-caps-tiny {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  line-height: 180%;
}

.text-size-caps-tiny.smaller {
  font-size: .8rem;
  line-height: 150%;
}

.wrap-content-project {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.do-not-delete---classes-used-by-animation {
  display: none;
}

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

.mask-line-01 {
  pointer-events: none;
  position: absolute;
  inset: -170px 0 50%;
  overflow: hidden;
}

.flex-hor-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-vertical-stretch {
  width: 6px;
  height: 100%;
  line-height: 0;
  position: relative;
}

.line-horizontal-stretch {
  flex: 1;
  width: 100%;
  height: 6px;
  line-height: 0;
  position: relative;
}

.wrap-photo-project {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-02-cell-02 {
  margin-bottom: -6px;
}

.line-horizontal-dark {
  border-bottom: 1px solid #1e1d1e26;
  width: 100%;
  padding-bottom: 1px;
}

.image-project {
  height: 100%;
  position: relative;
}

.image-project.position-absolute-full {
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}

.line-02-cell-05 {
  margin-top: -6px;
  margin-right: 86px;
}

.second-arrow-up {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: -20px;
}

.grid-project-main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 22px;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.grid-project-main-content.project-position {
  pointer-events: none;
  position: absolute;
}

.underline-link {
  box-sizing: content-box;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 2px;
  display: flex;
}

.line-02-cell-04 {
  position: relative;
}

.mask-link-arrows {
  pointer-events: auto;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.line-02-cell-01 {
  margin-bottom: -6px;
}

.projects-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
}

.flex-ver-left-top {
  letter-spacing: .6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lines-arc-364 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-right: -2px;
  line-height: 0;
}

.container-11 {
  width: 100%;
  max-width: 1430px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.wrap-project {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-bottom-5px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
}

.mask-line-02 {
  pointer-events: none;
  position: absolute;
  inset: -230px 0 42px;
  overflow: hidden;
}

.line-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 94px auto min-content;
  grid-template-columns: auto minmax(200px, 1300px) min-content 40px auto;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.margin-vertical-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.link-on-light {
  pointer-events: auto;
  color: #151515;
  align-self: flex-start;
  display: block;
}

.underline-on-hover {
  box-sizing: content-box;
  border-bottom: 2px solid #000;
  width: 0;
  margin-bottom: -1px;
}

.arrow-up {
  color: #f2f2f2;
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.line-02-cell-03 {
  margin-left: 86px;
}

.lines-arc-363 {
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-left: -2px;
  line-height: 0;
  position: relative;
}

.wrap-links-project {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.line-01-cell-02 {
  margin-right: 86px;
}

.line-01-cell-04 {
  margin-left: 86px;
}

.line-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 50px min-content min-content auto min-content;
  grid-template-columns: auto min-content minmax(200px, 1152px) min-content 20px auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.line-01-cell-07 {
  position: relative;
}

.lines-arc-362 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-01-cell-08 {
  margin-left: 86px;
}

.lines-arc-361 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.line-01-cell-03 {
  position: relative;
}

.line-01-cell-06 {
  margin-top: -6px;
  margin-right: 86px;
}

.headingsmaller {
  color: #000;
  text-align: left;
  font-size: 22px;
}

.headingsmaller.nospacetop {
  margin-top: 0;
}

.project {
  object-fit: contain;
  border-radius: 8px;
  max-width: 70%;
  height: 80%;
  position: static;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-white-bag {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
}

.p-base-place {
  color: #111827;
  text-align: center;
  width: 100vw;
  max-width: 900px;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-base-place.seo {
  max-width: 950px;
  margin-bottom: 0;
  font-weight: 700;
}

.a-except-get {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #111827;
  background-color: #fff;
  border: 2px solid #9ca3af;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.a-except-get:hover {
  color: #fff;
  background-color: #000;
  border-color: #111827;
}

.a-except-get.navbar {
  padding: .5rem 1.3rem;
}

.a-except-get.navbar.nospace {
  margin-left: 0;
}

.a-except-get.navbar.ctabutton {
  background-color: #fff0;
  border-width: .3rem;
  border-color: #fff;
  border-radius: .75rem;
  margin-top: 2.5rem;
}

.a-except-get.navbar.ctabutton:hover {
  transform: scale(1.1);
}

.a-except-get.smaller {
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-move-light {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00eaff, #007bff);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0;
  font-weight: 700;
}

.timeline_image-wrapper {
  float: none;
  clear: none;
  object-fit: fill;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  border-radius: 5px;
}

.container-12 {
  width: 90vw;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.timelineheading {
  color: #000;
  letter-spacing: -.03em;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  filter: invert();
  background-image: linear-gradient(0deg, #000, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #000;
  border-radius: 10px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  filter: invert();
  background-image: linear-gradient(#000, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.timeline_text.medium {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#00bfff, #007bff 0%, #a9f2ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  background-color: #fff;
}

.timeline_circle {
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  position: sticky;
  top: 50vh;
  transform: translate(0, -5px);
}

.timeline_left {
  text-align: right;
  background-color: #fff;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--bg);
  position: relative;
}

.p-mice-quick {
  color: #72757c;
  margin-top: .125rem;
  padding: 0;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.backgroundgradient {
  filter: blur(40px);
  background-image: linear-gradient(90deg, #44ff9a, #44b0ff 22.86%, #8b44ff 48.36%, #f64 73.33%, #ebff70 101%);
  border-radius: .75rem;
  width: 90%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.backgroundgradient.green {
  filter: blur(45px);
  background-image: linear-gradient(#3dc896, #3dc896);
  width: 60%;
  height: 40%;
  top: 45%;
  transform: translate(-50%, -25%);
}

.ul-walk-battle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.li-strange-spring {
  color: #111827;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.li-fort-allow {
  color: #111827;
  align-items: center;
  margin-top: 0;
  margin-left: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-80 {
  height: auto;
}

.buttonrow {
  padding-bottom: 10px;
}

.buttonrow.margin-top {
  margin-top: 1rem;
}

.pedding-stroke {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 3px;
  position: relative;
  overflow: hidden;
}

.pedding-stroke.nopadding {
  padding: 0;
}

.copy--button-2 {
  color: #a8a8a8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.596, 1.72, .602, 1.053);
  display: flex;
  position: relative;
}

.glow-item-2 {
  background-image: linear-gradient(221deg, #ff191900 13%, var(--mainblue) 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #ffef78 51%, #fff0 73%);
  filter: none;
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(-45deg);
}

.glow-item-2.bg {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff191900 13%, var(--mainblue) 58%, #ff00f000 80%), radial-gradient(circle closest-side at 50% 50%, #fff0 32%, #fff 51%, #fff0 73%);
  -webkit-text-stroke-color: var(--line-color-02);
}

.glow-item-2.left {
  background-image: linear-gradient(221deg, #ff191900 13%, var(--mainblue) 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #ffef78 51%, #fff0 73%);
  transform: rotate(180deg)rotate(-45deg);
}

.glow-item-2.left.bg {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff191900 13%, var(--mainblue) 58%, #ff00f000 80%), radial-gradient(circle closest-side at 50% 50%, #fff0 32%, #fff 51%, #fff0 73%);
}

.glow-item-2.bg {
  background-image: radial-gradient(circle closest-side, #ff191900 13%, #fff6e5 58%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #fff 51%, #fff0 73%);
}

.hover-line-2 {
  background-image: linear-gradient(111deg, #0000, var(--mainblue) 81%, #fffffffa 89%, #fff0);
  opacity: 1;
  mix-blend-mode: overlay;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.glow-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.glow-wrapper.bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  filter: blur(4px);
  max-width: 50%;
  inset: 0% auto;
}

.inside-button-2 {
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(148deg, #fbc2ed, #eed6f7 42%, #fbe3e0);
  border-width: 1px;
  border-color: #000;
  border-radius: 12px;
  padding: 18px;
  position: relative;
}

.inside-button-2._2 {
  background-image: none;
  overflow: hidden;
}

.inside-button-2._2.kategorien {
  padding-top: 12px;
  padding-bottom: 12px;
}

.overflow-hidden-2 {
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}

.flex-h {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-h.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-94 {
  color: #fff;
  font-weight: 700;
}

.text-block-94.kategorien {
  line-height: 1.75rem;
}

.div-block-79 {
  padding: 3px;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-block {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #fff;
  width: 100vw;
  position: fixed;
  top: 0;
  overflow: visible;
}

.nav-link {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--second);
  background-color: #007bff1a;
}

.nav-link.w--current {
  color: var(--mainblue);
}

.navigation {
  z-index: 999;
  background-color: #ffffff6b;
  border-bottom: .125rem solid #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-pic {
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-global {
  color: #0d112666;
  padding-left: 5%;
  padding-right: 5%;
}

.sub-text-hero {
  justify-content: center;
  display: flex;
}

._1-1-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

._1-1-pic.r-3 {
  width: 10.9375rem;
  height: 10.9375rem;
  inset: auto -28% 3% auto;
}

._1-1-pic.r-3.seostars {
  justify-content: center;
  align-items: center;
  width: 18.8rem;
  height: 4.25rem;
}

._1-1-pic.l-1 {
  width: 10.9375rem;
  height: 10.9375rem;
  inset: 8% auto 0% -35%;
}

._5-4-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._5-4-pic.l-2 {
  inset: 45% auto 0% -25%;
}

._5-4-pic.r-1 {
  inset: 10% -35% auto auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cilent-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cilent-pic.l-3 {
  justify-content: center;
  align-items: center;
  width: 18.8rem;
  height: 4.25rem;
  inset: auto auto 8% -35%;
}

.webflow-pic {
  width: 12.5rem;
  height: 10rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.webflow-pic.r-2 {
  justify-content: flex-end;
  align-items: center;
  width: 18.8rem;
  height: 4.25rem;
  inset: 45% -30% auto auto;
}

.webflow-pic.r-2.seoimg {
  width: 10.9375rem;
  height: 11rem;
  top: 44%;
}

.section-hero {
  z-index: 1;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.header75_component {
  flex-direction: column;
  display: flex;
  position: relative;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.descriptiontag {
  color: var(--second);
  background-color: #007bff1a;
  border: 1px solid #007bff4d;
  border-radius: 20px;
  flex-shrink: 0;
  padding: 4px 15px;
  font-weight: 600;
}

.text-block-96 {
  color: #007bff;
}

.splide__track {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-carousel {
  overflow: hidden;
}

.logo-carousel.splide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blurr {
  background-image: linear-gradient(90deg, #fff 31%, #fff0);
  width: 100px;
  height: 100%;
  position: absolute;
}

.blurrreverse {
  background-image: linear-gradient(90deg, #fff0, #fff 69%);
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 15%;
  display: flex;
}

.cursor-wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.cursor-inner {
  background-color: var(--second);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.cursor-h-txt {
  font-family: Inconsolata, monospace;
  display: none;
  inset: 0%;
}

.cursor-outer {
  border: 2px solid #007bff80;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.section-global {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding {
  width: 100vw;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding.top-big {
  padding-top: 10rem;
}

.padding.relative.bigbottom {
  padding-bottom: 12rem;
}

.padding.relative.kontakt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.padding.no-bottom {
  width: 50vw;
  padding-bottom: 0;
}

.padding.bottom-big {
  padding-bottom: 10rem;
}

.padding.bottom-big.more {
  padding-bottom: 15rem;
}

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

.padding.hero.small-bot {
  padding-bottom: 8rem;
}

.padding.hero {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding.bluebg {
  background-color: #f4faff;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.reviewscontainer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.review-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33%;
  display: flex;
}

.review-box {
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.review-personline {
  margin-bottom: 1rem;
  display: flex;
}

.review-text {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
}

.reviews-profile {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

.reviews-stars {
  margin-bottom: 1.5rem;
}

.reviews-name {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  font-size: .85rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.section {
  z-index: 1;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section.z {
  z-index: 0;
  position: relative;
}

.image-109 {
  object-fit: contain;
  height: 3rem;
}

.carousel-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.timeline-ext {
  color: #72757c;
}

.timeline-ext.container {
  width: 60%;
  color: var(--lynx--grey);
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

.timeline-ext.bold {
  font-weight: 700;
}

.features-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-card {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px #00000026;
}

.features-card:hover {
  box-shadow: 0 2px 15px 2px #00000026;
}

.features-card.no-bottom {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
}

.features-card.no-bottom.wartung {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 4px #00000026;
}

.features-card.align-top {
  justify-content: flex-start;
}

.features-image-container {
  justify-content: center;
  align-items: flex-end;
  height: 11.5rem;
  display: flex;
  position: relative;
}

.features-image-container.padding-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

.features-image-container.padding-bottom.support {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.features-image-container.padding-bottom.hosting {
  aspect-ratio: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-bottom: 0;
}

.features-image-container.features-space {
  height: auto;
  padding-left: 1rem;
}

.features-image-container.cemter {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.features-image-container.mainpage {
  justify-content: center;
  align-items: center;
  height: auto;
}

.features-image-container.mainpage.wartung {
  width: 100%;
}

.features-image-container.autoheight {
  justify-content: center;
  align-items: center;
  height: auto;
}

.features-image-container.autoheight.fullwidth {
  width: 100%;
}

.features-image {
  z-index: 1;
  position: relative;
}

.features-image.bigger {
  pointer-events: none;
  width: 100%;
}

.features-image.bigger.lowright {
  transform: translate(5%, 15%);
}

.features-image.absolute {
  pointer-events: none;
  height: 13rem;
  position: absolute;
  transform: translate(-50%);
}

.features-image.absolute.right {
  height: 10rem;
  transform: translate(50%);
}

.features-image.ladezeiten {
  pointer-events: none;
  width: 100%;
}

.features-image.custom {
  pointer-events: none;
}

.features-image.wartung {
  pointer-events: none;
  width: 90%;
}

.web-wartung-gradient {
  z-index: 0;
  pointer-events: none;
  width: 150%;
  max-width: none;
  height: 150%;
  position: absolute;
}

.writetextcontainer {
  z-index: 2;
  background-image: linear-gradient(90deg, #017bff, #00eaff);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1.5px;
  display: flex;
  position: absolute;
  top: 35%;
  left: 13%;
}

.writetextcontainer-inner {
  background-color: #fff;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.typed-js_component {
  color: #000;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
}

.typedjs-simple {
  display: inline;
}

.glow-container {
  justify-content: center;
  align-items: stretch;
  width: 33%;
  display: flex;
  position: relative;
}

.body-5 {
  cursor: none;
}

.erkl-rline {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.erkl-rline.nobottom {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.erkl-rung-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.erkl-rung-links.center {
  justify-content: center;
  align-items: center;
}

.text-span-8 {
  background-color: #00eaff4d;
  border-radius: 5px;
  padding: 2px 5px 4px;
  line-height: 1;
  display: inline-block;
}

.erkl-rung-rechts {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.erkl-rung-rechts.center {
  justify-content: center;
  align-items: center;
}

.image-112 {
  width: 100%;
}

.image-113 {
  width: 65%;
}

.content-cards {
  width: 100%;
}

.cards-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: grid;
}

.card-top {
  margin-bottom: 40px;
}

.check-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.check-wrap.last {
  margin-bottom: 0;
}

.card-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 60px 30px 30px;
  box-shadow: 0 6px 14px #0003;
}

.card.purple {
  background-color: var(--line-color-02);
  color: #fff;
}

.white-p {
  color: #fff;
}

.p-13 {
  font-size: 13px;
}

.card-heading {
  text-align: center;
  margin-bottom: 30px;
}

.blog-detail {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-card {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-image {
  border-radius: 20px;
  height: 356px;
  position: relative;
  overflow: hidden;
}

.icon-link {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-link {
  grid-column-gap: 10px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.icon-x-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.body-6 {
  cursor: none;
}

.support-line {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.support-line.top {
  margin-bottom: 1.5rem;
}

.image-114 {
  width: 15%;
  margin-right: 10%;
}

.image-114.left {
  margin-left: 10%;
  margin-right: 0%;
}

.image-114.round {
  border-radius: 50%;
}

.supporttextblock {
  opacity: .5;
  background-color: #fff;
  border-radius: 5px;
  width: 75%;
  height: 100%;
  padding: .5rem 1rem;
  box-shadow: 0 0 3px 1px #00000040;
}

.supporttext {
  color: #797c83;
  font-size: 10px;
  font-weight: 600;
}

.fs-globe-container {
  background-color: #0000;
  background-image: url('../images/Hosting-Weltweit.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  max-height: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0 0% 0%;
}

.fs-globe-container:hover, .fs-globe-container:active, .fs-globe-container:focus {
  border: 0 solid #000;
}

.globe-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: absolute;
}

.globe-outer-graphic-small {
  background-color: #ffffff03;
  border: 1px solid #ffffff0f;
  border-radius: 3000px;
  width: 94%;
  height: 94%;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wartung.padding-card {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta {
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #017bff4d;
}

.image-115 {
  width: 3rem;
}

.ctabuttontext {
  color: #fff;
}

.cta-background {
  filter: blur(25px);
  background-image: linear-gradient(#cbe4ff, #017bff);
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  box-shadow: 0 0 5px #017bff4d;
}

.cta-background.grid {
  filter: none;
  background-image: url('../images/GRID.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  box-shadow: 0 0 #0000;
}

.cta-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sterne {
  color: var(--second);
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  cursor: none;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.checkbox-title {
  color: #72757c;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 2px solid #0000000d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-width: auto;
  height: 100%;
  min-height: 110px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  background-color: #007bff;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #007bff;
  box-shadow: 0 20px 30px -11px #017bff99;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: none;
  border: 2px solid #0000000d;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.step-number {
  color: #017bff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.text-area {
  color: #007bff;
  cursor: none;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 200px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #017bff80;
}

.text-field {
  color: #007bff;
  cursor: none;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field:hover {
  border-color: #00000026;
  display: block;
}

.text-field:focus {
  border-color: #017bff80;
}

.form-heading {
  color: #000;
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 150px;
  height: 140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  width: 48%;
}

.text-field-done {
  opacity: 0;
  background-color: #007bff33;
  background-image: url('../images/haken.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #007bff33;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

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

.form-next {
  color: #0072ec;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  background-color: #017bff1a;
  border: 2px solid #007bff;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 30px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  color: #fff;
  letter-spacing: 3px;
  background-color: #017bff;
  box-shadow: 0 20px 30px -11px #017bff4d;
}

.form-next:active {
  border: 1px #000;
}

.field-label {
  z-index: 1;
  color: #0000004d;
  cursor: none;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.radio-buttons.genders {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.container-13 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-block {
  background-color: #fff;
  border-radius: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.form-back {
  color: #007bff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  background-color: #fff;
  border: 2px solid #007bff;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 30px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #017bff4d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.bg-blob {
  position: absolute;
  inset: auto 10% 5% auto;
}

.body-7 {
  flex-flow: column;
  display: flex;
}

.animation {
  width: 60px;
  height: 60px;
}

.question-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-wrap {
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  color: #72757c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.faq-question-bar {
  cursor: none;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #dfdfdf;
}

.typed-js_component-2 {
  margin-bottom: 2.5rem;
  font-size: 3.75rem;
  line-height: 1;
}

.typedjs-no-cursor {
  height: 1.5rem;
}

.typedjs-no-cursor.heading-small {
  height: 3.75rem;
  color: var(--second);
  font-weight: 700;
}

.seo-text {
  display: block;
}

.text-block-97 {
  color: #000;
}

.projekt-bulletpoints {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 100px;
  display: flex;
}

.bulletpoint-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check {
  margin-right: .5rem;
}

.mehr-blogs {
  color: #000;
  text-underline-offset: 2px;
  margin-top: 4rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
}

.blurr-bot {
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
  background-color: #ffffff70;
  border-top: 1.171px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.blog-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.date {
  font-weight: 400;
}

.date.white {
  color: #fff;
}

.kunde-image-big {
  border-radius: 20px;
  width: 100%;
}

.kunde-image-big.second {
  border-radius: 20px;
}

.kunde-logo {
  max-height: 3rem;
  margin-bottom: 1rem;
}

.hero-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.kunde-description {
  min-width: 300px;
  max-width: 30%;
}

.table-line {
  border-bottom: 1px solid #00000029;
  justify-content: space-between;
  align-items: center;
  min-width: 370px;
  max-width: 30%;
  padding-top: .9rem;
  padding-bottom: .9rem;
  padding-left: .5rem;
  display: flex;
}

.table-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.table-text.notbold {
  font-weight: 400;
}

.timeline_centre-2 {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom-2 {
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-fade-top-2 {
  background-image: linear-gradient(#fff, #fff0);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_right-2 {
  z-index: 3;
  position: relative;
}

.timeline_circle-2 {
  background-color: #000;
  border-radius: 100px;
  width: 1rem;
  height: 1rem;
  position: sticky;
  top: 50vh;
}

.timeline_left-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.step-richtext {
  width: 100%;
}

.button-line {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.button-line.mainpage {
  margin-top: 0;
  margin-bottom: 5rem;
}

.tech-stack-liste {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.tech-stack {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.tech-stack-list-item {
  border-bottom: 1px solid #00000029;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.tech-stack-logo {
  width: 1.5rem;
}

.tech-stack-logo.bigger {
  width: 1.8rem;
  margin: -.15rem;
  overflow: visible;
}

.tech-stack-title {
  color: #000c;
  margin-left: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.webflow-logo {
  z-index: 1;
  width: 17%;
  position: absolute;
  top: auto;
  bottom: 39%;
  right: 30%;
}

.cursor {
  z-index: 1;
  width: 12%;
  position: absolute;
  bottom: 27%;
  left: 38%;
}

.cursor.jetcode {
  width: 20%;
  bottom: 8%;
  left: auto;
  right: 5%;
}

.cursor.lupe {
  width: 35%;
  bottom: 8%;
  left: 37%;
}

.cursor.top {
  top: 61%;
  bottom: auto;
}

.collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.kunden-card.fullwidth {
  flex-grow: 1;
}

.kunden-title {
  max-width: 75%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.tag {
  color: #000000b3;
  background-color: #017bff14;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2;
}

.tag.noblue {
  color: var(--mainblue);
  background-color: #fff0;
  font-size: 1rem;
  font-weight: 600;
}

.tag.noblue.centermobile {
  padding-left: 0;
}

.tag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.link-block-3 {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.step-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.step-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.logo-step {
  width: 25%;
  max-width: 70px;
  margin-bottom: 2rem;
}

.step-circle {
  width: .7rem;
}

.step-circle.absolute {
  display: none;
}

.step-line {
  z-index: -1;
  background-image: linear-gradient(95deg, #fff, var(--second) 21%, var(--second) 79%, white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 4px;
  margin-top: -.5rem;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 21px;
  font-weight: 600;
}

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

.progress {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.steps-content {
  width: 100%;
}

.about-section {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.about-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about-image {
  z-index: 1;
  width: 80%;
  position: relative;
}

.about-bg-image {
  width: 90%;
  position: absolute;
  transform: translate(-2%, 11%)rotate(26deg);
}

.hero-container {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.hero-container.space-between {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.hero-part {
  width: 50%;
}

.hero-part.bigger {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.vorteile-wrapper {
  width: 100%;
  display: flex;
}

.vorteile-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 60%;
  display: flex;
}

.vorteile-box {
  background-color: #f4faff;
  border: 1px solid #dee5ed;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.vorteile-image {
  width: 2.5rem;
  min-width: 0;
  height: auto;
}

.text-block-98 {
  color: #4d4d4d;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

.vorteile-description-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-top: 3rem;
  padding-left: 2rem;
  display: flex;
}

.check-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4faff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 18px 7px 10px;
  display: flex;
}

.check-mark {
  height: 1.2rem;
}

.checkbox-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.checkbox-wrapper.margin-top {
  margin-top: 2rem;
}

.category-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.column.flex-center.left {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
}

.column.flex-center.left.s {
  width: 40%;
}

.vorteile-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.referenz-ansehen {
  letter-spacing: normal;
  font-size: .8rem;
}

.dark-link {
  color: #000;
  font-weight: 600;
}

.flex.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404 {
  text-align: center;
  max-width: none;
  font-size: 5rem;
}

.image-116 {
  border-radius: 10px;
}

.grid-advantages {
  font-size: 1.8rem;
  line-height: 1.2;
}

.image-118 {
  border-radius: 10px;
}

.cta-text {
  color: #72757c;
  font-size: .9rem;
  font-weight: 600;
}

.cta-text.margin-top {
  margin-top: 2rem;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.flex-fooer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text {
  color: #000;
  font-size: 10px;
}

.hero-text p {
  color: #000;
  font-size: .95rem;
  line-height: 1.7;
}

.hero-container-copy {
  clear: none;
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0%;
  display: flex;
  position: static;
}

.bold-text-3 {
  line-height: 1.1rem;
}

.key-take-away {
  background-color: #007bff1f;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
}

.takeaway-heading {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.gl-hbirne-icon {
  height: 2.6rem;
}

.heading-blog-take-away {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.takeaway {
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .profile-block-header {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .heading-h1-2 {
    text-align: center;
    max-width: 700px;
    font-weight: 700;
  }

  .header-blog {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 100px 4%;
    display: flex;
  }

  .smalltext.dark.bigger {
    font-size: .9rem;
  }

  .flex-ver-center-top {
    padding-top: 0;
  }

  .p-base-place {
    font-size: 3.75rem;
    line-height: 1.25;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .a-except-get.navbar.ctabutton, .a-except-get.navbar.about {
    margin-left: 0;
  }

  .timeline_image-wrapper, .timeline_image-wrapper.margin-bottom-medium {
    border-radius: 10px;
  }

  .ul-walk-battle {
    flex-direction: row;
  }

  .li-fort-allow {
    margin-top: 0;
    margin-left: 3rem;
  }

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

  .hero-container-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .smallertext {
    font-family: Poppins, Arial, sans-serif;
    font-size: 19px;
  }

  .footerlogo {
    height: 3rem;
  }

  .header-blog {
    margin-top: 7vh;
    padding-top: 100px;
  }

  .body-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .smalltext {
    font-family: Poppins, Arial, sans-serif;
  }

  .smalltext.dark.bigger {
    color: #72757c;
  }

  .heading2 {
    text-align: center;
  }

  .heading2.categorie {
    font-size: 2.5rem;
  }

  .heading2.maxwidth {
    font-size: 2.4rem;
  }

  .wrapper-div-footer {
    box-shadow: 0 2px 5px #0003;
  }

  .heading3 {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
  }

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

  .section-about {
    padding-top: 108px;
  }

  .wrap-content-project {
    padding-left: 96px;
    padding-right: 96px;
  }

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

  .mask-line-01 {
    top: -160px;
  }

  .container-11 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .line-02 {
    right: -5px;
  }

  .margin-vertical-35px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .wrap-links-project {
    padding-left: 96px;
    padding-right: 96px;
  }

  .line-01 {
    right: -5px;
  }

  .p-base-place {
    margin-bottom: 1rem;
    font-size: 3.75rem;
    line-height: 1.25;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
    margin-left: 1.25rem;
  }

  .div-move-light {
    line-height: 1;
  }

  .ul-walk-battle {
    flex-direction: row;
  }

  .li-fort-allow {
    margin-top: 0;
    margin-left: 3rem;
  }

  .hero-pic {
    object-fit: cover;
    max-width: 100%;
  }

  .header75_content {
    padding-top: 0;
  }

  .carousel-container {
    padding-bottom: 1%;
  }

  .features-image-container.mainpage.wartung {
    width: 90%;
  }

  .features-image.bigger {
    position: static;
  }

  .features-image.absolute {
    height: 15rem;
  }

  .features-image.absolute.right {
    height: 11rem;
  }

  .features-image.custom {
    height: 13rem;
  }

  .supporttext {
    font-size: 11px;
  }
}

@media screen and (min-width: 1920px) {
  .header-blog {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .all-buttons {
    font-size: 20px;
  }

  .smalltext {
    font-size: 1rem;
  }

  .smalltext.steps {
    height: 12rem;
  }

  .heading3.blog-content {
    margin-bottom: 0;
  }

  .flex-ver-center-top {
    padding-top: 5rem;
  }

  .backgroundgradient.green {
    top: 46%;
  }

  ._1-1-pic.r-3 {
    right: -38%;
  }

  ._1-1-pic.l-1 {
    left: -45%;
  }

  ._5-4-pic.l-2 {
    left: -35%;
  }

  ._5-4-pic.r-1 {
    right: -45%;
  }

  .container-large {
    min-width: 90px;
    max-width: 100rem;
  }

  .cilent-pic.l-3 {
    left: -45%;
  }

  .webflow-pic.r-2 {
    right: -40%;
  }

  .text-align-center {
    margin-bottom: 100px;
  }

  .header75_component {
    min-width: auto;
  }

  .header75_content {
    min-height: 48vh;
    margin-top: 100px;
    padding-top: 4rem;
  }

  .splide__slide {
    filter: none;
  }

  .review-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 33%;
  }

  .section {
    background-color: var(--bg);
  }

  .carousel-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .features-image-container.padding-bottom {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .features-image-container.cemter {
    justify-content: center;
    align-items: center;
  }

  .features-image.absolute {
    height: 15rem;
  }

  .features-image.custom {
    height: 12rem;
  }

  .web-wartung-gradient {
    width: 110%;
  }

  .erkl-rline {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
  }

  .image-112 {
    width: 100%;
  }

  .image-113 {
    width: 60%;
  }

  .supporttext {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    cursor: auto;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footerlogo {
    width: auto;
    max-width: 100%;
    height: 6vh;
  }

  .section-7 {
    margin-top: 15vh;
  }

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

  .header {
    background-image: none;
  }

  .profile-block-header {
    box-shadow: none;
  }

  .header-blog {
    background-image: none;
    border-width: 0;
    min-height: 400px;
  }

  .mainbutton.herobtn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: block;
    position: relative;
  }

  .featured-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .stick-wrapper {
    justify-content: center;
    align-items: center;
  }

  .profile-picture {
    border-radius: 50%;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .blog-item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    box-shadow: 1px 22px 34px 20px #0000000f;
  }

  .webflowbanner {
    width: 100%;
    max-width: 600px;
    margin-top: 15px;
    position: static;
  }

  .image-74 {
    margin-top: -50px;
  }

  .div-block-47 {
    grid-template-columns: 3fr;
  }

  .step-block-2 {
    height: 80vh;
  }

  .smalltext.space-bottom-tablet {
    margin-bottom: 3rem;
  }

  .smalltext.steps {
    height: auto;
    display: none;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading2 {
    line-height: 40px;
  }

  .heading2.ctatext {
    max-width: 90%;
  }

  .heading2.notfullwidt {
    max-width: 80%;
  }

  .heading2.categorie {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading2.maxwidth {
    text-align: left;
    max-width: none;
    font-size: 2rem;
    line-height: 1.3;
  }

  .footer-space {
    height: 32rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .wrapper-div-footer {
    z-index: 2;
  }

  .heading3 {
    font-size: 19px;
  }

  .footer-new {
    z-index: 1;
    position: fixed;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wrap-introduction-title {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 820px;
  }

  .section-about {
    padding-top: 72px;
  }

  .slide-in-up-normal {
    padding-bottom: 50px;
  }

  .wrap-content-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 70px;
  }

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

  .mask-line-01 {
    top: -110px;
    bottom: auto;
  }

  .wrap-project-arrow {
    padding-top: 28px;
  }

  .grid-project-main-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 22px;
  }

  .mask-link-arrows {
    margin-top: 0;
    position: relative;
  }

  .line-02-cell-01 {
    display: none;
  }

  .container-11 {
    max-width: 820px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .mask-line-02 {
    top: -50px;
    bottom: 33px;
  }

  .line-02 {
    grid-template-columns: 1fr 640px min-content 1fr;
    justify-content: end;
  }

  .margin-vertical-35px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .wrap-links-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .line-01-cell-10 {
    display: none;
  }

  .line-01 {
    grid-template-rows: min-content 10px min-content min-content;
    grid-template-columns: min-content auto min-content;
    margin-left: -30px;
    position: relative;
  }

  .line-01-cell-07, .line-01-cell-08 {
    display: none;
  }

  .line-01-cell-06 {
    margin-right: -10px;
  }

  .line-01-cell-01 {
    display: none;
  }

  .p-base-place {
    width: auto;
    max-width: none;
    font-size: 3rem;
    line-height: 1.25;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
  }

  .ul-walk-battle {
    flex-direction: row;
  }

  .li-fort-allow {
    margin-top: 0;
    margin-left: 3rem;
  }

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

  .flex-h.left {
    flex-flow: row;
  }

  .nav-menu-2 {
    z-index: 999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #393b6a;
    background-color: #ffffff6b;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: var(--step4);
    background-color: #007bff1a;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    color: var(--mainblue);
    background-color: #007bff1a;
    border-color: #fff;
  }

  ._1-1-pic.r-3, ._1-1-pic.l-1, ._5-4-pic.l-2, ._5-4-pic.r-1, .cilent-pic.l-3, .webflow-pic.r-2 {
    display: none;
  }

  .section-hero {
    padding-bottom: 0;
  }

  .header75_content {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.z {
    z-index: 10;
    position: relative;
  }

  .cursor-wrapper {
    display: none;
  }

  .reviewscontainer {
    flex-flow: column;
  }

  .review-row {
    width: 100%;
    max-width: 500px;
  }

  .review-row.notmoblie {
    display: none;
  }

  .carousel-container {
    max-width: 90%;
  }

  .timeline-ext.container {
    width: 80%;
  }

  .features-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features-card {
    width: 100%;
    max-width: 500px;
  }

  .writetextcontainer {
    left: 13%;
  }

  .glow-container {
    width: 100%;
    max-width: 500px;
  }

  .cards-holder {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .bg-blob {
    bottom: 0%;
    left: -10%;
  }

  .typedjs-no-cursor.heading-small {
    height: 3rem;
    font-size: 3rem;
  }

  .about-section {
    flex-flow: row;
  }

  .hero-container {
    flex-flow: column;
  }

  .hero-part {
    width: 100%;
  }

  .hero-part.center-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vorteile-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
  }

  .vorteile-grid {
    max-width: 100%;
  }

  .vorteile-description-container {
    width: 100%;
    padding-left: 0;
  }

  .category-content-container {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .category-content {
    flex-flow: column-reverse;
  }

  .category-content.top {
    flex-flow: column;
  }

  .column, .column.flex-center, .column.flex-center.left, .column.flex-center.left.s, .key-take-away {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footerlogo {
    height: 5vh;
  }

  .section-7 {
    width: 100%;
  }

  .heading-20 {
    font-size: 35px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .heading-h1.kategorie {
    font-size: 2.5rem;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .heading-h1-2 {
    font-size: 55px;
  }

  .header-blog {
    justify-content: center;
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 162px;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mainbutton.herobtn {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .featured-item {
    border: 1px solid #d8d8d8;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading2.left.smallbottom {
    display: block;
  }

  .heading2.notfullwidt {
    max-width: none;
  }

  .heading2.about {
    text-align: left;
  }

  .heading2.categorie {
    font-size: 2rem;
  }

  .heading2.categorie.center._80 {
    max-width: 100%;
    font-size: 2rem;
  }

  .heading2.maxwidth {
    font-size: 1.5rem;
  }

  .heading2.maxwidth._70 {
    max-width: 100%;
    font-size: 2rem;
  }

  .uui-footer04_legal-link-2:hover {
    color: #007bff;
  }

  .uui-footer04_link-2:hover {
    color: #667085;
  }

  .wrapper-div-footer {
    margin-bottom: 0;
  }

  .uui-footer04_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .footer-new {
    position: fixed;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    max-width: 660px;
  }

  .section-about {
    padding-top: 63px;
  }

  .text-size-caps-tiny {
    font-size: 10px;
  }

  .wrap-content-project {
    padding-top: 25px;
    padding-right: 45px;
  }

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

  .mask-line-01 {
    top: -15px;
  }

  .wrap-project-arrow {
    padding-top: 25px;
  }

  .mask-link-arrows {
    margin-top: 0;
  }

  .container-11 {
    max-width: 660px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .mask-line-02 {
    top: 0;
    bottom: 30px;
  }

  .line-02 {
    grid-template-columns: 1fr 490px min-content 1fr;
    right: -10px;
  }

  .margin-vertical-35px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .wrap-links-project {
    padding-top: 25px;
  }

  .line-01-cell-02 {
    display: none;
  }

  .line-01-cell-04 {
    margin-left: 0;
  }

  .line-01 {
    grid-template-rows: min-content min-content auto min-content;
    margin-left: -10px;
  }

  .line-01-cell-03 {
    display: none;
  }

  .p-base-place {
    font-size: 3rem;
    line-height: 1.25;
  }

  .a-except-get {
    width: auto;
    margin-top: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timelineheading {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_circle {
    transform: translateX(calc(-.5rem - 1px));
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .ul-walk-battle {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .li-strange-spring {
    width: 222px;
  }

  .li-fort-allow {
    width: 222px;
    margin-left: 0;
  }

  .image-80 {
    width: 100%;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .header75_content {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .splide__slide {
    min-width: 35%;
  }

  .padding.no-bottom {
    width: 100vw;
  }

  .padding.bluebg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .carousel-container {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .web-wartung-gradient {
    width: 120%;
  }

  .erkl-rline {
    flex-flow: column;
  }

  .erkl-rung-links {
    width: 100%;
    margin-bottom: 2rem;
  }

  .erkl-rung-rechts {
    width: 100%;
  }

  .erkl-rung-rechts.center {
    width: 70%;
  }

  .cards-holder {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card-wrap {
    max-width: none;
  }

  .card {
    padding-top: 40px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-heading {
    font-size: 24px;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-step {
    height: 100%;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bg-blob {
    display: none;
  }

  .typedjs-no-cursor.heading-small {
    height: 3rem;
  }

  .projekt-bulletpoints {
    margin-bottom: 60px;
  }

  .hero-line {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .kunde-description {
    min-width: auto;
    max-width: none;
  }

  .timeline_centre-2 {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left-2 {
    text-align: left;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .step-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .step-section.left {
    justify-content: center;
    align-items: center;
  }

  .step-part {
    width: auto;
    min-height: 10rem;
  }

  .logo-step {
    width: auto;
    max-width: 65px;
    margin-bottom: 0;
  }

  .step-circle {
    display: none;
  }

  .step-circle.absolute {
    width: .8rem;
    max-width: none;
    display: block;
    position: absolute;
    top: 86.5%;
  }

  .step-circle.absolute._1 {
    top: 11.5%;
  }

  .step-circle.absolute.heading-h1-2 {
    top: 36.5%;
  }

  .step-circle.absolute._3 {
    top: 62%;
  }

  .step-line {
    background-image: linear-gradient(95deg, #fff, var(--second) 15%, var(--second) 85%, white);
    justify-content: center;
    align-items: flex-end;
    width: 4px;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .progress {
    width: 100%;
    height: 100%;
  }

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

  .about-section {
    flex-flow: column;
  }

  .about-left {
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .about-right {
    width: 80%;
  }

  .hero-part.bigger {
    width: 100%;
  }

  .vorteile-grid {
    grid-template-columns: 1fr;
  }

  .vorteile-box {
    width: 100%;
  }

  .vorteile-line {
    flex-flow: column;
  }

  .grid-advantages {
    font-size: 1.4rem;
  }

  .footer-column {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .heading-blog-take-away {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h2 {
    color: #000;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  h3 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .body {
    padding-bottom: 0;
  }

  .uui-footer04_link-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .uui-footer04_top-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    width: 100%;
  }

  .footerlogo {
    object-fit: scale-down;
    width: 100%;
    max-width: none;
    height: 6vh;
    max-height: none;
  }

  .heading-20 {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .container-7 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header.mobile-smaller {
    padding-top: 10rem;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .heading-h1.space-bottom {
    max-width: 90%;
    font-size: 2rem;
  }

  .heading-h1.kunden {
    max-width: none;
    font-size: 2rem;
  }

  .heading-h1.kategorie {
    text-align: center;
    font-size: 2rem;
  }

  .heading-h1-2 {
    max-width: 650px;
    font-size: 10vw;
  }

  .header-blog {
    justify-content: flex-start;
    align-items: center;
    min-height: 500px;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .rich-text-block-3 {
    text-align: left;
  }

  .mainbutton {
    padding: 10px 20px;
  }

  .mainbutton.herobtn {
    font-size: 12px;
  }

  .all-buttons {
    font-size: 17px;
    line-height: 20px;
  }

  .featured-item {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .heading-h2-2 {
    line-height: 1.2;
  }

  .rich-text-block-4 {
    max-width: 90%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

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

  .smalltext.check {
    height: .875rem;
    line-height: 1;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .heading2 {
    color: #000;
    text-align: center;
    align-self: center;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .heading2.normal {
    display: block;
  }

  .heading2.ctatext {
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .heading2.about {
    text-align: left;
  }

  .heading2.maxwidth {
    margin-bottom: 1rem;
  }

  .heading2.maxwidth._70 {
    text-align: center;
    margin-bottom: 0;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
    display: none;
  }

  .footer-space {
    background-color: var(--bg);
    height: 50rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .heading3 {
    font-size: 18px;
  }

  .footer-new {
    padding-bottom: 16px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .div-block-74 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .section-about {
    padding-top: 54px;
  }

  .wrap-content-project {
    padding-top: 21px;
    padding-right: 0;
  }

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

  .mask-line-01 {
    top: -55px;
  }

  .wrap-project-arrow {
    padding-top: 21px;
  }

  .mask-link-arrows {
    margin-top: 0;
  }

  .container-11 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .mask-line-02 {
    display: none;
    top: -30px;
    bottom: 23px;
  }

  .line-02 {
    grid-template-columns: auto minmax(165px, 600px) min-content auto;
  }

  .margin-vertical-35px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .wrap-links-project {
    padding-top: 21px;
  }

  .headingsmaller {
    font-size: 1.2rem;
  }

  .div-block-77.fullwidth {
    border-radius: 10px;
  }

  .p-base-place {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.25;
  }

  .a-except-get {
    width: 100%;
  }

  .a-except-get.navbar {
    width: auto;
  }

  .a-except-get.smaller {
    min-width: 180px;
  }

  .timeline_image-wrapper {
    object-fit: contain;
  }

  .timeline_centre {
    flex-flow: row;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 15px;
  }

  .timeline_circle {
    border-radius: 100%;
    width: 2rem;
    transform: translateX(-.5rem);
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .li-fort-allow {
    flex-flow: row;
  }

  .inside-button-2._2.kategorien {
    justify-content: center;
    align-items: center;
    min-width: 180px;
    display: flex;
  }

  .flex-h {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .flex-h.left {
    flex-flow: column;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
  }

  .nav-block {
    overflow: visible;
  }

  .icon {
    color: var(--mainblue);
  }

  .section-hero {
    padding-top: 3rem;
  }

  .header75_content {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .splide__slide {
    min-width: 20%;
  }

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

  .padding.relative.bigbottom.mobilenormal {
    padding-bottom: 4rem;
  }

  .padding.hero {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .image-109 {
    height: 1.5rem;
  }

  .carousel-container {
    max-width: 90%;
  }

  .timeline-ext.container {
    width: 90%;
  }

  .features-card.no-bottom.wartung {
    padding-left: 0;
    padding-right: 0;
  }

  .features-image.wartung {
    min-width: 18rem;
  }

  .text-span-8 {
    font-size: 2rem;
  }

  .cards-holder {
    width: auto;
  }

  .globe-wrapper {
    flex: 1;
  }

  .globe-outer-graphic-small {
    width: 100%;
    height: 100%;
    display: none;
  }

  .wartung {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-background.grid {
    background-position: 50% 100%;
    background-size: 120rem 20rem;
  }

  .area-label {
    font-size: 14px;
  }

  .form12_checkbox_field {
    width: 100%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-heading {
    font-size: 1.3rem;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .radio-buttons.genders {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 0;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-title {
    flex: 1;
  }

  .typedjs-no-cursor.heading-small {
    height: 2rem;
    font-size: 2rem;
  }

  .projekt-bulletpoints {
    margin-top: 20px;
  }

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

  .table-right {
    width: 100%;
  }

  .table-line {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .timeline_date-text {
    font-size: 2rem;
  }

  .tag.noblue.centermobile {
    text-align: center;
  }

  .link-block-3 {
    width: auto;
    max-width: 100%;
  }

  .collection-list-wrapper, .collection-item {
    max-width: 100%;
  }

  .step-section.maxwidth {
    max-width: 25%;
  }

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

  .about-right {
    width: 100%;
  }

  .vorteile-box {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding: 2rem 1rem;
  }

  .category-content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-column {
    grid-template-columns: 1fr 1fr;
  }

  .flex-fooer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 80%;
  }

  .collection-list-wrapper-2 {
    margin-top: 0;
  }

  .hero-container-copy {
    padding-bottom: 20px;
  }

  .key-take-away {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-blog-take-away {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

#w-node-fb799686-60bb-d6d1-5cea-822b86690114-866900fa {
  justify-self: end;
}

#w-node-fb799686-60bb-d6d1-5cea-822b86690119-866900fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315b9c-b0315b8c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315b9e-b0315b8c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba0-b0315b8c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba2-b0315b8c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba4-b0315b8c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba6-b0315b8c {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba8-b0315b8c {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315baa-b0315b8c {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bac-b0315b8c {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bae-b0315b8c {
  grid-area: 6 / 6 / 7 / 7;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bba-b0315b8c {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bbc-b0315b8c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bbe-b0315b8c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bc0-b0315b8c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bc2-b0315b8c {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bc4-b0315b8c {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bc6-b0315b8c {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c66-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315beb-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c14-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c3d-b0315b8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09bc-1f1c09ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09d2-1f1c09ba {
  justify-self: end;
}

#w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09d3-1f1c09ba, #w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09d5-1f1c09ba, #w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09d7-1f1c09ba, #w-node-_79fc6ff1-ffa4-b041-30e3-1aa8b4a273e6-64b521a8, #w-node-_79fc6ff1-ffa4-b041-30e3-1aa8b4a273fa-64b521a8, #w-node-_79fc6ff1-ffa4-b041-30e3-1aa8b4a2740f-64b521a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb799686-60bb-d6d1-5cea-822b86690114-866900fa {
    justify-self: center;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315b9e-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba0-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba2-b0315b8c {
    grid-column: 1 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba4-b0315b8c {
    grid-column: 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba6-b0315b8c {
    grid-column: 3 / 4;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c49-b0315b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c4c-b0315b8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c61-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c62-b0315b8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c66-b0315b8c {
    grid-column-start: 1;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bcd-b0315b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bd1-b0315b8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315be6-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315be7-b0315b8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315beb-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bf7-b0315b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bfa-b0315b8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c0f-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c10-b0315b8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c14-b0315b8c {
    grid-column-start: 1;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c20-b0315b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c23-b0315b8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c38-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c39-b0315b8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315c3d-b0315b8c {
    grid-column-start: 1;
  }

  #w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09d2-1f1c09ba {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a51d309c-a647-8480-ab7f-2297f7df0935-3703c252 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df0938-3703c252 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df093a-3703c252 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df0945-3703c252 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df0948-3703c252 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df0956-3703c252 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df0959-3703c252 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df096b-3703c252 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a51d309c-a647-8480-ab7f-2297f7df096e-3703c252 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-fb799686-60bb-d6d1-5cea-822b86690100-866900fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba2-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba4-b0315b8c {
    grid-row: 1 / 2;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba6-b0315b8c {
    grid-row: 2 / 3;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315ba8-b0315b8c {
    grid-row: 3 / 4;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315baa-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bac-b0315b8c, #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bae-b0315b8c {
    grid-row: 4 / 5;
  }

  #w-node-b6826f2e-4be6-3f9c-1d9e-7e1db0315bbc-b0315b8c {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-_775fad3f-1a8e-ae0f-bfb5-aa981f1c09bc-1f1c09ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa01602f-64b521a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016032-64b521a8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016034-64b521a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016039-64b521a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa01603c-64b521a8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016044-64b521a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016047-64b521a8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa01604f-64b521a8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b0ebb0c-f0cc-1db5-a42d-4dc2aa016052-64b521a8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee678-15d94cbc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee67b-15d94cbc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee67d-15d94cbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee682-15d94cbc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee685-15d94cbc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee68d-15d94cbc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee690-15d94cbc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee698-15d94cbc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a964a43b-6329-ec1b-a423-dd66cc2ee69b-15d94cbc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf150e-443b528a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf1511-443b528a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf1513-443b528a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf151a-443b528a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf151d-443b528a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2793be57-b12e-97a5-13a8-66708233231e-443b528a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf152d-443b528a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf1530-443b528a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39e0c646-247f-7d7d-cd9f-c553c8396c19-443b528a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf15c5-443b528a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e5857af2-7e49-1b9b-a9d8-9acaaacf15c8-443b528a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_81d3697c-bf2a-6d1a-8199-332f22e80a3a-443b528a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
