/* compiled by scssphp v1.0.5 on Wed, 24 May 2023 05:27:07 +0000 (0.1189s) */

/* ----- Änderungen an Bootstrap ------------------------- */
.btn {
  background-image: linear-gradient(180deg, #119dda 0%, #0d78a6 100%);
  border-radius: 3px;
  font-size: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn:active {
  background-image: linear-gradient(180deg, #119dda 0%, #119dda 100%);
}
.btn:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.btn.btn-lg {
  font-size: 100%;
}
/* ----- Grundeinstellungen ------------------------------ */
* {
  outline: 0;
}
a {
  color: #0d78a6;
}
a:hover {
  color: #119dda;
}
.bt-h1, h1 {
  font-size: 180%;
  font-weight: 800;
}
.bt-h2, h2 {
  font-size: 162%;
  font-weight: 600;
}
.bt-h3, h3 {
  font-size: 144%;
  margin-bottom: 10px;
}
.bt-h4, h4 {
  font-size: 126%;
}
.bt-h5, h5 {
  font-size: 108%;
}
.bt-h6, h6 {
  font-size: 90%;
}
hr {
  background-image: radial-gradient(circle, #d9d9d9 0%, transparent 100%);
  border-top: none;
  height: 1px;
  margin-bottom: 45px;
  margin-top: 45px;
  width: 100% !important;
}
html, body {
  font-size: 14px;
  font-weight: 500;
}
body {
  margin-top: 75px;
}
label {
  display: block;
}
.table {
  color: #595959;
}
.select2-dropdown {
  border: 1px solid #ced4da;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #119dda !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ced4da;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0;
  min-height: 42px;
  padding: 11px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 9px;
  top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}
.select2-container--focus .select2-selection--single {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-results__option {
  padding: 11px;
}
.select2-search {
  display: none;
}
/* ----- Header inkl. Navigation ------------------------- */
#bm-header {
  background-color: white;
  box-shadow: none;
  padding: 15px 0 !important;
}
#bm-header .container {
  position: relative;
}
#bm-header.is-active {
  background-color: white;
}
#bm-header-login {
  align-items: center;
  display: flex;
  height: calc(45px * .8);
  font-size: 70%;
  position: absolute;
  right: 50px;
  top: 0;
}
@media (min-width: 576px) {
  #bm-header-login {
    height: 45px;
  }
}
#bm-header-login a {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: center;
  color: #595959;
  display: flex;
  height: 24px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 7.5px;
  text-decoration: none;
  text-transform: uppercase;
}
#bm-header-login a.is-active {
  color: #0d78a6;
  font-weight: 800;
}
#bm-header-login a.is-active:hover {
  color: #595959;
  cursor: default;
}
#bm-header-login a.login-link, #bm-header-login a.logout-link {
  border: 1px solid #0d78a6;
  border-radius: 3px;
  color: #0d78a6;
  font-size: 100%;
  height: auto;
  letter-spacing: 2px;
  margin-right: 20px;
  padding: calc(10px * .7 - 1px);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #bm-header-login a.login-link, #bm-header-login a.logout-link {
    padding: calc(10px - 1px);
  }
}
#bm-header-login a.login-link:hover, #bm-header-login a.logout-link:hover, #bm-header-login a.login-link:active, #bm-header-login a.logout-link:active {
  background-image: linear-gradient(180deg, #119dda 0%, #0d78a6 100%);
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: calc(10px * .7);
}
@media (min-width: 576px) {
  #bm-header-login a.login-link:hover, #bm-header-login a.logout-link:hover, #bm-header-login a.login-link:active, #bm-header-login a.logout-link:active {
    padding: 10px;
  }
}
#bm-header-login a.login-link:active, #bm-header-login a.logout-link:active {
  background-image: linear-gradient(180deg, #119dda 0%, #119dda 100%);
  box-shadow: none;
}
#bm-header-login a.register-link {
  background-image: linear-gradient(180deg, #119dda 0%, #0d78a6 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 100%;
  height: auto;
  letter-spacing: 2px;
  margin-right: 10px;
  padding: calc(10px * .7);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #bm-header-login a.register-link {
    padding: 10px;
  }
}
#bm-header-login a.register-link:hover, #bm-header-login a.register-link:active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  color: #fff;
}
#bm-header-login a.register-link:active {
  background-image: linear-gradient(180deg, #119dda 0%, #119dda 100%);
  box-shadow: none;
}
#bm-header-login a:active {
  opacity: 0.8;
}
#bm-header-login a:hover {
  color: #119dda;
}
#bm-header-shadow {
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 0px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  height: calc(37.5px * .8);
  left: 50%;
  opacity: 0;
  position: fixed;
  top: calc(37.5px * .8);
  max-width: 1800px;
  width: 100%;
  z-index: 1029;
}
@media (min-width: 576px) {
  #bm-header-shadow {
    height: 37.5px;
    top: 37.5px;
  }
}
#bm-header-shadow.is-active {
  position: absolute;
}
#bm-logo img {
  height: calc(45px * .8);
  width: calc(93px * .8);
}
@media (min-width: 576px) {
  #bm-logo img {
    height: 45px;
    width: 93px;
  }
}
#bm-nav-desktop ul li:last-child {
  margin-right: 0;
}
#bm-nav-desktop ul li a {
  color: #595959;
}
#bm-nav-desktop ul li a:hover {
  color: #119dda;
}
#bm-nav-mobile .lang-nav {
  font-size: 120%;
  margin-bottom: 45px;
  margin-top: 45px;
  text-transform: uppercase;
}
#bm-nav-mobile .lang-nav a {
  color: #595959;
  text-decoration: none;
}
#bm-nav-mobile .lang-nav a:hover {
  color: #119dda;
}
#bm-nav-mobile .lang-nav a.is-active {
  color: #0d78a6;
  font-weight: 800;
}
#bm-nav-mobile .lang-nav a + a {
  margin-left: 15px;
}
#bm-nav-mobile ul li {
  font-size: 162%;
  font-weight: 500;
}
#bm-nav-mobile ul li.is-active:not(.contact-link) {
  font-weight: 800;
}
#bm-nav-mobile ul li a {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 11px;
}
#bm-nav-mobile ul li:first-child a {
  padding-top: 11px;
}
#bm-nav-mobile ul li:not(:first-child) a::before {
  background-image: linear-gradient(90deg, #d9d9d9 0%, transparent 100%);
  content: '';
  display: block;
  height: 1px;
  left: -20px;
  position: relative;
  top: -11px;
  width: calc(75% + 40px);
}
.bt-carousel-lg:not(.bt-carousel-object-overview) {
  max-height: 820px;
}
.bt-loader .spinner-border {
  color: #d9d9d9;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-item {
  background-position: 50% 100%;
}
/* ----- Content ----------------------------------------- */
.bm-anchor {
  margin-top: -75px;
  padding-top: 75px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon, .bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon {
  background-color: transparent;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon svg, .bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon svg {
  height: 40px;
}
.bm-link-to-wwf {
  margin-bottom: -50px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  z-index: 1020;
}
.bm-link-to-wwf a {
  display: block;
}
.bm-link-to-wwf .bm-logo-wrapper {
  margin-right: 20px;
}
.bm-link-to-wwf .bm-logo-wrapper img {
  height: 70px;
  width: 120px;
}
.bm-link-to-wwf .col {
  margin-top: 0 !important;
}
.bm-object-details .bm-label {
  font-size: 80%;
  margin-bottom: 0;
}
.bm-object-details .bm-already-invested {
  line-height: 1;
}
.bm-object-details .bm-already-invested .bm-funding {
  color: #0d78a6;
  display: inline-block;
  font-weight: 800;
  transform: scale(2);
  transform-origin: 100% 50%;
}
.bm-object-details .bm-already-invested .col .row .col:nth-of-type(1) {
  font-weight: 800;
}
.bm-object-details .bm-already-invested .row:nth-of-type(1) {
  margin-bottom: 20px;
}
.bm-object-details .bm-label.bm-only-for-users::after {
  background-image: linear-gradient(90deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 100%);
  content: '';
  display: block;
  height: 21px;
  width: 100%;
}
.bm-object-details .bm-label:not(:nth-of-type(1)) {
  margin-top: 30px;
}
.bm-object-details .bm-value {
  color: #119dda;
  font-weight: 800;
}
.bm-object-details .bm-value.bm-only-for-users {
  display: none;
}
.bm-object-details .capital-progress-filled {
  position: relative;
}
.bm-object-details .capital-progress-filled .bm-label {
  color: #119dda;
  bottom: 0;
  position: absolute;
  right: 0;
}
.bm-object-details.bm-logged-out .bm-description {
  max-height: 309px;
  overflow: hidden;
}
.bm-object-details.bm-logged-out .bm-description::before {
  background-image: linear-gradient(180deg, rgba(242, 242, 242, 0) 40%, #f2f2f2 90%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bm-object-overview.bm-1-col {
  background-image: linear-gradient(90deg, white 0%, #f2f2f2 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 20px !important;
}
.bm-object-overview.bm-1-col + .bm-object-overview.bm-1-col {
  margin-top: 45px;
}
.bm-object-overview.bm-1-col .bm-read-more-link {
  color: #119dda;
  font-weight: 800;
  line-height: 1;
  margin-top: 45px;
  text-align: right;
}
.bm-object-overview.bm-1-col .bm-subtitle {
  margin-top: -10px;
}
.bm-object-overview.bm-2-col a {
  text-decoration: none;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.bm-object-overview.bm-2-col a .bm-col-inner {
  flex: 1;
}
.bm-object-overview.bm-2-col a:active {
  opacity: 0.8;
}
.bm-object-overview.bm-2-col .bt-h3 {
  margin-top: 45px;
}
.bm-object-overview.bm-2-col .bm-subtitle {
  margin-top: -10px;
}
.bm-object-overview.bm-2-col .col .row .col {
  background-image: linear-gradient(90deg, white 0%, #f2f2f2 100%);
  padding: 20px;
}
.bm-object-overview.bm-2-col .col .row .col + .col {
  margin-top: 45px;
}
.bm-object-overview.bm-2-col hr {
  display: none;
}
.bm-object-overview.bm-2-col .bm-read-more-link {
  font-weight: 800;
  text-align: right;
}
.bm-read-more-link a, .bm-read-more-link span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230d78a6' width='20.6' height='35.7' viewBox='0 0 20.6 35.7'%3e%3cpolygon points='4.1,0 0,3.8 13,17.9 0,31.9 4.1,35.7 20.6,17.9'/%3e%3c/svg%3e");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  line-height: 1.5;
  padding-left: 22px;
  text-decoration: none;
}
.bm-read-more-link a:active, a:active .bm-read-more-link span {
  opacity: 0.8 !important;
}
.bm-read-more-link a:hover, a:hover .bm-read-more-link span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23119dda' width='20.6' height='35.7' viewBox='0 0 20.6 35.7'%3e%3cpolygon points='4.1,0 0,3.8 13,17.9 0,31.9 4.1,35.7 20.6,17.9'/%3e%3c/svg%3e");
}
.bm-subtitle {
  color: #119dda;
  font-weight: 800;
  margin-bottom: 45px;
  margin-top: 15px;
}
.bt-h1 + .bm-subtitle, h1 + .bm-subtitle {
  margin-top: -25px;
}
.bt-h1 + .btn, h1 + .btn {
  margin-top: -15px;
}
.carousel-indicators li {
  border-radius: 50%;
}
.carousel-indicators li, .carousel-indicators li.active {
  background-color: white;
}
.bt-arrow-down-icon-outer {
  margin: 0;
}
.bt-arrow-down-icon {
  position: absolute;
  bottom: 10px;
  background-color: transparent;
}
.bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop {
  background-color: transparent;
}
.slide-text-container {
  bottom: 80px;
  position: absolute;
  right: 0;
  width: 100%;
}
.slide-text-container .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.slide-text-container .container-fluid:nth-child(2) {
  background-image: url('/theme/images/slideshow_gradient.png');
  background-size: 100%;
}
.slide-text-container .container-fluid:nth-child(2) .container {
  padding-bottom: 15px;
  padding-top: 15px;
}
.slide-text-container .container-fluid:nth-child(2) .container p {
  font-size: 18px;
  color: #fff;
}
.bt-layer-mobile {
  position: relative;
}
.bt-layer-mobile .slide-text-container {
  height: auto;
  padding: 15px 0;
  bottom: 0;
}
.bt-arrow-down-icon-outer .bt-arrow-down-icon {
  opacity: 1;
}
/* ----- Content Detail ---------------------------------- */
#amount:invalid {
  border: 1px solid #ced4da;
  box-shadow: none;
}
#amount:focus:invalid {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.is-logged-in {
  margin-top: 30px;
}
.capital-progress {
  height: 50px;
  background-color: #f2f2f2;
}
.capital-progress-filled {
  height: 100%;
  background-color: #119dda;
}
#return_per_year {
  align-items: center;
  color: #0d78a6;
  display: flex;
  font-size: 120%;
  font-weight: 700;
  margin: 0 -10px;
  min-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
}
/* ----- Chart ------------------------------------------ */
.apexcharts-legend {
  flex-direction: column;
  margin-left: 20px;
}
.apexcharts-legend-series {
  margin-bottom: 10px;
}
/* ----- Footer ------------------------------------------ */
#bm-footer {
  background-color: white;
  position: absolute;
  z-index: 1020;
}
#bm-footer .bt-imprint-privacy {
  font-size: 80%;
}
#bm-footer .bt-imprint-privacy a {
  color: #595959;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
