:root {
  --dark-grey: #07151d;
  --red: #f6394e;
  --white: white;
  --blue: #87b8c0;
}

body {
  color: var(--dark-grey);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 114.5px;
  font-weight: 100;
  line-height: 1.05;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

p {
  text-align: center;
  max-width: 66ch;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.42;
}

strong {
  font-weight: 800;
}

blockquote {
  color: var(--red);
  text-align: center;
  border-left: 0 solid #000;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.wrapper {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.no-center {
  margin-left: 0;
  margin-right: 0;
}

.hero {
  background-color: var(--dark-grey);
  background-image: url('../images/julia_heitland-cover_1.webp');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 2300px;
  justify-content: center;
  align-items: flex-end;
  height: 85vh;
  padding-top: 40px;
  display: flex;
}

.hero.teams {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 97%), url('../images/cover_teams-staerken_1.webp');
  background-position: 0 0, 0 0, 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero.individuen {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), url('../images/cover_individuen-staerken_1.webp');
  background-position: 0 0, 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 130px;
}

.hero.about {
  background-image: url('../images/julia-heitland_about_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero.unternehmen {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/cover_unternehmen-staerken_1.webp');
  background-position: 0 0, 0 0, 50% 35%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero.unternehmenxy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/cover_unternehmen-staerken_1.webp');
  background-position: 0 0, 0 0, 50% 35%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 130px;
}

.hero.uebermich {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), url('../images/cover_uebermich_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 90px;
}

.hero.start {
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
}

.navbar {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0 0;
}

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

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

.navbar-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: var(--white);
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  font-weight: 700;
}

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

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

