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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #fff;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #5a8dfc;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  font-family: Roboto, Arial, sans-serif;
  overflow: visible;
}

.body.impressum {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-navbar {
  background-color: #5a8dff;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-1 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-1:hover {
  color: #1efce6;
  text-decoration: underline;
}

.nav-link-1:focus-visible, .nav-link-1[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-1.footer {
  font-size: 15px;
}

.nav-link-1.header {
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  margin-left: 149px;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #56e39f;
  border: 1px solid #56e39f;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a00;
  border: 1px solid #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.padding {
  margin-top: 50px;
}

.button-primary.padding.white-bg:hover {
  color: #000;
  border-color: #56e39f;
}

.button-primary.white-bg:hover {
  color: #5a8dff;
  border-color: #5a8dff;
}

.button-primary.long {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 330px;
  display: flex;
}

.button-primary.long.padding.withe-bg:hover {
  color: #5a8dff;
  border-color: #5a8dff;
}

.button-primary.long.white-bg {
  color: #333;
  border-width: 2px;
  border-color: #fff;
  width: auto;
  margin: 14px;
  font-weight: 700;
}

.button-primary.long.white-bg:hover {
  background-color: #fff;
  border-width: 3px;
  border-color: #00d66f;
}

.button-primary.long.white-bg.sections {
  border-color: #56e39f;
  margin-left: 0;
  margin-right: 0;
}

.button-primary.long.white-bg.sections:hover {
  border-width: 2px;
}

.button-primary.long.white-bg.services {
  margin-left: 0;
}

.button-primary.long.form {
  margin-top: 35px;
}

.hero-main {
  background-color: #3065da;
  background-image: url('../images/hero-mobile-v1.gif'), linear-gradient(#5a8dff, #00277e 59%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border: 0 solid #56e39f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 758px 30px 80px;
  display: flex;
  position: relative;
}

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

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

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.text.hero {
  letter-spacing: 0;
  column-count: 0;
  font-size: 19px;
  line-height: 26px;
}

.text.hero.desktop {
  width: 1000px;
  line-height: 28px;
}

.text.hero.desktop.links, .text.text-main.left {
  text-align: left;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading {
  text-align: center;
}

.dienstleistungen {
  text-align: justify;
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container--reviews {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  color: #333;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-2 {
  color: #5a8dff;
  text-align: center;
}

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

.testimonial-column-light {
  background-color: #0032a0;
  border-bottom: 0 solid #e4ebf3;
  border-top-left-radius: 100px;
  padding: 45px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card {
  background-color: #eff4ff;
  background-image: linear-gradient(#fff0, #fff 70%), url('../images/cloud-3d-original.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto;
  border: 1px solid #8daaec;
  border-bottom-width: 0;
  border-radius: 8px;
  flex-direction: column;
  padding: 45px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #000;
  text-align: center;
  margin-top: 27px;
  margin-bottom: -24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.testimonial-info {
  color: #ff1818;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  align-items: center;
  margin-top: -32px;
  margin-left: -22px;
  margin-right: -22px;
  padding: 9px 10px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: #333;
  margin-bottom: 2px;
  font-weight: 600;
}

.so-funktionert-es {
  background-color: #fff;
}

.features-list {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list.bold-green {
  background-color: #0032a0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: block;
}

.features-paragraph {
  color: #333;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
}

.features-right {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  border-bottom: 1px solid #00ecf8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  margin-right: -131px;
  padding-right: 0;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 300px;
  height: 300px;
  margin-right: 16px;
  display: block;
}

.heading-6.regular {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-5 {
  color: #0e58ff;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start center;
  display: grid;
}

.paragraph-5 {
  font-weight: 300;
}

.faqs {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf300;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
}

.div-faqs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.buhl-button {
  text-align: center;
  background-image: linear-gradient(63deg, #ff00b3, #50f);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 64px;
  margin-top: 44px;
  margin-bottom: 44px;
  font-weight: 700;
  display: flex;
}

.buhl-button:hover {
  background-image: linear-gradient(63deg, #50f, #ff00b3);
}

.buhl-button.buhl-btn {
  width: 300px;
  height: 64px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.buhl-button.buhl-btn.rosa {
  background-color: #ee46bc;
  background-image: none;
}

.spacer-40 {
  background-color: #0000;
  border-radius: .375rem;
  width: 2.5rem;
  height: 2.5rem;
}

.margin-bottom-24px-3 {
  color: #333;
  margin-bottom: 24px;
  font-size: 17px;
}

.faq-question {
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-accordion {
  color: #fff;
  background-color: #074add;
  border-top: 1px solid #56e39f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: block;
}

.faq-icon {
  color: #56e39f;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.contact-form {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #333;
  text-align: justify;
  margin-top: 17px;
  margin-bottom: 24px;
  margin-right: 16px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.footer-light {
  background-color: #5a8dff;
  border-top: 1px solid #ffffff40;
  border-bottom: 0 solid #e4ebf3;
  margin: 0;
  padding: 0 30px;
  text-decoration: none;
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 23px;
  display: flex;
}

.footer-block-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-radius: 50px 0 0 50px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.divider-module {
  background-color: #5a8dfc;
  border: 1px solid #5a8dfc;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #81b6ff;
  justify-content: center;
  align-items: flex-end;
  margin: 0 6px 25px;
  padding: 0;
  display: flex;
}

.footer-copyright.reserved {
  margin-top: 25px;
}

.footer-social-block-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-left: 12px;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.image {
  color: #fff;
}

.text-span {
  color: #56e39f;
}

.text-span.fokus {
  color: #b0f;
}

.heading-hero {
  color: #fff;
  text-align: center;
  margin-bottom: -16px;
  font-size: 60px;
  line-height: 60px;
}

.heading-hero.desktop {
  margin-bottom: 15px;
  font-size: 83px;
  line-height: 83px;
}

.heading-8 {
  color: #e98400;
}

.heading-9 {
  color: #7900ca;
}

.heading-10 {
  color: #000;
}

.list-item {
  margin-left: 167px;
}

.heading-11 {
  color: #333;
}

.paragraph-6 {
  color: #333;
  margin-left: -72px;
  font-size: 16px;
}

.paragraph-7 {
  color: #333;
  margin-left: -72px;
  padding-right: 0;
  font-size: 16px;
}

.paragraph-8, .paragraph-9 {
  color: #333;
  margin-left: -72px;
  font-size: 16px;
}

.heading-12 {
  color: #333;
}

.paragraph-headline {
  color: #0e58ff;
  font-size: 21px;
  font-weight: 500;
}

.paragraph-headline.steps {
  text-transform: uppercase;
  font-weight: 700;
}

.paragraph-headline.steps.white {
  color: #fff;
}

.text-block {
  color: #56e39f;
}

.text-link-clients {
  color: #5a8dfc;
}

.text-block-3 {
  color: #56e39f;
}

.navbar-logo-center {
  background-color: #5a8dff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.navbar-no-shadow-2 {
  background-color: #5a8dff;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.g {
  color: #0059ff;
}

.o {
  color: red;
}

.oo {
  color: #e4e13b;
}

.l {
  color: #0a8617;
}

.text-bold {
  font-weight: 900;
}

.bold-text-blue {
  color: #0e58ff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  width: auto;
  font-size: 38px;
  line-height: 38px;
}

.bold-text-blue.h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.bold-text-blue.headlines {
  text-align: center;
  line-height: 47px;
}

.bold-text-blue.headlines.long {
  margin-top: 0;
}

.bold-text-blue.long {
  text-align: center;
  width: 850px;
  margin-bottom: 20px;
}

.bold-text-blue.long.left {
  line-height: 42px;
}

.bold-text-blue.centered {
  text-align: center;
  line-height: 44px;
}

.image-3 {
  max-width: none;
}

.image-4 {
  margin-left: -10px;
}

.text-block-4 {
  color: #333;
  margin-top: 50px;
  font-size: 16px;
}

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

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

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

.heading-13 {
  color: #000;
}

.advice {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.image-5 {
  margin-top: 226px;
}

.body-blog-sections {
  background-color: #fff;
}

.hero-blog {
  background-color: #5a8dff;
  background-image: linear-gradient(0deg, #0032a0, #fff0 84%), url('../images/money-talks-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 840px;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-blog.home {
  background-image: linear-gradient(0deg, #0032a0, #fff0 84%), url('../images/online-123-v0.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-top: 18px;
  padding-top: 131px;
  padding-bottom: 94px;
}

.hero-blog.home.kosten {
  background-image: linear-gradient(0deg, #0032a0, #fff0 84%), url('../images/money-talks-.webp');
  background-position: 0 0, 50% 0;
  margin-top: 0;
  padding-top: 300px;
  padding-bottom: 14px;
}

.hero-blog.home.webdesign {
  background-image: linear-gradient(0deg, #0032a0, #fff0 84%), url('../images/UX-Design-comp.webp');
  background-position: 0 0, 50% 0;
  margin-top: 0;
  padding-top: 300px;
  padding-bottom: 14px;
}

.hero-blog.home.seo {
  background-image: linear-gradient(0deg, #0032a0 7%, #fff0), url('../images/SEO-Photo.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: auto;
  margin-top: 0;
  padding-top: 300px;
  padding-bottom: 14px;
}

.hero-blog.seo {
  background-image: linear-gradient(0deg, #5a8dfc 7%, #fff0), url('../images/SEO-Photo.webp');
  background-position: 0 0, 50% 0;
  height: 390px;
}

.hero-blog.design-ux {
  background-image: linear-gradient(0deg, #5a8dfc, #fff0 84%), url('../images/cell-tech-v2-ezgif.com-optiwebp.webp');
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-stack {
  background-color: #f5f7fa00;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.hero-wrapper-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin: 1px auto 0;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.categories-caroussel {
  background-color: #fff;
}

.categories-caroussel.blog-home {
  background-color: #5a8dfc;
}

.link-cat-blog {
  vertical-align: baseline;
  background-color: #56e39f;
  border: 0 solid #000;
  border-radius: 100px;
  margin: 21px;
  padding: 21px;
  font-size: 21px;
  display: inline-block;
}

.link-cat-blog.cost {
  color: #333;
  background-color: #f1995300;
  border-width: 1px;
  border-color: #f19953;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.link-cat-blog.cost:hover {
  background-color: #f19953;
}

.link-cat-blog.cost.chip {
  margin: 0;
  padding: 6px 15px;
  font-size: 14px;
}

.link-cat-blog.cost.header {
  border-radius: 0;
}

.link-cat-blog.cost.no-selected {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-color: #40f;
}

.link-cat-blog.cost.no-selected:hover {
  color: #fff;
  background-color: #539af1;
  border-width: 0;
}

.link-cat-blog.cost.selected {
  background-color: #f19953;
}

.link-cat-blog.ux {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-color: #65ce03;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.link-cat-blog.ux:hover {
  background-color: #65ce03;
}

.link-cat-blog.ux.all {
  color: #424242;
  background-color: #fff;
}

.link-cat-blog.ux.selected {
  background-color: #65ce03;
  border-width: 0;
}

.link-cat-blog.seo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-color: #0038c0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.link-cat-blog.seo:hover {
  color: #fff;
  background-color: #0038c0;
}

.link-cat-blog.seo.selected {
  color: #fff;
  background-color: #0038c0;
  border-width: 0;
}

.container-chips-cat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  background-image: linear-gradient(#5a8dff, #fff);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.cat-blog-main {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.team-member-text {
  margin-bottom: 0;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.categories-grid {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -1px 0 45px;
  padding-top: 45px;
}

.grid-categories {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: #fff;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.navbar-logo-left {
  background-color: #5a8dff;
  margin-left: -20px;
  margin-right: -20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  -webkit-backdrop-filter: saturate() blur(10px);
  backdrop-filter: saturate() blur(10px);
  background-color: #5f92ff87;
  border: 1px solid #8676ff4f;
  border-top: .5px solid #ffffff26;
  border-bottom: .5px solid #8676ff29;
  border-radius: 50px;
  width: 100%;
  max-width: 1140px;
  margin-top: 27px;
  margin-bottom: 0;
  padding: 8px 13px 8px 11px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: -1px 13px 20px 10px #0036d61f;
}

.navbar-logo-left-container.shadow-three.external-pages {
  box-shadow: none;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.nav-menu-open {
  margin-left: -81px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.external-link {
  margin-left: -9px;
}

.text-span-2 {
  font-weight: 700;
}

.field {
  color: #000;
  background-color: #e8f1f5;
  border: 1px solid #fff0;
  border-radius: 3px;
  font-weight: 400;
}

.field:focus {
  outline-offset: 0px;
  outline: .5px solid #000;
}

.success-message {
  background-color: #00ff90;
}

.paragraph-h3 {
  color: #333;
}

.paragraph-blog {
  letter-spacing: 0;
  column-count: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

.blog-p {
  margin-top: 0;
  margin-bottom: 50px;
}

.to-the-top {
  justify-content: center;
  align-items: center;
  margin: 22px 22px 45px;
  display: flex;
}

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

.impressum {
  border-bottom: 0 solid #000;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.impressum.no-line {
  border-bottom-width: 0;
}

.impressum.section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.heading-15, .impressum-h3 {
  color: #333;
}

.paragraph-10 {
  color: #333;
  font-weight: 100;
}

.bold-text-2, .bold-text-3 {
  color: #05cc6c;
}

.link-impressum {
  color: #05cc6c;
  font-weight: 700;
}

.agentur-h3 {
  color: #5a8dfc;
}

.mail-link {
  color: #56e39f;
}

.telefon {
  color: #05cc6c;
}

.container-8 {
  border-bottom: 1px solid #000;
}

.image-6 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.bold-text-5 {
  color: #333;
  font-weight: 300;
}

.paragraph-11, .paragraph-12 {
  font-weight: 300;
}

.dsgvo-entries {
  color: #2794c7;
}

.heading-16 {
  margin-bottom: 54px;
}

.bold-text-6 {
  font-weight: 300;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-weight: 700;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #56e39f;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #333;
  font-weight: 900;
}

.text-block-5:hover {
  color: #333;
}

.cta-telephone {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #333;
  background-color: #56e39f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  display: flex;
}

.cta-telephone:hover {
  color: #fff;
  background-color: #56e39f00;
  border: 1px solid #fff;
}

.cta-telephone.desktop:hover {
  background-color: #fff;
  border-width: 0;
}

.cta-telephone.desktop.header-nav {
  margin-right: -5px;
  box-shadow: -1px 1px 8px 3px #002c8b66;
}

.cta-telephone.desktop.header-nav.tablet:hover {
  color: #333;
}

.cta-telephone.mobile {
  display: none;
}

.green-span {
  color: #00d66f;
  text-shadow: 0 1px #001f1433;
}

.div-webdesign {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-services {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-text-services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: block;
}

.text-main {
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-main.white {
  color: #fff;
}

.text-main.white.margin {
  margin-top: 45px;
  margin-bottom: 45px;
}

.text-main.block {
  text-align: left;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.image-services {
  min-width: 200%;
  max-width: 200%;
  min-height: 200px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.image-services.ux {
  min-width: 0%;
  max-width: none;
  min-height: 0;
}

.image-services.seo {
  min-width: 0%;
  max-width: none;
  min-height: 0;
  margin-left: -289px;
}

.cta-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #003a8a;
  background-color: #56e39f;
  border: 4px solid #00c566;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  max-width: none;
  min-height: 50px;
  margin-top: 35px;
  margin-bottom: 14px;
  display: flex;
}

.cta-links:hover {
  background-color: #8fdbff;
  border-color: #3992ff;
}

.cta-links.pricing {
  width: 300px;
  margin: 6px 0;
  font-weight: 700;
}

.cta-links.individuall {
  margin-top: 8px;
}

.cta-links.individuall.mobile {
  letter-spacing: normal;
  text-indent: 0;
  word-break: normal;
  font-weight: 700;
}

.cta-links.impressum-b {
  min-width: 240px;
}

.cta-links.disabled {
  color: #003a8a26;
  background-color: #56e39f2e;
  border-color: #00c56624;
}

.cta-links.services.blog {
  background-color: #fff0;
  border-width: 2px;
}

.div-optimierung {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.div-ux---ui {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.div-presentation-services {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 37px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.div-badges {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 30px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-modules {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.intro-modules {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 70px auto 0;
  display: flex;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin: 25px auto;
  font-size: 16px;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.module {
  background-color: #003e96;
  border: 2px solid #7ca5ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.module.basic {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-left: 193px;
  margin-right: 193px;
}

.module.business {
  background-color: #fff;
  margin-left: 189px;
  margin-right: 189px;
}

.module.premium {
  background-color: #fff;
  margin-left: 184px;
  margin-right: 184px;
}

.icon-module {
  margin-top: 24px;
  margin-bottom: 14px;
}

.team-block-info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.grid-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.header-module {
  background-color: #0350bd;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 104px 23px;
  display: flex;
}

.header-module.basic {
  padding-top: 8px;
}

.header-module.business {
  background-image: linear-gradient(148deg, #00d0ff, #020083);
  padding-top: 8px;
  padding-left: 77px;
  padding-right: 77px;
}

.header-module.premium {
  background-image: linear-gradient(#00d9ff, #0450bd);
  padding-left: 85px;
  padding-right: 85px;
}

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

.module-bg-white {
  background-color: #fff;
  border-radius: 20px;
}

.container-10 {
  background-color: #0450bd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

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

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.button-primary-10.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-10.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.div-block-3 {
  background-color: #ffc4c4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -33px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.container-pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  color: #1b00b16b;
  margin-bottom: 0;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.button-primary-11.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-11.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-comparison {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 1px 30px 0;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border: 2px solid #7ca5ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-color: #0b2eb7;
  box-shadow: 2px -3px 13px -4px #00214e80;
}

.pricing-card.premium {
  padding-bottom: 1px;
}

.pricing-image {
  object-fit: fill;
  max-width: none;
  margin: 4px -36px 0;
}

.pricing-title {
  color: #fff;
  margin-top: -6px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: #032bbd;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  width: 300px;
  margin-top: 10px;
}

.pricing-feature {
  background-image: url('../images/bx-check-circle-A.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.x {
  color: #8a8a8a;
  background-image: url('../images/bx-x-circle-B.svg');
  text-decoration: line-through;
}

.pricing-tag {
  color: #fff;
  text-align: center;
  background-color: #144ffc;
  background-image: linear-gradient(90deg, #002bac, #2b61ff 50%, #002bac);
  border-radius: 0;
  width: 370px;
  padding: 7px 16px;
  font-weight: 700;
  position: absolute;
  inset: 92% 0% auto -4%;
}

.bg-module {
  background-image: linear-gradient(#0350bd, #032bbd);
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 352px;
  height: 257px;
  margin-top: -33px;
  margin-left: -26px;
  margin-right: -26px;
  display: flex;
}

.bg-module.basic {
  background-color: #69c1ff;
  background-image: none;
  height: 170px;
}

.bg-module.premium {
  background-color: #a800e6;
  background-image: none;
  height: 170px;
}

.bg-module.business {
  background-color: #144fff;
  background-image: none;
  height: 170px;
}

.header-basic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.price {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 201px;
  margin-bottom: 20px;
  display: flex;
}

.price.blister {
  margin-top: 0;
  margin-bottom: 0;
}

.features-metrics {
  background-color: #0533a0;
  border-top: 0 solid #5a8dff;
  border-bottom: 0 solid #5a8dff;
  border-bottom-right-radius: 100px;
  padding: 60px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  color: #56e39f;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.bold-text-7 {
  color: #0e58ff;
}

.splitter-mini {
  background-color: #3998eb;
  border-radius: 20px;
  width: 50px;
  height: 3px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.container-15 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #56e39f;
  border: 4px solid #00c566;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  max-width: none;
  height: auto;
  min-height: 50px;
  display: flex;
}

.custom-promotion {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #f4f5ff00;
  border: 0 solid #7ca5fd;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 1136px;
  min-height: 0;
  max-height: none;
  margin-top: 15px;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
}

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

.image-8 {
  margin-top: -57px;
  margin-bottom: -26px;
  margin-left: 40px;
}

.container-16 {
  min-width: 20px;
  max-width: none;
  min-height: 200px;
  margin-bottom: 265px;
}

.link-text-dark {
  color: #333;
}

.text-individuall {
  color: #333;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.footer-dark {
  background-color: #5a8dfc;
  border: 0 solid #fff;
  padding: 50px 30px 25px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 28px 38px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.top-buttom {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #3898ec;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  display: flex;
}

.headline-complement {
  color: #868686;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.image-9 {
  border-radius: 13px;
  box-shadow: 0 2px 5px #0003;
}

.footer-link-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.isotype-footer {
  margin-bottom: 13px;
  margin-left: 8px;
  margin-right: 8px;
}

.container-footer-infos {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 0%;
  max-width: none;
  display: flex;
}

.text-span-6 {
  font-weight: 700;
}

.text-block-8 {
  width: auto;
  font-weight: 300;
  line-height: 22px;
}

.text-block-9, .text-block-10 {
  font-weight: 300;
}

.text-block-11 {
  max-width: none;
  font-weight: 300;
}

.bold-text-8, .text-block-12 {
  font-weight: 300;
}

.isotype-long {
  margin-left: 1px;
  margin-right: 1px;
}

.text-span-7 {
  color: #fff;
}

.body-blog-home {
  background-color: #5a8dfc;
}

.text-underline {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: red;
  background-color: #5e96ff00;
  border-bottom: 5px solid #9cc5ff;
  border-radius: 0;
  height: 0;
  font-weight: 700;
}

.gallery-slider {
  background-color: #00277e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  border-radius: 0;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f5f7fa;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-long-white {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 42px;
}

.heading-long-white.left {
  text-align: left;
}

.text-blog-cta {
  font-weight: 700;
}

.heading-18 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.paragraph-13 {
  color: #fff;
}

.bold-text-9 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.div-projects {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

.image-preview {
  border-radius: 11px;
  transition: opacity .375s;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
}

.content-preview {
  clear: none;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #00429e00;
  background-image: linear-gradient(80deg, #20a2ffe0, #fff0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 15px;
  display: flex;
  position: relative;
  top: -46px;
}

.text-block-13 {
  font-size: 20px;
  font-weight: 100;
}

.bold-green {
  color: #04a53f;
  font-weight: 500;
}

.list-item-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.capital {
  text-transform: uppercase;
}

.capital.bold-green {
  font-weight: 500;
}

.cloud-number {
  color: #fff;
  background-color: #5a8dfc00;
  background-image: url('../images/Webclip-o123-v.0.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin: 12px;
  display: flex;
}

.text-cloud-number {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #f5f5f5;
  background-color: #009dff;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin: 0 -21px -19px 0;
  padding: 17px;
  font-size: 24px;
  display: flex;
  box-shadow: 0 2px 5px #001563bd;
}

.nav-bar-external {
  background-color: #5a8dfc;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 54px;
  display: block;
}

.container-navbar-external {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.block-image-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
}

.blog-welcome {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 80px;
}

.grid-welcome-blog {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
}

.module-blog {
  background-color: #6392ff;
  background-image: linear-gradient(349deg, #5a8dfc, #fff);
  border: 1px solid #5a8dfc;
  border-radius: 8px;
  flex-flow: column;
  padding: 25px 30px;
  display: flex;
}

.text-block-14 {
  font-size: 14px;
}

.image-11 {
  max-width: 86%;
}

.image-12 {
  max-width: 72%;
  margin-left: 40px;
}

.image-modul-blog {
  max-width: 82%;
  margin-left: 15px;
}

.image-modul-blog.unique {
  max-width: 120%;
  margin-left: -13px;
}

.image-modul-blog.height {
  max-width: 130%;
  margin-top: 46px;
}

.image-13 {
  padding-right: 3px;
}

.icons {
  margin-left: 10px;
  margin-right: 10px;
}

.cta-up {
  color: #fff;
  background-color: #56e39f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px 17px;
  display: flex;
}

.bold-text-11 {
  color: #333;
}

.paragraph-14 {
  margin-bottom: 45px;
}

.hope-img-hero {
  margin-top: -70px;
  margin-bottom: -37px;
}

.services.mobile {
  display: none;
}

.heading-black {
  color: #333;
  display: block;
}

.heading-black.desktop {
  color: #333;
  text-align: center;
  padding-right: 3px;
}

.heading-bold.desktop {
  color: #333;
}

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

.bold-text-12, .bold-text-white {
  color: #fff;
}

.grid-blister {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-blister {
  flex-flow: column;
  margin: 14px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper-2 {
    flex-flow: row;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: #fff0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-1:hover {
    color: #02ffb3;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.long.white-bg.sections {
    padding-left: 23px;
  }

  .menu-button-2 {
    background-color: #0353ff;
    border-radius: 6px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-main {
    padding-top: 793px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .text.hero.desktop {
    text-align: left;
    width: auto;
  }

  .container--reviews {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-info {
    flex-direction: column;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-image {
    height: 340px;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-faqs {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .buhl-button {
    width: 500px;
  }

  .buhl-button.buhl-btn {
    width: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .footer-wrapper-two {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-two {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .footer-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 12px;
  }

  .heading-hero.desktop {
    text-align: left;
    margin-top: -41px;
    font-size: 80px;
    line-height: 75px;
  }

  .image-2 {
    margin-left: 300px;
    padding-left: 0;
  }

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

  .paragraph-7, .paragraph-8, .paragraph-9 {
    padding-right: 100px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    background-color: #56e39f;
    border-radius: 0 10px;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #0070ff;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.tablet {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0062ff;
    flex-flow: column;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .bold-text-blue {
    letter-spacing: .5px;
    line-height: 41px;
    display: block;
  }

  .bold-text-blue.long {
    width: auto;
  }

  .bold-text-blue.centered {
    text-align: center;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .link-cat-blog.cost.no-selected, .link-cat-blog.ux, .link-cat-blog.seo {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .nav-menu-open {
    background-color: #0000;
    margin-top: -9px;
    margin-left: 0;
  }

  .nav-menu-two {
    background-color: #0e3792;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 11px;
    display: flex;
    box-shadow: 10px 40px 20px 20px #001c277a;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-mobile {
    background-color: #56e39f;
    border-radius: 50px;
  }

  .nav-menu-mobile.w--open {
    background-color: #0032c9;
  }

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

  .cta-telephone.desktop.header-nav {
    margin-left: -75px;
    margin-right: 0;
  }

  .cta-telephone.desktop.header-nav.tablet {
    margin-left: 0;
  }

  .cta-telephone.mobile {
    display: none;
  }

  .container-9 {
    max-width: 728px;
  }

  .wrapper-services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .container-text-services {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .container-text-services.mobile {
    display: block;
  }

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

  .text-main.centered {
    text-align: left;
    margin-bottom: 65px;
  }

  .image-services {
    min-width: 150%;
    margin: 24px;
  }

  .image-services.seo {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-links {
    width: 300px;
  }

  .cta-links.individuall.mobile.external {
    width: 150px;
    min-width: auto;
    max-width: 150px;
  }

  .cta-links.services {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .intro-modules {
    max-width: none;
    margin-bottom: 0;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 177px;
    padding-right: 177px;
  }

  .header-module {
    padding-left: 130px;
    padding-right: 130px;
  }

  .header-module.business {
    padding-left: 101px;
    padding-right: 101px;
  }

  .header-module.premium {
    padding-left: 103px;
    padding-right: 103px;
  }

  .grid-module {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-13 {
    max-width: 728px;
  }

  .div-block-3 {
    padding-left: 119px;
    padding-right: 119px;
  }

  .container-pricing {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-14 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .text-individuall {
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-17 {
    max-width: 728px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link-text.top-align {
    justify-content: space-between;
    align-items: flex-start;
  }

  .isotype-footer {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .container-footer-infos {
    flex-flow: column;
  }

  .container-19 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .text-cloud-number {
    background-color: #009dff;
    border: 2px solid #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    padding: 17px;
    display: flex;
    box-shadow: 6px 2px 5px #006faa99;
  }

  .grid-welcome-blog {
    grid-template-columns: 1fr;
  }

  .module-blog {
    justify-content: center;
    align-items: center;
    padding-left: 26px;
  }

  .module-blog.tablet {
    padding-left: 30px;
  }

  .text-block-15, .text-block-16 {
    font-size: 14px;
  }

  .bold-text-10 {
    text-align: left;
  }

  .services.mobile {
    display: block;
  }

  .services.desktop {
    display: none;
  }

  .heading-black {
    color: #333;
    font-size: 38px;
    line-height: 42px;
  }

  .heading-bold {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #4a4dff;
    flex-flow: column;
    justify-content: center;
    height: 470px;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-link-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .button-primary.long.white-bg.mobile {
    width: 500px;
  }

  .button-primary.long.form {
    margin: 25px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .hero-main {
    background-image: linear-gradient(#5a8dff00 27%, #00277e 37%), url('../images/hero-mobile-v1.webp'), linear-gradient(#5a8dff, #00277e);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, repeat-y, repeat;
    background-size: auto, 512px, auto;
    background-attachment: scroll, scroll, scroll;
    padding: 381px 15px 60px;
  }

  .text.hero, .text.hero.desktop {
    text-align: left;
  }

  .dienstleistungen {
    padding: 60px 15px;
  }

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info {
    flex-direction: row;
  }

  .features-list {
    padding: 60px 15px;
  }

  .faq-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faqs {
    padding: 60px 15px;
  }

  .spacer-40 {
    height: 2.5rem;
  }

  .contact-form {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .heading-hero {
    text-align: left;
  }

  .heading-hero.desktop {
    font-size: 70px;
    line-height: 65px;
  }

  .image-2 {
    margin-left: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .bold-text-blue {
    margin-left: 14px;
    margin-right: 14px;
  }

  .advice {
    padding-left: 19px;
    padding-right: 19px;
  }

  .hero-heading-left, .hero-stack, .team-slider {
    padding: 60px 15px;
  }

  .grid-categories {
    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 stretch;
    display: grid;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    height: 70px;
    padding: 0 16px;
  }

  .navbar-wrapper {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .home-icon {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

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

  .blog-p {
    margin-left: 19px;
    margin-right: 19px;
  }

  .cta-telephone.desktop.header-nav {
    margin-left: 0;
  }

  .cta-telephone.mobile {
    display: none;
  }

  .div-webdesign {
    padding: 60px 15px;
  }

  .text-main {
    margin-left: 14px;
    margin-right: 14px;
  }

  .cta-links {
    width: 300px;
  }

  .cta-links.impressum-b {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-links.services {
    margin-top: 0;
  }

  .div-optimierung, .div-ux---ui, .div-presentation-services, .div-modules {
    padding: 60px 15px;
  }

  .module.basic {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .header-module {
    padding-left: 190px;
    padding-right: 190px;
  }

  .header-module.business {
    padding-left: 162px;
    padding-right: 162px;
  }

  .header-module.premium {
    padding-left: 164px;
    padding-right: 164px;
  }

  .div-block-3 {
    padding-left: 222px;
    padding-right: 222px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .met-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-17 {
    display: flex;
  }

  .footer-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-footer-infos {
    flex-flow: column;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid-welcome-blog {
    grid-template-columns: 1fr;
  }

  .services.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    flex-direction: column;
    height: 410px;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .button-primary.long.white-bg {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #00d66f;
  }

  .hero-main {
    background-image: url('../images/hero-mobile-v1.webp'), linear-gradient(#5a8dff, #00277e 63%);
    background-position: 50% 9%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
    justify-content: center;
    align-items: center;
    padding-top: 340px;
  }

  .container {
    max-width: none;
  }

  .text.hero.desktop {
    margin-top: 0;
    font-size: 17px;
  }

  .text.text-main.left {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container--reviews {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-column-light {
    background-image: linear-gradient(#0037bd, #00206d);
  }

  .testimonial-card {
    border-color: #56e39f;
  }

  .testimonial-main-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 17px;
    font-size: 14px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .features-block-two.final {
    border-bottom-width: 0;
  }

  .features-image {
    width: auto;
    max-width: 200%;
    height: auto;
    max-height: 200px;
    margin-bottom: 10px;
  }

  .heading-6.regular {
    font-size: 1.25rem;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .faqs {
    margin-top: 0;
  }

  .div-faqs {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .buhl-button {
    text-align: center;
    mix-blend-mode: normal;
    width: 330px;
    margin-top: 44px;
    margin-left: 0;
  }

  .buhl-button.buhl-btn {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, Arial, sans-serif;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .faq-accordion {
    border-radius: 0;
  }

  .footer-light {
    padding-top: 18px;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-copyright.reserved {
    margin-top: 45px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading-hero {
    text-align: left;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-hero.desktop {
    text-align: left;
    margin-top: 87px;
    margin-bottom: 45px;
    font-size: 46px;
    line-height: 43px;
  }

  .image-2, .paragraph-6 {
    margin-left: 0;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    margin-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .bold-text-blue {
    text-align: left;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-blue.long {
    max-width: 300px;
  }

  .bold-text-blue.long.left {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-3 {
    vertical-align: baseline;
    max-width: none;
    margin-top: -36px;
    display: block;
  }

  .container-4 {
    max-width: none;
  }

  .hero-blog.home {
    background-image: linear-gradient(0deg, #0032a0 29%, #fff0), url('../images/online-123-v0.png');
    background-position: 0 0, 40% 10%;
    background-repeat: repeat, repeat-x;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    padding-bottom: 45px;
  }

  .hero-blog.home.kosten {
    background-position: 0 0, 50% 36%;
    padding-bottom: 14px;
  }

  .hero-blog.home.webdesign {
    background-position: 0 0, 50% 40%;
  }

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

  .hero-wrapper-text {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .link-cat-blog.cost, .link-cat-blog.ux {
    text-align: center;
  }

  .link-cat-blog.ux.all {
    text-align: center;
    border-width: 1px;
  }

  .link-cat-blog.seo {
    text-align: center;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .categories-grid, .grid-categories {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-categories.mobile {
    grid-row-gap: 0px;
  }

  .navbar-logo-left-container.shadow-three {
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    width: 98%;
    height: 73px;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 6px;
    padding-right: 6px;
    position: fixed;
  }

  .navbar-logo-left-container.shadow-three.mobile {
    height: 80px;
  }

  .container-7 {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 3px;
    margin-bottom: 0;
    display: flex;
  }

  .nav-menu-open {
    background-color: #fff0;
  }

  .nav-menu-two {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #02277e;
    background-clip: border-box;
    flex-direction: column;
    box-shadow: 10px 16px 19px 7px #00122759;
  }

  .nav-menu-mobile {
    aspect-ratio: auto;
    background-color: #56e39f00;
    border: 3px solid #56e39f;
    border-radius: 100px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .blog-p {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-block-5 {
    font-size: 7px;
  }

  .cta-telephone.desktop {
    display: none;
  }

  .cta-telephone.desktop.header-nav {
    display: flex;
  }

  .cta-telephone.desktop.header-nav.hide {
    display: none;
  }

  .cta-telephone.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #21ff94;
    background-image: linear-gradient(183deg, #00f148, #21ff94 51%, #00e44c);
    border-top: .5px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 130px;
    width: 120px;
    height: 46px;
    padding: 10px 30px 10px 24px;
    font-size: 10px;
    display: flex;
    position: fixed;
    inset: auto 3% 4% auto;
    box-shadow: 0 -1px 16px -6px #00832c;
  }

  .container-9 {
    max-width: none;
  }

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

  .text-main {
    color: #333;
    text-align: left;
    padding: 15px 14px;
  }

  .text-main.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-services {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-links {
    width: auto;
    min-width: 320px;
    max-width: 320px;
    font-weight: 700;
  }

  .cta-links.individuall {
    min-width: 300px;
    max-width: 300px;
    margin-bottom: -4px;
  }

  .cta-links.individuall.mobile {
    min-width: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-links.impressum-b.mobile {
    min-width: 120px;
    min-height: 40px;
  }

  .cta-links.services.blog {
    max-width: none;
  }

  .div-badges {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .intro-modules {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .module.basic {
    max-width: 350px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
  }

  .module.business, .module.premium {
    max-width: 350px;
  }

  .grid-4 {
    box-sizing: border-box;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    object-fit: fill;
    place-items: center;
    padding-left: 4px;
    padding-right: 4px;
  }

  .header-module {
    padding-left: 105px;
    padding-right: 105px;
  }

  .header-module.basic {
    padding-left: 125px;
    padding-right: 125px;
  }

  .header-module.business {
    padding-left: 99px;
    padding-right: 99px;
  }

  .header-module.premium {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-12 {
    display: flex;
  }

  .container-13, .container-pricing {
    max-width: none;
  }

  .pricing-comparison {
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-tag {
    top: 93%;
    left: 0%;
  }

  .bg-module.basic, .bg-module.premium, .bg-module.business {
    width: 370px;
  }

  .features-metrics {
    background-color: #00206d;
  }

  .container-14 {
    max-width: none;
  }

  .features-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .features-title {
    font-size: 34px;
    line-height: 30px;
  }

  .icon-call-cta-mobile {
    padding: 0 5px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-cta-call {
    font-size: 12px;
    font-weight: 700;
  }

  .custom-promotion {
    background-color: #9fc5ff00;
    border-radius: 20px;
    min-width: 0;
    min-height: 0;
  }

  .image-8 {
    margin-left: -17px;
  }

  .text-individuall {
    color: #333;
    font-size: 16px;
  }

  .container-17 {
    max-width: none;
  }

  .footer-wrapper {
    width: 320px;
  }

  .container-footer-infos {
    flex-flow: column;
  }

  .isotype-long {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container-19 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .bold-green {
    color: #00eb10;
  }

  .container-navbar-external {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .blog-welcome {
    padding-top: 0;
  }

  .grid-welcome-blog {
    grid-template-columns: 1fr;
  }

  .container-21 {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #ff00004f;
  }

  .container-22 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fc0000b8;
    position: fixed;
    inset: 0% 0% auto;
  }

  .services.mobile {
    display: block;
  }

  .heading-black.mobile {
    text-align: left;
    margin-left: 14px;
    margin-right: 14px;
  }

  .name-and-reviews {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_50d9d670-2d5b-363e-ce13-6bdb43e5331b-4d45fd76 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2506df68-216b-c003-584d-7a587aad21a5-4d45fd76, #w-node-_2506df68-216b-c003-584d-7a587aad21af-4d45fd76, #w-node-_2506df68-216b-c003-584d-7a587aad21b9-4d45fd76, #module-basic.w-node-_0a1119eb-ee12-1762-5270-f17ba047b0da-4d45fd76, #w-node-_0a1119eb-ee12-1762-5270-f17ba047b0fa-4d45fd76, #w-node-a6d24568-cbe2-a22e-029e-fe5d3f47c907-4d45fd76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype'), url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}