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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: 600;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 3.5vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  font-family: 'DM Sans', sans-serif;
  color: #f17014;
  text-decoration: none;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(51, 51, 51, 0.35);
  font-family: 'DM Sans', sans-serif;
  text-transform: lowercase;
}

.brand {
  width: 15vh;
  margin-right: auto;
  margin-left: 0px;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.foot {
  margin-top: 10px;
  margin-left: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72));
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.standard-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding: 100px 10vw 50px;
  -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;
}

.unlocking {
  position: relative;
  z-index: 20;
  max-width: 72vw;
  color: #333;
  font-size: 3.5vw;
  line-height: 4.6vw;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'DM Sans', sans-serif;
  text-shadow: 0 0 3px transparent;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.43);
}

.nav-link.w--current {
  color: #f17014;
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-link.drop {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.image-2.portrait {
  max-width: 40%;
}

.paragraph {
  position: relative;
  z-index: 2;
  max-width: 40vw;
  margin-top: 45px;
  margin-left: -68px;
  padding: 30px 17px 30px 61px;
  background-color: #fff;
}

.paragraph.portrait {
  margin-left: -61px;
}

.unlocking-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unlocking-div.home {
  margin-top: 48px;
}

.bold-statement {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 68px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 4.2vw;
  line-height: 6.3vw;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
}

.span-onscroll {
  color: #f17014;
}

.span-onscroll.kore {
  color: #333;
}

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

.herostatement {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5.3vw;
  line-height: 6.5vw;
}

.herostatement.white {
  color: #f2f2f2;
}

.footer {
  min-height: 250px;
  margin-top: 80px;
  padding-top: 25px;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #333;
  box-shadow: 0 -1px 20px 0 rgba(51, 51, 51, 0.31);
}

.growth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 60px;
  padding-right: 90px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.54))), url('../images/image02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.54)), url('../images/image02.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #f2f2f2;
  font-weight: 600;
  text-align: center;
}

.growth-sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9vh 10vw;
  -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: #333;
}

.goals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 5vh;
  margin-bottom: 80px;
  padding: 5vh 10vw 50px;
  -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;
}

.talk-p {
  max-width: 60vw;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}

.button {
  padding: 29px 85px;
  background-color: #f17014;
  box-shadow: 0 2px 7px -1px transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: Poppins, sans-serif;
  font-size: 4.2vh;
  line-height: 20px;
  font-weight: 600;
  text-transform: lowercase;
}

