body {
  font-family: 'Gothic A1', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

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

a {
  color: #0f0f0f;
  text-decoration: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #32414b;
}

.logo {
  height: 56px;
}

.nav-link {
  margin-top: 2px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 8px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 200;
}

.nav-link:hover {
  border-bottom: 2px solid #9edade;
}

.nav-link:focus {
  border-bottom-style: none;
}

.nav-link:visited {
  border-bottom-style: none;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-color: #9edade;
  border-radius: 8px;
  background-color: transparent;
  color: #9edade;
  font-weight: 300;
}

.button:hover {
  background-color: #9edade;
  color: #32414b;
}

.button.button-w {
  padding: 16px 32px;
  border-style: none;
  background-color: #32414b;
  color: #fcfcfc;
  font-weight: 400;
}

.button.button-w:hover {
  background-color: #446377;
}

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

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

.hero-wrapper {
  width: 1100px;
}

.nav-wrapper {
  width: 1200px;
}

.heading {
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900;
}

.hero-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #32414b;
  background-image: url('../images/berlin-bg.png'), url('../images/berlin-bg-b.svg');
  background-position: 85% 50%, 90% 50%;
  background-size: 35%, 45%;
  background-repeat: no-repeat, no-repeat;
}

.hero-top.pager {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: none;
}

.hero-bottom {
  margin-top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3f3;
  background-image: url('../images/divider.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-bottom.white--b {
  padding-top: 240px;
  background-color: transparent;
  background-image: none;
}

.hero-bottom.white--b.beforelast {
  padding-top: 201px;
  padding-bottom: 0px;
}

.hero-bottom.white--b.pager {
  padding-top: 92px;
}

.hero-bottom.imprint {
  margin-top: -1px;
  padding-top: 120px;
  background-color: #fff;
}

.subhero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding-top: 48px;
  padding-bottom: 40px;
  -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;
}