.nav-link.w--current {
  font-weight: 800;
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.button-primary {
  background-color: var(--red);
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 22px 10px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
}

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

.logo-typo {
  color: var(--white);
  font-size: 26px;
  font-weight: 800;
}

.versal {
  text-transform: uppercase;
  font-weight: 800;
}

.hero-headline {
  color: var(--white);
  text-align: left;
  max-width: 12ch;
  margin-bottom: 25px;
  font-size: 90px;
  line-height: 1;
}

.hero-headline.mobile {
  display: none;
}

.subline {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 25px rgba(0, 0, 0, .05);
  font-size: 22px;
  font-weight: 700;
}

.introduction {
  padding-top: 60px;
  padding-bottom: 20px;
}

.introduction.unternehmen {
  padding-top: 90px;
  padding-bottom: 30px;
}

.paragraph {
  margin-left: auto;
  margin-right: auto;
}

.leistungen {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.leistung-circle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 8px solid var(--red);
  color: var(--red);
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.leistung-circle:hover {
  background-color: var(--red);
  color: var(--white);
}

.leistungen-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.leistung-text {
  margin-top: 20px;
  font-size: 26px;
}

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

.leistung-headline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.quote {
  padding-top: 40px;
  padding-bottom: 60px;
}

.quote-subline {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.block-quote {
  max-width: 37ch;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote.small {
  max-width: 30ch;
}

.block-quote.large {
  max-width: 40ch;
}

.ansatz {
  padding-top: 60px;
  padding-bottom: 60px;
}

.arrow-right {
  margin-top: 6px;
}

._50-container {
  display: flex;
}

.img-50 {
  background-color: var(--dark-grey);
  width: 50%;
  display: flex;
  position: relative;
}

.ansatz-50 {
  background-color: var(--red);
  width: 50%;
  padding: 70px 80px;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

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

.paragraph-white {
  color: var(--white);
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
}

.ansatz-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.ansatz-cta.red {
  color: var(--red);
  margin-top: 0;
}

.paragraph-2 {
  max-width: 66ch;
}

.zertifikate {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.zertifikat {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zertifikate-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.kundenzitate {
  padding-top: 40px;
  padding-bottom: 120px;
}

.slider-nav {
  display: none;
}

.kundenzitate-container {
  border: 9px solid var(--red);
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-right {
  color: var(--red);
  width: 52px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  right: -90px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -90px;
  right: auto;
}

.slide-left {
  color: var(--red);
  width: 52px;
}

.paragraph-4 {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
}

.mask {
  height: 100%;
}

.kundenzitat-slide {
  vertical-align: middle;
  padding: 40px 60px;
}

.kundenzitat-paragraph {
  margin-bottom: 30px;
}

.kundenzitat-paragraph.large {
  max-width: 35ch;
  font-size: 34px;
  line-height: 1.3;
}

.footer {
  background-color: var(--dark-grey);
  padding: 30px 30px 35px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
}

.footer-block {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

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

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.icon {
  color: var(--white);
}

.topline {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: -15px;
  font-size: 23px;
}

.hero-sub {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 90px;
  display: flex;
}

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

.leistungen-sub-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.leistungen-sub {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--red);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 35px 40px 40px;
  display: flex;
}

.heading {
  text-align: center;
}

.leistungen-sub-paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.leistungen-sub-h2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.leistungen-sub-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  display: flex;
}

.leistungen-sub-cta-h2 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.paragraph-5 {
  max-width: 42ch;
  margin-bottom: 5px;
  font-weight: 600;
}

.leistungen-sub-page {
  padding-top: 40px;
  padding-bottom: 110px;
  padding-right: 0;
}

.haltung {
  background-color: var(--dark-grey);
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.haltungen-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 40px;
  display: flex;
}

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

.html-embed {
  color: var(--red);
}

.haltung-paragraph {
  color: var(--white);
}

.hero-sub-headline {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 40px rgba(0, 0, 0, .2);
  margin-bottom: 0;
  line-height: .95;
}

.hero-sub-headline.margin {
  line-height: 1.05;
}

.hero-sub-headline.smaller {
  line-height: .9;
}

.h2-content {
  color: var(--red);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.introduction-ber-mich {
  padding-top: 60px;
}

.ber-mich {
  padding-top: 40px;
  padding-bottom: 40px;
}

.haltung-ber-mich {
  background-color: var(--dark-grey);
  padding-top: 80px;
  padding-bottom: 90px;
}

.about-list-item {
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 22px;
}

.about-list {
  max-width: 64ch;
  margin: 30px auto 40px;
  padding-left: 90px;
}

.quote-end {
  padding-top: 40px;
  padding-bottom: 120px;
}

.paragraph-6 {
  max-width: 67ch;
}

.footer-titel {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.footer-light {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

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

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

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

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.footer-links {
  border-right: 1px solid var(--white);
  color: var(--white);
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
}

.footer-links.no-line {
  border-right-width: 0;
  padding-right: 0;
}

.footer-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.linkedin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.linkedin:hover {
  color: var(--red);
}

.html-embed-2 {
  margin-top: 6px;
}

.linkedin-titel, .linkedin-titel-copy {
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.linkedin-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 1px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.ansatz-img {
  box-sizing: content-box;
  object-fit: cover;
}

.paragraph-7 {
  max-width: 47ch;
}

.paragraph-8 {
  max-width: 59ch;
}

.hero-unterseite {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: flex-end;
  height: 65vh;
  padding-bottom: 130px;
  display: flex;
}

.hero-unterseite.teams {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 97%), url('../images/cover_teams-staerken_1.webp');
  background-position: 0 0, 0 0, 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero-unterseite.individuen {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), url('../images/cover_individuen-staerken_1.webp');
  background-position: 0 0, 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 130px;
}

.hero-unterseite.about {
  background-image: url('../images/julia-heitland_about_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero-unterseite.unternehmen {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/cover_unternehmen-staerken_1.webp');
  background-position: 0 0, 0 0, 50% 35%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 130px;
}

.hero-unterseite.unternehmenxy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/cover_unternehmen-staerken_1.webp');
  background-position: 0 0, 0 0, 50% 35%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: flex-end;
  padding-bottom: 130px;
}

.hero-unterseite.uebermich {
  background-image: url('../images/cover_uebermich_1.webp');
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 130px;
}

.impressum h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
}

.impressum p {
  margin-bottom: 25px;
}

.impressum h3 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

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

.impressum-container.unternehmen {
  padding-top: 90px;
  padding-bottom: 30px;
}

.text-link {
  color: var(--dark-grey);
}

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

.heading-2 {
  display: none;
}

.wrapper-no-center {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-no-center.no-center {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .wrapper {
    flex: 0 auto;
    max-width: 1300px;
  }

  .wrapper.no-center {
    justify-content: flex-start;
    align-items: center;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 52%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero.teams {
    background-image: linear-gradient(to bottom, null, null);
    justify-content: flex-end;
    align-items: center;
  }

  .hero.individuen {
    justify-content: flex-end;
    align-items: center;
  }

  .hero.about {
    background-position: 50%;
  }

  .hero.unternehmenxy, .hero.uebermich {
    justify-content: flex-end;
    align-items: center;
  }

  .hero.start {
    background-position: 55% 45%;
    background-size: auto 108%;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link {
    margin-left: 15px;
  }

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

  .hero-headline {
    margin-bottom: 35px;
    font-size: 102px;
    line-height: .95;
  }

  .subline {
    font-size: 23px;
  }

  .leistung-circle {
    width: 300px;
    height: 300px;
  }

  .leistungen-container {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .block-quote {
    font-size: 48px;
  }

  .kundenzitate {
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .kundenzitate-container {
    width: 79%;
  }

  .slide-left {
    width: 52px;
  }

  .kundenzitat-paragraph.large {
    max-width: 41ch;
  }

  .topline {
    margin-bottom: -12px;
    font-size: 25px;
  }

  .leistungen-sub {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-sub-headline {
    font-size: 125px;
  }

  .ansatz-img {
    object-fit: cover;
    object-position: 57% 50%;
    height: 100%;
  }

  .hero-unterseite.teams {
    background-position: 0 100%;
  }

  .hero-unterseite.about {
    background-position: 50%;
  }

  .wrapper-no-center {
    max-width: 1300px;
  }

  .wrapper-no-center.no-center {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 58% 100%;
    background-size: 2200px;
  }

  .hero.individuen {
    padding-bottom: 120px;
  }

  .hero.start {
    background-size: auto 116%;
    padding-left: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    z-index: 99;
  }

  .navbar-brand.w--current {
    z-index: 999;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    z-index: 10;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: var(--dark-grey);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    padding: 120px 20px 50px;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 20;
    background-color: var(--dark-grey);
    color: #fff;
  }

  .hero-headline {
    font-size: 78px;
  }

  .subline {
    font-size: 21px;
  }

  .introduction {
    padding-top: 50px;
  }

  .leistung-circle {
    width: 250px;
    height: 250px;
  }

  .leistungen-container {
    flex-flow: row;
  }

  .quote {
    padding-bottom: 40px;
  }

  .ansatz {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .img-50 {
    width: 100%;
    height: 360px;
  }

  .ansatz-50 {
    width: 100%;
    padding: 50px 60px;
  }

  .zertifikate-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .right-arrow {
    right: -80px;
  }

  .left-arrow {
    left: -80px;
  }

  .kundenzitat-slide {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .quote-start {
    padding-bottom: 40px;
  }

  .leistungen-sub-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .leistungen-sub {
    padding-bottom: 40px;
  }

  .haltung {
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .haltungen-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .introduction-ber-mich {
    padding-top: 50px;
  }

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

  .haltung-ber-mich {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-end {
    padding-bottom: 80px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

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

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

  .hero-unterseite {
    background-image: none;
    padding-bottom: 120px;
  }

  .hero-unterseite.individuen {
    padding-bottom: 120px;
  }

  .impressum-container {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 68% 100%;
    background-size: auto 112%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 70vh;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .hero.teams {
    padding-bottom: 70px;
  }

  .hero.individuen {
    background-position: 0 0, 50%;
  }

  .hero.unternehmenxy {
    padding-bottom: 70px;
  }

  .hero.start {
    background-position: 60% 100%;
    background-size: auto 115%;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 60px;
  }

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

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

  .nav-menu-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .hero-headline {
    text-align: center;
    text-shadow: 0 2px 50px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    font-size: 66px;
  }

  .hero-headline.mobile {
    color: var(--dark-grey);
    font-size: 60px;
    display: block;
  }

  .leistungen {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .leistungen-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .leistung {
    width: 100%;
  }

  .quote, .ansatz {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-white {
    font-size: 42px;
  }

  .zertifikate-container {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    right: -75px;
  }

  .left-arrow {
    left: -75px;
  }

  .kundenzitat-slide {
    padding: 30px;
  }

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

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

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

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

  .title-small {
    text-align: left;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

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

  .quote-start {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .leistungen-sub {
    padding: 30px 30px 35px;
  }

  .leistungen-sub-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .hero-sub-headline {
    font-size: 100px;
  }

  .hero-sub-headline.smaller {
    font-size: 90px;
  }

  .h2-content {
    font-size: 42px;
  }

  .about-list {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .quote-end {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .footer-titel {
    text-align: center;
    font-size: 16px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .footer-link-block {
    order: 1;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }

  .linkedin-titel, .linkedin-titel-copy {
    text-align: left;
  }

  .hero-unterseite {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    height: 50vh;
    padding-bottom: 80px;
  }

  .hero-unterseite.individuen {
    background-position: 0 0, 50%;
  }

  .impressum-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .hero-header-block {
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    object-fit: cover;
    object-position: 68% 50%;
    height: 37vh;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 19px;
    line-height: 1.3;
  }

  .wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .hero.teams {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 97%), url('../images/cover_teams-staerken_1.webp');
    background-position: 0 0, 0 0, 25%;
    padding-bottom: 70px;
  }

  .hero.individuen {
    background-position: 0 0, 60%;
    padding-bottom: 70px;
  }

  .hero.about, .hero.unternehmen {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero.unternehmenxy {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/cover_unternehmen-staerken_1.webp');
    background-position: 0 0, 0 0, 66% 35%;
    padding-bottom: 70px;
  }

  .hero.uebermich {
    background-position: 0 0, 55%;
    padding-bottom: 70px;
  }

  .hero.start {
    background-position: 66% 100%;
    background-size: auto 106%;
    padding-bottom: 50px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 15px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu-wrapper {
    height: 100vh;
  }

  .nav-menu-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .mobile-margin-top-10 {
    margin-top: 15px;
    margin-left: 0;
  }

  .menu-button {
    margin-right: -12px;
  }

  .logo-typo {
    font-size: 21px;
  }

  .hero-headline {
    text-align: center;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-headline.mobile {
    font-size: 50px;
  }

  .subline {
    font-size: 17px;
    line-height: 1.3;
  }

  .introduction {
    padding-top: 30px;
  }

  .introduction.unternehmen {
    padding-top: 40px;
  }

  .leistungen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .leistung-circle {
    width: 265px;
    height: 265px;
    margin-bottom: 20px;
  }

  .leistungen-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .leistung-text {
    font-size: 24px;
  }

  .leistung {
    width: 100%;
  }

  .leistung-headline {
    font-size: 22px;
  }

  .quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-subline {
    font-size: 14px;
  }

  .block-quote {
    font-size: 34px;
  }

  .img-50 {
    height: 300px;
  }

  .ansatz-50 {
    padding: 30px 25px;
  }

  .h2-white {
    text-align: center;
    font-size: 36px;
  }

  .paragraph-white {
    text-align: center;
    font-size: 19px;
  }

  .ansatz-cta.red {
    font-size: 22px;
    line-height: 1.2;
  }

  .zertifikate {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .zertifikate-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .kundenzitate {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .slider-nav {
    justify-content: center;
    align-items: center;
    font-size: 11px;
    display: flex;
    bottom: -55px;
  }

  .kundenzitate-container {
    border-width: 7px;
    width: 100%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .kundenzitat-slide {
    padding: 20px 15px;
  }

  .kundenzitat-paragraph {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .kundenzitat-paragraph.large {
    font-size: 25px;
    line-height: 1.2;
  }

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

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

  .title-small {
    font-size: 14px;
  }

  .image {
    width: 55px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .topline {
    margin-bottom: -12px;
    font-size: 18px;
  }

  .hero-sub {
    height: 65vh;
  }

  .quote-start {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .leistungen-sub {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .leistungen-sub-h2 {
    font-size: 26px;
  }

  .leistungen-sub-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .leistungen-sub-cta-h2 {
    font-size: 30px;
  }

  .leistungen-sub-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .haltung {
    margin-bottom: 10px;
  }

  .hero-sub-headline {
    font-size: 62px;
  }

  .hero-sub-headline.smaller {
    font-size: 58px;
  }

  .h2-content {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.1;
  }

  .introduction-ber-mich {
    padding-top: 30px;
  }

  .ber-mich {
    padding-top: 10px;
  }

  .haltung-ber-mich {
    margin-bottom: 10px;
  }

  .about-list-item {
    font-size: 19px;
    line-height: 1.3;
  }

  .about-list {
    margin-bottom: 30px;
  }

  .quote-end {
    padding-bottom: 50px;
  }

  .footer-titel {
    text-align: center;
    font-size: 14px;
  }

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

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-links, .footer-links.no-line {
    font-size: 14px;
  }

  .footer-links-wrapper {
    margin-top: 20px;
  }

  .linkedin-titel, .linkedin-titel-copy {
    font-size: 18px;
    font-weight: 600;
  }

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

  .hero-unterseite {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    justify-content: center;
    align-items: flex-end;
    height: 40vh;
    padding-bottom: 50px;
  }

  .hero-unterseite.teams {
    padding-bottom: 70px;
  }

  .hero-unterseite.individuen {
    background-position: 0 0, 60%;
    padding-bottom: 70px;
  }

  .hero-unterseite.about, .hero-unterseite.unternehmen {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-unterseite.unternehmenxy {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 25%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/cover_unternehmen-staerken_1.webp');
    background-position: 0 0, 0 0, 66% 35%;
    padding-bottom: 70px;
  }

  .hero-unterseite.uebermich {
    padding-bottom: 70px;
  }

  .impressum h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .impressum-container {
    padding-top: 30px;
  }

  .impressum-container.unternehmen {
    padding-top: 40px;
  }

  .hero-header-block {
    justify-content: center;
    align-items: center;
  }

  .wrapper-no-center {
    padding-left: 17px;
    padding-right: 17px;
  }
}

#w-node-_84f5f895-7232-62d1-96e3-977b15dea012-ee12ef6c {
  grid-area: 3 / 1 / 4 / 3;
}