#bm-footer .bt-imprint-privacy a:active {
  opacity: 0.8;
}
#bm-footer .bt-imprint-privacy a:hover {
  color: #119dda;
}
#bm-footer .bt-imprint-privacy ul li:not(:first-child) {
  margin-left: 0;
}
#bm-footer .bt-imprint-privacy ul li:not(:first-child)::before {
  content: '\00B7';
  margin: 0 3px;
}
#bm-footer-shadow {
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 0px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  height: 37.5px;
  left: 50%;
  margin-bottom: -37.5px;
  opacity: 0;
  position: relative;
  max-width: 1800px;
  width: 100%;
  z-index: 1019;
}
#bm-footer-shadow.is-active {
  position: absolute;
}
.bt-layer-mobile .slide-text-container {
  bottom: 0;
}
@media (max-width: 575px) {
  .slide-text-container {
    bottom: 0;
  }
}
@media (min-width: 576px) {
  html, body {
    font-size: 18px;
    /* --------------------------------------------------- */
  }
  #bm-header-login {
    right: 70px;
  }
  #bm-footer .bt-imprint-privacy ul li:not(:first-child)::before {
    margin: 0 5px;
  }
  .bm-object-details .bm-label.bm-only-for-users::after {
    height: 27px;
  }
  .bm-object-details.bm-logged-out .bm-description {
    max-height: 363px;
  }
  .bm-object-overview.bm-1-col {
    max-width: 540px;
    padding: 40px !important;
  }
  .bm-object-overview.bm-2-col .col .row .col {
    padding: 40px;
  }
  .bm-read-more-link a, .bm-read-more-link span {
    padding-left: 26px;
  }
  .bt-layer-mobile .slide-text-container {
    bottom: 50px;
  }
  .bm-link-to-wwf .bm-logo-wrapper {
    margin-right: 40px;
  }
  #return_per_year {
    min-height: 48px;
  }
  .select2-container--default .select2-selection--single {
    min-height: 48px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
  }
  .slide-text-container .container-fluid:nth-child(2) .container p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bm-form-row {
    flex-direction: column;
  }
  .bm-form-row .form-group-left {
    flex: 100%;
    margin-right: 0;
  }
  .bm-form-row .form-group-left {
    flex: 100%;
  }
  .bt-carousel-lg-outer .bt-carousel-lg .carousel-item {
    background-position: 80% 100%;
  }
}
@media (min-width: 768px) {
  .bt-h1, h1 {
    font-size: 200%;
  }
  .bt-h2, h2 {
    font-size: 160%;
  }
  .bt-h3, h3 {
    font-size: 120%;
  }
  .bt-h4, h4 {
    font-size: 115%;
  }
  .bt-h5, h5 {
    font-size: 110%;
  }
  .bt-h6, h6 {
    font-size: 100%;
    /* --------------------------------------------------- */
  }
  body {
    margin-top: 84px;
    /* --------------------------------------------------- */
  }
  .bm-anchor {
    margin-top: -84px;
    padding-top: 84px;
  }
  #bm-logo img {
    height: 54px;
    width: 112px;
  }
  #bm-nav-mobile ul li {
    font-size: 180%;
  }
  #bm-footer-shadow {
    height: 42px;
    margin-bottom: -42px;
  }
  #bm-header-login {
    height: 54px;
  }
  #bm-header-login a.login-link, #bm-header-login a.logout-link {
    margin-right: 37.5px;
  }
  #bm-header-login a:last-child {
    margin-right: 32.5px;
  }
  #bm-header-shadow {
    height: 42px;
    top: 42px;
  }
  .bm-object-overview.bm-1-col {
    max-width: 720px;
    padding: 40px !important;
  }
}
@media (max-width: 991px) {
  .bm-object-overview.bm-2-col .col .row .col {
    background-image: none;
  }
  .bm-object-overview.bm-2-col .col .row .col + .col {
    margin-top: 0;
  }
  .bm-object-overview.bm-2-col .bt-h3 {
    margin-top: 10px;
  }
  .bm-object-overview .bm-col-inner {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .btn.btn-lg {
    font-size: 19px;
    letter-spacing: 2px;
    /* --------------------------------------------------- */
  }
  body {
    margin: 132px 15px 15px;
    /* --------------------------------------------------- */
  }
  .bm-anchor {
    margin-top: -132px;
    padding-top: 132px;
  }
  #bm-footer {
    margin-left: -15px;
  }
  #bm-footer-login a {
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23595959' width='22.5' height='25.4' viewBox='0 0 22.5 25.4'%3e%3cpath d='M9.7,9.5l2.2,2.2H0v2h11.9l-2.2,2.2l1.4,1.4l3.9-3.9l0.7-0.7L15,12l-3.9-3.9L9.7,9.5z M4.9,0v9.8h2V2h13.7v21.5 H6.8v-7.8h-2v9.8h17.6V0H4.9z'/%3e%3c/svg%3e");
    background-position: 40px 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #595959;
    display: flex;
    font-size: 70%;
    font-weight: 800;
    height: 25px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 -40px;
    opacity: 0.8;
    padding: 0 40px 0 77px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #bm-footer-login a:active {
    opacity: 0.8 !important;
  }
  #bm-footer-login a:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23119dda' width='22.5' height='25.4' viewBox='0 0 22.5 25.4'%3e%3cpath d='M9.7,9.5l2.2,2.2H0v2h11.9l-2.2,2.2l1.4,1.4l3.9-3.9l0.7-0.7L15,12l-3.9-3.9L9.7,9.5z M4.9,0v9.8h2V2h13.7v21.5 H6.8v-7.8h-2v9.8h17.6V0H4.9z'/%3e%3c/svg%3e");
    color: #119dda;
    opacity: 1;
  }
  #bm-footer .bt-imprint-privacy {
    font-size: 70%;
  }
  #bm-footer .bt-imprint-privacy ul li {
    align-items: center;
    display: flex;
    height: 25px;
  }
  #bm-footer .bt-imprint-privacy ul li a {
    align-items: center;
    display: flex;
    height: 100%;
  }
  #bm-footer-shadow {
    height: 66px;
    margin-bottom: -66px;
    width: calc(100% + 30px);
  }
  #bm-header {
    padding: 30px 0 !important;
    transition: all 0.5s ease;
  }
  #bm-header:hover #bm-header-login, #bm-header:hover #bm-nav-desktop ul li {
    opacity: 1;
  }
  #bm-header.is-hidden {
    margin-top: -132px;
  }
  #bm-header.is-reduced {
    background-image: linear-gradient(90deg, white 0%, #f2f2f2 100%);
    opacity: 0.95;
    padding: 15px 0 !important;
  }
  #bm-header.is-reduced.bt-header .col:nth-child(2) {
    align-items: center;
  }
  #bm-header.is-reduced:hover {
    opacity: 1;
    transition: all 0.25s ease;
  }
  #bm-header.is-reduced #bm-logo img {
    height: 54px;
    width: 112px;
  }
  #bm-header.is-reduced #bm-header-login {
    margin-top: -41.5px;
  }
  #bm-header-login {
    border: none;
    height: 46px;
    opacity: 0.8;
    padding: 0 40px;
    right: 0;
    top: -22.5px;
    transition: all 0.5s ease;
  }
  #bm-header-login a:last-child {
    margin-right: -7.5px;
  }
  #bm-header-shadow {
    height: 66px;
    top: 66px;
    transition: all 0.5s ease;
  }
  #bm-header-shadow.is-hidden, #bm-header-shadow.is-reduced {
    margin-top: -132px;
    opacity: 0 !important;
    transition: none;
  }
  .bm-link-to-wwf {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: static;
  }
  .bm-link-to-wwf.bm-overlapping {
    margin: 0 -15px;
    position: absolute;
  }
  .bm-link-to-wwf a {
    display: block;
  }
  .bm-link-to-wwf a:active .bm-logo-wrapper {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .bm-link-to-wwf a:hover .bm-logo-wrapper {
    background-color: rgba(0, 0, 0, 0.15);
    margin: -5px 10px;
    padding: 25px;
  }
  .bm-link-to-wwf .bm-logo-wrapper {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    padding: 20px;
    transition: margin 0.2s ease, padding 0.2s ease;
  }
  .bm-link-to-wwf .bm-logo-wrapper img {
    height: 90px;
    width: 154px;
  }
  #bm-logo img {
    height: 72px;
    transition: all 0.5s ease;
    width: 148px;
  }
  #bm-nav-desktop ul li {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
  }
  #bm-nav-desktop ul li:not(.contact-link) {
    opacity: 0.8;
    transition: all 0.25s ease;
  }
  #bm-nav-desktop ul li.contact-link {
    margin-left: 15px;
  }
  #bm-nav-desktop ul li.contact-link:active {
    transform: scale(0.9875);
  }
  #bm-nav-desktop ul li.contact-link a {
    background-color: #f00;
    background-image: linear-gradient(180deg, #119dda 0%, #0d78a6 100%);
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
    padding: 8px 15px;
  }
  #bm-nav-desktop ul li.contact-link a:active {
    background-image: linear-gradient(180deg, #119dda 0%, #119dda 100%);
  }
  #bm-nav-desktop ul li.contact-link a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }
  #bm-nav-desktop ul li.is-active:not(.contact-link) {
    font-weight: 800;
    opacity: 1;
  }
  #bm-nav-desktop ul li.is-active:not(.contact-link) a {
    color: #119dda;
  }
  #bm-nav-desktop ul li:not(.contact-link) a:active {
    opacity: 0.8;
  }
  #bm-nav-desktop ul li.is-active:not(.contact-link)::after {
    background-color: #119dda;
    content: '';
    display: block;
    height: 3px;
    left: calc(50% - 25px);
    position: relative;
    top: 13px;
    width: 50px;
  }
  #bm-nav-desktop ul li a {
    padding: 15px 10px;
    text-decoration: none;
    letter-spacing: 0;
  }
  #bm-nav-desktop ul li:last-child a {
    margin-right: -10px;
  }
  .bm-object-details .bt-carousel-lg {
    margin-top: 0;
  }
  .bm-object-overview.bm-1-col {
    box-shadow: none;
    max-width: 100%;
    padding: 0 !important;
  }
  .bm-object-overview.bm-1-col .col .row {
    margin: 0 -20px;
  }
  .bm-object-overview.bm-1-col .col .row .col {
    padding: 0 20px;
  }
  .bm-object-overview.bm-1-col .col .row .col:nth-of-type(2) {
    padding: 45px 20px;
  }
  .bm-object-overview.bm-1-col .bm-col-inner {
    margin: 30px -20px 0;
    max-width: 460px;
    padding: 0 20px;
  }
  .bm-object-overview.bm-1-col .bm-read-more-link {
    margin-top: 30px;
    text-align: right;
  }
  .bm-object-overview.bm-1-col .bm-subtitle {
    color: #119dda;
    font-weight: 800;
    margin-top: 15px;
  }
  .bm-object-overview.bm-1-col .bt-h3 {
    background-image: linear-gradient(90deg, #0d78a6 0%, transparent 100%);
    color: white;
    margin: 0 0 0 -80px;
    padding: 30px 40px 30px 80px;
  }
  .bm-object-overview.bm-2-col a {
    color: white;
  }
  .bm-object-overview.bm-2-col a:hover .bm-col-inner {
    opacity: 1;
  }
  .bm-object-overview.bm-2-col a:hover img {
    transform: scale(1.05);
  }
  .bm-object-overview.bm-2-col .bm-col-inner {
    align-items: center;
    background-color: rgba(13, 120, 166, 0.9);
    color: white;
    display: flex;
    height: 100%;
    padding: 15px;
    text-align: center;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
  }
  .bm-object-overview.bm-2-col .bm-col-inner .bm-col-inner-inner {
    width: 100%;
  }
  .bm-object-overview.bm-2-col .bm-col-inner hr {
    background-image: radial-gradient(circle, white 0%, transparent 100%);
    opacity: 0.35;
    width: 80% !important;
  }
  .bm-object-overview.bm-2-col .bm-img-outer {
    overflow: hidden;
  }
  .bm-object-overview.bm-2-col .bm-read-more-link {
    font-size: 80%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
  }
  .bm-object-overview.bm-2-col .bm-read-more-link span {
    background-image: none;
    line-height: 1.5;
    padding: 0;
  }
  .bm-object-overview.bm-2-col .bm-subtitle {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .bm-object-overview.bm-2-col .bt-h3 {
    color: white;
    font-size: 140%;
    margin: 0;
  }
  .bm-object-overview.bm-2-col .col .row .col {
    background-image: none;
    padding: 0 20px;
  }
  .bm-object-overview.bm-2-col .col .row .col + .col {
    margin-top: 0;
    /* .bm-object-overview.bm-2-col .col .row .col:not(:nth-of-type(1)):not(:nth-of-type(2)) {
     margin-top: 40px;
     } */
  }
  .bm-object-overview.bm-2-col .col .row .col.property-top-margin {
    margin-top: 40px;
  }
  .bm-object-overview.bm-2-col hr {
    display: block;
  }
  .bm-object-overview.bm-2-col img {
    transition: all 0.25s ease;
  }
}
@media (min-width: 1200px) {
  .btn.btn-lg {
    font-size: 24px;
    /* --------------------------------------------------- */
  }
  body {
    margin: 150px 15px 15px;
    /* --------------------------------------------------- */
  }
  .bm-anchor {
    margin-top: -150px;
    padding-top: 150px;
  }
  #bm-footer .bt-imprint-privacy {
    font-size: 80%;
  }
  #bm-footer .bt-imprint-privacy ul li {
    height: 29px;
  }
  #bm-footer-shadow {
    height: 75px;
    margin-bottom: -75px;
  }
  #bm-footer-login a {
    font-size: 80%;
    height: 29px;
    padding: 0 40px 0 81px;
  }
  #bm-header.is-hidden {
    margin-top: -150px;
  }
  #bm-header-login, #bm-header-login a {
    height: 46px;
  }
  #bm-header-shadow.is-hidden, #bm-header-shadow.is-reduced {
    margin-top: -150px;
  }
  #bm-nav-desktop ul li.contact-link {
    margin-left: 20px;
  }
  #bm-nav-desktop ul li.contact-link a {
    padding: 10px 20px;
  }
  #bm-nav-desktop ul li a {
    padding: 20px 15px;
    letter-spacing: 1.8px;
  }
  #bm-nav-desktop ul li:last-child a {
    margin-right: -15px;
  }
  .bm-object-details .bm-already-invested .bm-funding {
    transform: scale(5);
  }
  .bm-object-overview.bm-1-col .bm-col-inner {
    max-width: 550px;
  }
  .slide-text-container .container-fluid:nth-child(2) .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .slide-text-container .container-fluid:nth-child(2) .container p {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  #bm-header-login, #bm-header-login a {
    height: 50px;
  }
  #bm-header-login {
    font-size: 80%;
  }
  #bm-header-shadow {
    height: 75px;
    top: 75px;
  }
  #bm-logo img {
    height: 90px;
    width: 185px;
  }
  #bm-nav-desktop ul li {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #bm-nav-desktop ul li {
    font-size: 20px;
  }
  .bm-object-overview.bm-1-col .bm-col-inner {
    max-width: 650px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  #bm-nav-desktop ul li {
    font-size: 14px;
  }
  #bm-nav-desktop ul li a {
    letter-spacing: 0px;
  }
}
.bt-carousel-object-overview .carousel-control-next {
  justify-content: flex-end;
  padding-right: 20px;
  width: 7.5%;
}
.bt-carousel-object-overview .carousel-control-next .carousel-control-next-icon {
  background-color: transparent;
}
.bt-carousel-object-overview .carousel-control-next .carousel-control-next-icon svg {
  height: 100%;
  width: auto;
}
.bt-carousel-object-overview .carousel-control-next .carousel-control-next-icon svg .st0 {
  fill: #119dda;
}
.bt-carousel-object-overview .carousel-control-prev {
  justify-content: flex-start;
  padding-left: 20px;
  width: 7.5%;
}
.bt-carousel-object-overview .carousel-control-prev .carousel-control-prev-icon {
  background-color: transparent;
}
.bt-carousel-object-overview .carousel-control-prev .carousel-control-prev-icon svg {
  height: 100%;
  width: auto;
}
.bt-carousel-object-overview .carousel-control-prev .carousel-control-prev-icon svg .st0 {
  fill: #119dda;
}