.subhero-wrapper.horizontal {
  padding-bottom: 102px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.subhero-wrapper.horizontal.bottom {
  padding-bottom: 320px;
}

.subhero-wrapper.horizontal.bottom.allfooter {
  padding-top: 240px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhero-wrapper.pager {
  width: 720px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-hero-p {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 140%;
  font-weight: 200;
  text-align: center;
}

.sub-hero-p.p-b { 
  width: 75%;
  color: #9edade;
  font-size: 28px;
  font-weight: 200;
  text-align: left;
}

.sub-hero--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.sub-hero--container.container--bottom {
  width: 90%;
}

.sub-hero--container.hero-container {
  width: 60%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-hero--container.whiteleft {
  margin-left: -151px;
  padding: 34px 140px 34px 34px;
  background-image: url('../images/Ellipse-4.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-hero--container.whiteleft.white--right {
  margin-right: -40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 101px;
  background-image: url('../images/Ellipse-4_1.svg');
  background-position: 100% 0%;
}

.sub-hero--container.whiteright {
  width: 50%;
}

.h2-line {
  font-size: 40px;
  line-height: 140%;
  font-weight: 900;
  text-align: center;
}

.stats-block {
  width: 300px;
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.stats-block.middle {
  margin-right: 64px;
  margin-left: 64px;
  padding-right: 32px;
  padding-left: 32px;
  border-right: 2px solid #dae0e0;
  border-left: 2px solid #dae0e0;
}

.stats-block.small {
  width: 200px;
  margin-right: 24px;
  padding-right: 0px;
  padding-left: 0px;
}

.stats-number {
  margin-bottom: 16px;
}

.stats--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats--block.small {
  margin-top: 0px;
  margin-bottom: 0px;
}

.body {
  font-weight: 300;
}

.logos-block {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos-block.row-logos {
  width: 100%;
  margin-bottom: 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-company {
  margin: 32px;
}

.logo-company.investors {
  margin: 0px 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-company.investors.big {
  height: 64px;
}

.section {
  background-image: url('../images/upsidedown.svg'), url('../images/bottomblue.svg'), url('../images/sectionwhite.svg');
  background-position: 50% 101%, 50% 100%, 0px 0px;
  background-size: auto, 100%, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.section.footer {
  background-image: url('../images/upsidedown.svg'), url('../images/bottomblue.svg'), url('../images/berlin6.png');
  background-position: 100% 0%, 50% 100%, 0% 100%;
  background-size: cover, 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.section.footer.pager {
  background-image: url('../images/upsidedown.svg'), url('../images/bottomblue.svg');
  background-position: 100% 0%, 50% 100%;
  background-size: cover, 100%;
  background-repeat: no-repeat, no-repeat;
}

.section.finall {
  background-image: url('../images/sectionwhite.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-section {
  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;
  background-color: #32414b;
}

.dark-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding-top: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-white {
  color: #9edade;
  font-size: 48px;
  font-weight: 700;
}

.h2-white.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #9edade;
  font-size: 32px;
}

.h2-white.sticky.exited {
  position: static;
  border-bottom-color: #fff;
  color: #fff;
}

.h2-white.sticky.exited:hover {
  border-bottom-color: #c3c7c7;
  color: #c3c7c7;
}

.h2-white.sticky.exited.div {
  position: static;
  top: -15px;
}

.h2-white.sticky.exited.div:hover {
  color: #c3c7c7;
}

.white-p {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
}

.portfolio-cards {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfolio-card {
  margin-bottom: 40px;
  padding: 32px 32px 40px;
  border-radius: 16px 16px 64px;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #9edade;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 130%;
}

.portfolio-card:hover {
  box-shadow: 8px 8px 0 0 #9edade;
  -webkit-transform: translate(-4px, -4px);
  -ms-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
}

.portfolio-card.advisor {
  width: 400px;
  margin: 50px 24px 43px;
  padding: 32px 32px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #c3c7c7;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #32414b;
  text-align: left;
}

.portfolio-card.advisor:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.portfolio-card.exited-card {
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #c3c7c7;
}

.portfolio-card.exited-card:hover {
  box-shadow: 8px 8px 0 0 #c3c7c7;
}

.investment-stats {
  margin-top: 24px;
  color: #121314;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}

.portfolio-img {
  height: 54px;
  margin-bottom: 16px;
}

.portfolio-img.advisor {
  height: auto;
}

.portfolio-img.deli {
  height: 64px;
}

.portfolio-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 48px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.investors-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 54px;
  margin-left: 54px;
  -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;
}

.investors-link._3team {
  width: auto;
  height: auto;
  margin-right: 32px;
  margin-left: 32px;
}

.links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-line {
  width: 64px;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #9edade;
}

.div-line.grey {
  background-color: #dae0e0;
}

.div-line.secret {
  background-color: #32414b;
}

.image {
  padding-right: 18px;
}

.investment-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.inv-activ-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 24px;
  -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;
}

.inv-active-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 58px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  width: 100%;
}

.footer-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.footer-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link {
  margin-bottom: 4px;
  padding: 8px;
  color: #eff3f3;
}

.footer-link:hover {
  border-radius: 8px;
  background-color: #4e606d;
  color: #eff3f3;
}

.footer-link.text-link:hover {
  background-color: #32414b;
}

.logo-footer {
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: -4px;
}

.advisor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -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;
}

.advisors-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-inv {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  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;
}

.invest-linkk {
  width: 100%;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input {
  margin-top: 8px;
  margin-bottom: 40px;
  padding: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #c3c7c7;
  border-radius: 8px;
}

.input:hover {
  border-color: #32414b;
}

.input:active {
  border-color: #f3c566;
}

.input:focus {
  border-color: #f3c566;
}

.input::-webkit-input-placeholder {
  font-size: 18px;
}

.input:-ms-input-placeholder {
  font-size: 18px;
}

.input::-ms-input-placeholder {
  font-size: 18px;
}

.input::placeholder {
  font-size: 18px;
}

.form {
  width: 75%;
}

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

.image-2 {
  margin-right: 27px;
}

.exit-link {
  border-bottom: 2px solid #9edade;
  color: #fff;
  font-size: 22px;
}

@media screen and (min-width: 1440px) {
  .hero-top {
    background-size: 550px, 650px;
  }
  .advisors-div {
    width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-top {
    background-size: 500px, 650px;
  }    
    
  .sub-hero--container.container--bottom {
    margin-bottom: 48px;
  }
  .section {
    background-position: 50% 101%, 50% 100%, 0px 0px;
    background-size: 100%, 100%, contain;
  }
  .section.footer {
    background-position: 100% 0%, 50% 100%, 50% -3%;
    background-size: cover, 100%, 100%;
  }
  .h2-white.sticky {
    top: 0px;
    width: 100%;
  }
  .h2-white.sticky:hover {
    color: #bafbff;
  }
  .portfolio-card.advisor {
    width: 320px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .portfolio-img {
    height: 54px;
  }
  .investors-link._3team {
    width: 300px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .inv-activ-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inv-active-right {
    padding-top: 32px;
  }
  .advisors-div {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .links-inv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .invest-linkk {
    margin-top: 30px;
  }
  .link-block {
    padding-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
    margin: 16px 0px;
    border-bottom-style: none;
    text-align: center;
    text-decoration: none;
  }
  .nav-link:hover {
    border-bottom-style: none;
  }
  .nav-menu {
    padding-top: 32px;
    padding-bottom: 32px;
    -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: #32414b;
  }
  .nav-menu:hover {
    border-bottom: 0px none #000;
  }
  .hero-top {
    padding: 76px 24px;
    background-position: 95% 50%, 100% 50%;
    background-size: 275px, 320px;
  }
  .hero-bottom {
    padding-top: 114px;
  }
  .hero-bottom.white--b {
    padding-top: 40px;
  }
  .hero-bottom.white--b.beforelast {
    padding-bottom: 0px;
  }
  .hero-bottom.imprint {
    padding-right: 16px;
    padding-left: 16px;
  }
  .subhero-wrapper {
    width: 100%;
  }
  .subhero-wrapper.horizontal {
    padding-right: 24px;
  }
  .subhero-wrapper.horizontal.bottom.allfooter {
    padding-top: 160px;
  }
  .sub-hero--container.whiteright {
    padding-left: 24px;
  }
  .section.footer {
    background-position: 0% 50%, 50% 100%, 0% 0%;
  }
  .dark-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .h2-white.sticky {
    font-size: 24px;
  }
  .portfolio-card.advisor {
    width: 100%;
  }
  .inv-activ-left {
    width: 25%;
  }
  .inv-active-right {
    width: 75%;
  }
  .advisor-wrapper {
    width: 100%;
  }
  .advisors-div {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    background-color: #32414b;
  }
  .menu-button.w--open {
    background-color: #32414b;
  }
}

@media screen and (max-width: 767px) {
  .hero-top {
    background-position: 95% 2%, 100% 0%;
  }
  .subhero-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .subhero-wrapper.horizontal {
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subhero-wrapper.horizontal.bottom {
    padding-bottom: 107px;
  }
  .subhero-wrapper.pager {
    width: 100%;
  }
  .sub-hero--container.whiteleft {
    display: none;
    width: 100%;
    margin-left: 0px;
    padding-right: 330px;
    background-size: 250px;
  }
  .sub-hero--container.whiteright {
    width: 100%;
    margin-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .h2-line {
    font-size: 32px;
  }
  .stats-block {
    margin-bottom: 32px;
  }
  .stats-block.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .stats--block {
    margin-top: 33px;
    margin-bottom: 33px;
    -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;
  }
  .logo-company.investors {
    margin-bottom: 40px;
  }
  .section.footer {
    background-image: url('../images/upsidedown.svg'), url('../images/bottomblue.svg');
    background-position: 0% 50%, 100% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .h2-white {
    font-size: 32px;
    line-height: 48px;
  }
  .h2-white.sticky {
    font-size: 16px;
    line-height: 24px;
  }
  .links-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image {
    margin-left: 212px;
  }
  .footer-c {
    padding-top: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 40px;
  }
  .hero-top {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero-bottom.white--b.beforelast {
    padding-top: 104px;
  }
  .subhero-wrapper.horizontal {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subhero-wrapper.pager {
    width: 100%;
  }
  .sub-hero-p {
    font-size: 18px;
    line-height: 135%;
  }
  .sub-hero-p.p-b {
    font-size: 20px;
  }
  .sub-hero--container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .sub-hero--container.hero-container {
    width: 90%;
  }
  .dark-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-white.sticky {
    width: 50%;
    margin-right: 38px;
  }
  .portfolio-card {
    width: 100%;
    box-shadow: 4px 4px 0 0 #9edade;
  }
  .portfolio-card.advisor {
    margin: 24px 0px;
  }
  .portfolio-intro {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .investors-link {
    margin-right: 16px;
    margin-left: 16px;
  }
  .investment-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inv-activ-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
    width: 100%;
    padding: 8px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #32414b;
  }
  .inv-active-right {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advisors-div {
    padding-right: 16px;
    padding-left: 16px;
  }
  .links-inv {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
  .sub-hero-p.p-b {
    max-width: 75%;
  }
}