:root {
  --light-coral: #fa5c81;
  --aqua: #00fdf5;
  --dodger-blue: #3daeff;
}

body {
  color: #333;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  color: #5a5a5a;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

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

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

.section {
  position: relative;
}

.section.hero-section {
  background-color: #fff;
  background-image: none;
  height: 100%;
}

.section.about-section {
  background-color: #f5f5f5;
  overflow: hidden;
}

.section.case-studies-section {
  padding-top: 649px;
  display: none;
  overflow: hidden;
}

.section.our-team-section {
  background-color: #f5f5f5;
  display: block;
  overflow: hidden;
}

.section.case-studies {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.section.our-team-hero {
  background-color: #000;
  height: 450px;
}

.section.team-members-section, .section.all-case-studies-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.author-hero {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.section.team-member-hero {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.section.blog-section {
  padding-top: 472px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.blog-section.landingpage {
  padding-top: 305px;
}

.section.blog-section.landingpage.zusammenarbeit {
  padding-top: 0;
}

.section.pricing-section {
  color: #fff;
  text-align: center;
  background-color: #242424;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.quote-section {
  background-color: #fff;
  border: 1px #fee01c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 120%;
  margin-top: 89px;
  margin-bottom: 20px;
  display: block;
}

.section.blog-posts-section, .section.categories-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blog-hero {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.section.plans-section {
  perspective: 1000px;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.contact-section {
  padding: 0 5px 100px;
}

.section.paid-traffic-section {
  perspective: 1000px;
  height: 150%;
  max-height: none;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.section.social-media-section {
  height: 150%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

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

.navbar {
  background-color: #0e0e0ec7;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.site-title {
  float: left;
  color: #fff;
  margin-top: 14px;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
}

.site-logo {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

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

.nav-menu {
  float: none;
}

.nav-contact {
  float: right;
  display: block;
  position: relative;
}

.contact-icon {
  margin-top: 14px;
  margin-right: 15px;
}

.twitter-icon {
  position: relative;
  top: 3px;
}

.nav-link {
  color: #ffe11f;
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 2px;
  padding: 18px 15px 16px;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  color: #fff;
  border-top: 2px solid #fff;
  padding-top: 16px;
}

.nav-link.projekte {
  display: none;
}

.hero-container {
  text-align: center;
  position: relative;
  top: 35%;
}

.hero-container.home {
  top: 41%;
}

.hero-container.author-page {
  padding-top: 129px;
  padding-bottom: 95px;
}

.hero-container.team-page {
  padding-top: 135px;
  padding-bottom: 90px;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.hero-heading.line-heading {
  border-bottom: 1px solid #ffffff2b;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.hero-sub-heading {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.giant-heading {
  color: #1a1a1a;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43vh;
  line-height: 43vh;
  position: absolute;
  top: 0;
  left: 0;
  right: -50px;
}

.giant-heading.faded {
  opacity: .05;
  right: -35px;
}

.giant-heading.about-us {
  right: -35px;
  overflow: visible;
}

.giant-heading.services {
  font-size: 40vh;
  right: -14px;
}

.giant-heading.services.prozess {
  font-size: 30vh;
  line-height: 40vh;
}

.stroke-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 12%;
  left: -19%;
  right: 0;
}

.intro-paragraph {
  max-width: 666px;
  margin-top: 606px;
  margin-bottom: 265px;
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  display: block;
  position: relative;
}

.intro-paragraph.our-team-intro {
  margin-top: 0;
  margin-bottom: 25px;
}

.intro-paragraph.pricing-p {
  margin: 0 auto 20px;
  display: block;
}

.intro-paragraph.about-paragraph.lp {
  margin-top: 448px;
}

.feature-strip {
  background-color: #0099f0;
  background-image: linear-gradient(135deg, #00e8fc, #3daeff);
  position: relative;
}

.feature-strip.grey {
  background-color: #1b1b1b;
  background-image: none;
  display: none;
}

.circle-icon {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  display: block;
}

.circle-icon.footer {
  float: left;
  color: #0000;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 11px;
  margin-left: 15px;
  margin-right: 30px;
}

.circle-icon.footer.twitter, .circle-icon.footer.facebook {
  display: none;
}

.column-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
}

.column-heading.black {
  color: #353535;
  margin-bottom: 20px;
}

.column-paragraph {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

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

.shapes-wrapper {
  perspective: 1000px;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.large-circle {
  opacity: .5;
  position: absolute;
  top: -105px;
  left: -65px;
}

.large-hexagon {
  opacity: .8;
  position: absolute;
  top: 6%;
  left: 6%;
}

.small-hexagon {
  opacity: .5;
  position: absolute;
  bottom: 75px;
  left: 50px;
  transform: translate(0)rotate(0);
}

.small-circle {
  opacity: .3;
  position: absolute;
  bottom: -30px;
  left: 30%;
}

.small-triangle {
  opacity: .2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 27%;
  left: 100px;
  right: 0;
}

.medium-circle {
  opacity: .6;
  position: absolute;
  top: -95px;
  right: 19%;
}

.large-square {
  opacity: .5;
  position: absolute;
  top: 30%;
  right: -100px;
}

.large-triangle {
  opacity: .37;
  position: absolute;
  bottom: -21%;
  right: -2%;
}

.color-text {
  color: #2399ee;
}

.wide-container {
  max-width: 1200px;
  position: relative;
}

.wide-container.lp, .wide-container.kontakt {
  padding-left: 20px;
  padding-right: 20px;
}

.wide-container.calendly {
  height: auto;
  padding: 80px 20px;
}

.half-wide-collection-wrapper {
  width: 50%;
  margin-bottom: 65px;
}

.study-grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}

.grid-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.study-grid-summary {
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
}

.study-grid-summary.small {
  color: #7a7a7a;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.study-grid-item {
  perspective: 1035px;
  margin-bottom: 65px;
}

.study-grid-item.wide {
  padding-left: 15px;
  padding-right: 15px;
}

.show-more-studies {
  float: right;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #eee;
  width: 49%;
  height: 350px;
  margin-top: -593px;
  padding-top: 162px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.show-more-studies:hover {
  opacity: .8;
  transform: perspective(957px)translate3d(0, 0, -15px);
}

.show-more-studies:active {
  opacity: 1;
}

.view-all-arrow {
  color: #b6b6b6;
  font-size: 103vh;
  font-weight: 100;
  line-height: 40vh;
  position: absolute;
  top: -88px;
  right: -85px;
}

.view-all-case-studies {
  color: #7c7c7c;
  position: static;
}

.read-case-study {
  text-align: center;
  background-image: url('../images/eye.svg'), linear-gradient(135deg, #fff6ad, #ffed00 50%, #00fdf5);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: -31px;
  right: 25px;
  box-shadow: 0 0 27px #1a1a1a29;
}

.read-case-study:hover {
  opacity: .87;
}

.study-dynamic-item {
  perspective: 1000px;
  cursor: pointer;
  position: relative;
}

.button {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffe01f;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.button:hover {
  opacity: 1;
  background-color: #ffe01f;
  transform: scale(1.1);
}

.button.team-button {
  color: #000;
  background-color: #ffe01d;
  margin-bottom: 380px;
}

.button.learn-more {
  margin-top: 8px;
}

.button.learn-more.team-member {
  margin-top: 40px;
  display: none;
}

.button.learn-more.team-member:hover {
  transform: scale(1.1);
}

.button.read-button {
  color: #000;
  text-align: center;
  background-color: #ffe01f;
  width: 132px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.read-button.blue {
  color: #000;
  background-color: #ffe11f;
  width: 136px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button.read-button.blue:hover {
  transform: scale(1.1);
}

.button.pricing-button {
  color: #242424;
  background-color: #ffe01d;
  margin-top: 30px;
}

.team-grid-homepage-wrapper {
  max-width: 35%;
  margin-top: 355px;
  margin-bottom: 12px;
}

.team-image {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-study-hero-overlay {
  background-color: #000000d6;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-meta {
  color: #b4b4b4;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 200;
  display: inline-block;
}

.hero-meta.tag {
  text-transform: uppercase;
  border: 1px solid #dbdbdb3d;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.rich-text-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.footer-section {
  color: #fff;
  text-align: center;
  background-color: #1f1f1f;
  border: 1px solid #000;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
}

.team-member-avatar {
  border-radius: 50%;
  width: 150px;
}

.team-member-dynamic-item {
  text-align: center;
}

.team-member-name {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.job-title {
  color: #b9b9b9;
  margin-bottom: 10px;
  font-size: 12px;
}

.darken-overlay {
  background-color: #000000bf;
  height: 100%;
  position: absolute;
  inset: 0;
}

.author-avatar {
  border-radius: 50%;
  width: 85px;
  margin-bottom: 15px;
}

.rich-text-narrow {
  padding-left: 75px;
  padding-right: 75px;
}

.rich-text-narrow h2 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 15px;
}

.rich-text-narrow h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-narrow blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
}

.rich-text-narrow img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-narrow a {
  color: #3daeff;
}

.rich-text-narrow h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-narrow h6 {
  margin-top: 15px;
}

.rich-text-narrow li {
  color: #7a7a7a;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-grid-image {
  background-color: #d3d3d3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.blog-grid-link {
  color: #333;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.giant-price-circle {
  color: #fa5c81;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 113px;
  font-size: 75px;
  font-weight: 300;
  display: block;
  position: relative;
}

.quote {
  color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  padding-top: 125px;
  font-size: 29px;
  font-weight: 100;
  line-height: 36px;
}

.category-dropdown {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffe11f;
  border-radius: 3px;
  width: 225px;
  font-weight: 600;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}

.category-toggle {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.category-dropdown-list {
  background-color: #ffe11f;
  display: none;
}

.category-dropdown-list.w--open {
  top: 47px;
}

.category-link {
  color: #000;
  text-align: left;
  background-color: #ffe11f;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.category-link.view-all-link {
  color: #b32d4c;
  border-bottom-color: #cc395b;
  font-weight: 400;
}

.category-link.view-all-link.w--current {
  color: #000;
  background-color: #ffe11f;
  border-bottom-color: #000;
}

.price-circle {
  color: #fff;
  text-align: center;
  background-color: #363636;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  font-size: 50px;
  font-weight: 300;
  display: block;
}

.price-wrapper {
  border: 1px solid #ececec;
  border-radius: 3px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.price-item {
  color: #7c7c7c;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.form-field {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  height: 55px;
}

.text-area {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  min-height: 55px;
}

.text-area.nachricht {
  min-height: 100px;
}

.oops {
  text-align: center;
  padding-top: 20px;
}

.thanks {
  background-color: #fa5c81;
  padding-top: 28px;
  font-size: 18px;
  font-weight: 300;
}

.contact-text {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.blog-grid {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 929px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.blog-grid:hover {
  opacity: .8;
}

.nudge-icon-left {
  margin-top: -2px;
  margin-right: 0;
}

.feature-column {
  padding-top: 125px;
  padding-bottom: 125px;
}

.feature-column.middle {
  background-color: #00000014;
  background-image: linear-gradient(135deg, #ffffff42, #0000);
  height: 100%;
  padding-bottom: 170px;
}

.feature-column.middle.dark {
  background-image: linear-gradient(135deg, #2e2e2e5c, #0000);
}

.back-arrow {
  position: relative;
  top: 2px;
}

.form-success-paragraph {
  color: #fff;
}

.image {
  width: 20%;
  margin-top: 28px;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
  overflow: visible;
}

.image-2 {
  float: none;
  text-align: left;
  padding-bottom: 5px;
  display: inline-block;
}

.brand {
  float: none;
  position: static;
}

.brand.w--current {
  float: none;
  text-align: left;
  display: inline-block;
}

.brand.left {
  float: left;
}

.columns {
  background-color: #000;
  display: block;
}

.text-block {
  color: #ffe01d;
}

.container {
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.heading {
  text-align: center;
  text-transform: none;
  border-top: 2px solid #00000012;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.brand-2.w--current {
  float: left;
  clear: none;
  position: relative;
}

.left, .left.w--current {
  display: none;
}

.ber-uns-button {
  color: #000;
  text-transform: uppercase;
  background-color: #ffe01d;
  display: none;
  position: relative;
  top: -253px;
}

.ber-uns-button.details {
  float: none;
  clear: left;
  text-align: left;
  position: relative;
  top: 24px;
  left: 103px;
}

.container-2 {
  margin-top: 50px;
  display: none;
}

.image-3, .text-block-2, .icon-2 {
  color: #000;
}

.body, .body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-4 {
  float: none;
  clear: none;
  margin-top: -5px;
  position: static;
}

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

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

.image-7 {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.heading-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.paragraph {
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.column {
  padding-right: 10px;
}

.columns-2, .columns-3 {
  margin-top: 30px;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #ffe01d;
}

.heading-3 {
  text-align: center;
  margin-top: -75px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.image-8 {
  margin-top: -75px;
}

.collection-list {
  color: #000;
  background-color: #ffe11f;
}

.div-block {
  border: 1px solid #fff;
  border-radius: 0;
}

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

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

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

.container-3 {
  display: block;
  overflow: visible;
}

.link {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link.w--current {
  margin-bottom: 15px;
}

.paragraph-2 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  clear: none;
  color: #000;
  background-color: #ffe11f;
  border: 3px solid #fee01c;
  border-radius: 0;
  flex: 0 auto;
  align-self: baseline;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.submit-button:hover {
  background-image: none;
  width: auto;
  height: auto;
  transform: scale(1.1);
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-4 {
  margin-top: 83px;
  display: block;
}

.column-3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -765px;
  display: block;
}

.column-4 {
  clear: none;
}

.map {
  display: none;
}

.rich-text-block, .rich-text-block-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  max-width: 60%;
  margin-top: 0;
  display: block;
  position: relative;
  top: -16.9vw;
  left: 33%;
  overflow: hidden;
}

.image-11 {
  max-width: 25%;
  display: block;
  position: relative;
  top: -86.4vw;
  left: 72%;
  overflow: hidden;
}

.image-12 {
  float: none;
  max-width: 55%;
  display: inline-block;
  position: relative;
  top: -62.2vw;
  bottom: auto;
  left: 37%;
}

.image-12.paidtraffic {
  display: block;
  overflow: hidden;
}

.heading-4 {
  float: none;
  color: #232323;
  width: auto;
  max-width: 45%;
  padding-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
  position: relative;
  top: -70.8vw;
  left: 0%;
  overflow: hidden;
}

.div-block-2 {
  position: relative;
  top: -2530px;
}

.container-5 {
  margin-top: 75px;
}

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

.collection-list-2 {
  float: left;
  clear: left;
  flex-wrap: wrap;
  display: flex;
}

.collection-list-3 {
  flex-flow: wrap;
  display: flex;
}

.image-13 {
  float: right;
  width: 60%;
  margin-top: 20px;
}

.image-14 {
  float: right;
  width: 60%;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: -49vw;
}

.image-15 {
  float: right;
  width: 60%;
  display: inline-block;
  position: relative;
  top: -95.2vw;
}

.heading-5 {
  margin-top: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.paragraph-3 {
  color: #404040;
}

.div-block-3 {
  position: relative;
}

.heading-6 {
  text-align: center;
  align-items: flex-start;
  display: block;
}

.paragraph-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.link-2 {
  color: #fee01c;
}

.columns-6 {
  display: none;
}

.image-16 {
  float: none;
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-7 {
  text-align: center;
  margin-top: 133px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.success-message {
  background-color: #73ff734d;
}

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

.text-field {
  clear: none;
  order: 0;
  width: 40%;
  margin-top: 10px;
  position: static;
}

.paragraph-5 {
  text-align: center;
  font-size: 12px;
}

.image-18 {
  float: left;
  width: 70%;
  margin-top: 25px;
  overflow: visible;
}

.paragraph-6 {
  margin: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
}

.seo-section-heading {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 2;
  margin-top: 40px;
  margin-right: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  overflow: visible;
}

.paragraph-7 {
  text-align: left;
  margin: 0 0 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-7.subheading {
  text-align: center;
}

.container-6 {
  margin-top: 20px;
}

.heading-8 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-3 {
  background-image: url('../images/suchanfrage.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.extra-option-wrap {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.next-button {
  background-color: #3cd3ad;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 15px 20px;
  font-size: 20px;
  transition: background-color .2s ease-in;
}

.next-button:hover {
  background-color: #6c33da;
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 75px;
  display: flex;
  position: relative;
}

.form-wrapper {
  background-color: #fff;
  border: 5px solid #00000026;
  border-radius: 25px;
  margin: 50px auto 0;
  padding: 0;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.field {
  color: #6c33da;
  text-align: left;
  background-color: #e1e4e940;
  border: 2px solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

.step-paginator {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  height: auto;
  margin: -2px;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.square-overlay {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
}

.submit-button-2 {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  border-radius: 10px;
  width: 60%;
  height: auto;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-2:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px #0000004d;
}

.step {
  background-color: #f0f1f3;
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.step-counter {
  color: #00000059;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-section-title {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.checkbox-ticker {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.checkbox-label {
  z-index: 3;
  opacity: .45;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.checkbox-label.no-label {
  padding-left: 0;
  padding-right: 0;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.success-message-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.checkbox-wrapper {
  z-index: 1;
  background-color: #e1e4e940;
  background-image: url('../images/unchecked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-title-line {
  background-color: #000;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  display: block;
}

.previous-button {
  opacity: .35;
  color: #000;
  text-indent: -2px;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.services-icon {
  float: left;
}

.services-heading {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.columns-7 {
  margin-top: 50px;
}

.paragraph-8 {
  padding-left: 5px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

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

.container-7 {
  height: 100vh;
}

.image-19 {
  width: 250px;
  margin-bottom: 50px;
}

.benefit-column {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.lottie-animation {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation-2 {
  width: 250px;
  margin-bottom: 50px;
}

.heading-9 {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.image-20 {
  border-radius: 350px;
}

.image-20.ich {
  width: 400px;
}

.columns-8 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.columns-8.ber-mich {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.columns-8.funnel {
  align-items: center;
  display: flex;
}

.prozess-columns {
  margin-bottom: 40px;
  padding-top: 114px;
}

.prozess-div {
  border: 3px solid #fff;
  border-radius: 250px;
  width: 250px;
  height: 250px;
}

.prozess-number {
  color: #ffe11f;
  font-size: 200px;
  line-height: 200px;
}

.prozess-text {
  color: silver;
  margin-top: 30px;
}

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

.funnel-1 {
  color: #a8a8a8;
}

.funnel-2 {
  color: #7f7f7f;
}

.funnel-3 {
  color: #595958;
}

.funnel-4 {
  color: #353535;
}

.html-embed {
  height: 600px;
}

.column-6 {
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0% -91%;
}

.slide {
  background-color: #0000;
  top: 35px;
}

.right-arrow {
  width: 15%;
  inset: auto 0% 0% 85%;
}

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

.button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-button {
  text-transform: capitalize;
  background-color: #4a4a4a;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.lp-button.yellow {
  color: #1a1a1a;
  text-transform: capitalize;
  background-color: #ffe11f;
  margin-top: 10px;
}

.columns-9 {
  align-items: center;
  display: flex;
}

.column-8 {
  align-self: flex-start;
}

.zusammenarbeit-col {
  align-items: center;
  display: flex;
}

.image-21 {
  width: 50%;
  max-width: none;
}

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

.slider {
  background-color: #0000;
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-12 {
  margin-bottom: 35px;
}

.slide-2, .slide-3, .slide-4 {
  top: 35px;
}

.calendly {
  height: 80vh;
  overflow: hidden;
}

html.w-mod-js [data-ix="fade-in-hero-heading"], html.w-mod-js [data-ix="fade-in-hero-sub-text"] {
  opacity: 0;
}

html.w-mod-js [data-ix="large-hexagon"] {
  opacity: 0;
  transform: rotateX(0)rotateY(60deg)rotateZ(0)translate(-57px, -100px)scale(.82, .62);
}

html.w-mod-js [data-ix="large-triangle"] {
  opacity: 0;
  transform: rotateX(-130deg)rotateY(60deg)rotateZ(0)translate(57px, -100px)scale(.82, .62);
}

html.w-mod-js [data-ix="medium-circle"] {
  opacity: 0;
  transform: rotateX(0)rotateY(60deg)rotateZ(0)translate(-57px, -100px)scale(.82, .62);
}

html.w-mod-js [data-ix="softly-float-back"] {
  opacity: .2;
}

html.w-mod-js [data-ix="softly-float-back-lighter"] {
  opacity: 0;
}

html.w-mod-js [data-ix="softly-float-forward"] {
  opacity: .05;
}

html.w-mod-js [data-ix="show-content-onslide"] {
  opacity: 0;
  display: none;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .section.case-studies-section {
    padding-top: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.our-team-section {
    padding-left: 20px;
  }

  .section.author-hero {
    height: auto;
  }

  .section.blog-section {
    padding-top: 145px;
    padding-bottom: 80px;
  }

  .section.quote-section {
    height: auto;
  }

  .section.contact-section {
    padding-left: 20px;
  }

  .section.paid-traffic-section {
    height: 100vh;
  }

  .nav-menu {
    background-color: #141414;
    padding-bottom: 20px;
  }

  .nav-contact {
    margin-top: 5px;
  }

  .nav-link.w--current {
    border-top-width: 0;
    font-weight: 700;
  }

  .hero-container.author-page {
    top: auto;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-sub-heading {
    line-height: 31px;
  }

  .giant-heading {
    font-size: 30vh;
    line-height: 30vh;
  }

  .giant-heading.faded {
    margin-top: 53px;
    padding-top: 0;
    font-size: 23vh;
    line-height: 25vh;
    right: -34px;
  }

  .giant-heading.faded.blog {
    margin-top: 43px;
    padding-top: 0;
  }

  .giant-heading.services {
    font-size: 22vh;
    right: -34px;
  }

  .stroke-image {
    top: 8%;
  }

  .intro-paragraph {
    max-width: 455px;
    margin-top: 331px;
    margin-bottom: 200px;
  }

  .intro-paragraph.about-paragraph {
    margin-top: 651px;
    margin-bottom: 35px;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .show-more-studies {
    margin-top: -628px;
  }

  .button.team-button {
    margin-bottom: 280px;
  }

  .team-grid-homepage-wrapper {
    margin-top: 82px;
  }

  .header {
    position: fixed;
  }

  .quote {
    margin-bottom: 90px;
    padding-top: 90px;
  }

  .menu-button {
    float: right;
    color: #fff;
    background-color: #1b1b1b;
    margin-right: 20px;
    font-size: 27px;
    display: block;
    position: relative;
    top: auto;
  }

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

  .image-2 {
    float: left;
    width: 50%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 5px;
    padding-left: 5px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .icon {
    color: #ffe11f;
  }

  .brand {
    display: none;
  }

  .brand.w--current {
    padding-left: 10px;
    display: none;
  }

  .left {
    display: block;
  }

  .left.w--current {
    float: left;
    clear: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .leftimg {
    float: left;
    width: 65%;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    position: relative;
    overflow: auto;
  }

  .ber-uns-button {
    top: -194px;
    bottom: 24px;
    left: 1px;
  }

  .image-9 {
    float: left;
    width: 200px;
    display: inline-block;
    overflow: visible;
  }

  .columns-4 {
    margin-top: 24px;
  }

  .container-4 {
    margin-top: -407px;
  }

  .image-10 {
    top: -16vw;
  }

  .image-11 {
    top: -391px;
    left: 144px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
    top: -92.3vw;
  }

  .heading-5 {
    margin-top: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .image-16 {
    width: 50%;
  }

  .heading-7 {
    margin-top: 54px;
  }

  .image-18 {
    float: none;
    width: 100%;
  }

  .extra-option-wrap {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

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

  .slider {
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .section.case-studies-section {
    padding-top: 345px;
  }

  .section.our-team-section {
    padding-right: 20px;
  }

  .section.author-hero {
    height: auto;
  }

  .section.blog-section.landingpage {
    padding-top: 130px;
  }

  .section.blog-posts-section {
    padding-bottom: 50px;
  }

  .section.contact-section {
    padding-left: 0;
  }

  .section.seo-section {
    position: relative;
    overflow: hidden;
  }

  .hero-container {
    top: 28%;
  }

  .hero-container.home {
    top: 33%;
  }

  .hero-heading.line-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .hero-sub-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .giant-heading.faded {
    margin-top: 71px;
    font-size: 16vh;
    line-height: 18vh;
    right: -25px;
  }

  .giant-heading.faded.blog {
    font-size: 10vh;
    line-height: 10vh;
    inset: 0% 0% auto;
  }

  .giant-heading.services {
    font-size: 17vh;
    right: -33px;
  }

  .giant-heading.services.prozess {
    font-size: 20vh;
    line-height: 20vh;
    inset: 0% 0% auto;
  }

  .stroke-image {
    top: 6%;
  }

  .intro-paragraph {
    max-width: 327px;
    font-size: 20px;
    line-height: 26px;
  }

  .intro-paragraph.our-team-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .intro-paragraph.about-paragraph {
    margin-top: 673px;
  }

  .feature-strip.grey {
    overflow: visible;
  }

  .about-container {
    padding-left: 20px;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .show-more-studies {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .button.team-button {
    width: 130px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.learn-more.team-member, .button.read-button.blue {
    margin-bottom: 50px;
  }

  .team-grid-homepage-wrapper {
    max-width: 35100%;
  }

  .team-image {
    margin-bottom: 25px;
  }

  .blog-grid-link {
    margin-bottom: 50px;
  }

  .quote {
    border-left-width: 0;
    font-size: 24px;
  }

  .price-wrapper {
    max-width: 300px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-column {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .image-2 {
    width: 50%;
    margin-top: 5px;
    top: 7px;
    bottom: -39px;
    left: 10px;
  }

  .brand.w--current {
    display: none;
  }

  .ber-uns-button {
    left: -2px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    display: flex;
  }

  .container-4 {
    margin-top: -312px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    top: -33.4vw;
  }

  .image-11 {
    top: -9px;
    left: 43px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-18 {
    float: none;
    width: 100%;
  }

  .seo-section-heading {
    font-size: 35px;
    overflow: visible;
  }

  .section-2, .body-3 {
    overflow: visible;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .form-content {
    width: 90%;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .benefit-column {
    padding-top: 72px;
  }

  .columns-8.ber-mich, .columns-8.funnel {
    flex-direction: column;
    padding-top: 20px;
  }

  .column-7 {
    order: -1;
  }

  .zusammenarbeit-col {
    flex-direction: column;
  }

  .slider {
    height: 720px;
  }
}

@media screen and (max-width: 479px) {
  .section.case-studies-section {
    padding-top: 210px;
  }

  .section.blog-section.landingpage {
    padding-top: 107px;
  }

  .section.quote-section {
    margin-top: 0;
  }

  .site-title {
    font-size: 22px;
  }

  .site-logo {
    margin-left: 5px;
  }

  .navbar-container {
    display: flex;
  }

  .hero-container.home {
    top: 26%;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-heading.line-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 47px;
  }

  .hero-sub-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .giant-heading.faded {
    margin-top: 60px;
    font-size: 9vh;
    line-height: 10vh;
    right: -5px;
  }

  .giant-heading.faded.blog {
    margin-top: 13px;
    right: -1px;
  }

  .giant-heading.about-us {
    padding-right: 33px;
    font-size: 13vh;
    line-height: 13vh;
    right: -33px;
  }

  .giant-heading.services {
    margin-top: -73px;
    font-size: 9vh;
    right: 2px;
  }

  .giant-heading.services.prozess {
    font-size: 10vh;
    line-height: 10vh;
    inset: 6% 0% auto;
  }

  .stroke-image {
    top: 2%;
  }

  .intro-paragraph.about-paragraph {
    margin-top: 216px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .intro-paragraph.about-paragraph.lp {
    margin-top: 203px;
  }

  .circle-icon.footer {
    margin-left: 45px;
  }

  .about-container {
    padding-left: 0;
  }

  .wide-container.lp {
    padding-left: 0;
    padding-right: 0;
  }

  .wide-container.kontakt {
    overflow: hidden;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .hero-meta.tag {
    margin-top: 15px;
  }

  .rich-text-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rich-text-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-narrow p {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-button {
    color: #fff;
    background-color: #1b1b1b00;
    margin-right: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-text {
    margin-bottom: 25px;
    position: relative;
    top: 9px;
  }

  .feature-column {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .team-avatar-item {
    text-align: center;
  }

  .image-2 {
    margin-top: 5px;
    top: 10px;
    left: -6px;
  }

  .icon {
    float: none;
    clear: none;
  }

  .brand.w--current {
    display: none;
  }

  .columns {
    background-color: #242424;
  }

  .container {
    text-align: center;
    border: 1px #000;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .leftimg {
    clear: none;
    width: 65%;
    margin-top: 7px;
  }

  .ber-uns-button {
    top: -38px;
    left: 8px;
  }

  .image-7 {
    position: static;
  }

  .submit-button {
    text-align: left;
  }

  .column-3 {
    display: flex;
  }

  .container-4 {
    margin-top: -179px;
  }

  .image-10 {
    top: -48.7vw;
  }

  .image-11 {
    top: -58px;
    left: 37px;
  }

  .heading-5 {
    float: none;
    clear: none;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-7 {
    font-size: 40px;
  }

  .text-field {
    width: 100%;
  }

  .image-18 {
    overflow: hidden;
  }

  .seo-section-heading {
    overflow: visible;
  }

  .section-2 {
    overflow: hidden;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .form-wrapper {
    padding: 0;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0;
  }

  .checkbox-active-overlay {
    background-position: 10px;
    background-size: 20px;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-label {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .next {
    margin-bottom: 50px;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0 0;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .benefit-column {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .heading-9 {
    font-size: 33px;
    line-height: 35px;
  }

  .columns-8.ber-mich {
    padding-top: 20px;
  }

  .funnel-1, .funnel-2, .funnel-3, .funnel-4 {
    font-size: 33px;
  }

  .html-embed {
    overflow: hidden;
  }

  .column-6 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
  }

  .left-arrow {
    left: -84%;
  }

  .right-arrow {
    width: 25%;
    left: 73%;
  }

  .button-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    height: 90%;
    padding-top: 58px;
    padding-bottom: 58px;
    overflow: hidden;
  }
}


