body {
  background-color: #0d292b;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #45b583;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 15px;
  line-height: 23px;
}

a {
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #71ffc0;
}

.container {
  margin-right: 8%;
  margin-left: 8%;
  padding-right: 0px;
  padding-left: 10px;
  text-align: left;
}

.container.space {
  margin-top: 100px;
  margin-bottom: 80px;
}

.container.center {
  margin-top: 50px;
  margin-bottom: 80px;
  text-align: center;
}

.container.sub {
  margin-top: 150px;
  margin-bottom: 51px;
}

.logo {
  display: block;
  margin: 100px auto 76px;
  float: none;
  background-color: #0d292b;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 8% 40px;
  border-bottom: 2px solid rgba(83, 102, 125, .35);
  background-image: -webkit-linear-gradient(270deg, rgba(4, 15, 15, .94) 20%, rgba(13, 41, 43, .84)), url('../images/ilias-capital_Co-Investment.jpg');
  background-image: linear-gradient(180deg, rgba(4, 15, 15, .94) 20%, rgba(13, 41, 43, .84)), url('../images/ilias-capital_Co-Investment.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pattern {
  padding: 40px 8% 80px;
  background-color: #0d292b;
  background-image: -webkit-linear-gradient(270deg, #0d292b 9%, rgba(8, 26, 27, 0) 53%), -webkit-radial-gradient(circle farthest-corner at 50% 50%, #0d292b 25%, rgba(8, 26, 27, 0)), url('../images/Muster_Ilias-Capital-03.png');
  background-image: linear-gradient(180deg, #0d292b 9%, rgba(8, 26, 27, 0) 53%), radial-gradient(circle farthest-corner at 50% 50%, #0d292b 25%, rgba(8, 26, 27, 0)), url('../images/Muster_Ilias-Capital-03.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 33px;
  text-align: center;
}

.highlight {
  color: #71ffc0;
}

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

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

.column.table1 {
  border-bottom: 1px solid #45b583;
}

.socket {
  background-color: #041516;
}

.copy {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
}

.copy.right {
  float: right;
}

.container-socket {
  padding-top: 10px;
}

.link-socket {
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  text-decoration: none;
}

.link-socket:hover {
  color: #71ffc0;
  text-decoration: none;
}

.link-socket.w--current {
  color: #45b583;
}

.link-socket.w--current:hover {
  color: #71ffc0;
}

.link {
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  color: #264a3b;
  text-decoration: none;
}

.link:hover {
  color: #71ffc0;
}

.form-label {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 15px;
  font-weight: 400;
}

.form-field {
  border: 1px solid #264a3b;
  border-radius: 3px;
  background-color: rgba(38, 74, 59, .5);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 15px;
}

.form-field:hover {
  border: 1px solid #45b583;
}

.form-field:focus {
  border-color: #71ffc0;
}

.button {
  margin-top: 20px;
  padding: 16px 30px;
  float: none;
  border: 1px solid #45b583;
  border-radius: 3px;
  background-color: #0d292b;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: Montserrat, sans-serif;
  color: #45b583;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #71ffc0;
  color: #0d292b;
}

.button.back {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
}

.button.negative {
  background-color: #71ffc0;
  color: #264a3b;
  font-weight: 500;
}

.button.negative:hover {
  border-color: #71ffc0;
  background-color: #0d292b;
  color: #fff;
}

.success {
  padding: 43px 30px 61px;
  border: 3px solid #71ffc0;
  background-color: #45b583;
  font-family: 'Varela Round', sans-serif;
}

.text-white {
  color: hsla(0, 0%, 100%, .88);
  font-size: 12px;
}

.line {
  display: block;
  width: 75%;
  height: 1px;
  margin: 15px auto;
  background-color: rgba(23, 25, 38, .6);
}

.error {
  padding-top: 14px;
  padding-bottom: 1px;
  padding-left: 12px;
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  color: #171a27;
}

.heading {
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.divider {
  display: inline-block;
  width: 30%;
  height: 2px;
  margin: 10px auto;
  float: none;
  background-color: #45b583;
}

.divider.short-div {
  width: 20%;
  background-color: #264a3b;
}

.colored {
  color: #71ffc0;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.image {
  float: left;
}

.link-block {
  margin-top: 6px;
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

.link-block.inline {
  position: relative;
  top: 8px;
  margin-top: 13px;
  margin-left: 18px;
}

.text-block {
  margin-top: 7px;
  margin-left: 9px;
  float: left;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  text-decoration: none;
}

.text-block:hover {
  color: #fff;
}

.logo-subsite {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 76px;
  margin-left: auto;
  float: left;
  background-color: #0d292b;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.unordered-list {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 110px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(275deg, #000 6%, rgba(13, 41, 43, 0) 46%);
  background-image: linear-gradient(175deg, #000 6%, rgba(13, 41, 43, 0) 46%);
  color: #fff;
}

.brand {
  margin-top: 10px;
}

.brand.w--current {
  z-index: 9999;
}

.menu-button {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 11px;
  padding: 15px 7px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0);
  font-size: 40px;
  text-align: center;
}

.menu-button:hover {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-button.w--open {
  z-index: 99991;
  background-color: transparent;
  -webkit-perspective: 501px;
  perspective: 501px;
}

.hamburger1 {
  width: 30px;
  height: 4px;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.hamburger2 {
  width: 40px;
  height: 4px;
  margin-bottom: 8px;
  background-color: #fff;
}

.hamburger3 {
  width: 20px;
  height: 4px;
  margin-bottom: 8px;
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 8%;
  -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;
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45));
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45));
}

.h2-trigger-a {
  position: static;
  z-index: 9;
  display: inline-block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  float: none;
  font-size: 4em;
  line-height: 1em;
}

.green {
  color: #45b583;
}

.div-typing-ani {
  position: absolute;
  left: -11px;
  top: 16px;
  overflow: hidden;
  width: 190px;
  height: 75px;
  padding-left: 10px;
  -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;
  background-color: #45b583;
}

.wrapper {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.wrapper.sub {
  position: relative;
  top: 40px;
}

.div-block {
  margin-top: 65px;
}

.wraper-tags {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  -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;
}

.h1 {
  color: #3a3a3a;
  font-size: 46px;
  line-height: 48px;
  text-shadow: none;
}

.h1.hero {
  position: static;
  display: inline-block;
  margin-top: 30px;
  font-size: 10em;
  line-height: 0.6em;
}

.div-relative {
  position: relative;
}

.h2-trigger-01 {
  display: inline-block;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #0927c5;
  font-weight: 700;
  text-align: left;
}

.div-animated-01 {
  position: absolute;
  left: -14px;
  top: 13px;
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 75px;
  margin-top: 0px;
  padding: 9px 18px 4px;
  background-color: #45b583;
  opacity: 0;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.div-animated-01.subsite {
  height: 100%;
}

.no-margin {
  margin: 0px 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.h2-hero {
  position: relative;
  z-index: 9;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 5px;
  font-size: 4em;
  line-height: 1em;
}

.div-typing {
  position: absolute;
  left: -14px;
  top: 13px;
  display: block;
  overflow: hidden;
  width: 8px;
  height: 75px;
  max-width: 8px;
  padding-top: 9px;
  padding-bottom: 4px;
  padding-left: 6px;
  background-color: #45b583;
  color: #fff;
}

.div-typing.subsite {
  height: 100%;
}

.div-typing.large {
  height: 140px;
}

.section {
  padding: 40px 8% 80px;
  background-color: #0d292b;
}

.section.pattern2 {
  background-image: -webkit-linear-gradient(341deg, #0d292b 49%, rgba(8, 26, 27, 0)), url('../images/Muster_Ilias-Capital-03.png');
  background-image: linear-gradient(109deg, #0d292b 49%, rgba(8, 26, 27, 0)), url('../images/Muster_Ilias-Capital-03.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 33px;
}

.section.pattern2.padding-bottom {
  padding-bottom: 120px;
}

.wrapper-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper-img {
  position: relative;
  right: -40px;
  z-index: 10;
  display: block;
  float: right;
}

.wrapper-img.margin-top-40 {
  margin-top: 40px;
}

.parallax-image {
  position: relative;
  right: 0px;
  float: right;
  border-radius: 30px;
  box-shadow: 0 41px 39px -17px rgba(0, 0, 0, .4);
}

.wrapper-plus {
  position: absolute;
  top: 168px;
  right: 0px;
  bottom: 168px;
  display: inline-block;
  padding: 31px 18px;
  float: right;
}

.wrapper-plus.alt {
  top: -45px;
  right: -7px;
}

.wrapper-plus.no-overflow {
  overflow: hidden;
  padding-top: 86px;
  padding-bottom: 18px;
}

.wrapper-plus.padding-overflow {
  overflow: hidden;
  margin-top: -68px;
  padding-top: 101px;
  padding-bottom: 101px;
}

.parallax-plus {
  position: relative;
  right: -75px;
  z-index: 19;
  float: right;
  opacity: 0.33;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  color: #71ffc0;
  font-size: 500px;
  line-height: 216px;
}

.parallax-plus.huge {
  font-size: 50em;
}

.wrapper-plus-2 {
  position: absolute;
  left: 41px;
  bottom: -73px;
  z-index: 18;
  display: inline-block;
  float: right;
}

.parallax-plus-2 {
  float: none;
  opacity: 1;
  color: hsla(0, 0%, 100%, .19);
  font-size: 260px;
  line-height: 136px;
}

.linkblock-inline {
  display: inline-block;
  margin-right: 25px;
  margin-left: 25px;
}

.divider-2 {
  width: 120px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #62bb46;
}

.div-service-01 {
  padding: 15px 18px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(225deg, #0d292b 10%, hsla(0, 0%, 100%, 0) 85%), url('../images/ilias-capital_Management-Consulting_1.jpg');
  background-image: linear-gradient(225deg, #0d292b 10%, hsla(0, 0%, 100%, 0) 85%), url('../images/ilias-capital_Management-Consulting_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.div-service-01.right-box {
  background-image: -webkit-linear-gradient(315deg, #0d292b 10%, hsla(0, 0%, 100%, 0) 85%), url('../images/ilias-capital_Management-Consulting.jpg');
  background-image: linear-gradient(135deg, #0d292b 10%, hsla(0, 0%, 100%, 0) 85%), url('../images/ilias-capital_Management-Consulting.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-produkt_curcudex {
  padding: 15px 18px;
  background-color: #0e56a7;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.row {
  display: block;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.slide {
  width: 25%;
  padding-top: 30px;
  float: none;
}

.slide._1i1 {
  width: 100%;
  padding-top: 0px;
}

.div-produkt_vitatox {
  padding: 15px 18px;
  background-color: #0e56a7;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.h3-products {
  margin-top: 10px;
  margin-bottom: -8px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}

.div-service-02 {
  background-image: -webkit-linear-gradient(180deg, #0d292b 11%, rgba(38, 74, 59, 0) 76%), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
  background-image: linear-gradient(270deg, #0d292b 11%, rgba(38, 74, 59, 0) 76%), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.txt-products {
  color: #fff;
}

.slider-nav {
  display: none;
}

.arrow {
  top: -41px;
  width: 36px;
  height: 70px;
  background-color: hsla(0, 3%, 62%, .31);
  font-size: 30px;
}

.arrow.left-arrow {
  left: 40px;
  top: auto;
  bottom: 30px;
  display: inline-block;
  width: 65px;
  height: 50px;
  float: left;
  border: 1px solid #0d292b;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0d292b;
}

.arrow.left-arrow:hover {
  background-color: #0d292b;
  color: #45b583;
}

.arrow.right-arrow {
  left: 120px;
  top: auto;
  bottom: 30px;
  display: inline-block;
  width: 65px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  border: 1px solid #0d292b;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0d292b;
}

.arrow.right-arrow:hover {
  background-color: #0d292b;
  color: #45b583;
}

.column-6 {
  padding-right: 18%;
  padding-left: 5%;
}

.div-produkt_cellenerq {
  padding: 15px 18px;
  background-color: #0e56a7;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.div-shadow {
  display: block;
  width: 50%;
  height: 40px;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 130px;
  background-color: hsla(0, 0%, 82%, .58);
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #9b9b9b, #fff);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #9b9b9b, #fff);
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

.div-shadow.produkt {
  width: 79%;
  height: 18px;
  margin-top: 20px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.div-shadow.produkt.short {
  width: 50%;
}

.head-products {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 9px;
  padding: 4px 13px;
  border-radius: 3px;
  background-color: #62bb46;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.div-service-03 {
  background-image: -webkit-linear-gradient(180deg, #0d292b, hsla(0, 0%, 100%, 0) 58%), url('../images/ilias-capital_Co-Investment.jpg');
  background-image: linear-gradient(270deg, #0d292b, hsla(0, 0%, 100%, 0) 58%), url('../images/ilias-capital_Co-Investment.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 150%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.img-produkt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: help;
}

.column-no-padding {
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 0px;
}

.txt-registered {
  position: relative;
  top: -14px;
  font-size: 16px;
  font-weight: 400;
}

.txt-registered._2 {
  top: -5px;
  font-size: 13px;
}

.slider {
  min-height: 550px;
  background-color: transparent;
}

.slider-boxed {
  left: -190px;
  top: 35px;
  z-index: 9;
  width: 110%;
  height: 480px;
  padding: 40px;
  border-radius: 20px;
  background-color: #45b583;
  box-shadow: 2px 22px 32px -5px rgba(0, 0, 0, .62);
}

.slider-boxed.left-box {
  left: 190px;
}

.slider-boxed.auto-height {
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.slider-boxed.auto-height.center-box {
  position: static;
  display: block;
  width: 60%;
  margin-top: -153px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row-services.margin-bottom-80 {
  margin-bottom: 80px;
}

.row-services.fix-height {
  min-height: 480px;
  background-image: -webkit-linear-gradient(0deg, rgba(13, 41, 43, .49) 31%, rgba(8, 26, 27, .83)), url('../images/ilias-capital-frankfurt_1.jpg');
  background-image: linear-gradient(90deg, rgba(13, 41, 43, .49) 31%, rgba(8, 26, 27, .83)), url('../images/ilias-capital-frankfurt_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.link-pos {
  color: #0d292b;
  text-decoration: none;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-bottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.numbers-1 {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 1px;
  border: 2px solid #71ffc0;
  border-radius: 50px;
  background-color: #45b583;
  color: #71ffc0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.numbers-2 {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 1px;
  border: 2px solid #71ffc0;
  border-radius: 50px;
  background-color: #45b583;
  color: #71ffc0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.numbers-3 {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 1px;
  border: 2px solid #71ffc0;
  border-radius: 50px;
  background-color: #45b583;
  color: #71ffc0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.margin-top {
  margin-top: 80px;
  margin-bottom: 0px;
}

.divider-footer {
  display: inline-block;
  margin-right: 10px;
  color: #71ffc0;
}

.align-right {
  display: inline-block;
  float: right;
}

.align-left {
  display: inline-block;
  float: left;
}

.align-center {
  display: inline-block;
  float: none;
}

.image-2 {
  position: relative;
  left: -25px;
}

.row-counts {
  height: 280px;
  background-color: #0a1d1f;
  background-image: -webkit-linear-gradient(125deg, #000, #0d292b);
  background-image: linear-gradient(325deg, #000, #0d292b);
}

.row-counts.flex-row {
  padding-top: 56px;
  padding-bottom: 56px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-animated-02 {
  position: absolute;
  left: -14px;
  top: 13px;
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 75px;
  margin-top: 0px;
  padding: 9px 18px 4px;
  background-color: #45b583;
  opacity: 0;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.div-animated-03 {
  position: absolute;
  left: -14px;
  top: 13px;
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 75px;
  margin-top: 0px;
  padding: 9px 18px 4px;
  background-color: #45b583;
  opacity: 0;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.div-block-3 {
  position: relative;
}

.navmenu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  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;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 100% 0%, #0d292b, #000);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #0d292b, #000);
}

.navlink {
  display: block;
  width: 50%;
  margin: 8px auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

.navlink.w--current {
  color: #45b583;
}

.navlink.w--current:hover {
  color: #71ffc0;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-x1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 4px;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  padding: 10% 8% 8% 9%;
  -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;
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital-frankfurt_1.jpg');
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital-frankfurt_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.subheader.finance-advisory {
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
}

.subheader.management-consulting {
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Management-Consulting_1.jpg');
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Management-Consulting_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.subheader.co-investors {
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Co-Investment.jpg');
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/ilias-capital_Co-Investment.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.subheader.management {
  background-image: -webkit-linear-gradient(90deg, #041516, rgba(13, 41, 43, 0) 34%), -webkit-linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/Ilias-Capital-GmbH-Benedikt-Kiesl.jpg');
  background-image: linear-gradient(0deg, #041516, rgba(13, 41, 43, 0) 34%), linear-gradient(45deg, #0d292b, rgba(38, 74, 59, .45)), url('../images/Ilias-Capital-GmbH-Benedikt-Kiesl.jpg');
  background-position: 0px 0px, 0px 0px, 50% 39%;
}

.image-rounded {
  position: relative;
  right: 0px;
  float: right;
  border-radius: 30px;
  box-shadow: 0 41px 39px -17px rgba(0, 0, 0, .4);
}

.image-rounded.margin {
  padding: 61px 36px;
  background-color: #081a1b;
}

.image-rounded.relative {
  top: -45px;
  right: -120px;
}

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

.subsite-titel {
  margin-top: 26px;
  margin-left: 5px;
  font-size: 3em;
  line-height: 1.2em;
}

.image-section {
  height: 400px;
  padding: 60px 8%;
  background-image: -webkit-linear-gradient(271deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/fotolia_140260179_modi.jpg');
  background-image: linear-gradient(179deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/fotolia_140260179_modi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-section.finance-advisory {
  background-image: -webkit-linear-gradient(271deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
  background-image: linear-gradient(179deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
}

.image-section.management-consulting {
  background-image: -webkit-linear-gradient(271deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Management-Consulting_1.jpg');
  background-image: linear-gradient(179deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Management-Consulting_1.jpg');
}

.image-section.co-investors {
  background-image: -webkit-linear-gradient(271deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Co-Investment.jpg');
  background-image: linear-gradient(179deg, rgba(7, 23, 24, .83) 2%, rgba(17, 40, 36, .44) 38%, rgba(38, 74, 59, .24) 92%), url('../images/ilias-capital_Co-Investment.jpg');
}

.container-relative {
  padding-right: 8%;
  padding-left: 8%;
}

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

.breadcrump {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

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

.column-fix-height.right {
  padding-left: 30px;
}

.column-fix-height.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 8%;
  -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;
  background-image: -webkit-linear-gradient(180deg, rgba(13, 41, 43, 0), rgba(8, 27, 28, .37) 13%, rgba(8, 26, 27, .89) 75%);
  background-image: linear-gradient(270deg, rgba(13, 41, 43, 0), rgba(8, 27, 28, .37) 13%, rgba(8, 26, 27, .89) 75%);
}

.div-animated-onscroll {
  position: absolute;
  left: -14px;
  top: 13px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 75px;
  margin-top: 0px;
  padding: 9px 0px 4px;
  background-color: #45b583;
  opacity: 1;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.div-animated-onscroll.subsite {
  height: 100%;
}

.wrapper-ani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-bar1 {
  display: inline-block;
  width: 18%;
  height: 80px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
}

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

.div-bar2 {
  display: inline-block;
  width: 18%;
  height: 120px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
}

.div-bar3 {
  display: inline-block;
  width: 18%;
  height: 200px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
}

.div-bar4 {
  display: inline-block;
  width: 18%;
  height: 260px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #71ffc0;
}

.relative-wrapper {
  position: relative;
  top: -35px;
  right: -40px;
  float: left;
  text-align: center;
}

.description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
}

.div-block-5 {
  position: relative;
  top: 29px;
}

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

.small {
  position: relative;
  top: -2px;
  margin-left: -8px;
  color: hsla(0, 0%, 100%, .43);
  font-size: 0.6em;
  line-height: 0.2em;
}

.heading-5 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.margin-bottom-0 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .43);
}

.text-span {
  margin-right: 6px;
  margin-left: 6px;
  color: hsla(0, 0%, 100%, .43);
}

.heading-6 {
  margin-top: -8px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.row-credits {
  margin: 40px 0px;
}

.row-table {
  padding-bottom: 10px;
}

.txt-copyright {
  margin-top: 10px;
}

.div-table {
  width: 88%;
}

.background-video {
  height: 245px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-title {
  position: relative;
  z-index: 9;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 5px;
  font-size: 4em;
  line-height: 1em;
}

.tabs-menu {
  top: -38px;
  margin-top: -50px;
}

.tab-link {
  margin-right: 10px;
  border-radius: 4px;
  background-color: #081a1b;
  color: hsla(0, 0%, 100%, .5);
}

.tab-link.w--current {
  background-color: #45b583;
}

.footer-title {
  font-size: 45px;
  line-height: 40px;
}

.dropdown-menue {
  display: block;
  width: 50%;
  margin: 8px auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

.dropdown-menue.w--current {
  color: #45b583;
}

.dropdown-menue.w--current:hover {
  color: #71ffc0;
}

.dropdown-icon {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  color: hsla(0, 0%, 100%, .5);
  font-size: 0.7em;
  text-align: center;
}

.dropdown-toggle {
  text-align: center;
}

.menue-title {
  color: #fff;
}

.menue-tixt {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  color: hsla(0, 0%, 100%, .5);
  text-align: center;
}

.dropdown-on-hover {
  position: relative;
  top: -3px;
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  color: hsla(0, 0%, 100%, .5);
  font-size: 0.7em;
  text-align: center;
}

.dropdown-list {
  font-size: 1em;
}

.dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 0.5em;
  text-align: center;
}

.dropdown-link {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
}

html.w-mod-js *[data-ix="slidein"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-40pz"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-delay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="typing"] {
  display: inline-block;
  width: 8px;
  height: 75px;
}

html.w-mod-js *[data-ix="typing-5subsite"] {
  display: inline-block;
  width: 8px;
  height: 75px;
}

html.w-mod-js *[data-ix="typing-2"] {
  display: inline-block;
  width: 8px;
  height: 75px;
}

html.w-mod-js *[data-ix="typing-5"] {
  display: inline-block;
  width: 8px;
  height: 140px;
}

html.w-mod-js *[data-ix="typing-3"] {
  display: inline-block;
  width: 8px;
  height: 75px;
}

html.w-mod-js *[data-ix="typing-4"] {
  display: inline-block;
  width: 8px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken"] {
  display: none;
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-subsite"] {
  display: none;
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-subsite-l2"] {
  display: none;
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-scroll-trigger"] {
  display: none;
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-2"] {
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-3"] {
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-4"] {
  opacity: 0;
  width: 0px;
  height: 75px;
}

html.w-mod-js *[data-ix="scrollbalken-5"] {
  opacity: 0;
  width: 0px;
  height: 140px;
}

html.w-mod-js *[data-ix="hide-after-3800ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-after-2400ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-after-2800ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-after-2600ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-after-3200ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-initial-apperiance"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 11px);
  -ms-transform: translate(0px, 11px);
  transform: translate(0px, 11px);
}

html.w-mod-js *[data-ix="produkt"] {
  -webkit-transform: translate(0px, 12px);
  -ms-transform: translate(0px, 12px);
  transform: translate(0px, 12px);
}

html.w-mod-js *[data-ix="initial-number"] {
  opacity: 0;
  -webkit-transform: translate(0px, 12px);
  -ms-transform: translate(0px, 12px);
  transform: translate(0px, 12px);
}

html.w-mod-js *[data-ix="navlink"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="navlink-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="navlink-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="navlink-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="show-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="animated-bars"] {
  height: 0px;
}

html.w-mod-js *[data-ix="animated-bars-2"] {
  height: 0px;
}

html.w-mod-js *[data-ix="animated-bars-3"] {
  height: 0px;
}

html.w-mod-js *[data-ix="animated-bars-4"] {
  height: 0px;
}

html.w-mod-js *[data-ix="dropdown-submenue-on-click"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
  p {
    line-height: 22px;
  }
  .logo {
    margin-top: 80px;
    margin-bottom: 55px;
  }
  .footer {
    padding-top: 60px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .column.right {
    padding-left: 10px;
  }
  .logo-subsite {
    margin-top: 80px;
    margin-bottom: 55px;
  }
  .header {
    height: 70vh;
  }
  .h2-hero {
    font-size: 3em;
    line-height: 1.1em;
  }
  .section {
    padding-right: 6%;
    padding-left: 6%;
  }
  .parallax-image {
    right: 8px;
  }
  .parallax-plus {
    right: -56px;
    font-size: 400px;
  }
  .row {
    padding-right: 3%;
    padding-left: 3%;
  }
  .column-6 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .div-shadow {
    height: 30px;
  }
  .div-shadow.produkt {
    height: 14px;
  }
  .img-produkt {
    max-width: 80%;
  }
  .column-no-padding {
    padding-right: 1%;
  }
  .slider {
    padding-right: 0%;
    padding-left: 0%;
  }
  .slider-boxed {
    width: 140%;
    height: auto;
    min-height: 480px;
    padding: 25px 26px;
  }
  .slider-boxed.auto-height {
    min-height: 440px;
  }
  .slider-boxed.auto-height.center-box {
    width: 80%;
    min-height: 220px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .margin-top-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .flex-row {
    padding-top: 23px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-rounded {
    right: 24px;
  }
  .breadcrump {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .relative-wrapper.avatar {
    right: 0px;
  }
  .page-title {
    font-size: 4em;
    line-height: 1.1em;
  }
  .tabs-menu {
    margin-top: -49px;
  }
  .tab-link {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .container.space {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .column.right {
    padding-left: 12px;
  }
  .column.footer2column {
    margin-top: 40px;
  }
  .container-socket {
    padding-right: 21px;
    padding-left: 21px;
  }
  .logo-subsite {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .header {
    height: 60vh;
    padding-top: 24%;
  }
  .h2-hero {
    font-size: 2.5em;
  }
  .div-typing {
    height: 65px;
  }
  .section.pattern2 {
    padding-bottom: 60px;
  }
  .section.pattern2.padding-bottom {
    padding-bottom: 80px;
  }
  .wrapper-img {
    position: static;
    right: 0px;
    margin-top: 19px;
    margin-bottom: 37px;
    float: none;
  }
  .wrapper-img.margin-top-40 {
    margin-bottom: 0px;
  }
  .parallax-image {
    margin-top: 43px;
  }
  .parallax-plus {
    right: 0px;
  }
  .parallax-plus.subsite {
    top: -46px;
    right: -64px;
    font-size: 300px;
  }
  .parallax-plus.spex {
    margin-top: -6px;
    margin-right: -41px;
    font-size: 310px;
  }
  .linkblock-inline {
    margin-top: 14px;
    margin-left: 0px;
  }
  .div-service-01 {
    position: relative;
    z-index: 9;
  }
  .div-produkt_curcudex {
    position: relative;
    z-index: 9;
  }
  .div-produkt_vitatox {
    position: relative;
    z-index: 9;
  }
  .div-service-02 {
    position: relative;
    z-index: 9;
  }
  .column-6 {
    padding-right: 8%;
    padding-left: 8%;
  }
  .div-produkt_cellenerq {
    position: relative;
    z-index: 9;
  }
  .div-shadow {
    height: 30px;
    margin-top: 35px;
    margin-bottom: 44px;
  }
  .div-service-03 {
    position: relative;
    z-index: 9;
  }
  .slider {
    height: 260px;
    min-height: 150px;
  }
  .slider-boxed {
    position: relative;
    left: 0px;
    display: block;
    width: 95%;
    margin: -160px auto 51px;
    float: none;
  }
  .slider-boxed.auto-height {
    position: relative;
    left: 0px;
    top: -150px;
    display: block;
    width: 95%;
    min-height: 200px;
    margin-right: auto;
    margin-bottom: -50px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .slider-boxed.auto-height.center-box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .row-services.margin-bottom-80 {
    margin-bottom: 0px;
  }
  .margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .align-right {
    float: left;
  }
  .row-counts {
    height: auto;
  }
  .row-counts.flex-row {
    padding-right: 28px;
    padding-left: 28px;
  }
  .flex-row {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink {
    width: 80%;
  }
  .image-rounded {
    position: static;
    float: none;
  }
  .subsite-titel {
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .image-section.finance-advisory {
    height: 330px;
  }
  .column-fix-height.right {
    padding-left: 12px;
  }
  .wrapper-ani {
    height: 260px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .padding-left {
    padding-left: 0px;
  }
  .relative-wrapper {
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .relative-wrapper.avatar {
    display: block;
    margin: -39px auto 40px;
    float: none;
  }
  .div-block-5 {
    top: 16px;
  }
  .small {
    margin-left: -3px;
  }
  .div-block-6 {
    margin-top: 41px;
  }
  .text-span-2 {
    margin-left: -4px;
  }
  .page-title {
    font-size: 3em;
  }
  .tabs-menu {
    margin-top: -50px;
  }
  .footer-title {
    font-size: 40px;
  }
  .dropdown-menue {
    width: 80%;
  }
}

@media (max-width: 479px) {
  h1 {
    overflow: visible;
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 17px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .container {
    padding-left: 0px;
  }
  .container.sub {
    padding-left: 0px;
  }
  .logo {
    margin-bottom: 60px;
  }
  .pattern {
    padding: 20px 6% 40px;
  }
  .column {
    padding-right: 0px;
  }
  .column.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .socket {
    height: auto;
    background-color: #021011;
  }
  .copy {
    margin-right: 5px;
    float: none;
  }
  .copy.right {
    float: left;
  }
  .container-socket {
    padding-right: 10px;
  }
  .button {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .heading {
    font-size: 22px;
    line-height: 27px;
  }
  .heading-2 {
    font-size: 26px;
  }
  .logo-subsite {
    margin-bottom: 60px;
  }
  .brand {
    padding-left: 0px;
  }
  .header {
    height: auto;
    min-height: 60vh;
    padding-top: 25%;
    padding-bottom: 6%;
  }
  .wraper-tags {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .h2-hero {
    font-size: 2.2em;
  }
  .section.pattern2 {
    padding-bottom: 60px;
  }
  .wrapper-img {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .wrapper-img.margin-top-40 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .parallax-image {
    right: 0px;
    margin-top: 25px;
    float: none;
    border-radius: 20px;
  }
  .wrapper-plus.padding-overflow {
    padding-top: 64px;
    padding-bottom: 0px;
  }
  .parallax-plus {
    right: 0px;
    font-size: 300px;
  }
  .parallax-plus.subsite {
    top: -135px;
    right: -74px;
    font-size: 260px;
  }
  .parallax-plus.spex {
    top: -66px;
    right: -1px;
    margin-bottom: -91px;
    font-size: 180px;
  }
  .parallax-plus.euro {
    top: -41px;
    right: -29px;
    font-size: 184px;
  }
  .wrapper-plus-2 {
    left: -9px;
  }
  .parallax-plus-2 {
    font-size: 200px;
  }
  .linkblock-inline {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-service-02 {
    background-image: -webkit-linear-gradient(270deg, rgba(38, 74, 59, .28), rgba(38, 74, 59, .28)), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
    background-image: linear-gradient(180deg, rgba(38, 74, 59, .28), rgba(38, 74, 59, .28)), url('../images/ilias-capital_Commercial-Real-Estate-Finance-Advisory.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .arrow.left-arrow {
    left: 20px;
  }
  .arrow.right-arrow {
    left: 100px;
  }
  .column-6 {
    padding-right: 1%;
    padding-left: 1%;
  }
  .div-shadow.produkt.short {
    height: 10px;
  }
  .img-produkt {
    max-width: 40%;
  }
  .column-no-padding {
    top: -15px;
    padding-top: 0px;
  }
  .slider {
    min-height: 250px;
    padding-left: 0%;
  }
  .slider-boxed {
    min-height: none;
    padding-right: 5%;
    padding-bottom: 87px;
    padding-left: 5%;
  }
  .slider-boxed.auto-height {
    width: 97%;
    margin-top: -47px;
    padding: 21px 6% 25px;
  }
  .align-right {
    float: left;
  }
  .image-2 {
    left: -19px;
  }
  .row-counts {
    height: auto;
  }
  .flex-row {
    height: auto;
    min-height: 200px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3 {
    position: static;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .navlink {
    font-size: 2.5em;
  }
  .subheader {
    height: auto;
    min-height: 220px;
    padding-top: 18%;
  }
  .image-rounded {
    border-radius: 20px;
  }
  .image-rounded.margin {
    padding-top: 51px;
    padding-bottom: 51px;
    border-radius: 10px;
  }
  .subsite-titel {
    font-size: 2em;
    line-height: 1.2em;
  }
  .subsite-titel.long-title {
    margin-top: 19px;
  }
  .image-section.management-consulting {
    height: 310px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .image-section.co-investors {
    height: 300px;
  }
  .container-relative {
    padding-right: 5%;
    padding-left: 5%;
  }
  .breadcrump {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column-fix-height {
    padding-right: 0px;
  }
  .column-fix-height.right {
    padding-right: 0px;
  }
  .column-fix-height.gradient {
    min-height: 250px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .wrapper-ani {
    position: relative;
    top: 16px;
    height: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-bar1 {
    height: 65px;
  }
  .padding-left {
    padding-left: 0px;
  }
  .div-bar2 {
    height: 90px;
  }
  .div-bar3 {
    height: 140px;
  }
  .div-bar4 {
    height: 170px;
  }
  .relative-wrapper {
    position: static;
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .relative-wrapper.avatar {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: -39px;
    margin-bottom: 64px;
  }
  .small {
    margin-left: -2px;
    font-size: 0.5em;
  }
  .row-credits {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .mask-2 {
    height: auto;
  }
  .page-title {
    font-size: 3em;
  }
  .page-title.short {
    margin-top: 25px;
    font-size: 2.7em;
  }
  .tabs-menu {
    margin-top: -55px;
  }
  .tab-link {
    display: inline-block;
    max-width: 49%;
  }
  .footer-title {
    font-size: 36px;
  }
  .dropdown-menue {
    font-size: 2.5em;
  }
}

