body {
  font-family: Poppins;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 10.5vw;
  line-height: 90%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.6vw;
  line-height: 140%;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.hero {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  -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;
  background-color: #fff;
}

.hero.for-template-page {
  overflow: visible;
  height: auto;
  min-height: auto;
}

.wide-container {
  width: 100%;
  max-width: 100%;
  padding-right: 8.33vw;
  padding-left: 8.33vw;
}

.wide-container.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-container.for-contact {
  padding-right: 0vw;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-container.for-contact.for-template-page {
  padding-bottom: 120px;
  padding-left: 80px;
}

.hero-text-content {
  margin-bottom: 32px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.wrapper.contact-header {
  position: relative;
  left: -19vw;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper.contact-header.absolute {
  position: absolute;
  left: auto;
}

.wrapper.overflow-visible {
  overflow: visible;
  margin-top: -35px;
  margin-left: 23px;
}

.heading-1 {
  font-family: 'Poppins custom', sans-serif;
  font-size: 11vw;
  text-transform: uppercase;
}

.heading-1.hidden {
  opacity: 0;
  color: transparent;
}

.heading-1.rechtliches {
  font-size: 5vw;
}

.hero-paragraph-container {
  max-width: 440px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.paragraph {
  margin-top: 33px;
}

.primary-button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  background-color: #276cf5;
  text-decoration: none;
}

.primary-button.smaller {
  padding: 8px 24px;
}

.primary-button.anfrage {
  margin-top: 25px;
}

.primary-button-text {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.primary-button-text.absolute {
  position: absolute;
}

.primary-button-shadow {
  position: absolute;
  left: 6px;
  bottom: -4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
}

.home-hero-image-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 55vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-hero-image {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  height: 100vh;
  max-width: none;
  margin-right: 9px;
  padding-right: 0px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.home-hero-keywords-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.keyword-text {
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.section.home-about {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.desktop-no-padding-top {
  padding-top: 0px;
}

.home-about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 300vw;
  padding-left: 8.33vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.full-height-text-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-outlined-heading {
  opacity: 0.05;
  color: rgba(34, 34, 34, 0.05);
  font-size: 14vw;
  line-height: 100%;
  font-weight: 700;
}

.section-outlined-heading.outlined {
  display: block;
  opacity: 0.05;
  color: #222;
  line-height: 100%;
  white-space: nowrap;
}

.section-outlined-heading.outlined-white {
  display: block;
  color: #fff;
  white-space: nowrap;
}

.heading-2.absolute {
  position: absolute;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  font-size: 3.4vw;
}

.heading-2.absolute.white {
  display: block;
  color: #fff;
}

.section-paragraph-wrapper {
  max-width: 518px;
  margin-bottom: 28px;
}

.section-paragraph-wrapper.center-on-tablet {
  max-width: 600px;
  margin-top: -40px;
}

.home-about-experience-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  width: 55%;
  height: 100vh;
  padding-right: 10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.experience-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -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;
}

.experience-item.second {
  margin-bottom: 23vh;
}

.experience-item.third {
  margin-bottom: 30vh;
}

.vertical-line {
  width: 2px;
  height: 100%;
  background-color: #222;
}

.line-circle {
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  border-radius: 100%;
  background-color: #222;
}

.experience-number-container {
  position: relative;
  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: 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;
}

.experience-number {
  display: block;
  margin-top: 20px;
  opacity: 0;
  color: #000;
  font-size: 6.8vw;
  line-height: 90%;
  font-weight: 600;
}

.experience-number.absolute {
  position: absolute;
  top: 0px;
  display: block;
  opacity: 0;
  color: #222;
}

.experience-number.absolute.first {
  display: block;
  opacity: 1;
}

.experience-number.absolute.zweizeilen {
  opacity: 0;
}

.experience-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.experience-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.home-about-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vw;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.track {
  height: 400vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home-projects-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #222;
}

.project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project.soziales-engagement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.project.box-speaking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project.box-coaching {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project.box-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-image-wrapper {
  position: relative;
  width: 29vw;
  height: 70vh;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.project-image-wrapper.no-rotate {
  height: 78vh;
  padding-top: 4vh;
  padding-bottom: 4vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.project-context {
  position: relative;
  left: 3.2vw;
  max-width: 60%;
}

.project-context.for-services {
  left: 0vw;
  margin-top: 12px;
  margin-bottom: 24px;
}

.project-type {
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
}

.project-type.subhead {
  font-size: 2.5vw;
}

.project-type.top-space {
  margin-top: 40px;
}

.big-text {
  max-width: 55vw;
  margin-top: 24px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
}

.big-text.for-menu {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.secondary-button {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.secondary-button.w--current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-button-wrapper {
  display: block;
}

.secondary-button-text {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  text-decoration: none;
}

.secondary-button-text.for-footer.absolute {
  position: absolute;
}

.secondary-button-text.absolute {
  position: absolute;
}

.secondary-btn-text-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 14px;
}

.secondary-btn-arrow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 46px;
  height: 46px;
  -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;
  border: 2px solid #fff;
  border-radius: 100%;
}

.secondary-btn-arrow-wrapper.for-footer {
  overflow: hidden;
}

.arrow-right {
  position: absolute;
  width: 14px;
}

.arrow-right.translate-left {
  -webkit-transform: translate(-240%, 0px);
  -ms-transform: translate(-240%, 0px);
  transform: translate(-240%, 0px);
}

.project-outer-image-wrapper {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-outer-image-wrapper.for-services {
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}

.project-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -o-object-fit: cover;
  object-fit: cover;
}

.line-animations-container-mobile {
  display: none;
}

.section-outlined-heading-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -5;
  display: block;
  height: 100vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.projects-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 100vh;
  -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;
}

.projects-title-wrapper.for-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home-services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-services-animation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 30vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-bottom: 2px;
  -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;
}

.line-wrapper.long {
  height: 100vh;
}

.line-wrapper.short {
  height: 40vh;
}

.animation-line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.outer-line-wrapper {
  overflow: hidden;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 20vh;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #222;
  text-align: center;
}

.footer-link {
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

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

.footer-link.secondary {
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link.secondary.absolute {
  position: absolute;
}

.footer-link.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.footer-link.absolute {
  position: absolute;
}

.footer-image-wrapper {
  position: absolute;
  left: -10vh;
  bottom: 0px;
  z-index: 2;
  height: 125vh;
}

.footer-image-wrapper.no-pointer-events {
  left: -8.7vw;
  top: 19px;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 40%;
  height: auto;
  min-height: auto;
}

.footer-image-wrapper.no-pointer-events.for-mobile {
  z-index: -1;
}

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

.image.rotate {
  display: block;
  height: 60%;
  max-width: 100%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.for-menu {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.zero-saturation-image {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0vw;
  padding-left: 43vw;
  -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;
}

.upper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lets-talk-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  min-width: auto;
  margin-right: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-secondary-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-links-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 9px;
  margin-bottom: 9px;
  text-decoration: none;
}

.main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socials-and-newsletter-container {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.socials {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  min-height: 24px;
  min-width: 24px;
  margin-right: 28px;
}

.text-field {
  height: 100%;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  cursor: text;
}

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

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.dark {
  min-width: 350px;
  border-color: rgba(34, 34, 34, 0.5);
  color: #222;
}

.text-field.dark:focus {
  border-color: #222;
}

.text-field.dark::-webkit-input-placeholder {
  color: #222;
}

.text-field.dark:-ms-input-placeholder {
  color: #222;
}

.text-field.dark::-ms-input-placeholder {
  color: #222;
}

.text-field.dark::placeholder {
  color: #222;
}

.hidden-submit {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

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

.navbar {
  position: fixed;
  z-index: 100;
  display: block;
  width: 100%;
  padding: 40px 4.15vw;
  -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;
  mix-blend-mode: difference;
}

.navbar.for-menu {
  mix-blend-mode: normal;
}

.navbar-logo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-decoration: none;
}

.navbar-logo-text {
  display: none;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.navbar-logo-text.absolute {
  position: absolute;
}

.menu-button {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.top-menu-line {
  width: 36px;
  height: 2px;
  background-color: #fff;
}

.navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.bottom-menu-line {
  width: 56%;
  height: 2px;
  margin-top: 9px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  overflow: auto;
  background-color: #222;
}

.menu-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vw;
  padding-bottom: 10vw;
  -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;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -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;
  text-decoration: none;
}

.menu-background-image {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  opacity: 0;
}

.menu-socials {
  position: fixed;
  top: 50%;
  right: 0px;
  display: none;
  padding-right: 4.15vw;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-social {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
}

.menu-social-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu-social-text.absolute {
  position: absolute;
}

.experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-image-wrapper {
  width: 47%;
  min-width: 47%;
}

.contact-image-wrapper.for-template-page {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.contact-paragraph {
  max-width: 480px;
  margin-top: 28px;
}

.mail-link {
  color: #222;
}

.social-link {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  text-decoration: none;
}

.contact-image-wrapper-mobile {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  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;
  text-align: center;
}

.utility-page-form {
  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;
}

.lock-image {
  width: 20vw;
  margin-bottom: 24px;
}

.hidden-label {
  display: none;
}

.password-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-not-found-wrapper {
  margin-top: 12px;
}

._404-button-wrapper {
  margin-top: 32px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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-color: #222;
}

.perspective-wrapper {
  position: relative;
  z-index: 3;
  -webkit-perspective: 700px;
  perspective: 700px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.perspective-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cursor {
  position: fixed;
  z-index: 9500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
  -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;
  border-radius: 100%;
  opacity: 1;
  mix-blend-mode: difference;
}

.cursor-inner {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  opacity: 1;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  mix-blend-mode: difference;
}

.body {
  font-family: 'Poppins custom', sans-serif;
  cursor: default;
}

.text-span {
  font-style: italic;
}

.list {
  color: #f5f5f5;
  font-size: 1.4vw;
  line-height: 2;
  font-weight: 500;
}

.link {
  color: #222;
}

.link-2 {
  color: #222;
}

.link-3 {
  color: #222;
}

.link-4 {
  color: #222;
}

.link-5 {
  color: #222;
}

.price-wrapper {
  position: relative;
  left: -68.9vw;
  top: -32.9vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  padding: 20px;
  -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;
  border-radius: 100%;
  background-color: #276cf5;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.price-wrapper.coaching {
  position: absolute;
  left: 19vw;
  top: 10vh;
  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;
}

.price-wrapper.speaking {
  position: absolute;
  left: 19vw;
  top: 10vh;
}

.text-block {
  color: #f5f5f5;
  font-size: 16px;
  text-align: center;
}

.text-span-2 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}

.referenzen-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.big-text-paket {
  max-width: 55vw;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
}

.paket-spacer {
  height: 1px;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.text-span-3 {
  margin-right: 10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#276cf5), to(#276cf5));
  background-image: linear-gradient(180deg, #276cf5, #276cf5);
}

.paket-sternchen {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f5f5f5;
  font-size: 14px;
}

.list-item-8 {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media screen and (min-width: 1280px) {
  .home-about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-paragraph-wrapper.center-on-tablet {
    max-width: 620px;
  }

  .project.box-speaking {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .projects-title-wrapper.for-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-image-wrapper.no-pointer-events {
    left: -10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .wide-container {
    max-width: none;
    padding-right: 8.33vw;
    padding-left: 8.33vw;
  }

  .wide-container.stretch {
    max-width: 100%;
    padding-right: 8.33vw;
    padding-left: 8.33vw;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .hero-container.for-contact {
    padding-right: 0vw;
    padding-bottom: 40px;
    padding-left: 100px;
  }

  .heading-1 {
    border: 1px none #000;
    text-shadow: 1px 1px 2px #fff;
  }

  .home-hero-image-container {
    width: 51vw;
    height: 58vh;
  }

  .home-hero-image {
    right: 0px;
    z-index: 1;
    height: 95vh;
    margin-right: -56px;
    -webkit-transform: translate(-3%, 0px);
    -ms-transform: translate(-3%, 0px);
    transform: translate(-3%, 0px);
  }

  .section-paragraph-wrapper.center-on-tablet {
    max-width: 730px;
  }

  .projects-title-wrapper.for-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-image-wrapper.no-pointer-events {
    height: auto;
    min-height: 0vh;
  }
}

@media screen and (min-width: 1920px) {
  li {
    font-size: 22px;
  }

  .wide-container {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .wide-container.stretch {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .hero-container {
    padding-top: 5.56vw;
    padding-bottom: 3.89vw;
  }

  .hero-container.for-contact {
    padding-bottom: 2.22vw;
    padding-left: 5.55vw;
  }

  .hero-container.for-contact.for-template-page {
    padding-bottom: 14vh;
  }

  .hero-text-content {
    margin-bottom: 83px;
  }

  .wrapper.contact-header {
    left: -16vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .hero-paragraph-container {
    max-width: 24.44vw;
    margin-top: 1vw;
    margin-bottom: 1.56vw;
  }

  .paragraph {
    font-size: 0.9vw;
  }

  .primary-button {
    padding: 0.56vw 1.56vw;
  }

  .primary-button.smaller {
    height: 2.3vw;
    padding: 0.44vw 1.33vw;
  }

  .primary-button-text {
    font-size: 1vw;
  }

  .primary-button-shadow {
    left: 0.333vw;
    bottom: -0.222vw;
  }

  .home-hero-image-container {
    width: 42vw;
  }

  .home-hero-image {
    right: -40px;
    margin-right: -20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }

  .home-hero-keywords-container {
    margin-left: 23px;
  }

  .keyword-text {
    font-size: 0.78vw;
  }

  .section {
    padding-top: 14vh;
    padding-bottom: 14vh;
  }

  .home-about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12vw;
  }

  .section-paragraph-wrapper {
    max-width: 28.5vw;
    margin-bottom: 1.56vw;
  }

  .section-paragraph-wrapper.center-on-tablet {
    max-width: 40vw;
    font-size: 18px;
  }

  .experience-item {
    margin-bottom: 3.56vw;
  }

  .line-circle {
    width: 0.67vw;
    height: 0.67vw;
    min-height: 0.67vw;
    min-width: 0.67vw;
  }

  .experience-number {
    margin-top: 1.11vw;
  }

  .experience-text {
    font-size: 0.78vw;
  }

  .home-about-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project.soziales-engagement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project.box-speaking {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project.box-coaching {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-image-wrapper {
    width: 29vw;
  }

  .project-context.for-services {
    margin-top: 0.67vw;
    margin-bottom: 1.33vw;
  }

  .project-type.subhead {
    font-size: 50px;
  }

  .big-text {
    margin-top: 1.33vw;
    margin-bottom: 3.56vw;
  }

  .secondary-button-text {
    font-size: 1.11vw;
  }

  .secondary-btn-text-wrapper {
    margin-right: 0.78vw;
  }

  .secondary-btn-arrow-wrapper {
    width: 2.56vw;
    height: 2.56vw;
  }

  .arrow-right {
    width: 0.78vw;
  }

  .projects-title-wrapper.for-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    padding-top: 14vh;
  }

  .footer-link {
    font-size: 1vw;
  }

  .footer-link.absolute {
    position: absolute;
  }

  .footer-image-wrapper.no-pointer-events {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 45%;
    height: 0vh;
    min-height: 72vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image.rotate {
    width: 710px;
    height: 71vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-secondary-button-wrapper {
    margin-top: 1.78vw;
  }

  .footer-links-container {
    grid-column-gap: 1.78vw;
    grid-row-gap: 1.78vw;
  }

  .footer-link-wrapper {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }

  .socials-and-newsletter-container {
    margin-top: 2.22vw;
  }

  .social {
    min-height: 1.33vw;
    min-width: 1.33vw;
    margin-right: 1.56vw;
  }

  .text-field {
    height: 2.3vw;
    margin-right: 0.67vw;
    padding: 0.52vw 0.67vw;
    font-size: 0.75vw;
  }

  .text-field.dark {
    min-width: 20vw;
  }

  .navbar {
    padding: 2.22vw 6vw;
  }

  .navbar-logo-text {
    font-size: 1.11vw;
  }

  .top-menu-line {
    width: 2vw;
  }

  .bottom-menu-line {
    width: 1.11vw;
    margin-top: 0.5vw;
  }

  .menu {
    display: none;
  }

  .menu-link {
    margin-top: 1.33vw;
    margin-bottom: 1.33vw;
  }

  .menu-link.w--current {
    margin-top: 1.33vw;
    margin-bottom: 1.33vw;
  }

  .menu-socials {
    padding-right: 6vw;
  }

  .menu-social {
    margin-top: 0.22vw;
    margin-bottom: 0.22vw;
  }

  .menu-social-text {
    font-size: 0.78vw;
  }

  .experience {
    margin-top: 0.22vw;
    margin-bottom: 0.22vw;
  }

  .contact-paragraph {
    max-width: 35vw;
    margin-top: 1.55vw;
  }

  .mail-link {
    font-size: 1vw;
  }

  .social-link {
    margin-right: 2.22vw;
  }

  .lock-image {
    width: 15vw;
    margin-bottom: 1.33vw;
  }

  .password-container {
    margin-top: 1.56vw;
  }

  .page-not-found-wrapper {
    margin-top: 0.65vw;
  }

  ._404-button-wrapper {
    margin-top: 1.78vw;
  }

  .loader {
    display: none;
  }

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

  .price-wrapper {
    left: 582px;
  }

  .big-text-paket {
    margin-top: 1.33vw;
    margin-bottom: 1.33vw;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 2.2vw;
    line-height: 1.6;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

  .wide-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wide-container.home-services {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .hero-container.for-contact {
    padding-left: 48px;
  }

  .hero-container.for-contact.for-template-page {
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 22px;
  }

  .hero-text-content {
    margin-bottom: 60px;
  }

  .wrapper.horizontal {
    overflow: visible;
  }

  .wrapper.horizontal.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.contact-header {
    left: -24.7vw;
  }

  .wrapper.contact-header.absolute {
    left: auto;
  }

  .heading-1 {
    font-size: 14vw;
  }

  .hero-paragraph-container {
    max-width: 57vw;
  }

  .primary-button-text.absolute {
    position: absolute;
  }

  .home-hero-image-container {
    width: 41vw;
    height: 58%;
    background-color: transparent;
  }

  .home-hero-image {
    left: auto;
    right: 0px;
    z-index: 1;
    height: 160%;
    margin-right: -146px;
  }

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

  .section.home-about {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .section.desktop-no-padding-top {
    padding-bottom: 0px;
  }

  .home-about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-left: 0vw;
  }

  .full-height-text-container {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .section-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .section-title-wrapper {
    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;
  }

  .section-title-wrapper.for-loader {
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-outlined-heading {
    font-size: 18.5vw;
  }

  .section-outlined-heading.outlined-white.for-loader {
    margin-left: -76px;
  }

  .heading-2 {
    font-size: 5vw;
  }

  .heading-2.absolute {
    margin-top: 18px;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
    font-size: 7vw;
  }

  .heading-2.absolute.white {
    top: 84px;
  }

  .section-paragraph-wrapper {
    max-width: 620px;
  }

  .section-paragraph-wrapper.center-on-tablet {
    text-align: center;
  }

  .home-about-experience-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0vw;
  }

  .experience-number {
    margin-top: 0px;
    opacity: 1;
    color: #222;
    font-size: 72px;
  }

  .experience-text {
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    white-space: nowrap;
  }

  .home-about-inner-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .track {
    width: 100%;
    height: auto;
  }

  .camera {
    position: static;
    width: 100%;
    height: auto;
  }

  .frame {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-projects-container {
    overflow: hidden;
    height: auto;
    padding: 100px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project {
    left: -15vw;
    margin-bottom: 180px;
  }

  .project.soziales-engagement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-image-wrapper {
    left: -3px;
    overflow: hidden;
    width: 40vw;
    height: 50vh;
  }

  .project-image-wrapper.no-rotate {
    width: 50vw;
    height: 50vh;
    padding: 0vh 3vw;
  }

  .project-type {
    font-size: 4vw;
  }

  .big-text {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 2.5vw;
  }

  .secondary-button-text.for-footer {
    color: #222;
  }

  .secondary-button-text.absolute {
    position: absolute;
  }

  .secondary-btn-arrow-wrapper.for-footer {
    border-color: #222;
  }

  .arrow-right.white {
    opacity: 0;
  }

  .arrow-right.white.for-projects {
    opacity: 1;
  }

  .arrow-right.translate-left {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .arrow-right.translate-left.for-projects {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .project-outer-image-wrapper {
    margin-left: 7px;
  }

  .project-image {
    left: 53px;
    overflow: hidden;
    width: 100%;
  }

  .project-image.sprache {
    left: 5px;
  }

  .line-animations-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .line-animations-container-mobile.home-services {
    position: relative;
    margin-bottom: 18px;
  }

  .benefit-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .benefit-line-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    -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;
  }

  .benefit-line-mobile.line-2 {
    width: 68vw;
  }

  .benefit-line-mobile.line-3 {
    width: 32vw;
  }

  .benefit-line-mobile.line-4 {
    width: 50vw;
  }

  .benefit-line-mobile.line-5 {
    width: 60vw;
  }

  .benefit-horizontal-line {
    width: 100%;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #222;
  }

  .benefit-circle {
    width: 10px;
    height: 10px;
    min-height: 10px;
    min-width: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background-color: #222;
  }

  .experience-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .projects-title-wrapper {
    width: auto;
    height: auto;
  }

  .projects-title-wrapper.for-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }

  .home-services-container {
    height: auto;
    padding-top: 100px;
  }

  .home-services-animation-container {
    display: none;
  }

  .animation-item {
    width: 100%;
  }

  .animation-line-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    min-height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .footer-link {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-link.title {
    position: relative;
    display: block;
    width: 290px;
    margin-top: 9px;
    margin-bottom: 6px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
  }

  .footer-link.title.mobil-color-change {
    color: #222;
  }

  .footer-image-wrapper.no-pointer-events {
    position: static;
    display: none;
    width: 100%;
    height: 70vh;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    position: absolute;
    left: -10vh;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80vh;
    min-height: auto;
  }

  .footer-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

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

  .lets-talk-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 49vh;
    min-width: auto;
    margin-right: 0px;
    padding-bottom: 5vh;
    padding-left: 26vh;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-links-container {
    margin-top: 0vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 280px 30vw;
    grid-template-columns: 280px 30vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-links-column {
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-links-column.sideline-on-mobile {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .footer-links-column.sideline-on-mobile.foot-mob {
    width: 260px;
  }

  .main-links {
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #222;
  }

  .socials-and-newsletter-container {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-links-container {
    padding-top: 20vw;
    padding-bottom: 12vw;
  }

  .menu-socials {
    padding-right: 30px;
  }

  .contact-paragraph {
    max-width: 430px;
  }

  .lock-image {
    width: 30vw;
  }

  .loader {
    display: none;
  }

  .cursor {
    display: none;
    opacity: 0;
  }

  .list {
    font-size: 1.8vw;
  }

  .price-wrapper {
    left: 192px;
    top: -49.5px;
  }

  .price-wrapper.coaching {
    top: -3.8vh;
  }

  .price-wrapper.speaking {
    top: -5.1vh;
  }

  .referenzen-logo {
    max-width: 100%;
  }

  .referenzen-logo.bosch {
    max-width: 50%;
  }

  .referenzen-logo.bss {
    max-width: 35%;
  }

  .referenzen-logo.bombardier {
    max-width: 60%;
  }

  .referenzen-logo.trelleborg {
    max-width: 40%;
  }

  .referenzen-logo.anglokom {
    max-width: 60%;
  }

  .big-text-paket {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  li {
    font-size: 3.3vw;
  }

  .hero {
    height: auto;
  }

  .wide-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wide-container.stretch {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-container.for-contact {
    padding-right: 24px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .hero-container.for-contact.for-template-page {
    overflow: hidden;
    padding-right: 24px;
    padding-bottom: 80px;
  }

  .wrapper.contact-header {
    left: 0vw;
    z-index: 3;
  }

  .wrapper.contact-header.absolute {
    position: relative;
    left: 0vw;
  }

  .wrapper.contact-header.hidden-on-mobile {
    display: none;
  }

  .hero-paragraph-container {
    max-width: 100%;
  }

  .home-hero-image {
    left: auto;
    z-index: 1;
    height: 165%;
    margin-right: -206px;
    opacity: 0.5;
  }

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

  .section.home-about {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .full-height-text-container {
    padding-bottom: 80px;
  }

  .section-text-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-outlined-heading.outlined-white.for-loader {
    margin-left: -45px;
  }

  .heading-2 {
    font-size: 6vw;
  }

  .heading-2.absolute {
    font-size: 9vw;
  }

  .heading-2.absolute.white {
    top: 28px;
  }

  .home-projects-container {
    padding: 80px 24px;
  }

  .project {
    left: -25.7vw;
    margin-bottom: 160px;
  }

  .project.box-speaking {
    width: 110vw;
  }

  .project-image-wrapper {
    left: -3px;
    overflow: hidden;
    width: 60vw;
    height: 140vw;
  }

  .project-image-wrapper.no-rotate {
    height: 65vw;
  }

  .project-context {
    left: 4.6vw;
    max-width: 100%;
  }

  .project-type {
    font-size: 26px;
  }

  .project-type.subhead {
    font-size: 3.3vw;
  }

  .big-text {
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 3.3vw;
  }

  .project-outer-image-wrapper {
    margin-left: -27px;
  }

  .project-image {
    left: 92px;
    height: 100%;
  }

  .line-animations-container-mobile {
    position: relative;
    left: -24px;
  }

  .line-animations-container-mobile.home-services {
    margin-bottom: 12px;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .benefit-line-mobile.line-2 {
    width: 54vw;
  }

  .projects-title-wrapper.for-projects {
    margin-bottom: 80px;
  }

  .home-services-container {
    padding-top: 80px;
  }

  .footer {
    padding: 0px;
  }

  .footer-link.title {
    color: #f5f5f5;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    left: -10vw;
    bottom: -1px;
    height: 110vw;
  }

  .lets-talk-container {
    height: 69vw;
    padding-bottom: 21vw;
    padding-left: 49vw;
  }

  .footer-secondary-button-wrapper {
    margin-top: 24px;
  }

  .footer-links-container {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 70px;
    -ms-grid-columns: 46vw auto;
    grid-template-columns: 46vw auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .main-links {
    padding-top: 70px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .socials-and-newsletter-container {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .text-field.dark {
    min-width: auto;
  }

  .navbar {
    padding: 24px;
  }

  .menu-links-container {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .menu-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menu-socials {
    padding-right: 24px;
  }

  .contact-image-wrapper {
    display: none;
  }

  .contact-paragraph {
    max-width: 520px;
    margin-top: 8px;
  }

  .contact-image-wrapper-mobile {
    position: relative;
    top: -4vw;
    right: -18vw;
    display: block;
    width: 82vw;
    height: 55vw;
    margin-bottom: 65px;
  }

  .contact-image-wrapper-mobile.for-template-page {
    left: -31px;
    right: auto;
    width: 106vw;
    height: 80vw;
    margin-top: 52px;
    margin-bottom: 0px;
  }

  .utility-page-content.for-404 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .utility-page-form {
    width: 80vw;
  }

  .password-container {
    width: 100%;
  }

  .page-not-found-wrapper {
    margin-bottom: 4px;
  }

  ._404-button-wrapper {
    margin-top: 24px;
  }

  .loader {
    display: none;
  }

  .perspective-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
  }

  .cursor {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    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;
    border-radius: 100%;
    background-color: #333;
  }

  .list {
    font-size: 2vw;
  }

  .price-wrapper {
    left: 157px;
    top: -51.5px;
    width: 110px;
    height: 110px;
  }

  .price-wrapper.coaching {
    left: 26.1vw;
    top: -3.5vh;
  }

  .price-wrapper.speaking {
    left: 22.7vw;
    top: 0.2vh;
  }

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

  .text-span-2 {
    font-size: 32px;
  }

  .big-text-paket {
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 4.1vw;
  }

  .wide-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wide-container.stretch {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-container {
    padding-bottom: 50px;
  }

  .hero-container.for-contact {
    padding-right: 16px;
    padding-bottom: 70px;
    padding-left: 16px;
  }

  .hero-container.for-contact.for-template-page {
    padding-bottom: 70px;
  }

  .hero-text-content {
    margin-bottom: 50px;
  }

  .wrapper.overflow-visible {
    margin-left: 0px;
  }

  .heading-1 {
    font-size: 15vw;
    font-weight: 800;
  }

  .paragraph {
    font-size: 16px;
  }

  .home-hero-image-container {
    z-index: -1;
    width: 52vw;
    height: 52%;
  }

  .home-hero-image {
    left: auto;
    bottom: 55px;
    height: 170%;
    margin-right: -60px;
    opacity: 0.35;
    -webkit-transform: translate(10%, 0px);
    -ms-transform: translate(10%, 0px);
    transform: translate(10%, 0px);
  }

  .home-hero-keywords-container {
    display: none;
  }

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

  .section.home-about {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .home-about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .full-height-text-container {
    padding-bottom: 70px;
  }

  .section-text-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-title-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-title-wrapper.for-projects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-title-wrapper.for-loader {
    padding-left: 6vw;
  }

  .section-outlined-heading {
    font-size: 24vw;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .heading-2.absolute {
    font-size: 10vw;
  }

  .heading-2.absolute.white {
    left: 67px;
    top: -1px;
  }

  .section-paragraph-wrapper.center-on-tablet {
    text-align: left;
  }

  .home-about-experience-container {
    display: none;
  }

  .experience-number {
    font-size: 54px;
  }

  .home-projects-container {
    padding: 70px 16px;
  }

  .project {
    left: -34.4vw;
    margin-bottom: 150px;
  }

  .project.soziales-engagement {
    left: auto;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project.box-speaking {
    left: auto;
    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;
  }

  .project.box-coaching {
    left: auto;
    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;
  }

  .project.box-prices {
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-image-wrapper {
    left: 0px;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 100vw;
    margin-bottom: 45px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .project-image-wrapper.no-rotate {
    width: 75vw;
    height: 50vh;
  }

  .project-context {
    position: static;
    left: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 80%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -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;
  }

  .project-type {
    font-size: 7vw;
  }

  .project-type.subhead {
    margin-bottom: 11px;
    font-size: 4.1vw;
  }

  .big-text {
    max-width: 80vw;
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 4.1vw;
  }

  .big-text.for-menu {
    font-size: 32px;
  }

  .project-outer-image-wrapper {
    margin-left: 0px;
  }

  .project-image {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 3px;
    overflow: visible;
    width: 90%;
    height: 100%;
    max-width: 90%;
    padding-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 9%;
    object-position: 50% 9%;
  }

  .project-image.sprache {
    -o-object-position: 50% 24%;
    object-position: 50% 24%;
  }

  .line-animations-container-mobile {
    left: -16px;
    margin-bottom: 24px;
  }

  .line-animations-container-mobile.home-services {
    left: -75px;
    margin-bottom: 8px;
  }

  .benefit-mobile {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .benefit-line-mobile {
    width: 50vw;
  }

  .benefit-line-mobile.line-2 {
    width: 34vw;
  }

  .benefit-line-mobile.line-3 {
    width: 31vw;
  }

  .benefit-line-mobile.line-3.mobile {
    width: 127vw;
  }

  .benefit-line-mobile.line-4 {
    width: 106vw;
  }

  .benefit-line-mobile.line-5 {
    width: 109vw;
  }

  .benefit-horizontal-line {
    height: 1px;
  }

  .benefit-circle {
    width: 8px;
    height: 8px;
    min-height: 8px;
    min-width: 8px;
  }

  .projects-title-wrapper.for-projects {
    margin-bottom: 60px;
  }

  .home-services-container {
    padding-top: 70px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-link.title {
    width: 90%;
    color: #f5f5f5;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    left: -38.1vw;
    height: 140vw;
  }

  .image.rotate {
    display: none;
  }

  .lets-talk-container {
    height: 100vw;
    padding-bottom: 19vw;
    padding-left: 6vw;
  }

  .footer-secondary-button-wrapper {
    margin-top: 18px;
  }

  .footer-links-container {
    grid-row-gap: 60px;
    -ms-grid-columns: 83vw;
    grid-template-columns: 83vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-links-column.sideline-on-mobile {
    width: 140px;
    padding-left: 16px;
  }

  .footer-links-column.sideline-on-mobile.foot-mob {
    width: 260px;
  }

  .footer-link-wrapper {
    overflow: hidden;
  }

  .main-links {
    padding-top: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .socials-and-newsletter-container {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 16px;
  }

  .text-field {
    margin-right: 6px;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu {
    overflow: visible;
    height: 100vh;
  }

  .menu-links-container {
    height: 85vh;
    padding-top: 8vh;
    padding-bottom: 0vw;
  }

  .menu-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-socials {
    position: static;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu-social {
    margin: 0px 16px;
  }

  .menu-underlay {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 200vh;
    background-color: #222;
  }

  .contact-paragraph {
    max-width: 85%;
    margin-top: 4px;
  }

  .contact-image-wrapper-mobile {
    height: 55vh;
    margin-bottom: 50px;
  }

  .utility-page-content {
    width: 100%;
  }

  .utility-page-content.for-404 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-form {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .password-container {
    width: 90%;
    margin-top: 12px;
  }

  ._404-button-wrapper {
    margin-top: 16px;
  }

  .loader {
    display: none;
  }

  .price-wrapper {
    left: auto;
    top: -4%;
    right: -2%;
    bottom: auto;
  }

  .price-wrapper.coaching {
    left: 46.1vw;
  }

  .price-wrapper.speaking {
    left: 46.9vw;
    top: -2.2vh;
  }

  .referenzen-logo {
    max-width: 100%;
  }

  .referenzen-logo.bosch {
    max-width: 60%;
  }

  .referenzen-logo.bss {
    max-width: 35%;
  }

  .big-text-paket {
    max-width: 80vw;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 4.1vw;
  }

  .text-span-3 {
    display: inline;
    width: 100%;
    margin-right: 10px;
    margin-left: -10px;
  }
}

#w-node-_06be7ace-7d9b-3d58-ffee-e91ca4a04f32-4ee1ea79 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e339b12f-da8f-ceec-f705-d7aec9f4b1c3-4ee1ea79 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9a00fc5d-1d03-ef98-e895-4b7080f90fa6-4ee1ea79 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins custom';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}