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

body {
  background-color: #000;
  font-family: 'Nootype radikal', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

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

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

.body {
  font-family: 'Nootype radikal', sans-serif;
  font-weight: 400;
}

.header-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.button {
  background-color: #6ddd15;
}

.primary-button {
  position: relative;
  padding: 16px 24px 14px;
  background-color: #6ddd15;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-button.black {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  background-color: #000;
  text-align: left;
  cursor: pointer;
}

.logo {
  max-width: 100%;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-slider-wrapper {
  display: block;
}

.heading {
  width: 500px;
  margin-top: 24px;
  font-size: 48px;
  line-height: 56px;
}

.subtitle {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}

.image {
  width: 40vh;
  height: auto;
}

.fullwidth-wrapper {
  padding-right: 32px;
  padding-left: 32px;
}

.fullwidth-wrapper.margin-top-xl {
  margin-top: 80px;
}

.fullwidth-wrapper.margin-top-section {
  margin-top: 140px;
}

.fullwidth-wrapper.margin-top-section-big {
  margin-top: 240px;
}

.nav-link {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.margin-left-xl {
  margin-left: 80px;
}

.body-2 {
  font-weight: 300;
}

.copy-long {
  max-width: 640px;
  margin-top: 140px;
  margin-right: 0px;
}

.copy-long.margin-top-section {
  display: block;
  margin-top: 140px;
  margin-bottom: 90px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.copy-long.margin-top-section.padding {
  margin-top: 0px;
  margin-left: 151px;
  padding-left: 0px;
}

.copy-long.margin-top-section.margin {
  margin-top: 180px;
  margin-bottom: 147px;
  margin-left: 120px;
  padding-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copy-long.margin-0 {
  display: inline;
  max-width: none;
  margin-top: 0px;
  font-weight: 300;
}

.copy-long.margin-40 {
  margin-top: 40px;
}

.copy-long.margin-40.padding {
  padding-right: 0px;
  padding-left: 20px;
}

.copy-long.margin-40.width-550 {
  max-width: none;
  padding-left: 0px;
}

.copy-long.margin-40.width-550.padding {
  max-width: 549.5px;
  padding-left: 20px;
}

.copy-long.padding {
  padding-right: 83px;
}

.copy-long.margin-alot {
  margin-top: 520px;
}

.copy-long.copy-impressum {
  max-width: none;
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
}

.copy-long.copy-center {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.container-1280 {
  max-width: 1280px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

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

.container-1280.footer {
  position: static;
  background-color: #141414;
}

.container-1280.nav-section {
  padding-left: 40px;
}

.container-1280.container-margin-0 {
  margin-top: 80px;
}

.h2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.h2-wrapper.margin-top-section {
  margin-top: 447px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2-wrapper.margin-top-section.h2-right {
  margin-right: 0px;
  padding-right: 312px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h2-wrapper.margin-top-section.margin-0 {
  margin-top: 171px;
  margin-left: 441px;
  padding-top: 24px;
  padding-bottom: 0px;
}

.h2-wrapper.margin-top-section.margin-200 {
  margin-top: 48px;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2-wrapper.h2-right {
  margin-top: 80px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 40px;
  line-height: 40px;
}

.heading-2.margin-0 {
  margin-left: 0px;
}

.heading-2.bold {
  display: block;
  margin-top: 40px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
  text-align: center;
}

.challenge-images-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.challenge-images-wrapper.margin-top-section {
  margin-top: 120px;
}

.align-rigt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.container-konzept {
  margin-top: 246px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.html-embed {
  display: inline;
  width: 640px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block {
  display: block;
  width: 300px;
}

.container-methoden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.accordeon-wrapper {
  margin-top: 80px;
}

.methode {
  padding: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.methode.methode-border-0 {
  border-top-style: none;
}

.icon-close {
  display: none;
}

.heading-3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 48px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.methode-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.methode-content {
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #000;
}

.container-ergebnis {
  margin-top: 280px;
}

.div-block-2 {
  width: 640px;
}

.umsetzung-images-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.umsetzung-images-wrapper.margin-top-section {
  margin-top: 140px;
  grid-column-gap: 80px;
}

.image-4 {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-testimonial {
  margin-top: 140px;
}

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

.container-calltoaction {
  margin-top: 140px;
  padding-top: 120px;
  padding-bottom: 120px;
  border: 1px solid transparent;
  background-color: #6ddd15;
}

.text-block {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  background-color: transparent;
  color: #000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.container-footer {
  margin-top: 120px;
  padding: 100px 32px;
  background-color: #141414;
}

.div-block-3 {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 30px;
}

.umsetzung-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.umsetzung-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-secondary {
  color: #000;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-template-areas: "Area";
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-height: 600px;
  min-height: 600px;
  margin-top: 0px;
  margin-right: -16px;
  padding: 0px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HG-Testimonial.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.text-block-2 {
  margin-left: 0px;
  padding-top: 32px;
  font-family: Yummycupcakes, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

.image-8 {
  max-width: 40%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-5 {
  display: inline-block;
  padding: 16px 24px 14px;
}

.white-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #fff;
}

.text-block-3 {
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.link-block {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
}

.link-block.margin-left-xl {
  margin-left: 64px;
}

.nav-underline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-underline.nav-underline-green {
  display: none;
  height: 2px;
  background-color: #6ddd15;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-4 {
  margin-top: 60px;
  font-family: 'Kimberly geswein kg life is messy', sans-serif;
  color: #000;
  line-height: 40px;
}

.phone-slider {
  display: block;
  width: 25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-circle {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.nav-circle.nav-circle-active {
  background-color: #fff;
}

.phone-slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-slide-image {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 18.5vw;
  max-width: none;
  margin-left: 3.85px;
}

.mask {
  background-color: transparent;
  background-image: url('../images/iPhone-Clay-Frontal-White-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  background-color: transparent;
}

.slider.phone-slider {
  width: 100%;
}

.slide-nav {
  position: relative;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.mask-2 {
  background-image: url('../images/iPhone-Clay-Frontal-White-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-9 {
  position: absolute;
}

.smartphone {
  position: absolute;
  margin-top: 56px;
  margin-right: 0px;
  margin-left: 38px;
}

.slider-4 {
  width: 225px;
  height: 400px;
}

.slide {
  background-image: url('../images/Bildschirmfoto-2020-11-26-um-10.13.40.png');
  background-position: 0px 0px;
  background-size: 225px;
}

.left-arrow {
  margin-left: -100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow:hover {
  color: #6ddd15;
}

.right-arrow {
  margin-right: -100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  color: #6ddd15;
}

.slide-nav-2 {
  margin-bottom: -110px;
  color: #6ddd15;
  font-size: 12px;
}

.slide-3 {
  background-image: url('../images/Bildschirmfoto-2020-11-26-um-11.12.40.png');
  background-position: 0px 0px;
  background-size: 225px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-4 {
  background-image: url('../images/Bildschirmfoto-2020-11-26-um-10.18.44.png');
  background-position: 0px 0px;
  background-size: 225px;
}

.background-video {
  width: 225px;
  height: 410px;
}

.div-block-9 {
  min-height: 350px;
}

.text-block-5 {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 28px;
  line-height: 38px;
}

.grid-2 {
  margin-left: 80px;
  grid-auto-flow: row;
  grid-column-gap: 200px;
  grid-row-gap: 80px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-6 {
  margin-top: 0px;
  margin-left: 200px;
  color: #464744;
  font-size: 28px;
  line-height: 38px;
}

.div-block-10 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-text {
  margin-right: 32px;
  font-size: 18px;
}

.div-block-11 {
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.image-10 {
  max-width: 5%;
}

.image-10.social-icons {
  max-width: 3%;
  margin-right: 40px;
}

.image-11 {
  max-width: 6%;
  margin-right: 40px;
}

.image12 {
  max-width: 6%;
  margin-right: 40px;
}

.image-12 {
  max-width: 6%;
  margin-right: 40px;
}

.image-13 {
  max-width: 6%;
}

.image-14 {
  position: absolute;
  z-index: -1;
  display: inline-block;
  max-height: 100%;
  margin-top: auto;
  background-clip: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-15 {
  position: absolute;
  z-index: -1;
  max-height: 9000px;
  min-height: 9500px;
  margin-top: 400px;
  padding-right: 0px;
  padding-left: 155px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-12 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  max-width: none;
  margin-top: -250px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.image-16 {
  position: absolute;
  z-index: -2;
  display: inline-block;
  width: Infinity%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-right: 0px;
  padding-top: 81px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -82px;
}

.image-17 {
  margin-right: 0px;
  margin-left: 360px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-18 {
  margin-top: 120px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-19 {
  margin-top: 120px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  position: absolute;
  z-index: -1;
}

.image-20 {
  margin-top: -283px;
  margin-right: -35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-21 {
  margin-right: 0px;
  margin-bottom: 48px;
  padding-right: 0px;
  padding-left: 120px;
}

.image-22 {
  position: absolute;
  left: 931px;
  top: 1153px;
  right: 0px;
  padding-right: 0px;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -259px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-23 {
  max-width: 50%;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-24 {
  position: absolute;
  z-index: -2;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.lottie-animation {
  margin-left: 0px;
  padding-left: 0px;
}

.image-25 {
  position: absolute;
  z-index: -2;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thread-konzept1 {
  margin-top: -100px;
  margin-right: 0px;
  padding-left: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-26 {
  position: absolute;
  z-index: -1;
}

.div-block-21 {
  position: static;
  margin-top: 0px;
}

.image-27 {
  position: absolute;
  z-index: -1;
}

.image-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.thread-with-man {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-left: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-29 {
  position: absolute;
  z-index: -1;
}

.image-30 {
  position: absolute;
  z-index: -1;
}

.div-block-23 {
  padding-left: 120px;
}

.thread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 280px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie {
  position: absolute;
}

.lottie-animation-2 {
  z-index: -1;
  margin-top: -320px;
}

.lottie-animation-3 {
  position: absolute;
  z-index: -1;
  margin-left: 131px;
}

.lottie-animation-4 {
  position: absolute;
  z-index: -1;
}

.div-block-24 {
  position: absolute;
}

.lottie-animation-5 {
  margin-top: 0px;
}

.thread-konzept2 {
  position: absolute;
  margin-top: 140px;
}

.lottie-animation-6 {
  position: absolute;
  z-index: -1;
  margin-top: -50px;
  margin-left: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.threat-umsetzung1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-video-2 {
  z-index: -1;
  width: 225px;
  height: 400px;
}

.div-block-27 {
  margin-right: 0px;
  margin-left: 207px;
}

.div-block-28 {
  position: absolute;
}

.threat-methoden {
  position: absolute;
  z-index: -1;
  margin-top: -232px;
}

.social-icons {
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 30px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.social-icons.facebook {
  margin-right: 0px;
  background-repeat: no-repeat;
}

.social-icons.instgram {
  margin-right: 0px;
  background-image: url('../images/instagram-01.svg');
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icons.youtube {
  margin-top: 0px;
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
  border-radius: 0px;
  background-image: url('../images/youtube.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}

.social-icons.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.social-icons.xing {
  background-image: url('../images/xing-social-logotype.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.social-icons.social-icon-first {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.social-icons.padding {
  margin-bottom: 35px;
  padding-bottom: 0px;
}

.image-31 {
  margin-top: 140px;
}

.image-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.image-34 {
  width: 40px;
  height: 40px;
}

.footer-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.div-block-29 {
  margin-left: 171px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-link:hover {
  text-decoration: none;
}

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

.link.text-link.text-link-secondary:hover {
  text-decoration: underline;
}

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

.link-2.text-link.text-link-secondary:hover {
  text-decoration: underline;
}

.image-41 {
  display: none;
}

.image-42 {
  display: none;
  width: 100%;
}

.div-block-30 {
  width: 40%;
  height: 100%;
  min-height: 600px;
  background-image: url('../images/Orlando.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-31 {
  z-index: 9999;
  background-color: #000;
}

.impressum-section {
  margin-top: 140px;
}

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

.heading-4.impressum-heading-mobile {
  display: none;
}

.div-block-32 {
  margin-top: 64px;
}

.html-embed-2 {
  display: block;
  width: 40px;
  height: 40px;
  max-height: none;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.html-embed-2:hover {
  background-color: transparent;
  color: #6ddd15;
}

.html-embed-2.facebook {
  max-width: 50%;
}

.text-block-7 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-33.margin-8 {
  margin-top: 8px;
}

.text-block-8 {
  display: inline;
  padding-right: 16px;
  font-size: 32px;
}

.div-block-34 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    margin-top: 0px;
    padding-top: 48px;
  }

  .heading-2.bold {
    margin-left: 0px;
  }

  .container-footer {
    background-color: #141414;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: auto;
    max-height: 600px;
    min-height: 600px;
    margin-top: 0px;
    margin-right: -16px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-2 {
    padding-top: 32px;
    font-size: 28px;
    line-height: 36px;
  }

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

  .grid-2 {
    -ms-grid-columns: 0.41fr 1fr;
    grid-template-columns: 0.41fr 1fr;
  }

  .div-block-10 {
    margin-left: 0px;
  }

  .image-10 {
    max-width: 3%;
    background-color: transparent;
    color: #fff;
  }

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

  .image-41 {
    display: none;
    width: 100%;
    max-height: none;
  }

  .image-42 {
    display: none;
  }

  .div-block-30 {
    width: 40%;
    height: 100%;
    min-height: 600px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/Orlando.jpg');
    background-position: 0% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .primary-button {
    padding-top: 24px;
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 16px;
  }

  .primary-button.black {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .logo {
    max-width: 100%;
  }

  .hero-section {
    width: 1280px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading {
    width: 600px;
    font-size: 56px;
    line-height: 64px;
  }

  .subtitle {
    font-size: 36px;
    line-height: 36px;
  }

  .copy-long {
    max-width: 800px;
  }

  .h2-wrapper.margin-top-section.margin-0 {
    margin-top: 316px;
    margin-left: 462px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 48px;
  }

  .challenge-images-wrapper {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    grid-auto-flow: row;
  }

  .image-2 {
    width: 100%;
  }

  .image-3 {
    width: 100%;
  }

  .html-embed {
    width: 800px;
  }

  .umsetzung-images-wrapper {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    grid-auto-flow: row;
  }

  .h1-secondary {
    font-size: 56px;
  }

  .div-block-4 {
    max-height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .phone-slider {
    width: 22vw;
  }

  .phone-slider-container {
    width: auto;
  }

  .phone-slide-image {
    width: 16.25vw;
  }

  .image-15 {
    max-height: 12000px;
    min-height: 10000px;
  }

  .image-32 {
    width: 300px;
  }

  .text-block-7 {
    margin-top: 24px;
  }

  .div-block-33 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .primary-button {
    padding: 24px 32px 22px;
  }

  .primary-button.black {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .hero-section {
    width: 1440px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading {
    width: 700px;
    margin-top: 32px;
    font-size: 64px;
    line-height: 74px;
  }

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

  .fullwidth-wrapper {
    position: static;
  }

  .container-1280 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-1280.footer {
    background-color: transparent;
  }

  .h2-wrapper.margin-top-section {
    margin-right: 0px;
  }

  .h2-wrapper.margin-top-section.margin-0 {
    margin-top: 244px;
  }

  .heading-2 {
    font-size: 56px;
    line-height: 56px;
  }

  .html-embed {
    width: 800px;
  }

  .container-testimonial {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    display: inline-block;
    width: 100%;
  }

  .container-footer {
    background-color: #141414;
  }

  .h1-secondary {
    font-size: 64px;
    line-height: 75px;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    width: 60%;
    max-height: 600px;
    min-height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .phone-slide-image {
    width: auto;
  }

  .text-block-5 {
    margin-top: 0px;
  }

  .image-15 {
    width: 100%;
    height: auto;
    max-height: 13000px;
    max-width: 100%;
    min-height: 1800px;
  }

  .div-block-13 {
    padding-top: 81px;
  }

  .image-28 {
    z-index: -3;
  }

  .image-29 {
    z-index: -2;
  }

  .div-block-30 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    z-index: 999999;
  }

  .primary-button.black {
    padding: 24px 32px 22px;
  }

  .hero-section {
    width: auto;
    height: auto;
    padding-top: 132px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    margin-top: 0px;
    text-align: center;
  }

  .heading {
    margin-top: 32px;
  }

  .fullwidth-wrapper.margin-top-section {
    margin-top: 180px;
  }

  .fullwidth-wrapper.margin-top-section-big {
    margin-top: 0px;
  }

  .fullwidth-wrapper.margin-top {
    margin-top: 0px;
  }

  .copy-long {
    max-width: none;
    margin-top: 80px;
  }

  .copy-long.margin-top-section.padding {
    margin-left: 0px;
    padding-right: 0px;
  }

  .copy-long.padding {
    padding-right: 0px;
  }

  .copy-long.margin-alot {
    margin-top: 120px;
  }

  .container-1280 {
    max-width: none;
    margin-top: 148px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: left;
  }

  .container-1280.nav-section {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .h2-wrapper.margin-top-section {
    margin-top: 140px;
  }

  .h2-wrapper.margin-top-section.margin-0 {
    margin-top: 48px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .h2-wrapper.margin-top-section.margin-200 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h2-wrapper.h2-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-methoden {
    margin-top: 148px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-ergebnis {
    margin-top: 0px;
  }

  .div-block-2 {
    width: 100%;
  }

  .container-footer {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .h1-secondary {
    line-height: 60px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-4 {
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-top: -16px;
    margin-right: 0px;
    padding-top: 80px;
    padding-bottom: 47px;
  }

  .text-block-2 {
    padding-top: 16px;
    font-size: 28px;
    line-height: 40px;
  }

  .image-8 {
    max-width: 30%;
  }

  .link-block.margin-left-xl {
    margin-left: 0px;
  }

  .text-block-6 {
    margin-top: 80px;
    margin-left: 0px;
  }

  .div-block-10 {
    margin-top: 64px;
  }

  .div-block-19 {
    margin-top: 0px;
  }

  .thread-konzept1 {
    display: none;
  }

  .image-28 {
    display: none;
  }

  .div-block-27 {
    display: none;
  }

  .threat-methoden {
    display: none;
    margin-top: 0px;
  }

  .smartphone-slider {
    margin-top: 100px;
  }

  .image-31 {
    display: none;
  }

  .image-33 {
    display: none;
  }

  .footer-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-29 {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-35 {
    display: none;
  }

  .image-36 {
    display: none;
  }

  .image-41 {
    display: none;
  }

  .image-42 {
    display: block;
    width: 100%;
  }

  .div-block-30 {
    width: 100%;
    height: auto;
    min-height: auto;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .primary-button.black {
    width: 100%;
  }

  .hero-section {
    padding-top: 180px;
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .fullwidth-wrapper.margin-top-section.margin-nav {
    margin-top: 120px;
  }

  .fullwidth-wrapper.margin-top-section-big {
    padding-right: 24px;
    padding-left: 24px;
  }

  .fullwidth-wrapper.margin-top {
    margin-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .copy-long {
    max-width: none;
    margin-top: 64px;
    font-size: 20px;
    line-height: 30px;
  }

  .copy-long.margin-top-section.padding {
    max-width: none;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .copy-long.margin-top-section.margin {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .copy-long.margin-40.padding {
    margin-top: 40px;
    padding-left: 0px;
  }

  .copy-long.padding {
    margin-top: 64px;
    padding-right: 0px;
  }

  .copy-long.margin-alot {
    max-width: none;
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .container-1280 {
    margin-top: 100px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-1280.center.contact-cta {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-1280.nav-section {
    display: -ms-grid;
    display: grid;
    padding-left: 16px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h2-wrapper.margin-top-section {
    margin-top: 100px;
  }

  .h2-wrapper.margin-top-section.margin-0 {
    margin-top: 64px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h2-wrapper.margin-top-section.margin-200 {
    margin-top: 65px;
  }

  .h2-wrapper.h2-right {
    margin-top: 64px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-2.bold {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .challenge-images-wrapper.margin-top-section {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .align-rigt-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-konzept {
    margin-top: 80px;
  }

  .html-embed {
    width: 100%;
  }

  .container-methoden {
    margin-top: 100px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .umsetzung-images-wrapper.margin-top-section {
    margin-top: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-4 {
    text-align: left;
  }

  .container-calltoaction {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .umsetzung-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .umsetzung-right {
    margin-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-secondary {
    text-align: left;
  }

  .div-block-4 {
    padding: 48px 24px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-8 {
    max-width: 40%;
  }

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

  .link-block.margin-left-xl {
    margin-left: 0px;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .div-block-14 {
    margin-top: 0px;
  }

  .thread-konzept1 {
    display: none;
  }

  .smartphone-slider {
    margin-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    position: fixed;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .primary-button {
    display: block;
    width: 100%;
    margin-top: 32px;
  }

  .logo {
    max-width: 100%;
  }

  .logo-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-section {
    margin-top: 200px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading {
    width: auto;
    margin-top: 24px;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .subtitle {
    font-size: 16px;
    text-align: left;
  }

  .fullwidth-wrapper.margin-top-section {
    margin-top: 140px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .fullwidth-wrapper.margin-top-section-big {
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fullwidth-wrapper.margin-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copy-long {
    margin-top: 140px;
  }

  .copy-long.margin-alot {
    margin-top: 0px;
  }

  .container-1280 {
    margin-top: 0px;
  }

  .container-1280.nav-section {
    margin-top: 0px;
    padding-left: 0px;
    justify-items: start;
  }

  .container-1280.container-margin-0 {
    margin-top: 120px;
  }

  .container-1280.container-impressum {
    margin-top: 80px;
  }

  .h2-wrapper.margin-top-section {
    margin-top: 80px;
  }

  .heading-3 {
    margin-left: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .methode-title {
    padding: 16px;
  }

  .icon-open {
    max-width: 32px;
  }

  .image-4 {
    max-width: 20%;
  }

  .image-5 {
    max-width: 20%;
  }

  .container-calltoaction {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1-secondary {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-2 {
    padding-top: 24px;
  }

  .image-8 {
    max-width: 60%;
  }

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

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

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-right: -70px;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-6 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .smartphone-slider {
    display: block;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text {
    margin-right: 0px;
  }

  .image-34 {
    width: 24px;
    height: 24px;
  }

  .footer-lower {
    margin-top: 40px;
  }

  .image-37 {
    max-width: 16%;
  }

  .image-38 {
    max-width: 16%;
  }

  .image-39 {
    max-width: 16%;
  }

  .image-40 {
    max-width: 16%;
  }

  .impressum-section {
    margin-top: 200px;
  }

  .heading-4 {
    display: none;
  }

  .heading-4.impressum-heading-mobile {
    display: block;
  }

  .heading-4.heading-impressum {
    display: block;
  }

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

#w-node-15d434d35f93-67bc8bdf {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Kimberly geswein kg life is messy';
  src: url('../fonts/Kimberly-Geswein---KG-Life-is-Messy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yummycupcakes';
  src: url('../fonts/YummyCupcakes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-UltraThin-Italic.otf') format('opentype'), url('../fonts/Nootype---Radikal-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-UltraThin.otf') format('opentype'), url('../fonts/Nootype---Radikal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}