.button:hover {
  box-shadow: 0 6px 7px -1px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button.s {
  padding: 8px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.button.s.nav {
  margin-right: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button.s.nav.mobile {
  display: none;
  opacity: 0;
}

.button.s.nav.desktop {
  cursor: default;
}

.button.m {
  margin-top: 58px;
  padding: 26px 55px;
  font-size: 25px;
}

.button.m.christianbutton {
  z-index: 5;
  margin-top: 3vw;
  margin-left: 3vw;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 30px;
}

.button.m._404butt {
  margin-top: 34px;
}

.wanttotalk-wrapper {
  position: relative;
}

.wanttotalk {
  font-size: 4.2vw;
  line-height: 6vw;
  text-align: left;
}

.zukunftsfaehigkeit-p {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 29px;
}

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

.column {
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.footer-links {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.footer-links.kw {
  color: hsla(0, 0%, 94.9%, 0.45);
  font-style: italic;
}

.column-2 {
  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;
}

.heading-6 {
  display: none;
  text-align: left;
}

.abouthero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.22)), to(rgba(0, 0, 0, 0.5))), url('../images/image03.jpeg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.22), rgba(0, 0, 0, 0.5)), url('../images/image03.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-moving {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -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;
}

.about-moving.b {
  background-color: #333;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -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;
}

.about-wrapper.align-left {
  padding-right: 15%;
}

.about-wrapper.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-header {
  font-weight: 600;
  text-align: left;
}

.about-header.a-right {
  color: #f2f2f2;
  text-align: right;
}

.about-header.a-right.w {
  color: #f2f2f2;
}

.about-p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.about-p.a-right {
  color: #f2f2f2;
  text-align: right;
}

.about-p.a-right.w {
  color: #f2f2f2;
}

.wasbietenwir {
  width: 100vw;
  min-height: 20vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-bottom: 20vh;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bieten-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.klartext {
  margin-top: 0px;
  margin-bottom: 10vh;
  line-height: 6vw;
  text-align: left;
}

.dasmachenwirp {
  margin-bottom: 30px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.purposeerkl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 30vh;
  padding: 10vh 10vw;
  -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;
}

.together {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-right: 90px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.54))), url('../images/image04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.54)), url('../images/image04.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.accordeon-wrapper {
  width: 100%;
}

.accrodeonbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 80px;
  -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;
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.accrodeonbutton.first {
  border-top: 1px solid #333;
}

.paragraph-4 {
  max-width: 80%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 50px;
  padding: 11px;
}

.accordeoncontent {
  overflow: hidden;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f2f2f2;
}

.acccont-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.acccont-p.bold {
  font-weight: 500;
}

.list {
  padding-left: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #f17014;
  list-style-type: disc;
}

.showonscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  color: #333;
}

.showonscroll.last {
  margin-bottom: 40px;
}

.korelink {
  text-transform: none;
}

.wirsindkorecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.logoplaceholder {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: 10px;
  background-color: #fff;
}

.wirsindkorewrapper {
  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: 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;
}

.dropdown-list {
  background-color: hsla(0, 0%, 100%, 0.79);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(51, 51, 51, 0.31))), url('../images/image07.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(51, 51, 51, 0.31)), url('../images/image07.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-us-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 50vh;
  padding: 80px 10vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rightcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50vh;
  padding-left: 20px;
  -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;
}

.leftcontact {
  width: 50%;
  min-height: 50vh;
}

.helfen {
  margin-bottom: 18px;
  text-align: left;
}

.inline-link {
  color: #f17014;
}

.list-item {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-2 {
  padding-right: 93px;
  padding-left: 50px;
}

.teamhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.1)), to(rgba(0, 0, 0, 0.39))), url('../images/image06.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.1), rgba(0, 0, 0, 0.39)), url('../images/image06.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.clanger {
  width: 100vw;
  min-height: 50vh;
  margin-bottom: 20vh;
  padding: 40px 10vw;
}

.values {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
}

.corevalues {
  width: 430px;
  margin-top: -28px;
  font-size: 8vw;
  line-height: 8.4vw;
  font-weight: 600;
  text-align: left;
}

.valuesp {
  max-width: 40vw;
  margin-top: 20px;
  margin-bottom: 4vh;
  font-weight: 500;
  text-align: left;
}

.valuesp.special {
  max-width: 40vw;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.valuesheading {
  width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f17014;
  text-align: right;
}

.columns-2 {
  margin-bottom: 40px;
}

.purposeatthecore {
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15vw;
  -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;
}

.content-wrapper.right {
  padding-right: 0vw;
  padding-left: 15vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hnull {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  font-size: 1.2vw;
  line-height: 2vw;
  text-align: left;
}

.hnull.right {
  text-align: right;
}

.paragraph-5 {
  max-width: 200px;
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  font-size: 0.9vw;
  line-height: 1.4vw;
  text-align: left;
  text-decoration: none;
}

.paragraph-5.right {
  text-align: right;
}

.text-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9px;
  -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;
}

.aside-inside {
  width: 50%;
}

.aside-inside.right {
  margin-left: 3vw;
}

.aside-inside.left {
  margin-right: 3vw;
}

.aside-head {
  font-family: 'DM Sans', sans-serif;
  color: #f17014;
  font-size: 2.2vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: left;
}

.namensherleitung {
  position: relative;
  width: 100vw;
  height: 220vh;
  padding: 6vh 10vw 8vh;
}

.kore-sub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  padding: 2vh 20px;
  -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;
}

.kore-subline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.korep {
  max-width: 40vw;
  text-align: center;
}

.columns-3 {
  max-width: 80vw;
}

.column-8 {
  height: 100%;
  margin-top: 3vh;
}

.grid {
  width: 95%;
  height: 100%;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-4";
  -ms-grid-rows: 22vh 22vh 22vh;
  grid-template-rows: 22vh 22vh 22vh;
}

.grid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-img._1 {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.grid-img.offset {
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}

.intro-purpose-graphic {
  padding: 8vh 10vw 4vh;
  -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;
}

._4module {
  max-width: 61%;
  margin-bottom: 5vh;
  font-family: Poppins, sans-serif;
  font-size: 4.2vw;
  line-height: 5.5vw;
  font-weight: 400;
}

.viermodule {
  font-family: 'DM Sans', sans-serif;
  color: #f17014;
  font-size: 2.5vw;
  line-height: 2.6vw;
  text-align: left;
}

.div-block-3 {
  margin-top: 18vh;
}

._3phasen {
  max-width: 59%;
  margin-bottom: 5vh;
  font-family: Poppins, sans-serif;
  font-size: 3.3vw;
  line-height: 4vw;
  font-weight: 400;
}

.columns-4 {
  margin-top: 8vh;
}

.text-span {
  font-family: Poppins, sans-serif;
  font-size: 3.3vw;
  line-height: 10vh;
  font-weight: 600;
}

.koreicon._40 {
  width: 40px;
  height: 40px;
}

.koreicon._40._180 {
  margin-top: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.insightshero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 10vw;
  padding-left: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/rohan-makhecha-jw3GOzxiSkw-unsplash.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.image-4 {
  width: 100%;
  height: 50px;
}

.kore-singleglyph {
  font-family: Poppins, sans-serif;
  font-size: 30vh;
  line-height: 22vh;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.kore-singleglyph.tablet {
  display: none;
}

.korecol {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 29vh;
}

.refpersona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.refpersona.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ref-slug {
  max-width: 85%;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #f17014;
  font-size: 2.1vw;
  line-height: 2.8vw;
  font-weight: 400;
  text-align: left;
}

.ref-slug.invers {
  margin-left: auto;
  text-align: right;
}

.ref-t {
  max-width: 45vw;
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-style: italic;
  font-weight: 400;
}

.ref-t.invers {
  margin-left: auto;
  text-align: right;
}

.refname {
  margin-top: 22px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 34px;
  text-align: left;
}

.reftitle {
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
}

.reftitle.invers {
  text-align: right;
}

._404 {
  position: relative;
  width: 100vw;
  cursor: none;
}

._404hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
  cursor: none;
}

._404pointer {
  position: absolute;
  font-family: 'DM Sans', sans-serif;
  font-size: 4vh;
  line-height: 3vh;
}

.text-block-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.heading-9 {
  margin-bottom: 0px;
}

.text-span-2 {
  color: #f17014;
}

.reachyourgoals {
  width: 100vw;
  margin-bottom: -5vh;
  padding: 20vh 10vw 0vh;
  -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;
}

.reachyourgoals.de {
  display: block;
  margin-bottom: -5vh;
  padding-bottom: 0vh;
}

.reachyourgoals.mobile {
  display: none;
}

.achieve {
  font-family: Poppins, sans-serif;
  font-size: 2.8vw;
  line-height: 3.7vw;
  font-weight: 600;
}

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

.word {
  position: relative;
}

.whiteboy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.zukunftstalk {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 4.2vw;
  line-height: 6.3vw;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
}

.insghts1 {
  padding: 8vh 10vw;
}

.heading-12 {
  margin-bottom: 35px;
  color: #333;
  font-size: 4.2vw;
  line-height: 5vw;
  font-weight: 500;
  text-align: left;
}

.insghts2 {
  padding: 8vh 10vw;
  -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;
}

.div-block-4 {
  width: 35vw;
  margin-left: 5vw;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 23px;
  line-height: 38px;
  font-weight: 600;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

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

.text-block-3 {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}

.insights-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 60px;
  padding-right: 90px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.54))), url('../images/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.54)), url('../images/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.text-span-4 {
  color: #f17014;
}

.image-6 {
  display: block;
  margin-right: 0px;
  margin-left: auto;
}

.ref-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-right: 90px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.54))), url('../images/image05.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.54)), url('../images/image05.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.text-span-5 {
  color: #f17014;
}

.subhead-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8vh 10vw;
  -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;
}

.form {
  font-family: 'DM Sans', sans-serif;
}

.neuercore {
  position: relative;
  z-index: 5;
  width: 100vw;
  height: 550vh;
  margin-top: 20vh;
  margin-bottom: 5vh;
}

.grafik {
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.core {
  position: absolute;
  z-index: 4;
  width: 8vw;
  height: 8vw;
  border-radius: 20vw;
  background-color: #f17014;
  opacity: 0;
}

.c-firstring {
  position: absolute;
  z-index: 3;
  width: 16vw;
  height: 16vw;
  border-radius: 20vw;
  background-color: #f59856;
  opacity: 0;
}

.c-secondring {
  position: absolute;
  z-index: 2;
  width: 24vw;
  height: 24vw;
  border-radius: 20vw;
  background-color: #f1c5a5;
  opacity: 0;
}

.c-thirdring {
  position: absolute;
  z-index: 1;
  width: 32vw;
  height: 32vw;
  border-radius: 20vw;
  background-color: #f0e4dc;
  opacity: 0;
}

.grid-2 {
  position: relative;
  z-index: 10;
  width: 80vw;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.columns-7 {
  width: 100%;
}

.expo-col {
  padding-right: 10px;
  padding-left: 0px;
}

.expo-col.right {
  padding-right: 0px;
  padding-left: 10px;
}

.referenzen-reinhard {
  width: 100vw;
  min-height: 40vh;
}

.div-block-7 {
  max-width: 25vw;
}

.div-block-8 {
  max-width: 55vw;
  padding-left: 5vw;
}

.div-block-8.invers {
  padding-right: 5vw;
  padding-left: 0vw;
}

.reinhard {
  width: 100vw;
  min-height: 50vh;
  margin-bottom: 20vh;
  padding: 40px 10vw;
}

.purpose-mobile {
  display: none;
}

.link {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}

.slider {
  display: none;
}

.paragraph-8 {
  margin-top: 86px;
}

.section-3 {
  width: 100vw;
  min-height: 100vh;
  padding-top: 120px;
}

.container-2 {
  max-width: 80vw;
}

.rich-text-block-2 {
  color: #333;
}

.button-2 {
  padding: 29px 85px;
  background-color: #f17014;
  box-shadow: 0 2px 7px -1px transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: Poppins, sans-serif;
  font-size: 4.2vh;
  line-height: 20px;
  font-weight: 600;
  text-transform: lowercase;
}

.button-2:hover {
  box-shadow: 0 6px 7px -1px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-2.s {
  padding: 8px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.button-2.s.nav {
  margin-right: 0px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-2.s.nav.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 13vw;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    margin-right: 0px;
    margin-left: auto;
  }

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

  .nav-link {
    width: 100%;
    text-align: center;
  }

  .nav-link.w--current {
    width: 100%;
  }

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

  .image-2 {
    width: 100%;
    height: 40vh;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-2.portrait {
    height: 60vh;
    max-width: 50%;
  }

  .paragraph {
    max-width: 65vw;
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .paragraph.portrait {
    max-width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .unlocking-div {
    -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;
  }

  .span-onscroll.kore {
    color: #f17014;
  }

  .herostatement {
    font-size: 6vw;
    line-height: 7vw;
  }

  .goals {
    margin-top: 0vh;
  }

  .button.s.nav {
    margin-left: 2vw;
  }

  .button.s.nav.mobile {
    display: block;
    max-width: 80vw;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .button.s.nav.desktop {
    display: none;
  }

  .button.m.christianbutton {
    margin-left: 0vw;
    font-size: 20px;
  }

  .zukunftsfaehigkeit-p {
    margin-bottom: 27px;
  }

  .heading-6 {
    display: none;
  }

  .abouthero {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .about-header {
    font-size: 4vw;
    line-height: 5vw;
  }

  .bold-text-2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .wasbietenwir {
    margin-bottom: 0vh;
  }

  .logoplaceholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .values {
    -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;
  }

  .corevalues {
    width: auto;
    margin-top: 0px;
    margin-bottom: 8vh;
    text-align: center;
  }

  .text-aside {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aside-inside.right {
    width: 100%;
    margin-left: 0vw;
  }

  .aside-inside.left {
    width: 100%;
    margin-bottom: 10px;
  }

  .aside-head {
    font-size: 4vw;
    text-align: left;
  }

  .namensherleitung {
    height: auto;
  }

  .kore-sub-info {
    margin-top: 0vh;
    padding-top: 1vh;
    padding-bottom: 5vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kore-subline {
    font-size: 30px;
    text-align: left;
  }

  .korep {
    max-width: 60vw;
    text-align: left;
  }

  .column-8 {
    margin-bottom: 50px;
  }

  ._4module {
    max-width: 100%;
    margin-bottom: 2vh;
    text-align: left;
  }

  .viermodule {
    margin-top: 40px;
    padding-left: 34px;
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
  }

  .div-block-3 {
    margin-top: 12vh;
  }

  ._3phasen {
    max-width: 100%;
    font-size: 4.2vw;
    line-height: 5.5vw;
  }

  .columns-4 {
    margin-top: 1vh;
  }

  .image-4 {
    width: 30px;
    height: 30px;
  }

  .kore-singleglyph {
    display: none;
    text-align: left;
  }

  .kore-singleglyph.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8vh;
    -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;
  }

  .columns-5 {
    position: static;
  }

  .refpersona {
    padding-bottom: 5vh;
  }

  .reachyourgoals.de {
    display: none;
  }

  .reachyourgoals.mobile {
    display: none;
    margin-bottom: 5vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .paragraph-7 {
    max-width: 100%;
  }

  .column-10 {
    padding-left: 0px;
  }

  .div-block-6 {
    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;
  }

  .neuercore {
    display: none;
  }

  .text-block-5 {
    font-family: Poppins, sans-serif;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 600;
  }

  .purpose-mobile {
    display: block;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .blockcore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    -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;
  }

  .core-mobiletb {
    padding-right: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 23px;
  }

  .core-mobiletb.head {
    margin-top: 24px;
    margin-bottom: 14px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
  }

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

  .col-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .corediv-mob {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8vw;
    height: 8vw;
    padding-right: 0px;
    padding-bottom: 0px;
    -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: 8vw;
    background-color: #f17014;
  }

  .corediv-mob._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16vw;
    height: 16vw;
    -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: 200vw;
    background-color: #f59856;
  }

  .corediv-mob._3 {
    width: 24vw;
    height: 24vw;
    border-radius: 200vw;
    background-color: #ffc399;
  }

  .corediv-mob._4 {
    width: 32vw;
    height: 32vw;
    border-radius: 200vw;
    background-color: #ffe4d0;
  }

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

  .image-7 {
    max-width: 80vw;
  }

  .quellen {
    color: rgba(51, 51, 51, 0.6);
  }

  .button-2.s.nav {
    margin-left: 2vw;
  }

  .button-2.s.nav.mobile {
    display: block;
    max-width: 80vw;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 17vw;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-2.portrait {
    max-width: 60%;
  }

  .paragraph {
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 0px 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph.portrait {
    max-width: none;
    margin-left: 0px;
  }

  .unlocking-div {
    -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;
  }

  .bold-statement {
    margin-bottom: 44px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 4.5vw;
    line-height: 5.8vw;
  }

  .talk-p {
    max-width: 70vw;
  }

  .button {
    padding: 22px 60px;
    font-size: 4.2vw;
    line-height: 5px;
  }

  .button.m.christianbutton {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-6 {
    padding-bottom: 48px;
  }

  .wasbietenwir {
    padding-bottom: 15vh;
  }

  .accrodeonbutton {
    padding-right: 20px;
    padding-left: 20px;
  }

  .accordeoncontent {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .contact-us-section {
    -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;
  }

  .rightcontact {
    width: 100%;
    padding-left: 0px;
  }

  .leftcontact {
    width: 100%;
  }

  .corevalues {
    width: auto;
  }

  .valuesp.special {
    max-width: 65vw;
  }

  .column-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .valuesheading {
    text-align: left;
  }

  .viermodule {
    padding-left: 20px;
  }

  ._3phasen {
    margin-bottom: 2vh;
  }

  .text-span {
    font-size: 5vw;
  }

  .koreicon._40._180 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .kore-singleglyph.tablet {
    font-size: 20vh;
  }

  .refpersona {
    padding-right: 10vw;
    padding-left: 10vw;
    -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;
  }

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

  .ref-slug {
    max-width: none;
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .ref-slug.invers {
    text-align: left;
  }

  .ref-t {
    max-width: none;
  }

  .ref-t.invers {
    text-align: left;
  }

  .refname {
    font-style: normal;
    font-weight: 500;
  }

  .reftitle {
    max-width: 50%;
  }

  .reachyourgoals {
    display: none;
  }

  .reachyourgoals.mobile {
    display: block;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
  }

  .zukunftstalk {
    margin-bottom: 44px;
  }

  .image-6 {
    max-width: 45%;
    margin-right: 5%;
  }

  .ref-badge {
    margin-top: 12vh;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    max-width: 100%;
    margin-top: 24px;
    padding-left: 0vw;
  }

  .slider {
    display: none;
  }

  .button-2 {
    padding: 22px 60px;
    font-size: 4.2vw;
    line-height: 5px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    width: 29vw;
  }

  .brand.foot {
    margin-left: auto;
  }

  .container {
    max-width: 90vw;
  }

  .nav-menu {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    margin-right: 0px;
    margin-left: auto;
  }

  .unlocking {
    font-size: 7vw;
    line-height: 8vw;
    font-weight: 600;
  }

  .image-2.portrait {
    max-width: 100%;
  }

  .bold-statement {
    font-size: 10vw;
    line-height: 11vw;
  }

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

  .herostatement {
    max-width: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9vw;
    line-height: 11vw;
  }

  .footer {
    padding: 27px 40px 40px;
  }

  .growth {
    background-position: 0px 0px, 70% 5%;
  }

  .heading-4 {
    font-size: 8vw;
    line-height: 10vw;
  }

  .growth-sum {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .goals {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .talk-p {
    max-width: 100%;
  }

  .button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 7vw;
    text-align: center;
  }

  .button.s.nav.mobile {
    margin-bottom: 14px;
    opacity: 1;
  }

  .button.m {
    padding: 22px 45px;
    font-size: 18px;
    line-height: 23px;
  }

  .button.m.christianbutton {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 21px;
  }

  .wanttotalk {
    font-size: 7vw;
  }

  .zukunftsfaehigkeit-p {
    margin-bottom: 31px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    -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;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }

  .column-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    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;
  }

  .about-moving.last {
    padding-bottom: 8vh;
  }

  .about-wrapper.align-left {
    padding-right: 0%;
  }

  .about-wrapper.align-right {
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-header {
    font-size: 6vw;
    line-height: 9vw;
  }

  .about-header.a-right.w {
    text-align: left;
  }

  .about-p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-p.a-right.w {
    text-align: left;
  }

  .wasbietenwir {
    position: relative;
    margin-bottom: 0vh;
  }

  .klartext {
    margin-bottom: 4vh;
    font-size: 9vw;
    line-height: 10vw;
  }

  .dasmachenwirp {
    font-size: 16px;
    line-height: 25px;
  }

  .teamhero {
    background-position: 0px 0px, 40% 50%;
  }

  .corevalues {
    width: auto;
  }

  .valuesp.special {
    max-width: 100vw;
  }

  .column-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .aside-head {
    font-size: 3vh;
    line-height: 4vh;
  }

  .grid {
    display: none;
  }

  ._4module {
    font-size: 6vw;
    line-height: 8vw;
  }

  .viermodule {
    font-size: 5vw;
    line-height: 7vw;
  }

  ._3phasen {
    font-size: 5.4vw;
    line-height: 6.8vw;
  }

  .text-span {
    font-size: 7vw;
  }

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

  .kore-singleglyph.tablet {
    font-size: 10vh;
  }

  .ref-slug {
    font-size: 7vw;
    line-height: 8.4vw;
  }

  .reftitle {
    max-width: 100%;
    margin-top: 15px;
  }

  .zukunftstalk {
    font-size: 10vw;
    line-height: 11vw;
  }

  .zukunftstalk.about {
    font-size: 8.5vw;
  }

  .heading-12 {
    color: #333;
    font-size: 8vw;
    line-height: 9vw;
    font-weight: 600;
  }

  .heading-13 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .image-6 {
    max-width: 100%;
    margin-left: 0px;
  }

  .ref-badge {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-3 {
    font-weight: 600;
  }

  .text-block-5 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .corediv-mob {
    width: 12vw;
    height: 12vw;
  }

  .corediv-mob._2 {
    width: 24vw;
    height: 24vw;
  }

  .corediv-mob._3 {
    width: 36vw;
    height: 36vw;
  }

  .corediv-mob._4 {
    width: 48vw;
    height: 48vw;
  }

  .slider {
    left: -10vw;
    display: block;
    width: 100vw;
    height: 35vh;
  }

  .arrow {
    display: none;
    font-size: 20px;
  }

  .slide-nav {
    padding-top: 19px;
    color: #f17014;
    font-size: 8px;
    line-height: 10px;
  }

  .slide {
    background-image: url('../images/OutDoor-by-ISPO_jf_0127.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/BD20191114D538.JPG');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/460cp3l6nd_Zukunftskonferenz_2015_02.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/IMG_5952.PNG');
    background-position: 60% 50%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/4r5oyo6gjd_Zukunftskonferenz_2015_43.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/ReinhardGrid1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/ReinhardGrid2.jpg');
    background-position: 33% 50%;
    background-size: cover;
  }

  .button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 7vw;
    text-align: center;
  }

  .button-2.s.nav.mobile {
    margin-bottom: 14px;
  }
}

#w-node-ae4e94d0-518c-675c-ae97-a36361a6f957-960e92fd {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: Area-4;
}

#w-node-_52885340-dabd-3e4f-2762-092b9da38f3b-960e92fd {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-_64cc2892-d26f-36e5-22d6-75e002d4ec96-960e92fd {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-f72c15ff-5873-e42c-1ffe-eb5fc1e5b42a-960e92fd {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-_60e41441-29c8-ddf2-3505-e5cb0d0e6a5d-960e92fd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-b7400c5d-c44b-fd1f-4b4c-65c573ad9ed5-73ad9eb0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b7400c5d-c44b-fd1f-4b4c-65c573ad9f06-73ad9eb0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae4e94d0-518c-675c-ae97-a36361a6f957-a10e9304 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: Area-4;
}

#w-node-_52885340-dabd-3e4f-2762-092b9da38f3b-a10e9304 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-_64cc2892-d26f-36e5-22d6-75e002d4ec96-a10e9304 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-f72c15ff-5873-e42c-1ffe-eb5fc1e5b42a-a10e9304 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-_60e41441-29c8-ddf2-3505-e5cb0d0e6a5d-a10e9304 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_61477c2e-3e0c-8340-4352-e6fa70de0367-a10e9304 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_61477c2e-3e0c-8340-4352-e6fa70de0398-a10e9304 {
  -ms-grid-column-align: end;
  justify-self: end;
}

